Build:
- 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-4.12-flambda-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
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-flambda
RUN opam pin add -k version ocaml-variants 4.12.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 "4.12.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:04.58: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:476d195927b2ec0e5ab72cc1bf5be4760d9051513eb194e05ba782c0eb4e6ff5
#1 transferring dockerfile: 537B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:87c4d7078f519af2901b5ed3c488836bbfee662abf0cf6928c9a3ef18c73d44a
#2 transferring context: 2B done
#2 DONE 0.1s
#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:c5b4cbbafba8e03780a3c27b9150c03919bfbb6b146648c5f09a503a72d2fb59
#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:659a79b8f7121e2701d38d1f144ac842cd613b23c460584d1fad0525b81166a9
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
#8 sha256:7611f96591b8ef0df2787e5508e221bb24c8dfb6b67c99b91dc2f5db8943ca5e
#8 CACHED
#12 [internal] load build context
#12 sha256:de298d2daf118e42bf655a5967a097d2c47c8eecfc85a98e53bc6e1c95c48da6
#12 transferring context: 537B done
#12 DONE 0.0s
#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-variants.4.12.1+options,ocaml-options-only-flambda
#9 sha256:b2f78bd29dc2c67548141cf5a51dce38a4339f2d35e3158fd12c01986a8dbbbc
#9 3.140
#9 3.140 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 3.344 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 3.442 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 3.751 [ocaml-variants.4.12.1+options] downloaded from cache at https://opam.ocaml.org/cache
#9 4.405 [ocaml-variants.4.12.1+options/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 4.584 [ocaml-variants.4.12.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 4.584
#9 4.584 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.586 -> installed base-bigarray.base
#9 4.588 -> installed base-threads.base
#9 4.601 -> installed base-unix.base
#9 4.602 -> installed ocaml-option-flambda.1
#9 4.840 -> installed ocaml-options-only-flambda.1
#9 125.2 -> installed ocaml-variants.4.12.1+options
#9 125.2 -> installed ocaml-config.2
#9 125.3 -> installed ocaml.4.12.1
#9 125.7 Done.
#9 125.7 # Run eval $(opam env) to update the current shell environment
#9 DONE 126.3s
#10 [3/5] RUN opam pin add -k version ocaml-variants 4.12.1+options
#10 sha256:ff36c0c674d5b353c01493ed7e5009f39b190b7021e53b10ef06bec323ecbe36
#10 0.746 ocaml-variants is now pinned to version 4.12.1+options
#10 0.746
#10 3.488 No package build needed.
#10 3.488 Nothing to do.
#10 3.489 # Run eval $(opam env) to update the current shell environment
#10 DONE 3.6s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:2a5607b7899f2023776d05bd2c44133fd323e6aa4e147826e6e6fd833fb3563a
#11 3.699 The following actions will be performed:
#11 3.699 - install opam-depext 1.2.3
#11 3.699
#11 3.699 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 3.848 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 3.880
#11 3.880 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.955 -> installed opam-depext.1.2.3
#11 5.963 Done.
#11 5.963 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.0s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:b997e156e80ece9d8585870a3f3e992028f015beafc77b3c26774d4686820e40
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.2s done
#14 writing image sha256:c4e1784754d078c619fd4812b787e4a842b0f632d7fc718fc97f7d4cd68a928d done
#14 DONE 2.2s
Pushing "sha256:3d25fb0b7d4d63338d1e2546e7b6d8ff3ed5c0d8f5db503a2e71e8bf025500b4" to "ocurrent/opam-staging:debian-12-ocaml-4.12-flambda-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
8547bad7df8f: Preparing
8547bad7df8f: Pushed
debian-12-ocaml-4.12-flambda-arm64: digest: sha256:e529927c6c7a8ce290de0e6b424777b0953d913d969e7d4d47b4be8ebffe4cf0 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
8547bad7df8f: Preparing
8547bad7df8f: Layer already exists
debian-12-ocaml-4.12-flambda-arm64: digest: sha256:e529927c6c7a8ce290de0e6b424777b0953d913d969e7d4d47b4be8ebffe4cf0 size: 530
Job succeeded
2025-06-21 15:41.44: Job succeeded