Build:
  1. 0
2025-06-07 12:01.53: New job: Build using linux-arm64 in
                                []
2025-06-07 12:01.53: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.0-no-flat-float-array-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
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-07 12:01.53: Using cache hint "5.0.0+no-flat-float-array-arm64-ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755"
2025-06-07 12:01.53: Waiting for resource in pool OCluster
2025-06-07 12:01.53: Waiting for worker…
2025-06-07 15:58.34: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:a80793fb93dad16bef5ed7e277db21e13a60e4c9c18dc6e34f82acc78aebeb81
#1 transferring dockerfile: 546B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:2e947605bdd38a87c94eb27be3d8ae7170a71e79620d50a641229453f68db0b4
#2 transferring context: 2B done
#2 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:c5a084e2ce3fed0925dc9843bbc63f4ceee997c343f5a721300c35bfa202120b
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
#6 sha256:76b19ca501f2d787bc211e35fe00133765f13cd13c2f1ccf6dbbfac2649c8d1e
#6 DONE 0.0s

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
#8 sha256:50c032355ec1e03d95f321a877d9eae54cfae1756362182ff22981498728560f
#8 CACHED

#12 [internal] load build context
#12 sha256:11f5545a34d2e169d5bb6ec08304187340decbaa1df458af7eacafbbc79e74e5
#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:c698280ae934a78422efdeeb11f6dc7fce69ad0644d2907da25b9cd49004f94b
#9 4.349 
#9 4.349 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.801 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 5.218 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 5.978 [ocaml-variants.5.0.0+options] downloaded from cache at https://opam.ocaml.org/cache
#9 6.990 [ocaml-variants.5.0.0+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 6.990 
#9 6.990 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 6.992 -> installed base-bigarray.base
#9 6.994 -> installed base-threads.base
#9 6.996 -> installed base-unix.base
#9 6.997 -> installed ocaml-option-no-flat-float-array.1
#9 7.244 -> installed ocaml-options-only-no-flat-float-array.1
#9 90.35 -> installed ocaml-variants.5.0.0+options
#9 90.39 -> installed ocaml-config.3
#9 90.50 -> installed ocaml.5.0.0
#9 90.53 -> installed base-domains.base
#9 90.55 -> installed base-nnp.base
#9 90.94 Done.
#9 90.94 # Run eval $(opam env) to update the current shell environment
#9 DONE 91.6s

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

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:902f6926b35682834f1bbc0dae9e775a171b7de7b9df90f4e76fda06e484f08d
#11 4.824 The following actions will be performed:
#11 4.824   - install opam-depext 1.2.3
#11 4.824 
#11 4.824 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.765 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 5.789 
#11 5.789 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.923 -> installed opam-depext.1.2.3
#11 7.930 Done.
#11 7.930 # Run eval $(opam env) to update the current shell environment
#11 DONE 8.0s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.4s done
#14 writing image sha256:db481db630fd7b53c2aeefa0e93987926c75ea1cba0e0614086b19677634699f done
#14 DONE 2.4s
Pushing "sha256:c9ae54cc27f32d7c75bf0d8bac2c5743e16ff74955d85620e8b60641ffc6b6c1" to "ocurrent/opam-staging:debian-12-ocaml-5.0-no-flat-float-array-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
03ec27bcd8dc: Preparing
03ec27bcd8dc: Pushed
debian-12-ocaml-5.0-no-flat-float-array-arm64: digest: sha256:0c61d93b5ed9b95184eef5f4c162465ab5c3cea421571c0293e1fb1cc2ce0322 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
03ec27bcd8dc: Preparing
03ec27bcd8dc: Layer already exists
debian-12-ocaml-5.0-no-flat-float-array-arm64: digest: sha256:0c61d93b5ed9b95184eef5f4c162465ab5c3cea421571c0293e1fb1cc2ce0322 size: 530
Job succeeded
2025-06-07 16:06.22: Job succeeded