Build:
- 0
2025-06-07 11:37.49: New job: Build using linux-arm64 in
[]
2025-06-07 11:37.49: Will push staging image to ocurrent/opam-staging:ubuntu-22.04-ocaml-5.2-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:f5528e8ab04caf50743844b7fdcfbb829882fbe81f66704544dfae5c353dacd5
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.2 --packages=ocaml-base-compiler.5.2.1
RUN opam pin add -k version ocaml-base-compiler 5.2.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-07 11:37.49: Using cache hint "5.2.1-arm64-ocurrent/opam-staging@sha256:f5528e8ab04caf50743844b7fdcfbb829882fbe81f66704544dfae5c353dacd5"
2025-06-07 11:37.49: Waiting for resource in pool OCluster
2025-06-07 11:37.49: Waiting for worker…
2025-06-07 12:03.35: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:0d2ea7f43b75a9f1828f4563d4e2c0ef6ceb9c3255c25c99f10410d40fa488f1
#2 transferring context: 2B done
#2 DONE 0.2s
#1 [internal] load build definition from Dockerfile
#1 sha256:025c40a3979d83ee11f196c3d8819f683c0488779eee7c61ab6381f6be074450
#1 transferring dockerfile: 663B done
#1 DONE 0.2s
#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:fbc30554067fd5f437dba3208c1ea583406f524cb04a0ae699cb1b62cc0d2c0f
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:f5528e8ab04caf50743844b7fdcfbb829882fbe81f66704544dfae5c353dacd5
#6 sha256:1cc632539687e93726bd62354c302b883515a47b8a90f91603923164e1a4c30a
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:ba78b4aa57c4b833f40bf7f586c4f5ed47397cbafe4f6793a55b337b37a3c353
#7 DONE 0.0s
#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:f5528e8ab04caf50743844b7fdcfbb829882fbe81f66704544dfae5c353dacd5
#8 sha256:fc8e423d6dc9f8accf00a488ac55af2cab6a934d7a66942139f8e6360478f2dc
#8 CACHED
#15 [internal] load build context
#15 sha256:682b3e4c914cab70b20b00dc4367ceef2294abbed508f0eee5b2d77d336bd9ef
#15 transferring context: 663B done
#15 DONE 0.1s
#9 [2/8] RUN apt-get -y update
#9 sha256:f570d1a97f514bce1089c53fb8fa06166c550cd89aca1d2ef4ef93dbfe6e3283
#9 0.433 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
#9 0.433 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [128 kB]
#9 0.460 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
#9 0.468 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [129 kB]
#9 0.977 Fetched 257 kB in 1s (441 kB/s)
#9 0.977 Reading package lists...
#9 DONE 1.9s
#10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 sha256:2307c43edf06c6b6b95a440eee84d4c4ea3cb61704af67ab22147fb151e8764d
#10 0.391 Reading package lists...
#10 1.310 Building dependency tree...
#10 1.504 Reading state information...
#10 1.547 Calculating upgrade...
#10 1.809 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#10 DONE 1.9s
#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:9b1109a938ae906b1475eda4c1bfda271f0390a65e85dc0b32cb0fd02faaf24e
#11 0.353 Reading package lists...
#11 1.243 Building dependency tree...
#11 1.427 Reading state information...
#11 1.664 The following NEW packages will be installed:
#11 1.665 libzstd-dev
#11 1.840 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#11 1.840 Need to get 392 kB of archives.
#11 1.840 After this operation, 1221 kB of additional disk space will be used.
#11 1.840 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libzstd-dev arm64 1.4.8+dfsg-3build1 [392 kB]
#11 2.340 debconf: delaying package configuration, since apt-utils is not installed
#11 2.370 Fetched 392 kB in 1s (745 kB/s)
#11 2.386 Selecting previously unselected package libzstd-dev:arm64.
#11 2.386 (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 ... 15627 files and directories currently installed.)
#11 2.398 Preparing to unpack .../libzstd-dev_1.4.8+dfsg-3build1_arm64.deb ...
#11 2.399 Unpacking libzstd-dev:arm64 (1.4.8+dfsg-3build1) ...
#11 2.436 Setting up libzstd-dev:arm64 (1.4.8+dfsg-3build1) ...
#11 DONE 2.5s
#12 [5/8] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
#12 sha256:3b9eee4b759af2415a2f382ce938cdad68fdf4c8e8a6bafa9b48e3bce57aa7e6
#12 4.493
#12 4.493 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.689 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 4.987 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 5.133 [ocaml-base-compiler.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
#12 5.896 [ocaml-base-compiler.5.2.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 5.896
#12 5.896 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 6.155 -> installed base-bigarray.base
#12 6.157 -> installed base-threads.base
#12 6.168 -> installed base-unix.base
#12 6.169 -> installed ocaml-options-vanilla.1
#12 105.3 -> installed ocaml-base-compiler.5.2.1
#12 105.3 -> installed ocaml-config.3
#12 105.4 -> installed ocaml.5.2.1
#12 105.5 -> installed base-domains.base
#12 105.5 -> installed base-nnp.base
#12 105.8 Done.
#12 105.8 # Run eval $(opam env) to update the current shell environment
#12 DONE 106.2s
#13 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.2.1
#13 sha256:d49943bfc86b58e238cc49f41b821aa2262baa6cca260aaa6ed8d2358ff0c61b
#13 0.731 ocaml-base-compiler is now pinned to version 5.2.1
#13 0.731
#13 4.543 No package build needed.
#13 4.543 Nothing to do.
#13 4.544 # Run eval $(opam env) to update the current shell environment
#13 DONE 4.6s
#14 [7/8] RUN opam install -y opam-depext
#14 sha256:544d3a27f3165fcf52be358fec87cf9401ba3e44389c77f6c70274f930716bcd
#14 4.981 The following actions will be performed:
#14 4.981 - install opam-depext 1.2.3
#14 4.981
#14 4.981 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.469 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 5.496
#14 5.496 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 7.121 -> installed opam-depext.1.2.3
#14 7.128 Done.
#14 7.129 # Run eval $(opam env) to update the current shell environment
#14 DONE 7.3s
#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:2e0fa4d9c515f1c085c96e211cb1ca7da681648c975b446d81751d87bb961bad
#16 DONE 0.1s
#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.6s done
#17 writing image sha256:1779c3091ca219bdad253f0186b32f39e16af8965545bccfe238ebc44eeac8b8 done
#17 DONE 1.6s
Pushing "sha256:21d6816b101fa371bcb6d315b472d373a2e5ac9303e4d62c6be2f77b279308a3" to "ocurrent/opam-staging:ubuntu-22.04-ocaml-5.2-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
4a6faccec792: Preparing
4a6faccec792: Pushed
ubuntu-22.04-ocaml-5.2-arm64: digest: sha256:a6fb76b6befb6f0b822880c228490789c02c6cfa00d3767ba23f493a173faef3 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
4a6faccec792: Preparing
4a6faccec792: Layer already exists
ubuntu-22.04-ocaml-5.2-arm64: digest: sha256:a6fb76b6befb6f0b822880c228490789c02c6cfa00d3767ba23f493a173faef3 size: 531
Job succeeded
2025-06-07 12:34.09: Job succeeded