Build:
  1. 0
2025-06-07 12:01.53: New job: Build using linux-arm64 in
                                []
2025-06-07 12:01.53: 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:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
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-07 12:01.53: Using cache hint "4.12.1+flambda-arm64-ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755"
2025-06-07 12:01.53: Waiting for resource in pool OCluster
2025-06-07 12:01.53: Waiting for worker…
2025-06-07 15:32.41: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:c4469f5413a5722985f15d50dd4e36aa176bb78fd922ee3e674228c7924dfb25
#1 transferring dockerfile: 537B done
#1 DONE 0.1s

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
#6 sha256:76b19ca501f2d787bc211e35fe00133765f13cd13c2f1ccf6dbbfac2649c8d1e
#6 DONE 0.0s

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
#8 sha256:50c032355ec1e03d95f321a877d9eae54cfae1756362182ff22981498728560f
#8 CACHED

#12 [internal] load build context
#12 sha256:0e8d84bc34d4cb13cf70c15b22adee7b418b15df212821aa9843cc8dcff6f7d6
#12 transferring context: 537B 0.0s done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-variants.4.12.1+options,ocaml-options-only-flambda
#9 sha256:5c9a28248051c4365fa267bda1cd9342e496674fa6e3dc26ff1c42e7b147249e
#9 4.396 
#9 4.396 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.510 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.625 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 5.104 [ocaml-variants.4.12.1+options] downloaded from cache at https://opam.ocaml.org/cache
#9 5.763 [ocaml-variants.4.12.1+options/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 5.871 [ocaml-variants.4.12.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 5.872 
#9 5.872 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.874 -> installed base-bigarray.base
#9 5.876 -> installed base-threads.base
#9 5.878 -> installed base-unix.base
#9 5.880 -> installed ocaml-option-flambda.1
#9 6.112 -> installed ocaml-options-only-flambda.1
#9 126.8 -> installed ocaml-variants.4.12.1+options
#9 126.8 -> installed ocaml-config.2
#9 126.9 -> installed ocaml.4.12.1
#9 127.3 Done.
#9 127.3 # Run eval $(opam env) to update the current shell environment
#9 DONE 127.9s

#10 [3/5] RUN opam pin add -k version ocaml-variants 4.12.1+options
#10 sha256:0f25c3d871d86c4dae7ce33c71b5959b9d03a8c3538a2ee92774fee1f22cb400
#10 0.881 ocaml-variants is now pinned to version 4.12.1+options
#10 0.881 
#10 4.728 No package build needed.
#10 4.728 Nothing to do.
#10 4.728 # Run eval $(opam env) to update the current shell environment
#10 DONE 4.8s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:ed3d31096ae6f0f90f41b59f7b9279a53d0c6e6afa853f97963134f0a82a9c51
#11 4.869 The following actions will be performed:
#11 4.869   - install opam-depext 1.2.3
#11 4.869 
#11 4.869 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.073 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 5.093 
#11 5.093 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.200 -> installed opam-depext.1.2.3
#11 7.207 Done.
#11 7.208 # Run eval $(opam env) to update the current shell environment
#11 DONE 7.3s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.1s done
#14 writing image sha256:971d2f0f252a6898df8aac0451df931df8e77b91de1bae3fc139acb9856b0e23 done
#14 DONE 2.1s
Pushing "sha256:8bd715232834f2e9a04cb60621d359550b3347590bf16062db4a93594831608a" 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]
b67d29e3f849: Preparing
b67d29e3f849: Pushed
debian-12-ocaml-4.12-flambda-arm64: digest: sha256:30be052d026485719d55032397fcda6dcd5ccedea7901c43463103e5d22f05f3 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
b67d29e3f849: Preparing
b67d29e3f849: Layer already exists
debian-12-ocaml-4.12-flambda-arm64: digest: sha256:30be052d026485719d55032397fcda6dcd5ccedea7901c43463103e5d22f05f3 size: 530
Job succeeded
2025-06-07 15:39.57: Job succeeded