Build:
- 0
2025-08-02 17:08.14: New job: Build using linux-arm64 in
[]
2025-08-02 17:08.14: Will push staging image to ocurrent/opam-staging:ubuntu-24.04-ocaml-5.4-alpha1-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23
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-08-02 17:08.14: Using cache hint "5.4.0~alpha1-arm64-ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23"
2025-08-02 17:08.14: Waiting for resource in pool OCluster
2025-08-02 17:08.14: Waiting for worker…
2025-08-02 17:15.43: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:564a8857fafc6d5d82a353c0203bf7b6132ef5c12905c73090ee3555262e05fa
#1 transferring dockerfile: 772B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:8341e702a054b66bf2e21b68f6e612150b28ace24d21d129d34093fe1638c93f
#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.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:2b998d0cac10d1131899cf256e3fd360cae8987d4fcc2aca13185e45c2827a7d
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23
#6 sha256:be395a35c6176927a7a2f13505dabf89fd47f457e44bce961d865827edb85275
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:83287b2c6a52271abcc66dec91afbc1125d45cca31ecdc40931a8c5c2b943648
#7 DONE 0.0s
#8 [1/9] FROM docker.io/ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23
#8 sha256:ff3ab42de2a5c8cad4ffcb31ba5fbce3d9466f6c330a2482d37b950803fcbfc4
#8 CACHED
#16 [internal] load build context
#16 sha256:556f46a72564044849879839b777d013d59c268378b6d222076a030699dcc9b5
#16 transferring context: 772B done
#16 DONE 0.1s
#9 [2/9] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:362233436a085c8ad1b67cc4f2714651b71c702a3c3f39f48d5bdb87bc435dc6
#9 1.158 [beta] Initialised
#9 DONE 1.5s
#10 [3/9] RUN apt-get -y update
#10 sha256:6f2169948d8a643eaee533609432212cd09fb324f2b523274db462b7ea578a07
#10 0.464 Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
#10 0.464 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
#10 0.466 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
#10 0.468 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
#10 0.673 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1698 kB]
#10 0.871 Fetched 2077 kB in 0s (4343 kB/s)
#10 0.871 Reading package lists...
#10 DONE 2.2s
#11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#11 sha256:2741bfd181af1fff107cc234e83428a4e7bc4c7d62e5d7587e0c7ebf267ecb3d
#11 0.379 Reading package lists...
#11 1.324 Building dependency tree...
#11 1.541 Reading state information...
#11 1.600 Calculating upgrade...
#11 1.915 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#11 DONE 2.3s
#12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#12 sha256:1784ea230fadb9c82147bba0aafe11f1dba60fff560ef609be24562e02e76e3d
#12 0.309 Reading package lists...
#12 1.256 Building dependency tree...
#12 1.482 Reading state information...
#12 1.810 The following NEW packages will be installed:
#12 1.811 libzstd-dev
#12 1.855 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#12 1.855 Need to get 344 kB of archives.
#12 1.855 After this operation, 1163 kB of additional disk space will be used.
#12 1.855 Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libzstd-dev arm64 1.5.5+dfsg2-2build1.1 [344 kB]
#12 2.053 debconf: delaying package configuration, since apt-utils is not installed
#12 2.107 Fetched 344 kB in 0s (10.0 MB/s)
#12 2.129 Selecting previously unselected package libzstd-dev:arm64.
#12 2.129 (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 ... 16349 files and directories currently installed.)
#12 2.141 Preparing to unpack .../libzstd-dev_1.5.5+dfsg2-2build1.1_arm64.deb ...
#12 2.141 Unpacking libzstd-dev:arm64 (1.5.5+dfsg2-2build1.1) ...
#12 2.182 Setting up libzstd-dev:arm64 (1.5.5+dfsg2-2build1.1) ...
#12 DONE 2.9s
#13 [6/9] RUN opam switch create 5.4~alpha1 --packages=ocaml-base-compiler.5.4.0~alpha1
#13 sha256:0ac1d5063abb724cf286349fa598da1724828649762f632c19e10415606f8a7f
#13 3.422
#13 3.422 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 3.517 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#13 3.647 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#13 4.020 [ocaml-compiler.5.4.0~alpha1] downloaded from cache at https://opam.ocaml.org/cache
#13 4.748 [ocaml-compiler.5.4.0~alpha1/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#13 4.749
#13 4.749 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 4.751 -> installed base-bigarray.base
#13 4.787 -> installed base-threads.base
#13 4.788 -> installed base-unix.base
#13 4.789 -> installed ocaml-beta.enabled
#13 5.045 -> installed ocaml-options-vanilla.1
#13 112.2 -> installed ocaml-compiler.5.4.0~alpha1
#13 112.3 -> installed ocaml-base-compiler.5.4.0~alpha1
#13 112.3 -> installed ocaml-config.3
#13 112.5 -> installed ocaml.5.4.0
#13 112.5 -> installed base-domains.base
#13 112.5 -> installed base-effects.base
#13 112.6 -> installed base-nnp.base
#13 112.9 Done.
#13 112.9 # Run eval $(opam env) to update the current shell environment
#13 DONE 113.3s
#14 [7/9] RUN opam pin add -k version ocaml-base-compiler 5.4.0~alpha1
#14 sha256:ebc500694bcc9f4350a683e32f6fc8a8ec6f20165fc390e440f9e334380d554d
#14 0.686 ocaml-base-compiler is now pinned to version 5.4.0~alpha1
#14 0.686
#14 3.572 No package build needed.
#14 3.572 Nothing to do.
#14 3.576 # 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:462574b8e93b7298482ca4df11ed6f47239e46420a7cbf3a7830310d0f9dda74
#15 3.825 The following actions will be performed:
#15 3.825 - install opam-depext 1.2.3
#15 3.825
#15 3.825 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 4.037 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#15 4.067
#15 4.067 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 5.694 -> installed opam-depext.1.2.3
#15 5.701 Done.
#15 5.702 # Run eval $(opam env) to update the current shell environment
#15 DONE 5.8s
#17 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#17 sha256:4eca06c2a61a229b81049bce09ce47cd77e71ea7ce549421c1b3071706109c56
#17 DONE 0.1s
#18 exporting to image
#18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#18 exporting layers
#18 exporting layers 1.7s done
#18 writing image sha256:4687f450d9bf8c02985a798892a8a1dc0dfa713befe804d7e1d84c972d5d677e done
#18 DONE 1.7s
Pushing "sha256:5c9020441da13aa1a72784efe1da9714f331c2b946fe15cfafacd2c5b35a02b3" to "ocurrent/opam-staging:ubuntu-24.04-ocaml-5.4-alpha1-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
0b2da49feda5: Preparing
0b2da49feda5: Pushed
ubuntu-24.04-ocaml-5.4-alpha1-arm64: digest: sha256:18bf9c64605df8bda7f1a27f8c22ab7a7267df8e68dfbc72d2db063dcd00f4e6 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
0b2da49feda5: Preparing
0b2da49feda5: Layer already exists
ubuntu-24.04-ocaml-5.4-alpha1-arm64: digest: sha256:18bf9c64605df8bda7f1a27f8c22ab7a7267df8e68dfbc72d2db063dcd00f4e6 size: 531
Job succeeded
2025-08-02 17:38.57: Job succeeded