Build:
  1. 0
2025-06-07 11:47.08: New job: Build using linux-arm64 in
                                []
2025-06-07 11:47.08: Will push staging image to ocurrent/opam-staging:debian-11-ocaml-5.4-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44
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-06-07 11:47.08: Using cache hint "5.4.0-arm64-ocurrent/opam-staging@sha256:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44"
2025-06-07 11:47.08: Waiting for resource in pool OCluster
2025-06-07 11:47.08: Waiting for worker…
2025-06-07 14:32.37: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:9a2755ffc3d0b2c0eea655e73bc717b20f0286f23ef2890f7ca070070d9e5152
#1 transferring dockerfile: 753B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:deec423765352869ba6a1d59d2fd7c1dc297be49287cbbc751dc2a13c1d44008
#2 transferring context: 2B done
#2 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:7175b3e6fe5734a083266e94e1b21218c7e889a53557c0f3e000eadd16d2a948
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44
#6 sha256:8e99983f5887230dd3012e77c365095341566750f7d016e57e8b8690acc565e2
#6 DONE 0.5s

#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44
#8 sha256:d080c6a37f1f6ac60a881679116a5edde55267b5f11699baed8a6b98d5482bd7
#8 CACHED

#7 [internal] load .dockerignore
#7 sha256:a581fcd93e52dfe474a6d547f93d8717e8ccbef44155d5d0c7136350f6b145a4
#7 DONE 0.0s

#16 [internal] load build context
#16 sha256:14e5ff4b8027d4bbb5539cbd8468c4ee92051f47d0b58f24e188c15e544d138d
#16 transferring context: 753B done
#16 DONE 0.2s

#9 [2/9] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:1b0065b75d34d5f5aa8298d5b2c9f0639282ceae8040d0b15a5026f67db6a80b
#9 1.528 [beta] Initialised
#9 DONE 2.0s

#10 [3/9] RUN apt-get -y update
#10 sha256:9b76cdf5a16789a1fd78e32605d33ece9913153abb3d71fd69208e5081e5f92f
#10 0.609 Hit:1 http://deb.debian.org/debian bullseye InRelease
#10 0.639 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#10 0.703 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#10 0.999 Get:4 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [376 kB]
#10 1.185 Fetched 447 kB in 1s (626 kB/s)
#10 1.185 Reading package lists...
#10 DONE 2.1s

