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

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
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-06-21 12:16.30: Using cache hint "4.12.1-arm32v7-ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612"
2025-06-21 12:16.30: Waiting for resource in pool OCluster
2025-06-21 12:40.01: Waiting for worker…
2025-06-21 16:04.58: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:778938c7782b5f25fad54f7ac882aee37a4f82bb56e4230e0e6bf409ac6fd0fb
#1 transferring dockerfile: 570B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:4ed1c4ada459d45bf08dc43bb3fcf1cb69c4f0d8290d2b84fa452c6bff0b6fd4
#2 transferring context: 2B done
#2 DONE 0.0s

#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:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
#6 sha256:448b57b95227f92adc9fc8ecae52fd79126f224e0b2c2fec601721581ebc52bc
#6 DONE 0.0s

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
#8 sha256:7772834343e9d86304bb8f2f0e0d671b6426225c48d8cf348881ccbf00d1869f
#8 CACHED

#12 [internal] load build context
#12 sha256:c7469570a739ace5ed82e3f608a99042eb1aa76e8a6c2e2d94b5421ef31d31b0
#12 transferring context: 570B done
#12 DONE 0.0s

#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-base-compiler.4.12.1
#9 sha256:f4db6b70a4a9109482373d7a6c678e178930f7a0c8b5e8b03cf383d9d24b7331
#9 3.942 
#9 3.942 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.211 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.282 [ocaml-base-compiler.4.12.1] downloaded from cache at https://opam.ocaml.org/cache
#9 4.326 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 5.133 [ocaml-base-compiler.4.12.1/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 5.306 [ocaml-base-compiler.4.12.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 5.306 
#9 5.306 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.587 -> installed base-bigarray.base
#9 5.589 -> installed base-threads.base
#9 5.591 -> installed base-unix.base
#9 5.593 -> installed ocaml-options-vanilla.1
#9 87.33 -> installed ocaml-base-compiler.4.12.1
#9 87.38 -> installed ocaml-config.2
#9 87.48 -> installed ocaml.4.12.1
#9 87.83 Done.
#9 87.83 # Run eval $(opam env) to update the current shell environment
#9 DONE 88.3s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.12.1
#10 sha256:6d72fd68e44b614cad8c099dcb091c99e8a9174183169c0b37dc8e08b88fbc36
#10 0.831 ocaml-base-compiler is now pinned to version 4.12.1
#10 0.831 
#10 4.216 No package build needed.
#10 4.216 Nothing to do.
#10 4.217 # 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:8db7b42548bd3c5e32be75609a2decd6b548e5aaf382ec3885b142e9f8406826
#11 4.318 The following actions will be performed:
#11 4.318   - install opam-depext 1.2.3
#11 4.318 
#11 4.318 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.721 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.740 
#11 4.740 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.509 -> installed opam-depext.1.2.3
#11 6.517 Done.
#11 6.517 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.6s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.7s done
#14 writing image sha256:fb8ff6c2fd4f10e891fa39e9120fae85938fe1dfe4e5436e4c23202196d1f9fd done
#14 DONE 1.7s
Pushing "sha256:6589d67bb95b46c97d9d978071bfbf3a8431f2627f3b902b2b11ca0e3d70016f" 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]
48f8f64e1ded: Preparing
48f8f64e1ded: Pushed
debian-12-ocaml-4.12-arm32v7: digest: sha256:4b435eec8ab07fb01220bfafbc5dc2eddfc4526bf1f9b411cf1ce0a595cc5b32 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
48f8f64e1ded: Preparing
48f8f64e1ded: Layer already exists
debian-12-ocaml-4.12-arm32v7: digest: sha256:4b435eec8ab07fb01220bfafbc5dc2eddfc4526bf1f9b411cf1ce0a595cc5b32 size: 531
Job succeeded
2025-06-21 16:35.08: Job succeeded