Build:
  1. 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.2-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.2 --packages=ocaml-variants.5.2.1+options,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 5.2.1+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.2.1+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:38.14: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:10416c5f2cf6795a48e70ac230e2be38e7ab18394862c91e138558061e77a074
#1 transferring dockerfile: 597B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:7ee9c68c91061336ec57f39e24a2bf3e38f9b4482f37db1e01bd30f0a8267afe
#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:e621eb2f012692f408a96359eed96d9a194644ca564c1551dd74e02b22bd4ffe
#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:a4f385f01c39a538919cebf067826fd15aedb43d1b9b8a3a97f939526516fd0e
#7 DONE 0.0s

#8 [1/7] FROM docker.io/ocurrent/opam-staging@sha256:9f91b79834d8fb4d3a093b1e75513eb97bbc956472499236fa08b3d2426aff6c
#8 sha256:285cd955854b511758c06f3b1b15cbc15aacde993369e6d3cef1ff4b1eea2d33
#8 CACHED

#9 [2/7] RUN apk update && apk upgrade
#9 sha256:5165f8d67d8bedae07456c00cec823146cb3e744e56f77175df22c68ff3ad9ff
#9 0.321 fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/aarch64/APKINDEX.tar.gz
#9 0.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/aarch64/APKINDEX.tar.gz
#9 0.751 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
#9 0.823 fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
#9 1.085 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
#9 1.436 v3.21.3-603-g364e1f9788f [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
#9 1.436 v3.21.3-605-g3307d5c253d [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
#9 1.436 v3.23.0_alpha20250612-581-g0452f3e42db [https://dl-cdn.alpinelinux.org/alpine/edge/main]
#9 1.436 v3.23.0_alpha20250612-586-g6c5d234b964 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
#9 1.436 v3.23.0_alpha20250612-582-g8a3fc1bc8f0 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
#9 1.436 OK: 59106 distinct packages available
#9 2.191 (1/3) Upgrading python3 (3.12.10-r1 -> 3.12.11-r0)
#9 2.745 (2/3) Upgrading python3-pycache-pyc0 (3.12.10-r1 -> 3.12.11-r0)
#9 3.042 (3/3) Upgrading python3-pyc (3.12.10-r1 -> 3.12.11-r0)
#9 3.042 Executing busybox-1.37.0-r12.trigger
#9 3.056 OK: 301 MiB in 101 packages
#9 DONE 3.3s

#10 [3/7] RUN apk add zstd
#10 sha256:88aefd0f70ef479edb55ec590f37d976d95b0891cd19f667fe17dd558a99ed0a
#10 1.044 (1/1) Installing zstd (1.5.6-r2)
#10 1.116 Executing busybox-1.37.0-r12.trigger
#10 1.132 OK: 301 MiB in 102 packages
#10 DONE 1.3s

#14 [internal] load build context
#14 sha256:32553101934c62d86f85fc9f4e93f61ebca235dc911b73530396dec0f66d68d5
#14 transferring context: 597B done
#14 DONE 0.2s

#11 [4/7] RUN opam switch create 5.2 --packages=ocaml-variants.5.2.1+options,ocaml-options-only-afl
#11 sha256:611cdafa1fde1e0bffd17b95f48a5a64811db494023ec0112f98422f45ffe5a6
#11 3.394 
#11 3.394 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 3.478 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#11 3.648 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#11 3.931 [ocaml-variants.5.2.1+options] downloaded from cache at https://opam.ocaml.org/cache
#11 4.617 [ocaml-variants.5.2.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#11 4.617 
#11 4.617 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.620 -> installed base-bigarray.base
#11 4.622 -> installed base-threads.base
#11 4.624 -> installed base-unix.base
#11 4.629 -> installed ocaml-option-afl.1
#11 4.876 -> installed ocaml-options-only-afl.1
#11 141.0 -> installed ocaml-variants.5.2.1+options
#11 141.0 -> installed ocaml-config.3
#11 141.2 -> installed ocaml.5.2.1
#11 141.2 -> installed base-domains.base
#11 141.2 -> installed base-nnp.base
#11 141.6 Done.
#11 141.6 # Run eval $(opam env) to update the current shell environment
#11 DONE 142.1s

#12 [5/7] RUN opam pin add -k version ocaml-variants 5.2.1+options
#12 sha256:8aa6f9d2af27289aa3b2de86c4350d365c4d7f82e7117a7873ee50442db8b536
#12 0.666 ocaml-variants is now pinned to version 5.2.1+options
#12 0.666 
#12 3.414 No package build needed.
#12 3.414 Nothing to do.
#12 3.419 # 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:d0049daa2f95be0d01b1977e458a2b13a5a4e4c8962ca70c285203a3120f0bfc
#13 3.684 The following actions will be performed:
#13 3.684   - install opam-depext 1.2.3
#13 3.684 
#13 3.684 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 3.813 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#13 3.844 
#13 3.844 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 5.984 -> installed opam-depext.1.2.3
#13 5.993 Done.
#13 6.000 # Run eval $(opam env) to update the current shell environment
#13 DONE 6.1s

#15 [7/7] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#15 sha256:6ad8450e36ea27d0e6121049f82de49bacf18adb357b4e72b0142eff22b9fc83
#15 DONE 0.1s

#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 1.9s done
#16 writing image sha256:00d02608f135fe826ef30e758df8f5f7fe276babdd381040075018d34fc4a70c done
#16 DONE 1.9s
Pushing "sha256:a5994a17cbf2cc2d097c59fed85ccdc4637f8cc0c26d1b93560ee668dccc7458" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.2-afl-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
48fea4d208a1: Preparing
48fea4d208a1: Pushed
alpine-3.21-ocaml-5.2-afl-arm64: digest: sha256:1298d6486ddf6144a4938e12350b7d520c915eb234176b8a908219a0cdb77cf2 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
48fea4d208a1: Preparing
48fea4d208a1: Layer already exists
alpine-3.21-ocaml-5.2-afl-arm64: digest: sha256:1298d6486ddf6144a4938e12350b7d520c915eb234176b8a908219a0cdb77cf2 size: 530
Job succeeded
2025-06-21 14:08.26: Job succeeded