Build:
- 0
2025-08-02 17:06.53: New job: Build using linux-arm64 in
[]
2025-08-02 17:06.53: Will push staging image to ocurrent/opam-staging:ubuntu-25.04-ocaml-5.1-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342
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.1 --packages=ocaml-base-compiler.5.1.1
RUN opam pin add -k version ocaml-base-compiler 5.1.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-08-02 17:06.53: Using cache hint "5.1.1-arm64-ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342"
2025-08-02 17:06.53: Waiting for resource in pool OCluster
2025-08-02 17:06.53: Waiting for worker…
2025-08-02 17:06.54: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:2c351874209ba406273ed22e18a348749921722a475b630de67349aa1939ace8
#1 transferring dockerfile: 663B done
#1 DONE 0.2s
#2 [internal] load .dockerignore
#2 sha256:b70f18b3373a984a00df57e38df0120541cda3b0feb81d5306a7cdd30a1420f4
#2 transferring context: 2B done
#2 DONE 0.2s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED
#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.0s
#5 [internal] load build definition from Dockerfile
#5 sha256:ae232cdb252c72391fead63bbfac6986ea8a272c616f1428a6df53a31d58f49c
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342
#6 sha256:4f92494e334e5833fda7b8ab21826eacd63d082630dd0d24ca97bd08e75c52d8
#6 DONE 1.6s
#7 [internal] load .dockerignore
#7 sha256:e87c2d61d9a85ee2098b860b84cd230bd4a4ed1f7112b07e952bc0a0c0d4367e
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342
#8 sha256:72aea359aad48c6644a02e6cee232b696f57f3e5b8d98caad3e6b0ef9d794ac9
#8 resolve docker.io/ocurrent/opam-staging@sha256:fb4243be4137417ab899b470f09491d22388c0a92400392aa9350d10bb952342 done
#8 DONE 0.1s
#15 [internal] load build context
#15 sha256:09a4feb51d3d2b10fa607da969892dd883c151ec889280b29cca6c98b8beea9f
#15 transferring context: 663B done
#15 DONE 0.5s
#9 [2/8] RUN apt-get -y update
#9 sha256:e6351290967d818a6ad85f5eaa88fc19ef36f4767b76eeb0f8ddd455ca64994b
#9 1.311 Hit:1 http://ports.ubuntu.com/ubuntu-ports plucky InRelease
#9 1.371 Get:2 http://ports.ubuntu.com/ubuntu-ports plucky-updates InRelease [126 kB]
#9 1.693 Get:3 http://ports.ubuntu.com/ubuntu-ports plucky-backports InRelease [126 kB]
#9 1.825 Get:4 http://ports.ubuntu.com/ubuntu-ports plucky-security InRelease [126 kB]
#9 1.949 Get:5 http://ports.ubuntu.com/ubuntu-ports plucky-updates/main arm64 Packages [357 kB]
#9 2.109 Fetched 735 kB in 1s (737 kB/s)
#9 2.109 Reading package lists...
#9 DONE 3.0s
#10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 sha256:66a291402add90c297fae01b2a5bb29991ab6032785576a99edbd990c0326527
#10 0.385 Reading package lists...
#10 1.201 Building dependency tree...
#10 1.407 Reading state information...
#10 1.487 Calculating upgrade...
#10 1.830 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#10 DONE 2.6s
#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:d0f771374229814ab8cc33162cf6942e3ce1b5b17e6132c513affb4673568249
#11 0.669 Reading package lists...
#11 1.428 Building dependency tree...
#11 1.641 Reading state information...
#11 2.018 The following NEW packages will be installed:
#11 2.019 libzstd-dev
#11 2.207 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#11 2.207 Need to get 353 kB of archives.
#11 2.207 After this operation, 1192 kB of additional disk space will be used.
#11 2.207 Get:1 http://ports.ubuntu.com/ubuntu-ports plucky/main arm64 libzstd-dev arm64 1.5.6+dfsg-2 [353 kB]
#11 3.553 Fetched 353 kB in 1s (666 kB/s)
#11 3.573 Selecting previously unselected package libzstd-dev:arm64.
#11 3.573 (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 ... 16585 files and directories currently installed.)
#11 3.583 Preparing to unpack .../libzstd-dev_1.5.6+dfsg-2_arm64.deb ...
#11 3.584 Unpacking libzstd-dev:arm64 (1.5.6+dfsg-2) ...
#11 3.623 Setting up libzstd-dev:arm64 (1.5.6+dfsg-2) ...
#11 DONE 3.7s
#12 [5/8] RUN opam switch create 5.1 --packages=ocaml-base-compiler.5.1.1
#12 sha256:c4171eb6a046dad148680109770bbb1b9e8c5362069f3666e0a7d6dc90d4e425
#12 4.046
#12 4.046 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.124 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 4.257 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 4.283 [ocaml-base-compiler.5.1.1] downloaded from cache at https://opam.ocaml.org/cache
#12 4.961 [ocaml-base-compiler.5.1.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 4.998
#12 4.998 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 5.258 -> installed base-bigarray.base
#12 5.260 -> installed base-threads.base
#12 5.262 -> installed base-unix.base
#12 5.264 -> installed ocaml-options-vanilla.1
#12 95.84 -> installed ocaml-base-compiler.5.1.1
#12 95.92 -> installed ocaml-config.3
#12 96.04 -> installed ocaml.5.1.1
#12 96.08 -> installed base-domains.base
#12 96.12 -> installed base-nnp.base
#12 96.67 Done.
#12 96.67 # Run eval $(opam env) to update the current shell environment
#12 DONE 102.0s
#13 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.1.1
#13 sha256:241e77e0831f20e68fdf599f80bc872d136684504c4e21278091f8f5b818ae76
#13 1.500 ocaml-base-compiler is now pinned to version 5.1.1
#13 1.500
#13 4.747 No package build needed.
#13 4.747 Nothing to do.
#13 4.747 # Run eval $(opam env) to update the current shell environment
#13 DONE 7.0s
#14 [7/8] RUN opam install -y opam-depext
#14 sha256:ee38b94843e6770211031e129bf810bd4aad3e72669af3b38218cba1ed9b0b36
#14 4.942 The following actions will be performed:
#14 4.942 - install opam-depext 1.2.3
#14 4.942
#14 4.942 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.049 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 5.066
#14 5.066 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 6.661 -> installed opam-depext.1.2.3
#14 6.685 Done.
#14 6.685 # Run eval $(opam env) to update the current shell environment
#14 DONE 14.0s
#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:d9a6e9bd62ea18049f2bc90c73fc521043f5813ab7292b019abedd1e0ac1b3e7
#16 DONE 0.9s
#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.5s done
#17 writing image sha256:d396fea802077689955c6fe76b67bd5da5fae6b9029d19e3b92526f4c091d8c9 done
#17 DONE 1.5s
Pushing "sha256:b19c394750ca395b9e37c8fcd02f2fc61509ea0f630837ad8f1f5410596e8b9c" to "ocurrent/opam-staging:ubuntu-25.04-ocaml-5.1-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
aec93b992894: Preparing
aec93b992894: Pushed
ubuntu-25.04-ocaml-5.1-arm64: digest: sha256:962f2321d0a40bb73f939006aa7c2692072bacced28ab0dbdd333759289a8a3b size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
aec93b992894: Preparing
aec93b992894: Layer already exists
ubuntu-25.04-ocaml-5.1-arm64: digest: sha256:962f2321d0a40bb73f939006aa7c2692072bacced28ab0dbdd333759289a8a3b size: 531
Job succeeded
2025-08-02 17:19.53: Job succeeded