Build:
  1. 0
2025-06-21 11:54.04: New job: Build using linux-arm64 in
                                []
2025-06-21 11:54.04: Will push staging image to ocurrent/opam-staging:debian-11-ocaml-4.14-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
RUN opam pin add -k version ocaml-base-compiler 4.14.2
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-21 11:54.04: Using cache hint "4.14.2-arm64-ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13"
2025-06-21 11:54.04: Waiting for resource in pool OCluster
2025-06-21 11:54.04: Waiting for worker…
2025-06-21 14:02.46: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:727f6a03f1cc39d7f14a15a72d95fb4dff2f5467961f3a772a2d328eff47b3b7
#2 transferring context: 2B done
#2 DONE 0.2s

#1 [internal] load build definition from Dockerfile
#1 sha256:e3dad43f8fbb6ae61ab84532d535fceff27f5cf003ede90b10b9a7d342dd1535
#1 transferring dockerfile: 504B 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:873aba16239c1a4738d64d2a2e0d8c772f2bbab808ab63f7e397604c4e751627
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13
#6 sha256:bf031012de1c60e8265097d24b5e8a67f88be456256be50415ee2b87f77b22fe
#6 DONE 0.0s

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13
#8 sha256:69a01f0579c7b700e0c809588a122cdf2709fbb47e420adf6374089b4608c8ff
#8 CACHED

#12 [internal] load build context
#12 sha256:1f169301869e31d6b6f011b89fb321fe383570bc28052be43e3607a1d0e53733
#12 transferring context: 504B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
#9 sha256:1a8a166d8949f7749ff7bd599314db15dfa1f72d7c1ba2ccc52e2b7a1552e0ab
#9 3.163 
#9 3.163 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 3.343 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 3.466 [ocaml-base-compiler.4.14.2] downloaded from cache at https://opam.ocaml.org/cache
#9 3.492 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.156 [ocaml-base-compiler.4.14.2/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 4.156 
#9 4.156 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.389 -> installed base-bigarray.base
#9 4.390 -> installed base-threads.base
#9 4.391 -> installed base-unix.base
#9 4.392 -> installed ocaml-options-vanilla.1
#9 86.92 -> installed ocaml-base-compiler.4.14.2
#9 86.96 -> installed ocaml-config.2
#9 87.07 -> installed ocaml.4.14.2
#9 87.42 Done.
#9 87.42 # Run eval $(opam env) to update the current shell environment
#9 DONE 88.0s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.14.2
#10 sha256:0648d7f2c282ac32fa80c9e7020f589df789d769962768865124d557f557c6e6
#10 0.632 ocaml-base-compiler is now pinned to version 4.14.2
#10 0.632 
#10 3.351 No package build needed.
#10 3.351 Nothing to do.
#10 3.351 # Run eval $(opam env) to update the current shell environment
#10 DONE 3.4s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:c171e7fc394682fb784dc30cc4e2574558c8c911c7a605512f57d1c025034a21
#11 3.553 The following actions will be performed:
#11 3.553   - install opam-depext 1.2.3
#11 3.553 
#11 3.553 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 3.855 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 3.886 
#11 3.886 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.971 -> installed opam-depext.1.2.3
#11 5.979 Done.
#11 5.980 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.1s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.2s done
#14 writing image sha256:8455e4b0507cfdef6a71765f7a6d259af5e139abc6cf0239ec93c4b3b38895bc done
#14 DONE 2.2s
Pushing "sha256:e1d610804e894dbc0043dbc9660bf2eca5ba5e92378ab8797f235d1c5190618f" to "ocurrent/opam-staging:debian-11-ocaml-4.14-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
ac46d4faead8: Preparing
ac46d4faead8: Pushed
debian-11-ocaml-4.14-arm64: digest: sha256:88f0da48f42b529f944bd545e75075b9e69d551f1b3b9105bce2e80e45164397 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
ac46d4faead8: Preparing
ac46d4faead8: Layer already exists
debian-11-ocaml-4.14-arm64: digest: sha256:88f0da48f42b529f944bd545e75075b9e69d551f1b3b9105bce2e80e45164397 size: 530
Job succeeded
2025-06-21 14:09.51: Job succeeded