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-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 --packages=ocaml-variants.5.4.0+trunk
RUN opam pin add -k version ocaml-variants 5.4.0+trunk
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-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:14.32: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:cc272298a400bb1de6633191843afad64620018f72b366abd5a69b173dfee403
#2 transferring context: 2B done
#2 DONE 0.2s
#1 [internal] load build definition from Dockerfile
#1 sha256:7ad96d7c82ce895b4de23aeb042f1a23f1133a55c7418e1cbda413de9a0c1617
#1 transferring dockerfile: 753B 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:b134dcd4241f8b717f7470d3f29ec0d90d4d5eed0b5a6d16d66980daf76991fb
#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:6da56932e44544e0dba3e0c3aee37f1981ccab30f69543c26039ac787d5b189a
#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:67549ea76c4b41c5d3ad4fae05e1347d394102ef0f60cef2aa65c366d9a61bfe
#16 transferring context: 753B 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.095 [beta] Initialised
#9 DONE 1.3s
#10 [3/9] RUN apt-get -y update
#10 sha256:6f2169948d8a643eaee533609432212cd09fb324f2b523274db462b7ea578a07
#10 0.520 Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
#10 0.573 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
#10 0.904 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
#10 1.036 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
#10 1.159 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1698 kB]
#10 1.527 Fetched 2077 kB in 1s (1747 kB/s)
#10 1.527 Reading package lists...
#10 DONE 2.5s
#11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#11 sha256:2741bfd181af1fff107cc234e83428a4e7bc4c7d62e5d7587e0c7ebf267ecb3d
#11 0.363 Reading package lists...
#11 1.252 Building dependency tree...
#11 1.447 Reading state information...
#11 1.501 Calculating upgrade...
#11 1.815 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#11 DONE 1.9s
#12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#12 sha256:1784ea230fadb9c82147bba0aafe11f1dba60fff560ef609be24562e02e76e3d
#12 0.411 Reading package lists...
#12 1.317 Building dependency tree...
#12 1.534 Reading state information...
#12 1.829 The following NEW packages will be installed:
#12 1.829 libzstd-dev
#12 1.871 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#12 1.871 Need to get 344 kB of archives.
#12 1.871 After this operation, 1163 kB of additional disk space will be used.
#12 1.871 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.051 debconf: delaying package configuration, since apt-utils is not installed
#12 2.097 Fetched 344 kB in 0s (6802 kB/s)
#12 2.119 Selecting previously unselected package libzstd-dev:arm64.
#12 2.119 (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.130 Preparing to unpack .../libzstd-dev_1.5.5+dfsg2-2build1.1_arm64.deb ...
#12 2.131 Unpacking libzstd-dev:arm64 (1.5.5+dfsg2-2build1.1) ...
#12 2.166 Setting up libzstd-dev:arm64 (1.5.5+dfsg2-2build1.1) ...
#12 DONE 2.3s
#13 [6/9] RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk
#13 sha256:729eeaad40ef5a0fefcb735bf08b77dc5a748bb07e8ae80acf1b80c98779911b
#13 3.348
#13 3.348 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 3.445 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#13 3.536 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#13 4.737 [ocaml-compiler.5.4] downloaded from https://github.com/ocaml/ocaml/archive/5.4.tar.gz
#13 5.312
#13 5.312 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 5.315 -> installed base-bigarray.base
#13 5.345 -> installed base-threads.base
#13 5.346 -> installed base-unix.base
#13 5.347 -> installed host-arch-arm64.1
#13 5.349 -> installed host-system-other.1
#13 5.350 -> installed ocaml-beta.enabled
#13 113.0 -> installed ocaml-compiler.5.4
#13 113.1 -> installed ocaml-variants.5.4.0+trunk
#13 113.1 -> installed ocaml-config.3
#13 113.3 -> installed ocaml.5.4.0
#13 113.3 -> installed base-domains.base
#13 113.3 -> installed base-effects.base
#13 113.3 -> installed base-nnp.base
#13 113.7 Done.
#13 113.7 # Run eval $(opam env) to update the current shell environment
#13 DONE 114.4s
#14 [7/9] RUN opam pin add -k version ocaml-variants 5.4.0+trunk
#14 sha256:d666bfdea16d0ba406e25b5f6a53eaadf6014298c1d7d8fe0fdd16a9f07259bb
#14 0.676 ocaml-variants is now pinned to version 5.4.0+trunk
#14 0.676
#14 3.536 No package build needed.
#14 3.536 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:6667f165f14a4f13f9818006743d94d6f8e85b184e7bbcbf8809cb7fb0c1fecc
#15 3.835 The following actions will be performed:
#15 3.835 - install opam-depext 1.2.3
#15 3.835
#15 3.835 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 4.054 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#15 4.082
#15 4.082 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 5.693 -> installed opam-depext.1.2.3
#15 5.700 Done.
#15 5.701 # Run eval $(opam env) to update the current shell environment
#15 DONE 5.8s
#17 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#17 sha256:adddcfdcaa42e708ab365d71ea1dda03dd98b9a72f83aee8bc1af4f3fc8de923
#17 DONE 0.1s
#18 exporting to image
#18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#18 exporting layers
#18 exporting layers 1.7s done
#18 writing image sha256:d3a499537e515f8665edfa51f28ffd97b91776020cfccc1af281810a76bd54cb done
#18 DONE 1.7s
Pushing "sha256:6c6c40053b6eab4c32217785bdf4f4adf14679b12d19deacb0483ffcca5283a2" to "ocurrent/opam-staging:ubuntu-24.04-ocaml-5.4-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
1e3613c5e0e3: Preparing
1e3613c5e0e3: Pushed
ubuntu-24.04-ocaml-5.4-arm64: digest: sha256:6b12b01f098ac0eded4370b1ac35756dfd9697ecfba3951670441e4897e6ea23 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
1e3613c5e0e3: Preparing
1e3613c5e0e3: Layer already exists
ubuntu-24.04-ocaml-5.4-arm64: digest: sha256:6b12b01f098ac0eded4370b1ac35756dfd9697ecfba3951670441e4897e6ea23 size: 531
Job succeeded
2025-08-02 17:40.07: Job succeeded