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

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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.5 --packages=ocaml-variants.5.5.0+trunk
RUN opam pin add -k version ocaml-variants 5.5.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-07 11:55.10: Using cache hint "5.5.0-arm32v7-ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600"
2025-06-07 11:55.10: Waiting for resource in pool OCluster
2025-06-07 11:55.10: Waiting for worker…
2025-06-07 14:53.54: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:d33dc613c59a514086b2efe69bfecf5d2ffe5256baa0e90039bb0aad75662b94
#1 transferring dockerfile: 819B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:e0cb0828a5532cdb33de7961f6384404061fe96fdf30d22ec0940a4ef118e348
#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.3s

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

#5 [internal] load build definition from Dockerfile
#5 sha256:89d9efc85ce437694494a20882685a397a823100185e90864baf8d46dc81d7a7
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600
#6 sha256:d47ff8aa1ca16ef026f225d5d2d98e03214c00d9d971f31773278c5143662c66
#6 DONE 0.0s

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

#8 [1/9] FROM docker.io/ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600
#8 sha256:323dc06a83911a9c16eb0383779dc45aa4d3fae835fe19653a972029fc9aa9c4
#8 CACHED

#16 [internal] load build context
#16 sha256:60d199a803ca494ee66ae49a6fd952fdc8f0b3082ff9512e83713163d562b6ce
#16 transferring context: 819B 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:5df0ff60d157182d768c74ae9516478d2783cec64bf3a60188ab109515135d32
#9 1.310 [beta] Initialised
#9 DONE 1.5s

#10 [3/9] RUN apt-get -y update
#10 sha256:d9d9c2a389a74cec565b1e9deccc3f1099dec694417c53ec03cc0e1fea5b9145
#10 0.492 Hit:1 http://deb.debian.org/debian bullseye InRelease
#10 0.493 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#10 0.509 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#10 0.867 Get:4 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [373 kB]
#10 1.040 Fetched 444 kB in 1s (708 kB/s)
#10 1.040 Reading package lists...
#10 DONE 1.8s

#11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#11 sha256:a625e23d5aba969ecd4b2f1c7f9a8b634cd09b9b8273588a9ecb25fc2de2d575
#11 0.414 Reading package lists...
#11 1.052 Building dependency tree...
#11 1.174 Reading state information...
#11 1.195 Calculating upgrade...
#11 1.384 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#11 DONE 1.4s

#12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#12 sha256:c84001e838211ca8a13cbdcc6786a76b2ee4e272f1de1dae3aa1f9c5a5dc2dd2
#12 0.426 Reading package lists...
#12 1.056 Building dependency tree...
#12 1.172 Reading state information...
#12 1.390 The following NEW packages will be installed:
#12 1.391   libzstd-dev
#12 1.447 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#12 1.447 Need to get 339 kB of archives.
#12 1.447 After this operation, 937 kB of additional disk space will be used.
#12 1.447 Get:1 http://deb.debian.org/debian bullseye/main armhf libzstd-dev armhf 1.4.8+dfsg-2.1 [339 kB]
#12 1.610 debconf: delaying package configuration, since apt-utils is not installed
#12 1.640 Fetched 339 kB in 0s (4231 kB/s)
#12 1.659 Selecting previously unselected package libzstd-dev:armhf.
#12 1.659 (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 ... 18085 files and directories currently installed.)
#12 1.669 Preparing to unpack .../libzstd-dev_1.4.8+dfsg-2.1_armhf.deb ...
#12 1.670 Unpacking libzstd-dev:armhf (1.4.8+dfsg-2.1) ...
#12 1.724 Setting up libzstd-dev:armhf (1.4.8+dfsg-2.1) ...
#12 DONE 1.8s

#13 [6/9] RUN opam switch create 5.5 --packages=ocaml-variants.5.5.0+trunk
#13 sha256:48c82801497c69ef80acb15882ea71cf98dfc570a7f6c3eca24f789cddaa914e
#13 5.300 
#13 5.300 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 5.490 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#13 5.687 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#13 6.682 [ocaml-compiler.5.5] downloaded from https://github.com/ocaml/ocaml/archive/trunk.tar.gz
#13 7.331 
#13 7.331 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 7.334 -> installed base-bigarray.base
#13 7.337 -> installed base-threads.base
#13 7.338 -> installed base-unix.base
#13 7.339 -> installed host-arch-arm32.1
#13 7.343 -> installed host-system-other.1
#13 7.344 -> installed ocaml-beta.enabled
#13 7.345 -> installed ocaml-option-bytecode-only.1
#13 48.13 -> installed ocaml-compiler.5.5
#13 48.15 -> installed ocaml-variants.5.5.0+trunk
#13 48.19 -> installed ocaml-config.3
#13 48.32 -> installed ocaml.5.5.0
#13 48.35 -> installed base-domains.base
#13 48.37 -> installed base-effects.base
#13 48.39 -> installed base-nnp.base
#13 48.63 Done.
#13 48.63 # Run eval $(opam env) to update the current shell environment
#13 DONE 48.9s

#14 [7/9] RUN opam pin add -k version ocaml-variants 5.5.0+trunk
#14 sha256:5a0ea318358e9488f9ff5b8b128d08f6f93201599d10064affff945bc58620e1
#14 0.924 ocaml-variants is now pinned to version 5.5.0+trunk
#14 0.924 
#14 5.428 Already up-to-date.
#14 5.428 Nothing to do.
#14 5.429 # Run eval $(opam env) to update the current shell environment
#14 DONE 5.5s

#15 [8/9] RUN opam install -y opam-depext
#15 sha256:169c624fcc1aa8181c2158814b198bda8a21d73cb846c4a3e498a05ac6f16304
#15 5.658 The following actions will be performed:
#15 5.658   - install opam-depext 1.2.3
#15 5.659 
#15 5.659 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 5.912 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#15 5.944 
#15 5.944 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 7.727 -> installed opam-depext.1.2.3
#15 7.734 Done.
#15 7.741 # Run eval $(opam env) to update the current shell environment
#15 DONE 7.8s

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

#18 exporting to image
#18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#18 exporting layers
#18 exporting layers 1.0s done
#18 writing image sha256:f6bee647a2e55adcfeb71c658fe742ed503fde0b3eab6669084b550410f51204 done
#18 DONE 1.0s
Pushing "sha256:55db04f1c8f185ed4a63cc24c48d11a04e35e0c1720dc010c3d28f5cdbb5562f" to "ocurrent/opam-staging:debian-11-ocaml-5.5-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
bd1b65856141: Preparing
bd1b65856141: Pushed
debian-11-ocaml-5.5-arm32v7: digest: sha256:3312acb14c60ef65fbd36846806fae0ac473c0f72397be7707217a4445be5396 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
bd1b65856141: Preparing
bd1b65856141: Layer already exists
debian-11-ocaml-5.5-arm32v7: digest: sha256:3312acb14c60ef65fbd36846806fae0ac473c0f72397be7707217a4445be5396 size: 531
Job succeeded
2025-06-07 14:59.08: Job succeeded