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.5-afl-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6
RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
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.5 --packages=ocaml-variants.5.5.0+trunk,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 5.5.0+trunk
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.5.0+afl-arm64-ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6"
2025-08-23 09:03.46: Waiting for resource in pool OCluster
2025-08-23 09:47.45: Waiting for worker…
2025-08-23 14:32.09: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:3cde104386618afd16005c62a578778481a90220a666b0fb97b8a6d6cc2645cf
#1 transferring dockerfile: 681B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:30b3608cabc3402758c44b0cd5101636c41dace144d645a752c73b616089bdea
#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.6s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
#4 sha256:68a5a5596914e3b0629f7b4b33d88cd8b729b3a878212d9d10105dae39f4257c
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:52159d0ffc1d832bcf1a9c516cefe81a4c8dca8a60575cee7d7f8a3b7ffd5c8e
#5 DONE 0.0s

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

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

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

#9 [2/8] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:d9e60a1099067907c40641a6f060c75029f94c14835bedf490b462053b609688
#9 CACHED

#10 [3/8] RUN apk update && apk upgrade
#10 sha256:2479eb29337f707e6c3eff432c1f9a2329fc7c60d272db780c5dee0a027461f6
#10 CACHED

#11 [4/8] RUN apk add zstd
#11 sha256:8e764d973c74225161c79a80bfff48e73671c5957853f3aec67285daec299623
#11 CACHED

#15 [internal] load build context
#15 sha256:7bfcc522990aacaf6641fbad82c065ce818e27006c7ed05d617428d99b84479b
#15 transferring context: 681B done
#15 DONE 0.1s

#12 [5/8] RUN opam switch create 5.5 --packages=ocaml-variants.5.5.0+trunk,ocaml-options-only-afl
#12 sha256:2bac137cb40fbe68dc2528257f43e11961c57439b4047d10af454d7b7c238d1d
#12 3.405 
#12 3.405 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.544 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 3.671 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 4.867 [ocaml-compiler.5.5] downloaded from https://github.com/ocaml/ocaml/archive/trunk.tar.gz
#12 5.550 
#12 5.550 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 5.554 -> installed base-bigarray.base
#12 5.558 -> installed base-threads.base
#12 5.575 -> installed base-unix.base
#12 5.576 -> installed host-arch-arm64.1
#12 5.577 -> installed host-system-other.1
#12 5.578 -> installed ocaml-beta.enabled
#12 5.579 -> installed ocaml-option-afl.1
#12 5.848 -> installed ocaml-options-only-afl.1
#12 152.8 -> installed ocaml-compiler.5.5
#12 152.9 -> installed ocaml-variants.5.5.0+trunk
#12 152.9 -> installed ocaml-config.3
#12 153.1 -> installed ocaml.5.5.0
#12 153.1 -> installed base-domains.base
#12 153.2 -> installed base-effects.base
#12 153.2 -> installed base-nnp.base
#12 153.6 Done.
#12 153.6 # Run eval $(opam env) to update the current shell environment
#12 DONE 154.8s

#13 [6/8] RUN opam pin add -k version ocaml-variants 5.5.0+trunk
#13 sha256:c627723d3a18bc55412fc4b68c3ab5d49158b3be8adcac1a7b03cd4765e5fb6e
#13 0.713 ocaml-variants is now pinned to version 5.5.0+trunk
#13 0.713 
#13 3.904 Already up-to-date.
#13 3.904 Nothing to do.
#13 3.908 # Run eval $(opam env) to update the current shell environment
#13 DONE 4.1s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:fac9f359ff03b4edea74726c15ee2bcf230f44344cf94573d82bcefaa38a0e5b
#14 4.050 The following actions will be performed:
#14 4.050   - install opam-depext 1.2.3
#14 4.050 
#14 4.050 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 4.291 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 4.318 
#14 4.318 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 6.587 -> installed opam-depext.1.2.3
#14 6.594 Done.
#14 6.599 # Run eval $(opam env) to update the current shell environment
#14 DONE 6.7s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:8c251c1941ae88d9a4d8a74bc4e4916f1293af902610d1b33903ce35b1841a56
#16 DONE 0.2s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 2.1s done
#17 writing image sha256:c715f17d7098f544dab89c0c0892fa7756c2a4d2eb25ea6a36a54579bc084b38
#17 writing image sha256:c715f17d7098f544dab89c0c0892fa7756c2a4d2eb25ea6a36a54579bc084b38 done
#17 DONE 2.1s
Pushing "sha256:cf71a9710b738f7f12be1db3bc1fce1c840a55bbe05ee8aedf370d3d04ed6652" to "ocurrent/opam-staging:alpine-3.22-ocaml-5.5-afl-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
44685f803ce9: Preparing
44685f803ce9: Pushed
alpine-3.22-ocaml-5.5-afl-arm64: digest: sha256:7a56e8ec6bdfa7afd835fcfafc1a92359f2f86badb457db77accd4bba0b94b58 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
44685f803ce9: Preparing
44685f803ce9: Layer already exists
alpine-3.22-ocaml-5.5-afl-arm64: digest: sha256:7a56e8ec6bdfa7afd835fcfafc1a92359f2f86badb457db77accd4bba0b94b58 size: 531
Job succeeded
2025-08-23 14:37.14: Job succeeded