Build:
- 0
2025-06-21 12:16.30: New job: Build using linux-arm64 in
[]
2025-06-21 12:16.30: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.4-no-flat-float-array-arm32v7
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
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.4 --packages=ocaml-variants.5.4.0+trunk,ocaml-options-only-no-flat-float-array
RUN opam pin add -k version ocaml-variants 5.4.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-21 12:16.30: Using cache hint "5.4.0+no-flat-float-array-arm32v7-ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612"
2025-06-21 12:16.30: Waiting for resource in pool OCluster
2025-06-21 13:05.36: Waiting for worker…
2025-06-21 16:44.13: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:797270795192c6f630208f7272b09f1fb63c050f68f4fa3ad514c03200e3976e
#1 transferring dockerfile: 858B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 sha256:ac5d20d52174404876a02a6bc3cd89b017b54e90913485bc1a719485f0953c37
#2 transferring context: 2B done
#2 DONE 0.0s
#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:042ee338b3987768e413cfd3b32e2c33765f20eaeb28906bb388ec75aa1efa87
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
#6 sha256:448b57b95227f92adc9fc8ecae52fd79126f224e0b2c2fec601721581ebc52bc
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:d9266d1d7a26b3004cf3cc436b19307d00d5efeca4bf3d38a520e9936607851f
#7 DONE 0.0s
#8 [1/9] FROM docker.io/ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
#8 sha256:7772834343e9d86304bb8f2f0e0d671b6426225c48d8cf348881ccbf00d1869f
#8 CACHED
#16 [internal] load build context
#16 sha256:3b5fa981c79a7fe3309ce924b5ca7b43d248d3c238d325301673e53891a3f303
#16 transferring context: 858B done
#16 DONE 0.0s
#9 [2/9] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:ceb5735ebe03d0235b565b6827a781121cae1d2cd562c5ceb98d2d8da2fae56f
#9 1.164 [beta] Initialised
#9 DONE 1.4s
#10 [3/9] RUN apt-get -y update
#10 sha256:43931bb486c6dae8dd4f5212f957919f9ed9bb63d824874fffca2adb5f7bdea7
#10 0.475 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.475 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.482 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.856 Fetched 103 kB in 0s (226 kB/s)
#10 0.856 Reading package lists...
#10 DONE 1.7s
#11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#11 sha256:07e50184a2d110699075ddff31df47d1a8d982b02c923d891b8cf6b8db67ee58
#11 0.338 Reading package lists...
#11 1.066 Building dependency tree...
#11 1.222 Reading state information...
#11 1.254 Calculating upgrade...
#11 1.490 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#11 DONE 1.5s
#12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#12 sha256:80cea8d16f2136f6c05fdd4359abf6b1f9aa6f476a32dafceaa2702386e12d82
#12 0.409 Reading package lists...
#12 1.135 Building dependency tree...
#12 1.285 Reading state information...
#12 1.537 The following NEW packages will be installed:
#12 1.537 libzstd-dev
#12 1.573 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#12 1.573 Need to get 314 kB of archives.
#12 1.573 After this operation, 889 kB of additional disk space will be used.
#12 1.573 Get:1 http://deb.debian.org/debian bookworm/main armhf libzstd-dev armhf 1.5.4+dfsg2-5 [314 kB]
#12 1.748 debconf: delaying package configuration, since apt-utils is not installed
#12 1.782 Fetched 314 kB in 0s (6476 kB/s)
#12 1.802 Selecting previously unselected package libzstd-dev:armhf.
#12 1.802 (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.)
#12 1.811 Preparing to unpack .../libzstd-dev_1.5.4+dfsg2-5_armhf.deb ...
#12 1.812 Unpacking libzstd-dev:armhf (1.5.4+dfsg2-5) ...
#12 1.872 Setting up libzstd-dev:armhf (1.5.4+dfsg2-5) ...
#12 DONE 1.9s
#13 [6/9] RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk,ocaml-options-only-no-flat-float-array
#13 sha256:94798de4a44018968763d202d99eeccf098a60e8e38b2e7c868e2263909b4c39
#13 4.143
#13 4.143 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 4.301 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#13 4.444 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#13 5.715 [ocaml-compiler.5.4] downloaded from https://github.com/ocaml/ocaml/archive/5.4.tar.gz
#13 6.364
#13 6.364 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 6.365 -> installed base-bigarray.base
#13 6.375 -> installed base-threads.base
#13 6.376 -> installed base-unix.base
#13 6.377 -> installed host-arch-arm32.1
#13 6.378 -> installed host-system-other.1
#13 6.379 -> installed ocaml-beta.enabled
#13 6.381 -> installed ocaml-option-bytecode-only.1
#13 6.382 -> installed ocaml-option-no-flat-float-array.1
#13 6.667 -> installed ocaml-options-only-no-flat-float-array.1+bytecode-only
#13 46.66 -> installed ocaml-compiler.5.4
#13 46.68 -> installed ocaml-variants.5.4.0+trunk
#13 46.72 -> installed ocaml-config.3
#13 46.85 -> installed ocaml.5.4.0
#13 46.87 -> installed base-domains.base
#13 46.89 -> installed base-effects.base
#13 46.91 -> installed base-nnp.base
#13 47.16 Done.
#13 47.16 # Run eval $(opam env) to update the current shell environment
#13 DONE 47.4s
#14 [7/9] RUN opam pin add -k version ocaml-variants 5.4.0+trunk
#14 sha256:372d068dbd807a57d7b324dec7bb40b41391327e1a2228a2547b75c1e8079878
#14 0.854 ocaml-variants is now pinned to version 5.4.0+trunk
#14 0.854
#14 4.206 No package build needed.
#14 4.206 Nothing to do.
#14 4.206 # Run eval $(opam env) to update the current shell environment
#14 DONE 4.3s
#15 [8/9] RUN opam install -y opam-depext
#15 sha256:98bc1d400c4a0a5a0dc50fce04be978a745586c3c224bc9df19d887faba9a15a
#15 4.379 The following actions will be performed:
#15 4.379 - install opam-depext 1.2.3
#15 4.379
#15 4.379 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 4.739 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#15 4.768
#15 4.768 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 6.620 -> installed opam-depext.1.2.3
#15 6.627 Done.
#15 6.627 # Run eval $(opam env) to update the current shell environment
#15 DONE 6.7s
#17 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#17 sha256:cdb0c9162f808d0d80a5abe3e3307714be6c2a3bf8fcd4686c0691595f5431db
#17 DONE 0.0s
#18 exporting to image
#18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#18 exporting layers
#18 exporting layers 1.0s done
#18 writing image sha256:0052f7c0bad816c4506c5cda515f7da534ed67b99d47fdd0c5c2379c002e9cec done
#18 DONE 1.0s
Pushing "sha256:f29bbf539dfde600072f9eaa11153e1e7e11bc9a52daf76d75face2cd30627e1" to "ocurrent/opam-staging:debian-12-ocaml-5.4-no-flat-float-array-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
0baed32aebe7: Preparing
0baed32aebe7: Pushed
debian-12-ocaml-5.4-no-flat-float-array-arm32v7: digest: sha256:1e5ed04b9a2d7bf415738711dad3fac6e63adc6bc07483705e43df5068505897 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
0baed32aebe7: Preparing
0baed32aebe7: Layer already exists
debian-12-ocaml-5.4-no-flat-float-array-arm32v7: digest: sha256:1e5ed04b9a2d7bf415738711dad3fac6e63adc6bc07483705e43df5068505897 size: 531
Job succeeded
2025-06-21 17:00.40: Job succeeded