Build:
- 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.4-alpha1-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
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.4~alpha1 --packages=ocaml-base-compiler.5.4.0~alpha1
RUN opam pin add -k version ocaml-base-compiler 5.4.0~alpha1
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.4.0~alpha1-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:53.39: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:8e154d4da81d8b57d33caff5f3c6eae03e9c7fd46fd0705c73b19534683b5f73
#1 transferring dockerfile: 677B done
#1 ...
#2 [internal] load .dockerignore
#2 sha256:6f6c48942dd3500e69f74ca514447494c62aa699d8723a48db8c0f10bb150aff
#2 transferring context: 2B done
#2 DONE 0.2s
#1 [internal] load build definition from Dockerfile
#1 sha256:8e154d4da81d8b57d33caff5f3c6eae03e9c7fd46fd0705c73b19534683b5f73
#1 DONE 0.3s
#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.3s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:33503d2e04db0481655bd9d69b759671385d5ed35663be75f50a0fe3874e25ea
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
#6 sha256:c18f2e9a3855326f423d4c8fba5800e8fd42b368961b534bd0331a5f6253d83e
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:820ab61694e93826809a6eaa8f1846edf1415e318f8a614b49f6e5f861c92650
#7 DONE 0.0s
#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
#8 sha256:285cd955854b511758c06f3b1b15cbc15aacde993369e6d3cef1ff4b1eea2d33
#8 DONE 0.0s
#9 [2/8] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:788bb3af10bbf18854c3b930a9f07890cc55b0cac186f07229a5760d01271b26
#9 CACHED
#10 [3/8] RUN apk update && apk upgrade
#10 sha256:540e6a140673f48310d9a568dc838efb3daf392d583350797d045214efc640f5
#10 CACHED
#11 [4/8] RUN apk add zstd
#11 sha256:7e86888a5da3c2ad7e912687b598594ea8bd78a3edaa377bc5b4d88263cba085
#11 CACHED
#15 [internal] load build context
#15 sha256:3c4392206b3a400f82a05f3fb0e7c3d10645201cedb22331dd46604ffbbe55a4
#15 transferring context: 677B done
#15 DONE 0.1s
#12 [5/8] RUN opam switch create 5.4~alpha1 --packages=ocaml-base-compiler.5.4.0~alpha1
#12 sha256:df68cf4c1df7921f2b61a801be18c11b5f0fd43ed8cb82ab06b32260fca0b1c4
#12 3.284
#12 3.284 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.435 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 3.505 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 3.838 [ocaml-compiler.5.4.0~alpha1] downloaded from cache at https://opam.ocaml.org/cache
#12 4.562 [ocaml-compiler.5.4.0~alpha1/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 4.562
#12 4.562 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.564 -> installed base-bigarray.base
#12 4.565 -> installed base-threads.base
#12 4.567 -> installed base-unix.base
#12 4.568 -> installed ocaml-beta.enabled
#12 4.834 -> installed ocaml-options-vanilla.1
#12 114.3 -> installed ocaml-compiler.5.4.0~alpha1
#12 114.3 -> installed ocaml-base-compiler.5.4.0~alpha1
#12 114.4 -> installed ocaml-config.3
#12 114.5 -> installed ocaml.5.4.0
#12 114.6 -> installed base-domains.base
#12 114.6 -> installed base-effects.base
#12 114.6 -> installed base-nnp.base
#12 115.0 Done.
#12 115.0 # Run eval $(opam env) to update the current shell environment
#12 DONE 115.5s
#13 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.4.0~alpha1
#13 sha256:1c2433325ae593c662f9665f4cb4998be9c95ca2752f41e7ecfd0ac83668a103
#13 0.667 ocaml-base-compiler is now pinned to version 5.4.0~alpha1
#13 0.667
#13 3.402 Already up-to-date.
#13 3.402 Nothing to do.
#13 3.410 # Run eval $(opam env) to update the current shell environment
#13 DONE 3.5s
#14 [7/8] RUN opam install -y opam-depext
#14 sha256:6e5b43f6af83cc7bf098f351859f0ce0a81d6373b96424e1e4f4597221d78226
#14 3.676 The following actions will be performed:
#14 3.676 - install opam-depext 1.2.3
#14 3.676
#14 3.676 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 3.974 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 4.005
#14 4.005 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.916 -> installed opam-depext.1.2.3
#14 5.924 Done.
#14 5.931 # Run eval $(opam env) to update the current shell environment
#14 DONE 6.0s
#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:2bd7fe1f9b7d5eefd41154ddc6f5edfac469d4ba5ee0837592fcee3e8442a2bf
#16 DONE 0.1s
#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.9s done
#17 writing image sha256:e1b48667ff773dd0a1e947fe7f1a75ea0fb2ff9adf5d5a4bf992d85174cb5ebe done
#17 DONE 2.0s
Pushing "sha256:51c520f5486e609b311748c803e13bbc824def32feb21d77c6cddf6b87a5d7d5" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.4-alpha1-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
9f8b5e3d5d9a: Preparing
9f8b5e3d5d9a: Pushed
alpine-3.21-ocaml-5.4-alpha1-arm64: digest: sha256:3cb35a53f081a6b5fc4cc54fd4553a565b6bf19c399318a6938836c36630f5e5 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
9f8b5e3d5d9a: Preparing
9f8b5e3d5d9a: Layer already exists
alpine-3.21-ocaml-5.4-alpha1-arm64: digest: sha256:3cb35a53f081a6b5fc4cc54fd4553a565b6bf19c399318a6938836c36630f5e5 size: 531
Job succeeded
2025-06-21 14:22.50: Job succeeded