Build:
  1. 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-4.14-no-flat-float-array-arm32v7

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.14 --packages=ocaml-variants.4.14.2+options,ocaml-options-only-no-flat-float-array
RUN opam pin add -k version ocaml-variants 4.14.2+options
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 "4.14.2+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 12:55.03: Waiting for worker…
2025-06-21 16:19.02: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:8bcda6d11dfacee2e0e8fb2a4270e603ba96dfe54d22ad51e426241eb7a4489c
#1 transferring dockerfile: 615B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:3063b75b89d22e3822bd329190ec4199347e4001ea189aad608b5381676bedab
#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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612
#8 sha256:7772834343e9d86304bb8f2f0e0d671b6426225c48d8cf348881ccbf00d1869f
#8 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:9b8fca3084f8cb9131223e5445e85fdd4725790d5b5fd927911edecbab875c81
#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:07827683fc2399b2afd00251ab6c2f866b0f07f68d7a9a3f2f062071d81d7a3e
#7 DONE 0.0s

#12 [internal] load build context
#12 sha256:f922469d493e2a35198850ebd05e4120be9c89ed52f083fce94787ce2bbff337
#12 transferring context: 615B done
#12 DONE 0.0s

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-variants.4.14.2+options,ocaml-options-only-no-flat-float-array
#9 sha256:3f3618a756f971eb0948409ecf77e7b520c9beb6efc190f032132ae4f035dd07
#9 3.890 
#9 3.890 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.074 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.245 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.420 [ocaml-variants.4.14.2+options] downloaded from cache at https://opam.ocaml.org/cache
#9 5.161 [ocaml-variants.4.14.2+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 5.162 
#9 5.162 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.164 -> installed base-bigarray.base
#9 5.166 -> installed base-threads.base
#9 5.169 -> installed base-unix.base
#9 5.171 -> installed ocaml-option-no-flat-float-array.1
#9 5.441 -> installed ocaml-options-only-no-flat-float-array.1
#9 85.83 -> installed ocaml-variants.4.14.2+options
#9 85.88 -> installed ocaml-config.2
#9 85.98 -> installed ocaml.4.14.2
#9 86.34 Done.
#9 86.34 # Run eval $(opam env) to update the current shell environment
#9 DONE 86.8s

#10 [3/5] RUN opam pin add -k version ocaml-variants 4.14.2+options
#10 sha256:18874d8a4265eaee96e93d205cde7e9c74d31db4999beb561621dfb32e7ab126
#10 0.752 ocaml-variants is now pinned to version 4.14.2+options
#10 0.752 
#10 4.047 No package build needed.
#10 4.047 Nothing to do.
#10 4.048 # Run eval $(opam env) to update the current shell environment
#10 DONE 4.1s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:1607fd69260070c6513bcec4e04db0cb5a910bb5d1b69469c8f334c95186d7eb
#11 4.272 The following actions will be performed:
#11 4.272   - install opam-depext 1.2.3
#11 4.272 
#11 4.272 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.537 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.552 
#11 4.552 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.366 -> installed opam-depext.1.2.3
#11 6.373 Done.
#11 6.373 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.5s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:99b46db84d7e98b0f8791913f2c4c0da725524121eb76e2bdc069b1d94ccde1d
#13 DONE 0.0s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.7s done
#14 writing image sha256:bc31edcef60986e65d0880f4c6745c2158654b422ff4faa821c9dd1a78c22ed5 done
#14 DONE 1.7s
Pushing "sha256:c9b6f93360760a404e43936a51ffd171b85b4ba5d059e80cd0cfec5307163180" to "ocurrent/opam-staging:debian-12-ocaml-4.14-no-flat-float-array-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
a60bfde61cc8: Preparing
a60bfde61cc8: Pushed
debian-12-ocaml-4.14-no-flat-float-array-arm32v7: digest: sha256:0a3abb760d1ce2a83730f0bb602791232d964affe9ec013d8c5ef3e9b5e1fedb size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
a60bfde61cc8: Preparing
a60bfde61cc8: Layer already exists
debian-12-ocaml-4.14-no-flat-float-array-arm32v7: digest: sha256:0a3abb760d1ce2a83730f0bb602791232d964affe9ec013d8c5ef3e9b5e1fedb size: 531
Job succeeded
2025-06-21 16:49.53: Job succeeded