Build:
  1. 0
2025-06-21 12:09.23: New job: Build using linux-arm64 in
                                []
2025-06-21 12:09.23: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.3-afl-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
USER opam
RUN opam switch create 5.3 --packages=ocaml-variants.5.3.0+options,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 5.3.0+options
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-21 12:09.23: Using cache hint "5.3.0+afl-arm64-ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d"
2025-06-21 12:09.23: Waiting for resource in pool OCluster
2025-06-21 12:12.37: Waiting for worker…
2025-06-21 15:36.15: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:ad351b230dd26b78fbb3a148b67a29cd57f2086d464c33cbc5fecd7c5696a8c6
#2 transferring context: 2B done
#2 DONE 0.2s

#1 [internal] load build definition from Dockerfile
#1 sha256:d01e6127b730a3e3eb12ca465250d5c4b83ac6d9f09f4b326d5ec0ca0000d70c
#1 transferring dockerfile: 692B done
#1 DONE 0.2s

#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:22ecc27690e32bf68447ce1d88a8814185a382c0eb8b1e214d77c8178c613a47
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
#6 sha256:d3ddb6bf20ff71a61e46ee998e74ff8d51e18905606c2634e06317ec97106f3d
#6 DONE 0.0s

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

#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
#8 sha256:7611f96591b8ef0df2787e5508e221bb24c8dfb6b67c99b91dc2f5db8943ca5e
#8 DONE 0.0s

#9 [2/8] RUN apt-get -y update
#9 sha256:78c915f1821645803726ff39e9ea40c153fccddae96bedc8dcb45eee01578720
#9 CACHED

#10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 sha256:301a6c4e71c99ea19bf8344c0c60e399e7a33ae0142f5a7be5225fa09f90eb28
#10 CACHED

#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:fe2f630bb64d040e51cabe6f4804003e5b6ea9e63d81a9acf30d3486d5f6913c
#11 CACHED

#15 [internal] load build context
#15 sha256:60661540a530870f02c476817db85f644b1534e0a6c25614c903d6f665ad3185
#15 transferring context: 692B done
#15 DONE 0.1s

#12 [5/8] RUN opam switch create 5.3 --packages=ocaml-variants.5.3.0+options,ocaml-options-only-afl
#12 sha256:777188ee6f011b76cc0c14d70f8dcd673b29215cb5f048b15557d9675f1aad37
#12 3.221 
#12 3.221 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.405 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 3.542 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 3.582 [ocaml-compiler.5.3.0] downloaded from cache at https://opam.ocaml.org/cache
#12 4.274 [ocaml-compiler.5.3.0/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 4.274 
#12 4.274 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.276 -> installed base-bigarray.base
#12 4.278 -> installed base-threads.base
#12 4.280 -> installed base-unix.base
#12 4.282 -> installed ocaml-option-afl.1
#12 4.553 -> installed ocaml-options-only-afl.1
#12 137.2 -> installed ocaml-compiler.5.3.0
#12 137.2 -> installed ocaml-variants.5.3.0+options
#12 137.3 -> installed ocaml-config.3
#12 137.4 -> installed ocaml.5.3.0
#12 137.4 -> installed base-domains.base
#12 137.5 -> installed base-effects.base
#12 137.5 -> installed base-nnp.base
#12 137.8 Done.
#12 137.8 # Run eval $(opam env) to update the current shell environment
#12 DONE 138.3s

#13 [6/8] RUN opam pin add -k version ocaml-variants 5.3.0+options
#13 sha256:39d18b64851cddd75939c6e7acb055d8bff18b296f73811ec00ae39ed52e8cab
#13 0.630 ocaml-variants is now pinned to version 5.3.0+options
#13 0.630 
#13 3.344 No package build needed.
#13 3.344 Nothing to do.
#13 3.344 # Run eval $(opam env) to update the current shell environment
#13 DONE 3.4s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:0eed246293c8d4fafc758faecf4fe0993cf358afe4441ec6234b93965f927822
#14 3.674 The following actions will be performed:
#14 3.674   - install opam-depext 1.2.3
#14 3.674 
#14 3.674 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 3.823 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 3.854 
#14 3.854 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.798 -> installed opam-depext.1.2.3
#14 5.804 Done.
#14 5.804 # Run eval $(opam env) to update the current shell environment
#14 DONE 5.9s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:0188344da92358f26d0821e37e70f394eba908ab43f77ab585a29b020340b204
#16 DONE 0.1s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.7s done
#17 writing image sha256:89382c41f756ef643557db46251b2ad4920f683244453de2e271cf466ad13892
#17 writing image sha256:89382c41f756ef643557db46251b2ad4920f683244453de2e271cf466ad13892 done
#17 DONE 1.7s
Pushing "sha256:e51aae18a9933f7c03b659f5ee5bd0d99376f6fffa695949c00dc1d6c9e4ea91" to "ocurrent/opam-staging:debian-12-ocaml-5.3-afl-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
d289775ce261: Preparing
d289775ce261: Pushed
debian-12-ocaml-5.3-afl-arm64: digest: sha256:592ee665f5e193dde9514c8b25fbf55c4edc56eaef63ad3da64fee47c94fb410 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
d289775ce261: Preparing
d289775ce261: Layer already exists
debian-12-ocaml-5.3-afl-arm64: digest: sha256:592ee665f5e193dde9514c8b25fbf55c4edc56eaef63ad3da64fee47c94fb410 size: 531
Job succeeded
2025-06-21 15:42.41: Job succeeded