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.0-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"
RUN opam switch create 5.0 --packages=ocaml-variants.5.0.0+options,ocaml-options-only-no-flat-float-array
RUN opam pin add -k version ocaml-variants 5.0.0+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.0.0+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:33.36: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:39418cbcb51d669bd4300fbc0fd52bfdfeaef548e3c36be69cffd108ae55507d
#1 transferring dockerfile: 546B done
#1 DONE 0.3s

#2 [internal] load .dockerignore
#2 sha256:36fc6125a8ff130eda01c6d989fbdaaacae0971904e164bae632377483be3267
#2 transferring context: 2B done
#2 DONE 0.4s

#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:87f83e9cd3874351ed83efc6c9bcd6df3b1f552963b717d4d2b22420912f0b46
#5 DONE 0.0s

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

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
#8 sha256:285cd955854b511758c06f3b1b15cbc15aacde993369e6d3cef1ff4b1eea2d33
#8 CACHED

#12 [internal] load build context
#12 sha256:22917ed12c4889b6651fc007b0a8825c3706e032590cf5331c55d8dd06646483
#12 transferring context: 546B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 5.0 --packages=ocaml-variants.5.0.0+options,ocaml-options-only-no-flat-float-array
#9 sha256:991658e2eda4dc63531a7c018ffb12ad7cbf76380da553b97a234c18c070575c
#9 3.223 
#9 3.223 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 3.403 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 3.476 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.012 [ocaml-variants.5.0.0+options] downloaded from cache at https://opam.ocaml.org/cache
#9 4.712 [ocaml-variants.5.0.0+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 4.712 
#9 4.712 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.715 -> installed base-bigarray.base
#9 4.718 -> installed base-threads.base
#9 4.719 -> installed base-unix.base
#9 4.720 -> installed ocaml-option-no-flat-float-array.1
#9 4.957 -> installed ocaml-options-only-no-flat-float-array.1
#9 92.09 -> installed ocaml-variants.5.0.0+options
#9 92.13 -> installed ocaml-config.3
#9 92.24 -> installed ocaml.5.0.0
#9 92.27 -> installed base-domains.base
#9 92.29 -> installed base-nnp.base
#9 92.68 Done.
#9 92.69 # Run eval $(opam env) to update the current shell environment
#9 DONE 93.5s

#10 [3/5] RUN opam pin add -k version ocaml-variants 5.0.0+options
#10 sha256:2f803ddd498f26acc75289d76bb46281193cfc22f362142c7f6c474a70aa49d7
#10 0.704 ocaml-variants is now pinned to version 5.0.0+options
#10 0.704 
#10 3.458 No package build needed.
#10 3.458 Nothing to do.
#10 3.466 # Run eval $(opam env) to update the current shell environment
#10 DONE 3.5s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:6aa051b0bfc8f916bedf219a6946c7636a211285cbf04069e74070e212ae68d2
#11 3.747 The following actions will be performed:
#11 3.747   - install opam-depext 1.2.3
#11 3.747 
#11 3.747 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.042 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.072 
#11 4.072 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.186 -> installed opam-depext.1.2.3
#11 6.193 Done.
#11 6.201 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.3s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:4ce4dd11db806970ede516c05a598f1c699fba8b90bb8b79991a6d50f6309d36
#13 DONE 0.1s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.3s done
#14 writing image sha256:fcaeb4478a53c8c7995af427975830e111397225f88ab2fafaecdfe4158ec086 done
#14 DONE 2.3s
Pushing "sha256:0ead8fdb36dc2d823f57111daf88afaa36d70a02a64fa7e47df250bf261ce129" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.0-no-flat-float-array-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
358754595b36: Preparing
358754595b36: Pushed
alpine-3.21-ocaml-5.0-no-flat-float-array-arm64: digest: sha256:98bd808d2d0cb88fd43391670fc0883da080bb3b075409d556e0b9e7d1dd9a3c size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
358754595b36: Preparing
358754595b36: Layer already exists
alpine-3.21-ocaml-5.0-no-flat-float-array-arm64: digest: sha256:98bd808d2d0cb88fd43391670fc0883da080bb3b075409d556e0b9e7d1dd9a3c size: 530
Job succeeded
2025-06-21 14:02.31: Job succeeded