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.2-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:52d5e72e91f7edeca384d859032850b6c70e4c1d0aaa8c62b8d79fc89a32fb13
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-21 11:54.04: Using cache hint "5.2.1-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:06.16: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:c7fb991291afe3f6e00dbc94d6937494d7e2d73b7c821319fd2765e57a69df56
#2 transferring context: 2B done
#2 DONE 0.2s

#1 [internal] load build definition from Dockerfile
#1 sha256:c30f100efdc036b62090290f4690b76390f36f9cf5ec76969178852031dadcc2
#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.4s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:d158b22ce02448791ab98d7acb2ee4fc71b0a28a91d37b0817117e0b74bbb91e
#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:4e5308e53435ec2e10829b4e7366677f9ab60b3d2f35cac3bdbf4114067d4ed3
#7 DONE 0.0s

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

#15 [internal] load build context
#15 sha256:0bb1a6989668467b1d33694946558a7d30a5b4a65de293fd0f0464e9cdfa23aa
#15 transferring context: 663B done
#15 DONE 0.1s

#9 [2/8] RUN apt-get -y update
#9 sha256:4abaa6253be43ba1d0b6958b086ad5704fc40426757da0a3936c8d5802777f63
#9 0.409 Hit:1 http://deb.debian.org/debian bullseye InRelease
#9 0.409 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#9 0.414 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#9 0.913 Reading package lists...
#9 DONE 1.4s

#10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 sha256:2d42278c733a670e4804373ab139f197fbe383b897d61fe48c7e153e861df52f
#10 0.410 Reading package lists...
#10 0.846 Building dependency tree...
#10 0.956 Reading state information...
#10 0.977 Calculating upgrade...
#10 1.139 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#10 DONE 1.2s

#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:aa7626214bf235d7b60c9251d3290b683629df7fa2f47e138db9b1d70fcbfa9c
#11 0.287 Reading package lists...
#11 0.724 Building dependency tree...
#11 0.858 Reading state information...
#11 1.044 The following NEW packages will be installed:
#11 1.044   libzstd-dev
#11 1.084 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#11 1.084 Need to get 358 kB of archives.
#11 1.084 After this operation, 1236 kB of additional disk space will be used.
#11 1.084 Get:1 http://deb.debian.org/debian bullseye/main arm64 libzstd-dev arm64 1.4.8+dfsg-2.1 [358 kB]
#11 1.258 debconf: delaying package configuration, since apt-utils is not installed
#11 1.288 Fetched 358 kB in 0s (6293 kB/s)
#11 1.308 Selecting previously unselected package libzstd-dev:arm64.
#11 1.308 (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.)
#11 1.317 Preparing to unpack .../libzstd-dev_1.4.8+dfsg-2.1_arm64.deb ...
#11 1.318 Unpacking libzstd-dev:arm64 (1.4.8+dfsg-2.1) ...
#11 1.367 Setting up libzstd-dev:arm64 (1.4.8+dfsg-2.1) ...
#11 DONE 1.5s

#12 [5/8] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
#12 sha256:ac56f9390e3573f88a0784c7c8d20449405996a082d3680eb8d51bc723d9b8b5
#12 3.301 
#12 3.301 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.454 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 3.587 [ocaml-base-compiler.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
#12 3.614 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 4.325 [ocaml-base-compiler.5.2.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 4.326 
#12 4.326 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.589 -> installed base-bigarray.base
#12 4.591 -> installed base-threads.base
#12 4.603 -> installed base-unix.base
#12 4.605 -> installed ocaml-options-vanilla.1
#12 104.3 -> installed ocaml-base-compiler.5.2.1
#12 104.3 -> installed ocaml-config.3
#12 104.4 -> installed ocaml.5.2.1
#12 104.5 -> installed base-domains.base
#12 104.5 -> installed base-nnp.base
#12 104.8 Done.
#12 104.8 # Run eval $(opam env) to update the current shell environment
#12 DONE 105.3s

#13 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.2.1
#13 sha256:724beb2b114d374296c1db1888eff0e5b94262f96dec13542f25858d00c205c9
#13 0.671 ocaml-base-compiler is now pinned to version 5.2.1
#13 0.671 
#13 3.383 No package build needed.
#13 3.383 Nothing to do.
#13 3.383 # Run eval $(opam env) to update the current shell environment
#13 DONE 3.5s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:b4e5ea6014ea2d747a856df30c47f1467fd81b6059b2d13bed3234b59af34111
#14 3.660 The following actions will be performed:
#14 3.660   - install opam-depext 1.2.3
#14 3.661 
#14 3.661 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 3.961 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 3.989 
#14 3.989 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.600 -> installed opam-depext.1.2.3
#14 5.605 Done.
#14 5.605 # Run eval $(opam env) to update the current shell environment
#14 DONE 5.8s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:f8289b0d212aa0e0d39d2972dce74729fe915e5067fd2bf1e99e28b1d5d90ec9
#16 DONE 0.1s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.6s done
#17 writing image sha256:fe0ee80fa008ed08e147db29b0228f58943e7ae306555d3afe9508de991b276c done
#17 DONE 1.6s
Pushing "sha256:b51c617763f8e569726ed3fe6a541fcb2ae0d6bf2e73ec6dc385f936e897cca1" to "ocurrent/opam-staging:debian-11-ocaml-5.2-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
21f899d74324: Preparing
21f899d74324: Pushed
debian-11-ocaml-5.2-arm64: digest: sha256:65d724826b8c02c6f0073f956e5cad045644d5009deb172ce0ef8a91008de756 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
21f899d74324: Preparing
21f899d74324: Layer already exists
debian-11-ocaml-5.2-arm64: digest: sha256:65d724826b8c02c6f0073f956e5cad045644d5009deb172ce0ef8a91008de756 size: 531
Job succeeded
2025-06-21 14:12.40: Job succeeded