Build:
- 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.0-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:a037e52aa906df513895e102c1cffc6cef729d6f5a6d70de9003d93ff0f8d07b
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 5.0 --packages=ocaml-base-compiler.5.0.0
RUN opam pin add -k version ocaml-base-compiler 5.0.0
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.0.0-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:33.21: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:78ca3c6fa805dc6181b2d19e2fe78dbba843c4c01e3d2061ef8623a8652a27a4
#2 transferring context: 2B done
#2 ...
#1 [internal] load build definition from Dockerfile
#1 sha256:30bd0de142161dbc201fd4eb7da88db7d5a532b27374c4073b3d074ff567493a
#1 transferring dockerfile: 501B done
#1 DONE 0.2s
#2 [internal] load .dockerignore
#2 sha256:78ca3c6fa805dc6181b2d19e2fe78dbba843c4c01e3d2061ef8623a8652a27a4
#2 DONE 0.3s
#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:9a4270125319ef69b85d5daf41486aa74cbb6c35f82dbfe126ef30b93f603768
#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:8cf416863cd57a93e8c7e11215843cdc781ee85c95c12fb3335d270b66547781
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:a037e52aa906df513895e102c1cffc6cef729d6f5a6d70de9003d93ff0f8d07b
#8 sha256:a87e40c91d03cbb545b3c113d5363af2f7f0bb508fb8c4761bf1481e199881a5
#8 CACHED
#12 [internal] load build context
#12 sha256:c32a5153e4f1c2016ac8b3bbbf1d8fcd96f647abf5927f26c408e7b19863dbde
#12 transferring context: 501B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 5.0 --packages=ocaml-base-compiler.5.0.0
#9 sha256:c0ad4cd9996fe5ccc2ca04713e571bc505cd020197b56cf7e775676320df3b06
#9 4.472
#9 4.472 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.692 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.965 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 5.551 [ocaml-base-compiler.5.0.0] downloaded from cache at https://opam.ocaml.org/cache
#9 6.338 [ocaml-base-compiler.5.0.0/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 6.339
#9 6.339 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 6.575 -> installed base-bigarray.base
#9 6.576 -> installed base-threads.base
#9 6.577 -> installed base-unix.base
#9 6.579 -> installed ocaml-options-vanilla.1
#9 93.64 -> installed ocaml-base-compiler.5.0.0
#9 93.68 -> installed ocaml-config.3
#9 93.79 -> installed ocaml.5.0.0
#9 93.82 -> installed base-domains.base
#9 93.85 -> installed base-nnp.base
#9 94.24 Done.
#9 94.25 # Run eval $(opam env) to update the current shell environment
#9 DONE 94.9s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 5.0.0
#10 sha256:54b3f600138a8c0076e6b0ed98bd2e4bc4d6cad46a180f1cc9ae038c3b226e77
#10 0.782 ocaml-base-compiler is now pinned to version 5.0.0
#10 0.782
#10 4.614 No package build needed.
#10 4.614 Nothing to do.
#10 4.617 # 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:0de0c47a8ea87a3be05d43851c3d29246c0ea83337590297ed1178ce22b1aa45
#11 4.885 The following actions will be performed:
#11 4.885 - install opam-depext 1.2.3
#11 4.886
#11 4.886 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.392 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 5.418
#11 5.418 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.668 -> installed opam-depext.1.2.3
#11 7.677 Done.
#11 7.682 # Run eval $(opam env) to update the current shell environment
#11 DONE 7.9s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:b55fa91713593733dc746747565072101c9bcf4450a17a786254ccded12fa445
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.2s done
#14 writing image sha256:099e97c7b53e3f4960088c7b98e94f12e3eca1f5509c417a7dd60514bf5c5edd done
#14 DONE 2.2s
Pushing "sha256:953835c16c1dfb5be0435cba46f506baa15533d74f4c21f4d22d849a033f10b0" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.0-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
2934a115f9c7: Preparing
2934a115f9c7: Pushed
alpine-3.21-ocaml-5.0-arm64: digest: sha256:acdf75dfc6ac6879946853647737c83dc8ba2a74cc4e3b807f94c7c73def2dfc size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
2934a115f9c7: Preparing
2934a115f9c7: Layer already exists
alpine-3.21-ocaml-5.0-arm64: digest: sha256:acdf75dfc6ac6879946853647737c83dc8ba2a74cc4e3b807f94c7c73def2dfc size: 530
Job succeeded
2025-06-07 14:05.47: Job succeeded