Build:
- 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.0-no-flat-float-array-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
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 12:09.23: Using cache hint "5.0.0+no-flat-float-array-arm64-ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d"
2025-06-21 12:09.23: Waiting for resource in pool OCluster
2025-06-21 12:09.23: Waiting for worker…
2025-06-21 15:26.28: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:84e1c7ab18247e1e62b62b9e5f8dfa9de706e41ab17b2225457e1233c59abeb2
#1 transferring dockerfile: 546B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:6b4ee257556182ce3a8b5840279f731ff70f49ec2d0111ad3ac09155e8ca16bc
#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:7a92f36b62b9cd315fc24e278a877af93be4dde87df642678a0ac76f8af4fae5
#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:4b58e1f135eb0044d7051908cef59da900ad46cb7ab4bbdf2bb9b7439694d53a
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:8a345746f775c1d55503195eac3a76e4671d8cad74863c0def6ed9b5d29e060d
#8 sha256:7611f96591b8ef0df2787e5508e221bb24c8dfb6b67c99b91dc2f5db8943ca5e
#8 CACHED
#12 [internal] load build context
#12 sha256:786815cb174369812bf2b82a13bf970a0ac67db9eecd808604f8c115e49245f6
#12 transferring context: 546B done
#12 DONE 0.0s
#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:ae3b9d02962e742e7a5092ebf715ae1ed3143c958b491de360ddfb15298b9585
#9 3.154
#9 3.154 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 3.261 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 3.411 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 3.814 [ocaml-variants.5.0.0+options] downloaded from cache at https://opam.ocaml.org/cache
#9 4.578 [ocaml-variants.5.0.0+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 4.579
#9 4.579 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.581 -> installed base-bigarray.base
#9 4.583 -> installed base-threads.base
#9 4.595 -> installed base-unix.base
#9 4.596 -> installed ocaml-option-no-flat-float-array.1
#9 4.860 -> installed ocaml-options-only-no-flat-float-array.1
#9 89.59 -> installed ocaml-variants.5.0.0+options
#9 89.63 -> installed ocaml-config.3
#9 89.74 -> installed ocaml.5.0.0
#9 89.76 -> installed base-domains.base
#9 89.79 -> installed base-nnp.base
#9 90.21 Done.
#9 90.21 # Run eval $(opam env) to update the current shell environment
#9 DONE 90.9s
#10 [3/5] RUN opam pin add -k version ocaml-variants 5.0.0+options
#10 sha256:178022e80485a6ab9ebc68d11a81fc2069140d50212a45e7454fc2f6e852a9e3
#10 0.756 ocaml-variants is now pinned to version 5.0.0+options
#10 0.756
#10 3.558 No package build needed.
#10 3.558 Nothing to do.
#10 3.559 # Run eval $(opam env) to update the current shell environment
#10 DONE 3.6s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:20f892db85f5adbe3753f8f1d1796fcae4dbe179cb843f68e4a466d6ecd0b7ab
#11 3.748 The following actions will be performed:
#11 3.748 - install opam-depext 1.2.3
#11 3.748
#11 3.748 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.037 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.054
#11 4.054 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.231 -> installed opam-depext.1.2.3
#11 6.239 Done.
#11 6.239 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.4s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:145b773c3d746c40d4f936da6462c091230f6051ddfa1011dea20c809677a470
#13 DONE 0.0s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.4s done
#14 writing image sha256:42be740b09a6ba2f1bd57c4a12aaaf8e08868156c77be14c66d1f8ff9a9c5f15 done
#14 DONE 2.4s
Pushing "sha256:7d7abab1d7f8f122c9ba9efc77ad279d892bde98ee6b3d01d37503caa57db47d" 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]
583a6acde3ea: Preparing
583a6acde3ea: Pushed
debian-12-ocaml-5.0-no-flat-float-array-arm64: digest: sha256:3b0efb598adbb98c839c0fac2baeebaa74fc282b95b303b254aaa136fc1b6b13 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
583a6acde3ea: Preparing
583a6acde3ea: Layer already exists
debian-12-ocaml-5.0-no-flat-float-array-arm64: digest: sha256:3b0efb598adbb98c839c0fac2baeebaa74fc282b95b303b254aaa136fc1b6b13 size: 530
Job succeeded
2025-06-21 15:57.22: Job succeeded