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

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:a037e52aa906df513895e102c1cffc6cef729d6f5a6d70de9003d93ff0f8d07b
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.3 --packages=ocaml-variants.5.3.0+options,ocaml-options-only-no-flat-float-array
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-07 11:45.18: Using cache hint "5.3.0+no-flat-float-array-arm64-ocurrent/opam-staging@sha256:a037e52aa906df513895e102c1cffc6cef729d6f5a6d70de9003d93ff0f8d07b"
2025-06-07 11:45.18: Waiting for resource in pool OCluster
2025-06-07 11:45.18: Waiting for worker…
2025-06-07 13:58.58: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:bf5f1f39712e43919826e2b82de0dfcc68323c5f5916d3e102dff984a52d4420
#1 transferring dockerfile: 613B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:9feb7f3f70347103eced6238e9fd51164bf129ae9d6474e3060675c1fda409e5
#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:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:61a4b886f3078a6bd1dda75a80517f47e2b3a6646715d77ef541a79b7f486985
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:a037e52aa906df513895e102c1cffc6cef729d6f5a6d70de9003d93ff0f8d07b
#6 sha256:064fe73d34c181f7dcf106dbde9b2e38d7d223021d097c4b9ac19d39979ca600
#6 DONE 0.0s

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

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

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

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

#14 [internal] load build context
#14 sha256:9abb6d3359e89e7b2aab8d5f896e504fc7ae81edacb674f4fee9bd9878308347
#14 transferring context: 613B done
#14 DONE 0.2s

#11 [4/7] RUN opam switch create 5.3 --packages=ocaml-variants.5.3.0+options,ocaml-options-only-no-flat-float-array
#11 sha256:3ce8564affb192f912898c0156df73b2be29cc8e566b2f3e51f837b5f4f9de2a
#11 4.717 
#11 4.717 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.851 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#11 4.989 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#11 5.436 [ocaml-compiler.5.3.0] downloaded from cache at https://opam.ocaml.org/cache
#11 6.177 [ocaml-compiler.5.3.0/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#11 6.178 
#11 6.178 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.180 -> installed base-bigarray.base
#11 6.182 -> installed base-threads.base
#11 6.187 -> installed base-unix.base
#11 6.188 -> installed ocaml-option-no-flat-float-array.1
#11 6.439 -> installed ocaml-options-only-no-flat-float-array.1
#11 111.8 -> installed ocaml-compiler.5.3.0
#11 111.9 -> installed ocaml-variants.5.3.0+options
#11 111.9 -> installed ocaml-config.3
#11 112.1 -> installed ocaml.5.3.0
#11 112.1 -> installed base-domains.base
#11 112.1 -> installed base-effects.base
#11 112.1 -> installed base-nnp.base
#11 112.5 Done.
#11 112.5 # Run eval $(opam env) to update the current shell environment
#11 DONE 113.1s

#12 [5/7] RUN opam pin add -k version ocaml-variants 5.3.0+options
#12 sha256:543c92346cefd51d07b984befc210a466729d4eecbc49cedc6422da38fcea9ae
#12 0.827 ocaml-variants is now pinned to version 5.3.0+options
#12 0.827 
#12 4.643 No package build needed.
#12 4.643 Nothing to do.
#12 4.649 # Run eval $(opam env) to update the current shell environment
#12 DONE 4.7s

#13 [6/7] RUN opam install -y opam-depext
#13 sha256:178a2f91c4b1dbaa11df87d764e48c3669feaff3e4d9311a06b47fdfbe4738d0
#13 4.901 The following actions will be performed:
#13 4.902   - install opam-depext 1.2.3
#13 4.902 
#13 4.902 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 5.026 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#13 5.045 
#13 5.045 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 6.937 -> installed opam-depext.1.2.3
#13 6.945 Done.
#13 6.953 # Run eval $(opam env) to update the current shell environment
#13 DONE 7.0s

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

#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 1.9s done
#16 writing image sha256:1686f3978a637b2d00965b47dd8b53ca1e246dcdbf2b701ddf7f3f03e148619a done
#16 DONE 1.9s
Pushing "sha256:4ad9f7cec78444b310ed14288617a7af4724f06252e664d525875a57efcf055b" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.3-no-flat-float-array-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
ccb9241fe6de: Preparing
ccb9241fe6de: Pushed
alpine-3.21-ocaml-5.3-no-flat-float-array-arm64: digest: sha256:bec15ff70ae8e3461b3f2920ab00ecee5f23998b3c2b0e25eada1ac315e67e74 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
ccb9241fe6de: Preparing
ccb9241fe6de: Layer already exists
alpine-3.21-ocaml-5.3-no-flat-float-array-arm64: digest: sha256:bec15ff70ae8e3461b3f2920ab00ecee5f23998b3c2b0e25eada1ac315e67e74 size: 530
Job succeeded
2025-06-07 14:04.19: Job succeeded