#11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#11 sha256:249b0b26e37af0f35a9f4c7aa658add310cfce62b93fe763381c71e10fe7f0b8
#11 0.481 Reading package lists...
#11 0.932 Building dependency tree...
#11 1.055 Reading state information...
#11 1.077 Calculating upgrade...
#11 1.259 The following packages will be upgraded:
#11 1.259   libc-bin libc-dev-bin libc-devtools libc6 libc6-dev libgssapi-krb5-2
#11 1.260   libk5crypto3 libkrb5-3 libkrb5support0
#11 1.390 9 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#11 1.390 Need to get 6429 kB of archives.
#11 1.390 After this operation, 4096 B disk space will be freed.
#11 1.390 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 libc-devtools arm64 2.31-13+deb11u13 [246 kB]
#11 1.576 Get:2 http://deb.debian.org/debian-security bullseye-security/main arm64 libc6-dev arm64 2.31-13+deb11u13 [2029 kB]
#11 1.861 Get:3 http://deb.debian.org/debian-security bullseye-security/main arm64 libc-dev-bin arm64 2.31-13+deb11u13 [273 kB]
#11 1.961 Get:4 http://deb.debian.org/debian-security bullseye-security/main arm64 libc6 arm64 2.31-13+deb11u13 [2455 kB]
#11 2.281 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 libc-bin arm64 2.31-13+deb11u13 [742 kB]
#11 2.417 Get:6 http://deb.debian.org/debian-security bullseye-security/main arm64 libk5crypto3 arm64 1.18.3-6+deb11u7 [115 kB]
#11 2.483 Get:7 http://deb.debian.org/debian-security bullseye-security/main arm64 libkrb5support0 arm64 1.18.3-6+deb11u7 [65.8 kB]
#11 2.546 Get:8 http://deb.debian.org/debian-security bullseye-security/main arm64 libkrb5-3 arm64 1.18.3-6+deb11u7 [347 kB]
#11 2.633 Get:9 http://deb.debian.org/debian-security bullseye-security/main arm64 libgssapi-krb5-2 arm64 1.18.3-6+deb11u7 [156 kB]
#11 2.923 debconf: delaying package configuration, since apt-utils is not installed
#11 2.962 Fetched 6429 kB in 1s (4694 kB/s)
#11 2.988 (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 3.001 Preparing to unpack .../libc-devtools_2.31-13+deb11u13_arm64.deb ...
#11 3.003 Unpacking libc-devtools (2.31-13+deb11u13) over (2.31-13+deb11u12) ...
#11 3.053 Preparing to unpack .../libc6-dev_2.31-13+deb11u13_arm64.deb ...
#11 3.055 Unpacking libc6-dev:arm64 (2.31-13+deb11u13) over (2.31-13+deb11u12) ...
#11 3.563 Preparing to unpack .../libc-dev-bin_2.31-13+deb11u13_arm64.deb ...
#11 3.570 Unpacking libc-dev-bin (2.31-13+deb11u13) over (2.31-13+deb11u12) ...
#11 3.630 Preparing to unpack .../libc6_2.31-13+deb11u13_arm64.deb ...
#11 3.764 Unpacking libc6:arm64 (2.31-13+deb11u13) over (2.31-13+deb11u12) ...
#11 4.250 Setting up libc6:arm64 (2.31-13+deb11u13) ...
#11 5.481 (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 5.495 Preparing to unpack .../libc-bin_2.31-13+deb11u13_arm64.deb ...
#11 5.503 Unpacking libc-bin (2.31-13+deb11u13) over (2.31-13+deb11u12) ...
#11 5.667 Setting up libc-bin (2.31-13+deb11u13) ...
#11 5.733 (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 5.751 Preparing to unpack .../libk5crypto3_1.18.3-6+deb11u7_arm64.deb ...
#11 5.760 Unpacking libk5crypto3:arm64 (1.18.3-6+deb11u7) over (1.18.3-6+deb11u6) ...
#11 5.810 Setting up libk5crypto3:arm64 (1.18.3-6+deb11u7) ...
#11 5.856 (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 5.870 Preparing to unpack .../libkrb5support0_1.18.3-6+deb11u7_arm64.deb ...
#11 5.879 Unpacking libkrb5support0:arm64 (1.18.3-6+deb11u7) over (1.18.3-6+deb11u6) ...
#11 5.919 Setting up libkrb5support0:arm64 (1.18.3-6+deb11u7) ...
#11 5.961 (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 5.976 Preparing to unpack .../libkrb5-3_1.18.3-6+deb11u7_arm64.deb ...
#11 5.984 Unpacking libkrb5-3:arm64 (1.18.3-6+deb11u7) over (1.18.3-6+deb11u6) ...
#11 6.078 Setting up libkrb5-3:arm64 (1.18.3-6+deb11u7) ...
#11 6.124 (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 6.137 Preparing to unpack .../libgssapi-krb5-2_1.18.3-6+deb11u7_arm64.deb ...
#11 6.147 Unpacking libgssapi-krb5-2:arm64 (1.18.3-6+deb11u7) over (1.18.3-6+deb11u6) ...
#11 6.210 Setting up libgssapi-krb5-2:arm64 (1.18.3-6+deb11u7) ...
#11 6.238 Setting up libc-dev-bin (2.31-13+deb11u13) ...
#11 6.250 Setting up libc-devtools (2.31-13+deb11u13) ...
#11 6.251 Setting up libc6-dev:arm64 (2.31-13+deb11u13) ...
#11 6.253 Processing triggers for libc-bin (2.31-13+deb11u13) ...
#11 DONE 6.8s

