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.3-afl-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
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.3 --packages=ocaml-variants.5.3.0+options,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 5.3.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.3.0+afl-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:41.42: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:3aa80decb3203a2b0b057212d2ae36047fee420b05ca88fe23e0298a14ac313d
#1 transferring dockerfile: 597B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 sha256:2751c6f20268d38fbdf4d4cb1c782ea1bd868409d12f88d4fde9529d170d0c5a
#2 transferring context: 2B done
#2 DONE 0.0s
#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:81bcfb931f8282226436ed5b82131d0ea1e8f598041ac48c4859a907197d90f3
#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:cdb15867d21ec58e98bf6d78bc0d940d471c246b5b124e939e0c4ec3e96957a6
#7 DONE 0.0s
#8 [1/7] FROM docker.io/ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
#8 sha256:285cd955854b511758c06f3b1b15cbc15aacde993369e6d3cef1ff4b1eea2d33
#8 DONE 0.0s
#9 [2/7] RUN apk update && apk upgrade
#9 sha256:5165f8d67d8bedae07456c00cec823146cb3e744e56f77175df22c68ff3ad9ff
#9 CACHED
#10 [3/7] RUN apk add zstd
#10 sha256:88aefd0f70ef479edb55ec590f37d976d95b0891cd19f667fe17dd558a99ed0a
#10 CACHED
#14 [internal] load build context
#14 sha256:6841052dcfca5d403ab521539a4a6112f13a73c553b616ab77b35deb60db0f9c
#14 transferring context: 597B done
#14 DONE 0.0s
#11 [4/7] RUN opam switch create 5.3 --packages=ocaml-variants.5.3.0+options,ocaml-options-only-afl
#11 sha256:2c9986823a9bcbe8cbd8109103774852837b77fd99b4fd1981e904d988a6f5ad
#11 3.244
#11 3.244 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 3.426 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#11 3.645 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#11 4.191 [ocaml-compiler.5.3.0] downloaded from cache at https://opam.ocaml.org/cache
#11 5.051 [ocaml-compiler.5.3.0/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#11 5.055
#11 5.055 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.057 -> installed base-bigarray.base
#11 5.058 -> installed base-threads.base
#11 5.060 -> installed base-unix.base
#11 5.062 -> installed ocaml-option-afl.1
#11 5.347 -> installed ocaml-options-only-afl.1
#11 140.8 -> installed ocaml-compiler.5.3.0
#11 140.8 -> installed ocaml-variants.5.3.0+options
#11 140.9 -> installed ocaml-config.3
#11 141.0 -> installed ocaml.5.3.0
#11 141.0 -> installed base-domains.base
#11 141.0 -> installed base-effects.base
#11 141.1 -> installed base-nnp.base
#11 141.4 Done.
#11 141.4 # Run eval $(opam env) to update the current shell environment
#11 DONE 142.0s
#12 [5/7] RUN opam pin add -k version ocaml-variants 5.3.0+options
#12 sha256:ea27ca459b51699503155b3306ae82fcdfa7e45f1fbdc42a25f3f1f2ee498aa4
#12 0.717 ocaml-variants is now pinned to version 5.3.0+options
#12 0.717
#12 3.455 No package build needed.
#12 3.455 Nothing to do.
#12 3.462 # Run eval $(opam env) to update the current shell environment
#12 DONE 3.5s
#13 [6/7] RUN opam install -y opam-depext
#13 sha256:382290bb4fe66c0616430e9248caa5344c24aed40bc642c3f67c1d9d0269b67c
#13 3.766 The following actions will be performed:
#13 3.766 - install opam-depext 1.2.3
#13 3.766
#13 3.766 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 4.061 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#13 4.090
#13 4.090 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 6.240 -> installed opam-depext.1.2.3
#13 6.244 Done.
#13 6.252 # Run eval $(opam env) to update the current shell environment
#13 DONE 6.3s
#15 [7/7] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#15 sha256:96088c8b2986ee3e7938eed38e9c38c349234562df4359ee0bd457304bc7daed
#15 DONE 0.1s
#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 1.9s done
#16 writing image sha256:a21c0f4d72a2ee968c6372d47cf8392c874bb4409c70e8c4b9cc61490dee8483 done
#16 DONE 1.9s
Pushing "sha256:5d2f2e4ecb2194222c834d6337149d54cadc54b50a07bf04bfd06cc9e170e80d" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.3-afl-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
91d859672454: Preparing
91d859672454: Pushed
alpine-3.21-ocaml-5.3-afl-arm64: digest: sha256:5422856dbafa415dc99872a39a767571c73c639720a39c22f0ff3cc62cc821f4 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
91d859672454: Preparing
91d859672454: Layer already exists
alpine-3.21-ocaml-5.3-afl-arm64: digest: sha256:5422856dbafa415dc99872a39a767571c73c639720a39c22f0ff3cc62cc821f4 size: 530
Job succeeded
2025-06-21 14:13.37: Job succeeded