Build:
  1. 0
2025-08-23 09:05.48: New job: Build using linux-arm64 in
                                []
2025-08-23 09:05.48: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.2-arm32v7

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-08-23 09:05.48: Using cache hint "5.2.1-arm32v7-ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b"
2025-08-23 09:05.48: Waiting for resource in pool OCluster
2025-08-23 10:09.59: Waiting for worker…
2025-08-23 14:49.39: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:ca9bf70b5bb253ff0a5eead4be7e26650746b76bde1e0b1e2d89193b5c9183bc
#1 transferring dockerfile: 729B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:ede202d5f2a58d40a41e90e3d5d331dc473f8a13bc1abb41004776a04c3ba516
#2 transferring context: 2B done
#2 DONE 0.1s

#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:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
#4 sha256:68a5a5596914e3b0629f7b4b33d88cd8b729b3a878212d9d10105dae39f4257c
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:8faf215488155dc0cd7d7ba2e7be96e3978da66bbd0c49daf82d9ee90f856305
#5 DONE 0.0s

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

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

#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b
#8 sha256:29d5f1e84cd13163c8999c5adea7a7d43b19f96b363f8d992bad60adc0fe8b04
#8 CACHED

#15 [internal] load build context
#15 sha256:af1d4bb18e4d7b749e82e229af18822cf634a3040f32ab59aa79195f8a940389
#15 transferring context: 729B done
#15 DONE 0.1s

#9 [2/8] RUN apt-get -y update
#9 sha256:fc953f7b346c154182c08e35d0e70b13cedbaaa9fd775c1e2f61c3d3ee11abab
#9 0.348 Hit:1 http://deb.debian.org/debian bookworm InRelease
#9 0.348 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#9 0.348 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#9 0.707 Fetched 48.0 kB in 0s (125 kB/s)
#9 0.707 Reading package lists...
#9 DONE 1.5s

#10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 sha256:fad8b8d60894800c84dd4b746f9244eb8e6fe03c3720bf3bbf5b4502de89a56d
#10 0.436 Reading package lists...
#10 1.130 Building dependency tree...
#10 1.256 Reading state information...
#10 1.284 Calculating upgrade...
#10 1.492 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#10 DONE 1.5s

#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:d2988972e645ddaf6a994154879701fa449b2a6d9200c38d17405ed5da70a35a
#11 0.437 Reading package lists...
#11 1.131 Building dependency tree...
#11 1.260 Reading state information...
#11 1.492 The following NEW packages will be installed:
#11 1.492   libzstd-dev
#11 1.538 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#11 1.538 Need to get 314 kB of archives.
#11 1.538 After this operation, 889 kB of additional disk space will be used.
#11 1.538 Get:1 http://deb.debian.org/debian bookworm/main armhf libzstd-dev armhf 1.5.4+dfsg2-5 [314 kB]
#11 1.702 debconf: delaying package configuration, since apt-utils is not installed
#11 1.729 Fetched 314 kB in 0s (7043 kB/s)
#11 1.749 Selecting previously unselected package libzstd-dev:armhf.
#11 1.749 (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 ... 18475 files and directories currently installed.)
#11 1.760 Preparing to unpack .../libzstd-dev_1.5.4+dfsg2-5_armhf.deb ...
#11 1.761 Unpacking libzstd-dev:armhf (1.5.4+dfsg2-5) ...
#11 1.815 Setting up libzstd-dev:armhf (1.5.4+dfsg2-5) ...
#11 DONE 1.9s

#12 [5/8] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
#12 sha256:ed7d4a5b4f80818cfafeeec9f758dc7cd2de7aaf02fe9ab51bf465967c77737c
#12 4.155 
#12 4.155 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.266 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 4.408 [ocaml-base-compiler.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
#12 4.608 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 5.153 [ocaml-base-compiler.5.2.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 5.154 
#12 5.154 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 5.156 -> installed base-bigarray.base
#12 5.158 -> installed base-threads.base
#12 5.167 -> installed base-unix.base
#12 5.168 -> installed ocaml-option-bytecode-only.1
#12 5.433 -> installed ocaml-options-vanilla.1
#12 52.12 -> installed ocaml-base-compiler.5.2.1
#12 52.16 -> installed ocaml-config.3
#12 52.26 -> installed ocaml.5.2.1
#12 52.28 -> installed base-domains.base
#12 52.30 -> installed base-nnp.base
#12 52.54 Done.
#12 52.54 # Run eval $(opam env) to update the current shell environment
#12 DONE 52.8s

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

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:1a66398cf69f70c1f032e43ba8d869d1b3270829f500d1a92371fc3684dd3bd0
#14 4.604 The following actions will be performed:
#14 4.604   - install opam-depext 1.2.3
#14 4.604 
#14 4.604 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 4.836 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 4.858 
#14 4.858 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 6.504 -> installed opam-depext.1.2.3
#14 6.512 Done.
#14 6.515 # Run eval $(opam env) to update the current shell environment
#14 DONE 6.6s

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

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 0.9s done
#17 writing image sha256:1b75f78c15db3f3de341adc9c57cb66cd1ab8d2dcd777107f4b3f81f6313bb35 done
#17 DONE 0.9s
Pushing "sha256:9d9734ba7298925085ed36ebbb252964f12788a4ba6e008326b777597e21f2db" to "ocurrent/opam-staging:debian-12-ocaml-5.2-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
1ceb8b8c9cbf: Preparing
1ceb8b8c9cbf: Pushed
debian-12-ocaml-5.2-arm32v7: digest: sha256:f41ba9c1227e08f0b51c5f47a4c98d57f9c25fdcd3ad8837e59a7a5d628d5dbf size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
1ceb8b8c9cbf: Preparing
1ceb8b8c9cbf: Layer already exists
debian-12-ocaml-5.2-arm32v7: digest: sha256:f41ba9c1227e08f0b51c5f47a4c98d57f9c25fdcd3ad8837e59a7a5d628d5dbf size: 531
Job succeeded
2025-08-23 15:10.35: Job succeeded