Build:
  1. 0
2025-08-02 17:06.53: New job: Build using linux-arm64 in
                                []
2025-08-02 17:06.53: Will push staging image to ocurrent/opam-staging:ubuntu-25.04-ocaml-4.14-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
RUN opam pin add -k version ocaml-base-compiler 4.14.2
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-08-02 17:06.53: Using cache hint "4.14.2-arm64-ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342"
2025-08-02 17:06.53: Waiting for resource in pool OCluster
2025-08-02 17:06.53: Waiting for worker…
2025-08-02 17:06.54: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:ba94d156afec787fec463234a08fc824875bea5189e95a5a76fd298b161aae73
#1 transferring dockerfile: 504B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:001edf250609f3a2240514b83d5d4ba980d654d3db23024af4e486ec26c8ac5e
#2 transferring context:
#2 transferring context: 2B done
#2 DONE 0.2s

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

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

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342
#6 sha256:4f92494e334e5833fda7b8ab21826eacd63d082630dd0d24ca97bd08e75c52d8
#6 DONE 1.6s

#7 [internal] load .dockerignore
#7 sha256:18ceb78dc1d16f44f6b3b8420ff01f0822d462090da13656f223b4a0b8a3c619
#7 DONE 0.0s

#12 [internal] load build context
#12 sha256:27d28a0500f91180ceab1e11f5e106ab41262a54f6501296de22779f5d37050d
#12 ...

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342
#8 sha256:72aea359aad48c6644a02e6cee232b696f57f3e5b8d98caad3e6b0ef9d794ac9
#8 resolve docker.io/ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342 done
#8 DONE 0.1s

#12 [internal] load build context
#12 sha256:27d28a0500f91180ceab1e11f5e106ab41262a54f6501296de22779f5d37050d
#12 transferring context: 504B done
#12 DONE 0.5s

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
#9 sha256:952e2b25f34a5c48b0b75e1ed69086017e11a16eb1d1b59efe0e4536a4f318a9
#9 4.085 
#9 4.085 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.160 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.232 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.333 [ocaml-base-compiler.4.14.2] downloaded from cache at https://opam.ocaml.org/cache
#9 4.957 [ocaml-base-compiler.4.14.2/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 4.957 
#9 4.957 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.221 -> installed base-bigarray.base
#9 5.223 -> installed base-threads.base
#9 5.225 -> installed base-unix.base
#9 5.270 -> installed ocaml-options-vanilla.1
#9 94.67 -> installed ocaml-base-compiler.4.14.2
#9 94.74 -> installed ocaml-config.2
#9 94.85 -> installed ocaml.4.14.2
#9 95.26 Done.
#9 95.26 # Run eval $(opam env) to update the current shell environment
#9 DONE 100.3s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.14.2
#10 sha256:c1c94355b6cf3a79608a5ecf7c2b43380905a6e7cf290836a383c171de44b054
#10 1.711 ocaml-base-compiler is now pinned to version 4.14.2
#10 1.711 
#10 5.185 No package build needed.
#10 5.185 Nothing to do.
#10 5.186 # Run eval $(opam env) to update the current shell environment
#10 DONE 10.4s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:f8523ac641f8d484af690e41379a7e3665416c2dd74bf8553fc0275e84c1b781
#11 5.101 The following actions will be performed:
#11 5.101   - install opam-depext 1.2.3
#11 5.102 
#11 5.102 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.326 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 5.350 
#11 5.350 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.714 -> installed opam-depext.1.2.3
#11 7.725 Done.
#11 7.725 # Run eval $(opam env) to update the current shell environment
#11 DONE 8.6s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:d08f931ada8bc136b642fbac2c07285657a2bde998e45ae064d839a0661aa655
#13 DONE 1.7s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.0s done
#14 writing image sha256:8ddeb918e6fe1bc4ecde8545a38050b44659541348c0465af4ccb3d08b2058b6 done
#14 DONE 2.0s
Pushing "sha256:edc8d1ff35f5db3424967c5654a7dbec1299b5bf97b74e65c8d8fb8a70f1a2fa" to "ocurrent/opam-staging:ubuntu-25.04-ocaml-4.14-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
2937fd5735f0: Preparing
2937fd5735f0: Pushed
ubuntu-25.04-ocaml-4.14-arm64: digest: sha256:f10d618cf9677c6fca3dd981800cecd5d1fc7fef048b2451224d9b6e67d36828 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
2937fd5735f0: Preparing
2937fd5735f0: Layer already exists
ubuntu-25.04-ocaml-4.14-arm64: digest: sha256:f10d618cf9677c6fca3dd981800cecd5d1fc7fef048b2451224d9b6e67d36828 size: 531
Job succeeded
2025-08-02 17:11.57: Job succeeded