Build:
- 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-afl-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-variants.4.12.1+options,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 4.12.1+options
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+afl-arm32v7-ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612"
2025-06-21 12:16.30: Waiting for resource in pool OCluster
2025-06-21 12:42.27: Waiting for worker…
2025-06-21 16:05.51: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:f81b89197e00af57e8fc1af8d1f9e25d971b45d10203dfaa6076508c8ebec500
#1 transferring dockerfile: 599B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:5088ffb44db5d680152337b6551d9c872dc95873cc4aab14927aa754bbfbe324
#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.6s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
#8 sha256:7772834343e9d86304bb8f2f0e0d671b6426225c48d8cf348881ccbf00d1869f
#8 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:68b07a46d4f135acebb05c00150c831b8d72146b5a80324a5911af8798f09f06
#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:732f19a7dd00bd7449a7eb21b2110658547523146edf71fc8ea7cac75294f48f
#7 DONE 0.0s
#12 [internal] load build context
#12 sha256:181caf0c3059557be5c046e32eb85306d47dacdf28f20687265faca33caafa9f
#12 transferring context: 599B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-variants.4.12.1+options,ocaml-options-only-afl
#9 sha256:d13fb3e2f9985312e28a89e7dacc71018279dcb34cc6b845b194672f5432a892
#9 4.001
#9 4.001 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.141 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.252 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.548 [ocaml-variants.4.12.1+options] downloaded from cache at https://opam.ocaml.org/cache
#9 5.230 [ocaml-variants.4.12.1+options/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 5.333 [ocaml-variants.4.12.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 5.334
#9 5.334 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.336 -> installed base-bigarray.base
#9 5.338 -> installed base-threads.base
#9 5.340 -> installed base-unix.base
#9 5.342 -> installed ocaml-option-afl.1
#9 5.570 -> installed ocaml-options-only-afl.1
#9 121.1 -> installed ocaml-variants.4.12.1+options
#9 121.1 -> installed ocaml-config.2
#9 121.2 -> installed ocaml.4.12.1
#9 121.5 Done.
#9 121.5 # Run eval $(opam env) to update the current shell environment
#9 DONE 122.1s
#10 [3/5] RUN opam pin add -k version ocaml-variants 4.12.1+options
#10 sha256:96affabd805935cd1f2e245652263f0a705405a1646842940ad31e1ed379a56c
#10 0.801 ocaml-variants is now pinned to version 4.12.1+options
#10 0.801
#10 4.179 No package build needed.
#10 4.179 Nothing to do.
#10 4.179 # 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:efb3f0f8bc0dfbadcf171aaf1e81b7baf67ee1b3677c92ea0bc3ee93f5ebc7d5
#11 4.281 The following actions will be performed:
#11 4.281 - install opam-depext 1.2.3
#11 4.281
#11 4.281 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.529 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.560
#11 4.560 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.473 -> installed opam-depext.1.2.3
#11 6.480 Done.
#11 6.480 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.6s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:e3822e7eb5c3899aa384efa0206bc16318b3d9e2d35bece6ee19a883cb68bbc3
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.9s done
#14 writing image sha256:67178e1b46f6898931939c74fd6b9ffdc3edb05f4e14c75a73cc511e9646e1ea done
#14 DONE 1.9s
Pushing "sha256:aa9d1db43ae7e14a2e56735c4281746b05e801185fd940eb9f3b50b53e243d65" to "ocurrent/opam-staging:debian-12-ocaml-4.12-afl-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
2d62b0911399: Preparing
2d62b0911399: Pushed
debian-12-ocaml-4.12-afl-arm32v7: digest: sha256:335e72b715110e24f76ef32b332be45ae85b979ac7f8cf18bf98e033ea91fc74 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
2d62b0911399: Preparing
2d62b0911399: Layer already exists
debian-12-ocaml-4.12-afl-arm32v7: digest: sha256:335e72b715110e24f76ef32b332be45ae85b979ac7f8cf18bf98e033ea91fc74 size: 531
Job succeeded
2025-06-21 16:11.32: Job succeeded