Build:
  1. 0
2025-06-21 11:53.34: New job: Build using linux-arm64 in
                                []
2025-06-21 11:53.34: Will push staging image to ocurrent/opam-staging:alpine-3.21-ocaml-5.2-no-flat-float-array-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
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-variants.5.2.1+options,ocaml-options-only-no-flat-float-array
RUN opam pin add -k version ocaml-variants 5.2.1+options
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-21 11:53.34: Using cache hint "5.2.1+no-flat-float-array-arm64-ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c"
2025-06-21 11:53.34: Waiting for resource in pool OCluster
2025-06-21 11:53.34: Waiting for worker…
2025-06-21 13:39.34: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:7c9ed616efae05421bcc46f0e3cbdaa6d752e530b749d1afbfbcea671bcd1b19
#2 transferring context: 2B done
#2 DONE 0.1s

#1 [internal] load build definition from Dockerfile
#1 sha256:95415a7e0350fb468f12859bbf29504140a4d8ad26044c00f357aeb3efb246c8
#1 transferring dockerfile: 613B 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:fa9d4609c03b262dcd48058badab7cf68ba229954f32dc167a1788e0df200083
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
#6 sha256:c18f2e9a3855326f423d4c8fba5800e8fd42b368961b534bd0331a5f6253d83e
#6 DONE 0.0s

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

#8 [1/7] FROM docker.io/ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
#8 sha256:285cd955854b511758c06f3b1b15cbc15aacde993369e6d3cef1ff4b1eea2d33
#8 DONE 0.0s

#9 [2/7] RUN apk update && apk upgrade
#9 sha256:5165f8d67d8bedae07456c00cec823146cb3e744e56f77175df22c68ff3ad9ff
#9 CACHED

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

#14 [internal] load build context
#14 sha256:2686923b76393bdccc2d3bf86cc7988f8005419e3363cc14a75390de7b2087ce
#14 transferring context: 613B done
#14 DONE 0.1s

#11 [4/7] RUN opam switch create 5.2 --packages=ocaml-variants.5.2.1+options,ocaml-options-only-no-flat-float-array
#11 sha256:c7199e3d451af62bea8afc7882b3ecfea8a3ff644f5e5d8d456a469313265ef4
#11 3.317 
#11 3.317 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 3.394 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#11 3.525 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#11 4.031 [ocaml-variants.5.2.1+options] downloaded from cache at https://opam.ocaml.org/cache
#11 4.669 [ocaml-variants.5.2.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#11 4.670 
#11 4.670 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.673 -> installed base-bigarray.base
#11 4.675 -> installed base-threads.base
#11 4.677 -> installed base-unix.base
#11 4.682 -> installed ocaml-option-no-flat-float-array.1
#11 4.919 -> installed ocaml-options-only-no-flat-float-array.1
#11 108.0 -> installed ocaml-variants.5.2.1+options
#11 108.0 -> installed ocaml-config.3
#11 108.1 -> installed ocaml.5.2.1
#11 108.1 -> installed base-domains.base
#11 108.2 -> installed base-nnp.base
#11 108.5 Done.
#11 108.5 # Run eval $(opam env) to update the current shell environment
#11 DONE 109.1s

#12 [5/7] RUN opam pin add -k version ocaml-variants 5.2.1+options
#12 sha256:8a446ff323212ad4f5be675092ab61da47a84c5565cabc8607e7520cf2e205ce
#12 0.654 ocaml-variants is now pinned to version 5.2.1+options
#12 0.654 
#12 3.437 No package build needed.
#12 3.437 Nothing to do.
#12 3.441 # Run eval $(opam env) to update the current shell environment
#12 DONE 3.5s

#13 [6/7] RUN opam install -y opam-depext
#13 sha256:3b9ab814a4189d1fae2677892f6bce29ec7c1ad62788ada2ef3c66563d340576
#13 3.616 The following actions will be performed:
#13 3.616   - install opam-depext 1.2.3
#13 3.616 
#13 3.616 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 3.748 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#13 3.780 
#13 3.780 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 5.542 -> installed opam-depext.1.2.3
#13 5.550 Done.
#13 5.555 # Run eval $(opam env) to update the current shell environment
#13 DONE 5.7s

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

#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 1.8s done
#16 writing image sha256:f09c48ede653040004722e41204daf455d53cb6afd4a25847b995a10bde46772 done
#16 DONE 1.8s
Pushing "sha256:9c0e5b457668f08f11562b95aa239fb9cef936cf9c643641880ccd436e56704b" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.2-no-flat-float-array-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
8b339be74307: Preparing
8b339be74307: Pushed
alpine-3.21-ocaml-5.2-no-flat-float-array-arm64: digest: sha256:2c68e52e3784137cd72cd826d51f0dc73a1a95ec57f77840db563047c0a4355c size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
8b339be74307: Preparing
8b339be74307: Layer already exists
alpine-3.21-ocaml-5.2-no-flat-float-array-arm64: digest: sha256:2c68e52e3784137cd72cd826d51f0dc73a1a95ec57f77840db563047c0a4355c size: 530
Job succeeded
2025-06-21 13:44.52: Job succeeded