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

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
USER opam
RUN opam switch create 5.2 --packages=ocaml-variants.5.2.1+options,ocaml-options-only-flambda
RUN opam pin add -k version ocaml-variants 5.2.1+options
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-21 12:09.23: Using cache hint "5.2.1+flambda-arm64-ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d"
2025-06-21 12:09.23: Waiting for resource in pool OCluster
2025-06-21 12:09.23: Waiting for worker…
2025-06-21 15:32.24: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:806815597942ca8bb7c2612c27ca5c8c7f464680db29ac5d2c3f88f1a24bfeda
#2 transferring context: 2B done
#2 DONE 0.2s

#1 [internal] load build definition from Dockerfile
#1 sha256:06d66b969e5d586d02751daab53723b07c4a696c9157e24ac63c37b7b3677dc5
#1 transferring dockerfile: 696B done
#1 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

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
#6 sha256:d3ddb6bf20ff71a61e46ee998e74ff8d51e18905606c2634e06317ec97106f3d
#6 DONE 0.0s

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

#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
#8 sha256:7611f96591b8ef0df2787e5508e221bb24c8dfb6b67c99b91dc2f5db8943ca5e
#8 DONE 0.0s

#9 [2/8] RUN apt-get -y update
#9 sha256:78c915f1821645803726ff39e9ea40c153fccddae96bedc8dcb45eee01578720
#9 CACHED

#10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 sha256:301a6c4e71c99ea19bf8344c0c60e399e7a33ae0142f5a7be5225fa09f90eb28
#10 CACHED

#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:fe2f630bb64d040e51cabe6f4804003e5b6ea9e63d81a9acf30d3486d5f6913c
#11 CACHED

#15 [internal] load build context
#15 sha256:a5a9b9c6b57e6b0a1e7633de998a3f87f1eae3c9a3f7906434ea11918e436bb7
#15 transferring context: 696B done
#15 DONE 0.1s

#12 [5/8] RUN opam switch create 5.2 --packages=ocaml-variants.5.2.1+options,ocaml-options-only-flambda
#12 sha256:33707341a1856acc079ed370425f4b9850c6b5b583d82c198dea0ad6f1b81b4c
#12 3.180 
#12 3.180 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.328 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 3.432 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 3.481 [ocaml-variants.5.2.1+options] downloaded from cache at https://opam.ocaml.org/cache
#12 4.136 [ocaml-variants.5.2.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#12 4.137 
#12 4.137 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.139 -> installed base-bigarray.base
#12 4.140 -> installed base-threads.base
#12 4.151 -> installed base-unix.base
#12 4.152 -> installed ocaml-option-flambda.1
#12 4.413 -> installed ocaml-options-only-flambda.1
#12 145.5 -> installed ocaml-variants.5.2.1+options
#12 145.6 -> installed ocaml-config.3
#12 145.7 -> installed ocaml.5.2.1
#12 145.7 -> installed base-domains.base
#12 145.7 -> installed base-nnp.base
#12 146.1 Done.
#12 146.1 # Run eval $(opam env) to update the current shell environment
#12 DONE 146.6s

#13 [6/8] RUN opam pin add -k version ocaml-variants 5.2.1+options
#13 sha256:efe372701d1f4045c7c07dd428c95be42e087a84b4b59f25d25aaca26e370ccc
#13 0.637 ocaml-variants is now pinned to version 5.2.1+options
#13 0.637 
#13 3.386 No package build needed.
#13 3.386 Nothing to do.
#13 3.386 # Run eval $(opam env) to update the current shell environment
#13 DONE 3.5s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:c65adbc0d20b0c76e29caa2009aabf638891574edc50eae1fb886a8662306366
#14 3.560 The following actions will be performed:
#14 3.560   - install opam-depext 1.2.3
#14 3.560 
#14 3.560 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 3.813 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 3.832 
#14 3.832 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.543 -> installed opam-depext.1.2.3
#14 5.550 Done.
#14 5.551 # Run eval $(opam env) to update the current shell environment
#14 DONE 5.6s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:151d1bc111f95a247c9b6854348db89c058f608e11c4ea63687f5858c00ad257
#16 DONE 0.1s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.8s done
#17 writing image sha256:7c0990901e8f7037e0e2f14b92978ad5d84c139e798bddb746ebd51ab7e14352 done
#17 DONE 1.8s
Pushing "sha256:aa2812cbf283d5a2aaef86217de0fb26e9ad4775287ccb2539a5ebb9408e7638" to "ocurrent/opam-staging:debian-12-ocaml-5.2-flambda-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
44b8ecb7d923: Preparing
44b8ecb7d923: Pushed
debian-12-ocaml-5.2-flambda-arm64: digest: sha256:682bb48160f39831724d78399f78eb8a6be75532d2523cd5aeaa9465deb5852b size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
44b8ecb7d923: Preparing
44b8ecb7d923: Layer already exists
debian-12-ocaml-5.2-flambda-arm64: digest: sha256:682bb48160f39831724d78399f78eb8a6be75532d2523cd5aeaa9465deb5852b size: 531
Job succeeded
2025-06-21 15:39.13: Job succeeded