Build:
- 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-4.10-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"
RUN opam switch create 4.10 --packages=ocaml-base-compiler.4.10.2
RUN opam pin add -k version ocaml-base-compiler 4.10.2
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 "4.10.2-arm32v7-ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b"
2025-08-23 09:05.48: Waiting for resource in pool OCluster
2025-08-23 10:00.19: Waiting for worker…
2025-08-23 14:42.28: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:b7947d7fa310a26656d40404463f9ab24ad0bbd22aa28812a64d44cc62a20b68
#1 transferring dockerfile: 570B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:77cf3c7e6e90f339ec4aa293f9937264b9594da7e4f4aa13545b77ae9ac355c5
#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.6s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
#4 sha256:68a5a5596914e3b0629f7b4b33d88cd8b729b3a878212d9d10105dae39f4257c
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:903c22dc3dd59d21dcd50a359c2f5ba09b77326f9d7f200f4e327f45f6275fbc
#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:d5bfa2897345c86a83d62c2c71d884a3ee4ccb75a7f83a0e636fca52e300a340
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:a67af58aa81822f4a2c75f9e8fd3de01d25c6de3f16bc189eb0cdf43a57a7b3b
#8 sha256:29d5f1e84cd13163c8999c5adea7a7d43b19f96b363f8d992bad60adc0fe8b04
#8 CACHED
#12 [internal] load build context
#12 sha256:705e766fd32dd9c6d26ae05bd9aa4e23182c20ffcbe538ec19ea2f6847bbd0b2
#12 transferring context: 570B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.10 --packages=ocaml-base-compiler.4.10.2
#9 sha256:b15f0d1497f83ff9300c37b81d6daf0752c738a144ad655f6ecd83e40a4854d4
#9 4.083
#9 4.083 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.194 [ocaml-config.1/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.333 [ocaml-config.1/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.578 [ocaml-base-compiler.4.10.2] downloaded from cache at https://opam.ocaml.org/cache
#9 5.153 [ocaml-base-compiler.4.10.2/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 5.258 [ocaml-base-compiler.4.10.2/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 5.259
#9 5.259 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.506 -> installed base-bigarray.base
#9 5.507 -> installed base-threads.base
#9 5.509 -> installed base-unix.base
#9 90.10 -> installed ocaml-base-compiler.4.10.2
#9 90.14 -> installed ocaml-config.1
#9 90.24 -> installed ocaml.4.10.2
#9 90.55 Done.
#9 90.56 # Run eval $(opam env) to update the current shell environment
#9 DONE 91.0s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.10.2
#10 sha256:1999dd37bef56a047b7b47d4dc2a8cb34f34033b161850a4c5c1d69cbf498cf3
#10 0.773 ocaml-base-compiler is now pinned to version 4.10.2
#10 0.773
#10 4.244 No package build needed.
#10 4.244 Nothing to do.
#10 4.245 # Run eval $(opam env) to update the current shell environment
#10 DONE 4.3s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:f05ac0ca30e5ba4d172022a427fa919b35036bfbb22cbf312feb79fbeb58bbe9
#11 4.511 The following actions will be performed:
#11 4.511 - install opam-depext 1.2.3
#11 4.511
#11 4.511 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.747 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.768
#11 4.768 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.492 -> installed opam-depext.1.2.3
#11 6.498 Done.
#11 6.498 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.6s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:b6fe146c0f743e666395d9943653e47f1b689297ee1744bbed416e29d733c7c9
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.5s done
#14 writing image sha256:c764e96ff17419d1dcac9b5b7d91a5c5dfa1554b5cf06b92cd46d2df4e4f4557 done
#14 DONE 1.5s
Pushing "sha256:eb03bbbea8d837da30951b32a7b448c10434d30f411e912ce71967e509e67404" to "ocurrent/opam-staging:debian-12-ocaml-4.10-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
36a458841adc: Preparing
36a458841adc: Pushed
debian-12-ocaml-4.10-arm32v7: digest: sha256:aa5145a2a8b8d810b7b54a9a8add68ff810b7ab6ce5c5ff89c1617e43997ef0a size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
36a458841adc: Preparing
36a458841adc: Layer already exists
debian-12-ocaml-4.10-arm32v7: digest: sha256:aa5145a2a8b8d810b7b54a9a8add68ff810b7ab6ce5c5ff89c1617e43997ef0a size: 531
Job succeeded
2025-08-23 14:46.40: Job succeeded