Build:
  1. 0
2025-08-23 09:03.46: New job: Build using linux-arm64 in
                                []
2025-08-23 09:03.46: Will push staging image to ocurrent/opam-staging:alpine-3.22-ocaml-5.2-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apk update && apk upgrade
RUN apk add zstd
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-08-23 09:03.46: Using cache hint "5.2.1-arm64-ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6"
2025-08-23 09:03.46: Waiting for resource in pool OCluster
2025-08-23 09:28.25: Waiting for worker…
2025-08-23 14:16.48: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:f61bd37189525eb6d7252987f1eeeeee4c57662d0703b8eadfe85bc4977cc117
#1 transferring dockerfile: 568B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:96e22e546ed04ed33e557b3352a7b42c3210cac9ca60cbe49595420d07b3ef37
#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:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
#4 sha256:68a5a5596914e3b0629f7b4b33d88cd8b729b3a878212d9d10105dae39f4257c
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:8cc3ffba343a26a3ec028f939833e27bb602ec5f2d9e5e3d4c3f554d8bfce3bc
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6
#6 sha256:5ff33ed5451fbf8a0abb066db862c9b9d7030f240e318c8821b3f7668f1629aa
#6 DONE 0.0s

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

#8 [1/7] FROM docker.io/ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6
#8 sha256:0b30fdb57131aaa6ce5258673760fb4012ca2623b233298a1153acee854f5c63
#8 DONE 0.0s

#9 [2/7] RUN apk update && apk upgrade
#9 sha256:4ead91488842ab6d3901025ad75ce19a6f00d5bb4051dc865663ff0649638609
#9 CACHED

#10 [3/7] RUN apk add zstd
#10 sha256:3f57f813563ac8b8b31eff7c1bf1170de90f804405e4d453ca40e88024f0c7af
#10 CACHED

#14 [internal] load build context
#14 sha256:a155adee88ce89602e3a63a619a1e836415ac8aed1026c100b7b4bb6fba56c23
#14 transferring context: 568B done
#14 DONE 0.1s

#11 [4/7] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
#11 sha256:c2bab209434546554defe22657b77326980cdc7b5bd4b3de5bf482d04d46c5aa
#11 3.390 
#11 3.390 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 3.518 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#11 3.639 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#11 4.110 [ocaml-base-compiler.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
#11 4.774 [ocaml-base-compiler.5.2.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#11 4.774 
#11 4.774 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.039 -> installed base-bigarray.base
#11 5.064 -> installed base-threads.base
#11 5.065 -> installed base-unix.base
#11 5.066 -> installed ocaml-options-vanilla.1
#11 108.6 -> installed ocaml-base-compiler.5.2.1
#11 108.7 -> installed ocaml-config.3
#11 108.8 -> installed ocaml.5.2.1
#11 108.8 -> installed base-domains.base
#11 108.8 -> installed base-nnp.base
#11 109.2 Done.
#11 109.2 # Run eval $(opam env) to update the current shell environment
#11 DONE 109.9s

#12 [5/7] RUN opam pin add -k version ocaml-base-compiler 5.2.1
#12 sha256:f2d1182331edc5f660584af62f91feed15c914428f8b1e455333e6c466e92704
#12 0.709 ocaml-base-compiler is now pinned to version 5.2.1
#12 0.709 
#12 3.665 No package build needed.
#12 3.665 Nothing to do.
#12 3.677 # Run eval $(opam env) to update the current shell environment
#12 DONE 3.8s

#13 [6/7] RUN opam install -y opam-depext
#13 sha256:f173c682f48cb602575b2fbadd1b4230729cadc2e73ba372f6634965834a5c94
#13 4.088 The following actions will be performed:
#13 4.088   - install opam-depext 1.2.3
#13 4.088 
#13 4.088 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 4.609 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#13 4.638 
#13 4.638 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 6.444 -> installed opam-depext.1.2.3
#13 6.453 Done.
#13 6.460 # Run eval $(opam env) to update the current shell environment
#13 DONE 6.5s

#15 [7/7] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#15 sha256:bcc59a07d4103244c15ee466f8083246431e54a32043d3c7a55c38051c159067
#15 DONE 0.1s

#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 1.8s done
#16 writing image sha256:d20eb44f63f22b5836467afcf5dcef0987025a27948ede05e4f6e34f124b4650 done
#16 DONE 1.9s
Pushing "sha256:adf117b2a8006b654f2291a072b4485d0e25b514f5ed46d79b59654d9404421e" to "ocurrent/opam-staging:alpine-3.22-ocaml-5.2-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
bb6749f064df: Preparing
bb6749f064df: Pushed
alpine-3.22-ocaml-5.2-arm64: digest: sha256:6833ea6ed33af45d7276ebef65bc91645b3f2cf06a03fdcb488abfbc191cf5c4 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
bb6749f064df: Preparing
bb6749f064df: Layer already exists
alpine-3.22-ocaml-5.2-arm64: digest: sha256:6833ea6ed33af45d7276ebef65bc91645b3f2cf06a03fdcb488abfbc191cf5c4 size: 530
Job succeeded
2025-08-23 14:38.19: Job succeeded