#12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#12 sha256:e74be1f7f98ae76892e900063db80d2a9b46efada946424660bd3d474cbfa412
#12 0.309 Reading package lists...
#12 0.770 Building dependency tree...
#12 0.906 Reading state information...
#12 1.108 The following NEW packages will be installed:
#12 1.108   libzstd-dev
#12 1.230 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#12 1.230 Need to get 358 kB of archives.
#12 1.230 After this operation, 1236 kB of additional disk space will be used.
#12 1.230 Get:1 http://deb.debian.org/debian bullseye/main arm64 libzstd-dev arm64 1.4.8+dfsg-2.1 [358 kB]
#12 1.700 debconf: delaying package configuration, since apt-utils is not installed
#12 1.773 Fetched 358 kB in 0s (1090 kB/s)
#12 1.810 Selecting previously unselected package libzstd-dev:arm64.
#12 1.810 (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.)
#12 1.827 Preparing to unpack .../libzstd-dev_1.4.8+dfsg-2.1_arm64.deb ...
#12 1.839 Unpacking libzstd-dev:arm64 (1.4.8+dfsg-2.1) ...
#12 1.923 Setting up libzstd-dev:arm64 (1.4.8+dfsg-2.1) ...
#12 DONE 2.3s

#13 [6/9] RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk
#13 sha256:ad1e0c71b4563994eb7ffb23476712949928dca062742cf7d55f24349c1d425a
#13 4.518 
#13 4.518 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 4.807 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#13 5.092 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#13 5.593 [ocaml-compiler.5.4] downloaded from https://github.com/ocaml/ocaml/archive/5.4.tar.gz
#13 6.230 
#13 6.230 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 6.241 -> installed base-bigarray.base
#13 6.242 -> installed base-threads.base
#13 6.243 -> installed base-unix.base
#13 6.245 -> installed host-arch-arm64.1
#13 6.246 -> installed host-system-other.1
#13 6.248 -> installed ocaml-beta.enabled
#13 115.0 -> installed ocaml-compiler.5.4
#13 115.1 -> installed ocaml-variants.5.4.0+trunk
#13 115.1 -> installed ocaml-config.3
#13 115.3 -> installed ocaml.5.4.0
#13 115.3 -> installed base-domains.base
#13 115.3 -> installed base-effects.base
#13 115.3 -> installed base-nnp.base
#13 115.7 Done.
#13 115.7 # Run eval $(opam env) to update the current shell environment
#13 DONE 116.1s

#14 [7/9] RUN opam pin add -k version ocaml-variants 5.4.0+trunk
#14 sha256:9908f5af6aab3a859b53fb143ea59300822586d0534cf0c17ca3a1defdb4cbd9
#14 0.779 ocaml-variants is now pinned to version 5.4.0+trunk
#14 0.779 
#14 4.525 No package build needed.
#14 4.525 Nothing to do.
#14 4.525 # Run eval $(opam env) to update the current shell environment
#14 DONE 4.6s

#15 [8/9] RUN opam install -y opam-depext
#15 sha256:2152520429f7033e5b399a1ae5c5bba26f30b6d5a65b8cb296a1e7eb7c314247
#15 4.799 The following actions will be performed:
#15 4.799   - install opam-depext 1.2.3
#15 4.800 
#15 4.800 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 5.330 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#15 5.375 
#15 5.375 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 7.142 -> installed opam-depext.1.2.3
#15 7.149 Done.
#15 7.149 # Run eval $(opam env) to update the current shell environment
#15 DONE 7.3s

#17 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#17 sha256:837eb8a93327a9d73f26615d98eeeb17dff782ad3c245dc5576cd855e27a3d26
#17 DONE 0.1s

#18 exporting to image
#18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#18 exporting layers
#18 exporting layers 1.7s done
#18 writing image sha256:cb3b91e29a8d3a01ba166711ab162dcd20b59a55221d8afa9c63dbeab23c6dea done
#18 DONE 1.7s
Pushing "sha256:584c5b42cf14b7d2384c0bc2a9dc0cd8c357e541400ac9c034d096e8305fb227" to "ocurrent/opam-staging:debian-11-ocaml-5.4-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
fbdd8f78cc36: Preparing
fbdd8f78cc36: Pushed
debian-11-ocaml-5.4-arm64: digest: sha256:01963d8557dbf1cf4f626fb028c89ae192ca37a84ed1bff05b58f44c2da52c80 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
fbdd8f78cc36: Preparing
fbdd8f78cc36: Layer already exists
debian-11-ocaml-5.4-arm64: digest: sha256:01963d8557dbf1cf4f626fb028c89ae192ca37a84ed1bff05b58f44c2da52c80 size: 531
Job succeeded
2025-06-07 15:00.41: Job succeeded