Build:
- 0
2025-08-23 09:05.48: New job: Build using linux-arm64 in
[]
2025-08-23 09:05.48: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-4.12-arm32v7
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.12 --packages=ocaml-base-compiler.4.12.1
RUN opam pin add -k version ocaml-base-compiler 4.12.1
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-08-23 09:05.48: Using cache hint "4.12.1-arm32v7-ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b"
2025-08-23 09:05.48: Waiting for resource in pool OCluster
2025-08-23 10:03.46: Waiting for worker…
2025-08-23 14:44.39: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:211d6535e58765d030d672d25265843f0941616cf68d687c09e0d7924bd8f325
#1 transferring dockerfile: 570B done
#1 DONE 0.2s
#2 [internal] load .dockerignore
#2 sha256:1234b8e9d27e1a2a82b93d16bfdb96c05fbb549e0ad783f7179c3171bf993bc5
#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.3s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
#4 sha256:68a5a5596914e3b0629f7b4b33d88cd8b729b3a878212d9d10105dae39f4257c
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:9c2c25a4beefbce3ac270b77f6cc4d56a7286b839dd661857ba31278db2f1f0d
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b
#6 sha256:f36fc826cff8cbc21f7eaa4b2d41f51f5f5936c61abcbc1cb4b388c1b216e5c9
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:5ffc8cf6150718ccdb0b649fd1de8e42f39ccedcfc3dc01d4b0bb99be36bc17d
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b
#8 sha256:29d5f1e84cd13163c8999c5adea7a7d43b19f96b363f8d992bad60adc0fe8b04
#8 CACHED
#12 [internal] load build context
#12 sha256:2969196b5315335e6e0169a626ef78432101bcec4bb6c837c427badd356e5829
#12 transferring context: 570B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-base-compiler.4.12.1
#9 sha256:024caedf57d0be9bea45635229d495aefa18b2da3bc2c5e2af357d462263affb
#9 4.113
#9 4.113 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.216 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.320 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.410 [ocaml-base-compiler.4.12.1] downloaded from cache at https://opam.ocaml.org/cache
#9 5.066 [ocaml-base-compiler.4.12.1/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 5.181 [ocaml-base-compiler.4.12.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 5.181
#9 5.181 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.433 -> installed base-bigarray.base
#9 5.434 -> installed base-threads.base
#9 5.435 -> installed base-unix.base
#9 5.436 -> installed ocaml-options-vanilla.1
#9 87.29 -> installed ocaml-base-compiler.4.12.1
#9 87.33 -> installed ocaml-config.2
#9 87.44 -> installed ocaml.4.12.1
#9 87.75 Done.
#9 87.75 # Run eval $(opam env) to update the current shell environment
#9 DONE 88.2s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.12.1
#10 sha256:fda499da3ae5796c4992c1d881c24bfeb6201f09635d8816e78f32d8f9e450a1
#10 0.788 ocaml-base-compiler is now pinned to version 4.12.1
#10 0.788
#10 4.341 No package build needed.
#10 4.341 Nothing to do.
#10 4.342 # Run eval $(opam env) to update the current shell environment
#10 DONE 4.4s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:1138f155776e55b99e073b95835ecc6168e9afa4648817567c043edd3b67d28a
#11 4.490 The following actions will be performed:
#11 4.490 - install opam-depext 1.2.3
#11 4.490
#11 4.490 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.729 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.753
#11 4.753 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.619 -> installed opam-depext.1.2.3
#11 6.626 Done.
#11 6.627 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.7s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:d78e569ffe4b565c29b4fcde27a36e2593119a170d4cadf17854a130e55494b5
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.7s done
#14 writing image sha256:77c97ce1855a917218ae916aac2384fdf4febf165b4c4b2e88ab886f6b21c3e6 done
#14 DONE 1.7s
Pushing "sha256:6126b2cb32289d98088f7229fc154e5c0511b28e66ba6cc8d721cc45162fb265" to "ocurrent/opam-staging:debian-12-ocaml-4.12-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
44f946ccf612: Preparing
44f946ccf612: Pushed
debian-12-ocaml-4.12-arm32v7: digest: sha256:8deec4a2d371e5e8cea3c672aadee14f8e25e9e1e26b7cc2c7c06ce860b63eb8 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
44f946ccf612: Preparing
44f946ccf612: Layer already exists
debian-12-ocaml-4.12-arm32v7: digest: sha256:8deec4a2d371e5e8cea3c672aadee14f8e25e9e1e26b7cc2c7c06ce860b63eb8 size: 531
Job succeeded
2025-08-23 14:48.41: Job succeeded