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.14-nnp-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.14 --packages=ocaml-variants.4.14.2+options,ocaml-options-only-nnp
RUN opam pin add -k version ocaml-variants 4.14.2+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.14.2+nnp-arm32v7-ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612"
2025-06-21 12:16.30: Waiting for resource in pool OCluster
2025-06-21 12:55.46: Waiting for worker…
2025-06-21 16:19.15: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:090005770c3efb566d5cd925de692ede84b5ce53652e31f0b1cd59470314900b
#1 transferring dockerfile: 599B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:02f55e9f662db513a080a4433b585a7ce52d780d8b74f0e7c5399a95ff163fa8
#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:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:d5f72b8709b6b71b9304e1d1bba4e0ffaea7fe4c10a843cb4a643bdbd3f8ade3
#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:9ebe0f361956e98e8c9b1acef073033cfe2efabb7cd99480b349575de64618d4
#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:53f0563ab2b4902f860dbf7d93c678c6ffabb8fc211304d441ec656b0af9b6fd
#12 transferring context: 599B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-variants.4.14.2+options,ocaml-options-only-nnp
#9 sha256:fd2333a9e9cb0403946e514721576e8ac8b95298dcce01ad5391a2d48747b0e6
#9 3.867 
#9 3.867 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 3.982 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.145 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.157 [ocaml-variants.4.14.2+options] downloaded from cache at https://opam.ocaml.org/cache
#9 4.804 [ocaml-variants.4.14.2+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 4.804 
#9 4.804 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.806 -> installed base-bigarray.base
#9 4.808 -> installed base-threads.base
#9 4.816 -> installed base-unix.base
#9 4.817 -> installed ocaml-option-nnp.1
#9 5.068 -> installed base-nnp.base
#9 5.070 -> installed ocaml-options-only-nnp.1
#9 84.75 -> installed ocaml-variants.4.14.2+options
#9 84.79 -> installed ocaml-config.2
#9 84.90 -> installed ocaml.4.14.2
#9 85.22 Done.
#9 85.22 # Run eval $(opam env) to update the current shell environment
#9 DONE 85.8s

#10 [3/5] RUN opam pin add -k version ocaml-variants 4.14.2+options
#10 sha256:855f1c24c946968c8be91c02a67a49c04bd881d8f4dd56fb7a58fd7e09b9357f
#10 0.787 ocaml-variants is now pinned to version 4.14.2+options
#10 0.787 
#10 4.292 No package build needed.
#10 4.292 Nothing to do.
#10 4.292 # 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:1ca1dfb697f85e06cfac975526719ad62fb38f424f5913442d416b497ab61330
#11 4.357 The following actions will be performed:
#11 4.357   - install opam-depext 1.2.3
#11 4.357 
#11 4.357 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.659 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.676 
#11 4.676 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.483 -> installed opam-depext.1.2.3
#11 6.491 Done.
#11 6.491 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.6s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.9s done
#14 writing image sha256:98f57555e3cf0894a73cd3b47409573c6e18a9bb2beb2547e5257794984a7f2c done
#14 DONE 1.9s
Pushing "sha256:284c0a41365e6287d2dbe2e06b0bb9fc160630d0b87e6c82f2b0626a5fd18043" to "ocurrent/opam-staging:debian-12-ocaml-4.14-nnp-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
2476d2865201: Preparing
2476d2865201: Pushed
debian-12-ocaml-4.14-nnp-arm32v7: digest: sha256:cab6f587cb7299485b55c67d386b38798c57e798282a84399888be97d1c47384 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
2476d2865201: Preparing
2476d2865201: Layer already exists
debian-12-ocaml-4.14-nnp-arm32v7: digest: sha256:cab6f587cb7299485b55c67d386b38798c57e798282a84399888be97d1c47384 size: 531
Job succeeded
2025-06-21 16:24.47: Job succeeded