Build:
  1. 0
2025-06-21 12:09.23: New job: Build using linux-arm64 in
                                []
2025-06-21 12:09.23: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.4-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
USER opam
RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk
RUN opam pin add -k version ocaml-variants 5.4.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-21 12:09.23: Using cache hint "5.4.0-arm64-ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d"
2025-06-21 12:09.23: Waiting for resource in pool OCluster
2025-06-21 12:14.38: Waiting for worker…
2025-06-21 15:39.41: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:140d33a4f92b67c1238bf3a714033a98de99c8f43ce3de50f3a345b7bf2309b3
#2 transferring context: 2B done
#2 DONE 0.2s

#1 [internal] load build definition from Dockerfile
#1 sha256:540a5d9f507517d60ca2564bad1580501f7bb9f2b93a210ea3f400228ff154b7
#1 transferring dockerfile: 753B done
#1 DONE 0.2s

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.6s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:e81467dc5e65289f474a8a09d652d9485d085eac71371ab67bf9153f3d3e4b50
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
#6 sha256:d3ddb6bf20ff71a61e46ee998e74ff8d51e18905606c2634e06317ec97106f3d
#6 DONE 0.0s

#7 [internal] load .dockerignore
#7 sha256:855c963d27bf77c0515786124428683576b287049a9bd509ab9a08b4aa3929da
#7 DONE 0.0s

#8 [1/9] FROM docker.io/ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
#8 sha256:7611f96591b8ef0df2787e5508e221bb24c8dfb6b67c99b91dc2f5db8943ca5e
#8 CACHED

#16 [internal] load build context
#16 sha256:595a340a39cc27142b24cf1d50856978df66355e04e4040e5d95db695deebdb6
#16 transferring context: 753B done
#16 DONE 0.1s

#9 [2/9] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:c2aa858607602d3a66b77d4708449372269f3b24d394acbbb6375e1b9cb31ce8
#9 1.129 [beta] Initialised
#9 DONE 1.3s

#10 [3/9] RUN apt-get -y update
#10 sha256:789e8166ef6d49c2c33f406ff12df85fc314288d187359a3433ecbb681ddc3ea
#10 0.640 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.640 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.647 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.958 Fetched 103 kB in 1s (175 kB/s)
#10 0.958 Reading package lists...
#10 DONE 1.5s

#11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#11 sha256:0aabd70136dc6c510f884d25cc09872d7db1e0212f53e25358e0679464317f82
#11 0.411 Reading package lists...
#11 0.907 Building dependency tree...
#11 1.029 Reading state information...
#11 1.058 Calculating upgrade...
#11 1.259 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#11 DONE 1.3s

#12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#12 sha256:4e427adf173d372f60851baab8a13fc85ddf52513d0b7e52ee4fd8f412088fef
#12 0.410 Reading package lists...
#12 0.911 Building dependency tree...
#12 1.038 Reading state information...
#12 1.257 The following NEW packages will be installed:
#12 1.258   libzstd-dev
#12 1.300 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#12 1.300 Need to get 317 kB of archives.
#12 1.300 After this operation, 1139 kB of additional disk space will be used.
#12 1.300 Get:1 http://deb.debian.org/debian bookworm/main arm64 libzstd-dev arm64 1.5.4+dfsg2-5 [317 kB]
#12 1.471 debconf: delaying package configuration, since apt-utils is not installed
#12 1.501 Fetched 317 kB in 0s (5333 kB/s)
#12 1.522 Selecting previously unselected package libzstd-dev:arm64.
#12 1.522 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18770 files and directories currently installed.)
#12 1.534 Preparing to unpack .../libzstd-dev_1.5.4+dfsg2-5_arm64.deb ...
#12 1.534 Unpacking libzstd-dev:arm64 (1.5.4+dfsg2-5) ...
#12 1.591 Setting up libzstd-dev:arm64 (1.5.4+dfsg2-5) ...
#12 DONE 1.7s

#13 [6/9] RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk
#13 sha256:cfe70049d896ba2c33c0498f9265a4b3405d1c3e46bce23d923147efff154d0c
#13 3.343 
#13 3.343 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 3.449 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#13 3.540 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#13 4.875 [ocaml-compiler.5.4] downloaded from https://github.com/ocaml/ocaml/archive/5.4.tar.gz
#13 5.571 
#13 5.571 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 5.583 -> installed base-bigarray.base
#13 5.584 -> installed base-threads.base
#13 5.586 -> installed base-unix.base
#13 5.587 -> installed host-arch-arm64.1
#13 5.589 -> installed host-system-other.1
#13 5.590 -> installed ocaml-beta.enabled
#13 114.3 -> installed ocaml-compiler.5.4
#13 114.3 -> installed ocaml-variants.5.4.0+trunk
#13 114.4 -> installed ocaml-config.3
#13 114.5 -> installed ocaml.5.4.0
#13 114.5 -> installed base-domains.base
#13 114.5 -> installed base-effects.base
#13 114.6 -> installed base-nnp.base
#13 114.9 Done.
#13 114.9 # Run eval $(opam env) to update the current shell environment
#13 DONE 115.4s

#14 [7/9] RUN opam pin add -k version ocaml-variants 5.4.0+trunk
#14 sha256:699c37749383ea7ddd3a1e9287be33e56ea606d6c71ff3c10e1f2990aa8cd0a1
#14 0.640 ocaml-variants is now pinned to version 5.4.0+trunk
#14 0.640 
#14 3.324 No package build needed.
#14 3.324 Nothing to do.
#14 3.324 # Run eval $(opam env) to update the current shell environment
#14 DONE 3.4s

#15 [8/9] RUN opam install -y opam-depext
#15 sha256:6fcceadc9f667a8e14add22305c342e705f5071c8f1db559dfde3af968b900b8
#15 3.615 The following actions will be performed:
#15 3.615   - install opam-depext 1.2.3
#15 3.616 
#15 3.616 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 3.768 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#15 3.793 
#15 3.793 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 5.430 -> installed opam-depext.1.2.3
#15 5.436 Done.
#15 5.437 # Run eval $(opam env) to update the current shell environment
#15 DONE 5.5s

#17 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#17 sha256:eb342474a48445708e40d8c865be453e39b73e7a13157077f1bf992544295e8f
#17 DONE 0.1s

#18 exporting to image
#18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#18 exporting layers
#18 exporting layers 1.6s done
#18 writing image sha256:0010b3aa9d0dc8504c241e0afb4142a826dde39e3b93ec11dcb627ef623e4161 done
#18 DONE 1.6s
Pushing "sha256:b646d412a8d6017554c15a1926f25a7700deca5d8db6f9bdd5df5cf661960897" to "ocurrent/opam-staging:debian-12-ocaml-5.4-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
da57f88ba1a8: Preparing
da57f88ba1a8: Pushed
debian-12-ocaml-5.4-arm64: digest: sha256:fe4b9d7cfd8c42da63e06b8d1103725c3cc3d589726432f7df543c7f90c2f382 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
da57f88ba1a8: Preparing
da57f88ba1a8: Layer already exists
debian-12-ocaml-5.4-arm64: digest: sha256:fe4b9d7cfd8c42da63e06b8d1103725c3cc3d589726432f7df543c7f90c2f382 size: 531
Job succeeded
2025-06-21 16:10.55: Job succeeded