Build:
  1. 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-5.0-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 5.0 --packages=ocaml-base-compiler.5.0.0
RUN opam pin add -k version ocaml-base-compiler 5.0.0
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 "5.0.0-arm32v7-ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b"
2025-08-23 09:05.48: Waiting for resource in pool OCluster
2025-08-23 10:07.42: Waiting for worker…
2025-08-23 14:47.16: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:ced349945130843209f5c0e63b3ed21b4f7c0fe091f97c29000b0b9b53efa7e9
#1 transferring dockerfile: 567B done
#1 DONE 0.6s

#2 [internal] load .dockerignore
#2 sha256:e61cf6a500cd5893b0ebdead2f70d695f02a7c5c9c0fc47dbeb77675a370e601
#2 transferring context: 2B done
#2 DONE 0.6s

#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:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
#4 sha256:68a5a5596914e3b0629f7b4b33d88cd8b729b3a878212d9d10105dae39f4257c
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:addebf5e24ee25de051f438c00ca204c2d0d424fd8ec8bdcd73c3564efa505b4
#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:1bef3faae951f9523aa8fba471dfdfe2665d75ef7e6bc93f6543149197f86ef4
#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:dfa71c4fe509b8c19153253a76dc87293c3ab6dcce1f6495958c3031c0e2cdb2
#12 transferring context: 567B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 5.0 --packages=ocaml-base-compiler.5.0.0
#9 sha256:adfc74d32ee3fe1e882b787f3efdd949ddee1b24769827e76ccb95ecf3ac2bd9
#9 4.079 
#9 4.079 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.187 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.326 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.352 [ocaml-base-compiler.5.0.0] downloaded from cache at https://opam.ocaml.org/cache
#9 5.056 [ocaml-base-compiler.5.0.0/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 5.056 
#9 5.056 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.058 -> installed base-bigarray.base
#9 5.060 -> installed base-threads.base
#9 5.068 -> installed base-unix.base
#9 5.069 -> installed ocaml-option-bytecode-only.1
#9 5.323 -> installed ocaml-options-vanilla.1
#9 44.35 -> installed ocaml-base-compiler.5.0.0
#9 44.39 -> installed ocaml-config.3
#9 44.49 -> installed ocaml.5.0.0
#9 44.51 -> installed base-domains.base
#9 44.53 -> installed base-nnp.base
#9 44.81 Done.
#9 44.81 # Run eval $(opam env) to update the current shell environment
#9 DONE 45.3s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 5.0.0
#10 sha256:3240abe271abb8236a344c2db16ad3d619ae886570bb44a5831997df0c8dc012
#10 0.794 ocaml-base-compiler is now pinned to version 5.0.0
#10 0.794 
#10 4.264 No package build needed.
#10 4.264 Nothing to do.
#10 4.264 # Run eval $(opam env) to update the current shell environment
#10 DONE 4.3s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:14dcd8a6b96341e86b03faf6e7d22df00ee90a98bbd88ddbde10a0498386085d
#11 4.613 The following actions will be performed:
#11 4.613   - install opam-depext 1.2.3
#11 4.613 
#11 4.613 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.755 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.775 
#11 4.775 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.861 -> installed opam-depext.1.2.3
#11 6.869 Done.
#11 6.870 # Run eval $(opam env) to update the current shell environment
#11 DONE 7.0s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:88842281d6c0fa28231f9ac2d54e2f1fa6ad7af9fe3edc4ea2bada4663456431
#13 DONE 0.1s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.5s done
#14 writing image sha256:d0cd8bef351928bc4215cd55d46b4cebc5f16973af5c9965bf8e58f8eb26f8b2 done
#14 DONE 1.5s
Pushing "sha256:df8cecf378b36b26c37c2802f94b64bc65647b5bab7c8f088c0a46b3ae8e937c" to "ocurrent/opam-staging:debian-12-ocaml-5.0-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
70145ad15cae: Preparing
70145ad15cae: Pushed
debian-12-ocaml-5.0-arm32v7: digest: sha256:771356bd89112222ff9320a8ea52d8a1de80b16b3e2de78637c85d8bc6d3e7e5 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
70145ad15cae: Preparing
70145ad15cae: Layer already exists
debian-12-ocaml-5.0-arm32v7: digest: sha256:771356bd89112222ff9320a8ea52d8a1de80b16b3e2de78637c85d8bc6d3e7e5 size: 531
Job succeeded
2025-08-23 15:09.02: Job succeeded