Build:
  1. 0
2025-08-23 09:03.46: New job: Build using linux-arm64 in
                                []
2025-08-23 09:03.46: Will push staging image to ocurrent/opam-staging:alpine-3.22-ocaml-5.5-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6
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.5 --packages=ocaml-variants.5.5.0+trunk
RUN opam pin add -k version ocaml-variants 5.5.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-08-23 09:03.46: Using cache hint "5.5.0-arm64-ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6"
2025-08-23 09:03.46: Waiting for resource in pool OCluster
2025-08-23 09:46.32: Waiting for worker…
2025-08-23 14:30.11: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:77ba711d56d8d4c0f446ca09ea098aedcbd96c13071a1b5fe7a318d13c8ec726
#1 transferring dockerfile: 658B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:250e3ec7bcc722a603a21ead0ad4e1515e772e014d42f983ddee8d71d63f869f
#2 transferring context: 2B 0.0s done
#2 DONE 0.2s

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.7s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
#4 sha256:68a5a5596914e3b0629f7b4b33d88cd8b729b3a878212d9d10105dae39f4257c
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:596fabae5fc99f38d1fc09ce9132078212c2c4c783a751ad7d726c3a43f974da
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6
#6 sha256:5ff33ed5451fbf8a0abb066db862c9b9d7030f240e318c8821b3f7668f1629aa
#6 DONE 0.0s

#7 [internal] load .dockerignore
#7 sha256:6172527c55ba4e966b2586b626545a24947a33a3363d229e90974401c85de18f
#7 DONE 0.0s

#8 [1/7] FROM docker.io/ocurrent/opam-staging@sha256:b1df94ba3b608e8b78eb9a0f54588d11d1e753bb16eb9cd62d7825f96bc102a6
#8 sha256:0b30fdb57131aaa6ce5258673760fb4012ca2623b233298a1153acee854f5c63
#8 CACHED

#9 [2/8] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:d9e60a1099067907c40641a6f060c75029f94c14835bedf490b462053b609688
#9 1.096 [beta] Initialised
#9 DONE 1.3s

#10 [3/8] RUN apk update && apk upgrade
#10 sha256:2479eb29337f707e6c3eff432c1f9a2329fc7c60d272db780c5dee0a027461f6
#10 0.332 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz
#10 0.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz
#10 0.705 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
#10 0.785 fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
#10 1.050 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
#10 1.419 v3.22.1-283-g9f637e0941e [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
#10 1.419 v3.22.1-285-g192e71c73e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
#10 1.419 v3.23.0_alpha20250612-4946-g385e32505bb [https://dl-cdn.alpinelinux.org/alpine/edge/main]
#10 1.419 v3.23.0_alpha20250612-4960-g51576b23757 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
#10 1.419 v3.23.0_alpha20250612-4950-g5a41e614229 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
#10 1.419 OK: 60384 distinct packages available
#10 2.270 OK: 302 MiB in 102 packages
#10 DONE 2.5s

#11 [4/8] RUN apk add zstd
#11 sha256:8e764d973c74225161c79a80bfff48e73671c5957853f3aec67285daec299623
#11 1.112 (1/1) Installing zstd (1.5.7-r0)
#11 1.155 Executing busybox-1.37.0-r19.trigger
#11 1.166 OK: 302 MiB in 103 packages
#11 DONE 1.5s

#15 [internal] load build context
#15 sha256:84d451888dcb502462f710c513de658703c9fd5c6a52774567ccc67213ae6eac
#15 transferring context: 658B done
#15 DONE 0.1s

#12 [5/8] RUN opam switch create 5.5 --packages=ocaml-variants.5.5.0+trunk
#12 sha256:948cea8536efa93132aeb2ac87ed7b98de3e94ff99db7ff73db3523395a9b32d
#12 3.422 
#12 3.422 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.489 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 3.625 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 5.140 [ocaml-compiler.5.5] downloaded from https://github.com/ocaml/ocaml/archive/trunk.tar.gz
#12 5.810 
#12 5.810 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 5.813 -> installed base-bigarray.base
#12 5.816 -> installed base-threads.base
#12 5.817 -> installed base-unix.base
#12 5.819 -> installed host-arch-arm64.1
#12 5.837 -> installed host-system-other.1
#12 5.838 -> installed ocaml-beta.enabled
#12 119.2 -> installed ocaml-compiler.5.5
#12 119.3 -> installed ocaml-variants.5.5.0+trunk
#12 119.3 -> installed ocaml-config.3
#12 119.4 -> installed ocaml.5.5.0
#12 119.5 -> installed base-domains.base
#12 119.5 -> installed base-effects.base
#12 119.5 -> installed base-nnp.base
#12 119.9 Done.
#12 119.9 # Run eval $(opam env) to update the current shell environment
#12 DONE 120.6s

#13 [6/8] RUN opam pin add -k version ocaml-variants 5.5.0+trunk
#13 sha256:9f6ea68ccf87e218846d5b3ee0bcf5978a73ca33111b9b28b3769a462ff5b37d
#13 0.656 ocaml-variants is now pinned to version 5.5.0+trunk
#13 0.656 
#13 3.641 Already up-to-date.
#13 3.641 Nothing to do.
#13 3.649 # Run eval $(opam env) to update the current shell environment
#13 DONE 3.7s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:5e87cffd4f32bc0513114f3bd030a90d86c5c1299067310e8f7a503ce3ad3c0c
#14 3.883 The following actions will be performed:
#14 3.883   - install opam-depext 1.2.3
#14 3.883 
#14 3.883 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 4.113 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 4.134 
#14 4.134 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 6.052 -> installed opam-depext.1.2.3
#14 6.059 Done.
#14 6.066 # Run eval $(opam env) to update the current shell environment
#14 DONE 6.1s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:41984090d0e3b235677542c2ba202acb41006d216601de4818c04903ed358eb3
#16 DONE 0.1s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 2.0s done
#17 writing image sha256:7cb44550ff342313f2044184bbf961d9e9fe69b6334b36ba4df913760c77acfd done
#17 DONE 2.0s
Pushing "sha256:a393f350f56b8addc6c62a4ab109d583a62ccc17f3db6065bfda6b505739c55e" to "ocurrent/opam-staging:alpine-3.22-ocaml-5.5-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
9e466252eaf0: Preparing
9e466252eaf0: Pushed
alpine-3.22-ocaml-5.5-arm64: digest: sha256:50368eb2df8c95189efb8315507be0a594762862636a2152b9ed46ef795abf07 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
9e466252eaf0: Preparing
9e466252eaf0: Layer already exists
alpine-3.22-ocaml-5.5-arm64: digest: sha256:50368eb2df8c95189efb8315507be0a594762862636a2152b9ed46ef795abf07 size: 531
Job succeeded
2025-08-23 14:51.30: Job succeeded