Build:
  1. 0
2025-06-21 11:56.04: New job: Build using linux-arm64 in
                                []
2025-06-21 11:56.04: Will push staging image to ocurrent/opam-staging:fedora-41-ocaml-5.2-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:0112f648f66106ec812844eb53d48210a1478c5f5d493c2bf72467c4f3c5f975
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN yum install -y zstd && yum clean packages
USER opam
RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
RUN opam pin add -k version ocaml-base-compiler 5.2.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-21 11:56.04: Using cache hint "5.2.1-arm64-ocurrent/opam-staging@sha256:0112f648f66106ec812844eb53d48210a1478c5f5d493c2bf72467c4f3c5f975"
2025-06-21 11:56.04: Waiting for resource in pool OCluster
2025-06-21 11:56.04: Waiting for worker…
2025-06-21 14:19.44: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:591f76d5f592453449f100f9ee5a4304a3bfd21cf79e52869e0849d50ead11df
#1 transferring dockerfile: 567B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:15bdd9468cf91c105d427931c809ddb8d874290fd316115700ac253da88f400d
#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:2a2bd2fa76e08ae5c7b59adbeccaf1575d1685004838d1f7f90ab348369f2ae7
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:0112f648f66106ec812844eb53d48210a1478c5f5d493c2bf72467c4f3c5f975
#6 sha256:17cf78efd1c9f8e6f3e69be3841a787a562fe946dd76e3370d1482d1b9d40be5
#6 DONE 0.0s

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

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:0112f648f66106ec812844eb53d48210a1478c5f5d493c2bf72467c4f3c5f975
#8 sha256:e9e8aa5e0b53d7b874d9e2a777358ec72ad5c0b0a3b7c1c4fb7f6f3e46768357
#8 CACHED

#13 [internal] load build context
#13 sha256:f8a1419064e4b496b2f7e32fbd867eb1d333cfd081cd938885d498b1b87f850e
#13 transferring context: 567B done
#13 DONE 0.0s

#9 [2/6] RUN yum install -y zstd && yum clean packages
#9 sha256:a250d1006b2a42a533c823512f53b41aeda2d309e88efeeb1316759df1ce31c5
#9 0.364 Updating and loading repositories:
#9 1.301 Repositories loaded.
#9 1.471 Package "zstd-1.5.7-1.fc41.aarch64" is already installed.
#9 1.471 
#9 1.471 Nothing to do.
#9 1.532 Removed 0 files, 0 directories (total of 0 B). 0 errors occurred.
#9 DONE 1.8s

#10 [3/6] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
#10 sha256:bc04203a896aaf2a4a6ca4042b0d3c1982767459504fa2d8946f7e64ce08b058
#10 3.334 
#10 3.334 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 3.852 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#10 4.150 [ocaml-base-compiler.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
#10 4.166 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#10 4.848 [ocaml-base-compiler.5.2.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#10 4.848 
#10 4.848 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 5.117 -> installed base-bigarray.base
#10 5.127 -> installed base-threads.base
#10 5.128 -> installed base-unix.base
#10 5.129 -> installed ocaml-options-vanilla.1
#10 104.5 -> installed ocaml-base-compiler.5.2.1
#10 104.6 -> installed ocaml-config.3
#10 104.7 -> installed ocaml.5.2.1
#10 104.7 -> installed base-domains.base
#10 104.7 -> installed base-nnp.base
#10 105.1 Done.
#10 105.1 # Run eval $(opam env) to update the current shell environment
#10 DONE 105.6s

#11 [4/6] RUN opam pin add -k version ocaml-base-compiler 5.2.1
#11 sha256:d02bd81e5a641f54df9429474c8974618eeb154aad1fc6fc74f71e04f6ff95d6
#11 0.726 ocaml-base-compiler is now pinned to version 5.2.1
#11 0.726 
#11 3.442 No package build needed.
#11 3.442 Nothing to do.
#11 3.442 # Run eval $(opam env) to update the current shell environment
#11 DONE 3.5s

#12 [5/6] RUN opam install -y opam-depext
#12 sha256:d17d28406da696b89075a57ef58881dc34dc1edcfd188350256cb257032cbf22
#12 3.633 The following actions will be performed:
#12 3.633   - install opam-depext 1.2.3
#12 3.633 
#12 3.633 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.928 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#12 3.947 
#12 3.947 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 5.775 -> installed opam-depext.1.2.3
#12 5.784 Done.
#12 5.785 # Run eval $(opam env) to update the current shell environment
#12 DONE 5.9s

#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:f92d2fbe5d5526dc92179c7d6a40a015856a519d9c44f650cd968c4c65701f8b
#14 DONE 0.0s

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 1.6s done
#15 writing image sha256:b81c15540a8743de5c14a35f117bd3194ffb2e09e9cda23e87ca07b788dffd4b done
#15 DONE 1.6s
Pushing "sha256:81892de2ff1cc15caf663580b0970bb434fa3f7f798e9d3b5a6d68f4fe2469d1" to "ocurrent/opam-staging:fedora-41-ocaml-5.2-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
a5efc584b7bc: Preparing
a5efc584b7bc: Pushed
fedora-41-ocaml-5.2-arm64: digest: sha256:7acfa86526967197b431dce2a98d2002ad4fec8deee66dfc7b4aa92cfc4b0921 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
a5efc584b7bc: Preparing
a5efc584b7bc: Layer already exists
fedora-41-ocaml-5.2-arm64: digest: sha256:7acfa86526967197b431dce2a98d2002ad4fec8deee66dfc7b4aa92cfc4b0921 size: 531
Job succeeded
2025-06-21 14:52.29: Job succeeded