Build:
  1. 0
2025-06-21 11:54.04: New job: Build using linux-arm64 in
                                []
2025-06-21 11:54.04: Will push staging image to ocurrent/opam-staging:debian-11-ocaml-5.4-alpha1-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13
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 apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
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:54.04: Using cache hint "5.4.0~alpha1-arm64-ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13"
2025-06-21 11:54.04: Waiting for resource in pool OCluster
2025-06-21 11:54.04: Waiting for worker…
2025-06-21 14:10.35: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:2f378ed35cfc56922e588455c72f61963921ab4260a5aa44542bfa030ea05795
#1 transferring dockerfile: 772B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:8142af14336811f60b446e67a8fbc55efa741bd051a9b31f9f63ecd95cf53d11
#2 transferring context: 2B done
#2 DONE 0.2s

#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

#8 [1/9] FROM docker.io/ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13
#8 sha256:69a01f0579c7b700e0c809588a122cdf2709fbb47e420adf6374089b4608c8ff
#8 CACHED

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

#10 [3/9] RUN apt-get -y update
#10 sha256:bee40b80ed8bf43d5f46d4a514896f0d2c7bec4810a7467314bd2a8362a4a4a0
#10 0.417 Hit:1 http://deb.debian.org/debian bullseye InRelease
#10 0.417 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#10 0.419 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#10 0.897 Reading package lists...
#10 DONE 1.4s

#11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#11 sha256:e41070c926b207c1c587f44df8b0afb8bfe79592cc3d4231dd1c8ac13f382345
#11 0.410 Reading package lists...
#11 0.859 Building dependency tree...
#11 0.977 Reading state information...
#11 1.000 Calculating upgrade...
#11 1.178 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#11 DONE 1.2s

#12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#12 sha256:7720cff06e7ea5f7f8bf2ed8cfc851ca2c1a301e3788c486bc2005b69d550602
#12 0.396 Reading package lists...
#12 0.847 Building dependency tree...
#12 0.964 Reading state information...
#12 1.162 The following NEW packages will be installed:
#12 1.162   libzstd-dev
#12 1.201 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#12 1.201 Need to get 358 kB of archives.
#12 1.201 After this operation, 1236 kB of additional disk space will be used.
#12 1.201 Get:1 http://deb.debian.org/debian bullseye/main arm64 libzstd-dev arm64 1.4.8+dfsg-2.1 [358 kB]
#12 1.359 debconf: delaying package configuration, since apt-utils is not installed
#12 1.399 Fetched 358 kB in 0s (7035 kB/s)
#12 1.419 Selecting previously unselected package libzstd-dev:arm64.
#12 1.419 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18333 files and directories currently installed.)
#12 1.429 Preparing to unpack .../libzstd-dev_1.4.8+dfsg-2.1_arm64.deb ...
#12 1.429 Unpacking libzstd-dev:arm64 (1.4.8+dfsg-2.1) ...
#12 1.486 Setting up libzstd-dev:arm64 (1.4.8+dfsg-2.1) ...
#12 DONE 1.6s

#5 [internal] load build definition from Dockerfile
#5 sha256:982c14112c79489211c67dbbe1301bd7a16118a80414d21d689840024b17d30e
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13
#6 sha256:bf031012de1c60e8265097d24b5e8a67f88be456256be50415ee2b87f77b22fe
#6 DONE 0.0s

#7 [internal] load .dockerignore
#7 sha256:85dbd68523618ecc10396ae8d00fef302f2bdd58b7dfd741d11c876df438346a
#7 DONE 0.0s

#16 [internal] load build context
#16 sha256:beb3836ebba00990fec8ff0291af57b1ae003b5d196f091d46ccacacc0c348f6
#16 transferring context: 772B done
#16 DONE 0.1s

#13 [6/9] RUN opam switch create 5.4~alpha1 --packages=ocaml-base-compiler.5.4.0~alpha1
#13 sha256:30f890fbc54ef7160b17685a7818bb8e05a5bdaf95c086769ad5abcd5bba7813
#13 3.209 
#13 3.209 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 3.303 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#13 3.392 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#13 3.884 [ocaml-compiler.5.4.0~alpha1] downloaded from cache at https://opam.ocaml.org/cache
#13 4.692 [ocaml-compiler.5.4.0~alpha1/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#13 4.692 
#13 4.692 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 4.694 -> installed base-bigarray.base
#13 4.696 -> installed base-threads.base
#13 4.697 -> installed base-unix.base
#13 4.699 -> installed ocaml-beta.enabled
#13 4.992 -> installed ocaml-options-vanilla.1
#13 112.6 -> installed ocaml-compiler.5.4.0~alpha1
#13 112.7 -> installed ocaml-base-compiler.5.4.0~alpha1
#13 112.7 -> installed ocaml-config.3
#13 112.8 -> installed ocaml.5.4.0
#13 112.9 -> installed base-domains.base
#13 112.9 -> installed base-effects.base
#13 112.9 -> installed base-nnp.base
#13 113.2 Done.
#13 113.2 # Run eval $(opam env) to update the current shell environment
#13 DONE 113.7s

#14 [7/9] RUN opam pin add -k version ocaml-base-compiler 5.4.0~alpha1
#14 sha256:02b0cfa83c89ee02c1f2f5c9ddedb821185c3fb6f05620bafce22786de3cca59
#14 0.839 ocaml-base-compiler is now pinned to version 5.4.0~alpha1
#14 0.839 
#14 3.535 Already up-to-date.
#14 3.535 Nothing to do.
#14 3.536 # Run eval $(opam env) to update the current shell environment
#14 DONE 3.6s

#15 [8/9] RUN opam install -y opam-depext
#15 sha256:58e6169001c8d836a9c7032816b6b9cc2d850ac053388f9390251f8cda229f6d
#15 3.585 The following actions will be performed:
#15 3.585   - install opam-depext 1.2.3
#15 3.585 
#15 3.585 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 3.828 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#15 3.853 
#15 3.853 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 5.596 -> installed opam-depext.1.2.3
#15 5.603 Done.
#15 5.603 # Run eval $(opam env) to update the current shell environment
#15 DONE 5.7s

#17 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#17 sha256:6d044eca052f202df88d7b4708425464eef264bfe2c7a47a1033e8d1e2cc7e03
#17 DONE 0.1s

#18 exporting to image
#18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#18 exporting layers
#18 exporting layers 1.7s done
#18 writing image sha256:e09c023f2151f0535b3f81addeab4b31c83057e22fb9264c6f2fb3ca0538dbe2 done
#18 DONE 1.7s
Pushing "sha256:ab3d64c37f3da0f3fb350adec4ad72ed57857256795920500dd7b78dca2bd498" to "ocurrent/opam-staging:debian-11-ocaml-5.4-alpha1-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
390b22e13afe: Preparing
390b22e13afe: Pushed
debian-11-ocaml-5.4-alpha1-arm64: digest: sha256:59c7485d9e216ff6e3a466d3aea79fa99d442fed29904b3afb69595613c64cd4 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
390b22e13afe: Preparing
390b22e13afe: Layer already exists
debian-11-ocaml-5.4-alpha1-arm64: digest: sha256:59c7485d9e216ff6e3a466d3aea79fa99d442fed29904b3afb69595613c64cd4 size: 531
Job succeeded
2025-06-21 14:40.44: Job succeeded