Build:
- 1
- 0
2025-10-13 09:34.33: New job: Build using linux-arm64 in
[]
2025-10-13 09:34.33: Will push staging image to ocurrent/opam-staging:debian-13-ocaml-5.3-arm32v7
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:7e9ed905456642122ac4ba90a91aa7341c6f8eb7595134ef0735f34ae0254347
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.3 --packages=ocaml-base-compiler.5.3.0
RUN opam pin add -k version ocaml-base-compiler 5.3.0
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-10-13 09:34.33: Using cache hint "5.3.0-arm32v7-ocurrent/opam-staging@sha256:7e9ed905456642122ac4ba90a91aa7341c6f8eb7595134ef0735f34ae0254347"
2025-10-13 09:34.33: Waiting for resource in pool OCluster
2025-10-13 13:27.53: Waiting for worker…
2025-10-13 13:27.53: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:adf1ade31ec636b29ae5e3d5d1676f40c00d1dc6379c915f703c829e651c1c2c
#1 transferring dockerfile: 729B done
#1 DONE 0.1s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 sha256:8d3e54df0f62607d8ba237b8482161b4f3a374f33a62ab2ee35ddc545abfff1d
#2 DONE 0.3s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6
#3 sha256:af7cd8303c7f6833bd9c7654e78133e6d9f8fe5b555ddfc8ce27b673ff639e7c
#3 CACHED
#4 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:7e9ed905456642122ac4ba90a91aa7341c6f8eb7595134ef0735f34ae0254347
#4 sha256:3179de860d74de7b038a6d8c907ca951449bfc256d8bf43793e7837c95e2fb27
#4 DONE 0.0s
#5 [internal] load .dockerignore
#5 sha256:481984a0e29bda531075ad2ab14a7fcbad7c81bdb2f3a87ab3e8f1e05531ec98
#5 transferring context: 2B done
#5 DONE 0.0s
#14 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:7e9ed905456642122ac4ba90a91aa7341c6f8eb7595134ef0735f34ae0254347
#14 sha256:b28b8fd1f674556dc9fe009ce0db2ba2ef3d64720b57c90379d87a21f085f059
#14 DONE 0.0s
#13 [2/8] RUN apt-get -y update
#13 sha256:926a7175e131a0944da7a8e4ea856278f363e511a99391daa4a59e3337db69e3
#13 CACHED
#12 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#12 sha256:289325980cacc284238b1af54b740e3449d383af79e522bacfa99689f910d62e
#12 CACHED
#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:cbaac1879b17c9c167281d2f58d35fd9090b49a1247ef1d5dfc0971fc1415cdd
#11 CACHED
#7 [internal] load build context
#7 sha256:a90f5006f3c2dc21550eafc1d48f295fd841ac5158b278353a7d55a96366e3f9
#7 transferring context: 729B done
#7 DONE 0.1s
#10 [5/8] RUN opam switch create 5.3 --packages=ocaml-base-compiler.5.3.0
#10 sha256:757b0e13cf22f7cc94c12ab344428c58a2026a8eda7509ecd511e0e7aa11f21e
#10 4.128
#10 4.128 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 4.272 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#10 4.416 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#10 4.678 [ocaml-compiler.5.3.0] downloaded from cache at https://opam.ocaml.org/cache
#10 5.408 [ocaml-compiler.5.3.0/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#10 5.409
#10 5.409 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 5.411 -> installed base-bigarray.base
#10 5.419 -> installed base-threads.base
#10 5.421 -> installed base-unix.base
#10 5.423 -> installed ocaml-option-bytecode-only.1
#10 5.676 -> installed ocaml-options-vanilla.1
#10 43.05 -> installed ocaml-compiler.5.3.0
#10 43.07 -> installed ocaml-base-compiler.5.3.0
#10 43.10 -> installed ocaml-config.3
#10 43.23 -> installed ocaml.5.3.0
#10 43.25 -> installed base-domains.base
#10 43.27 -> installed base-effects.base
#10 43.29 -> installed base-nnp.base
#10 43.50 Done.
#10 43.50 # Run eval $(opam env) to update the current shell environment
#10 DONE 43.6s
#9 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.3.0
#9 sha256:6f17843d460543cc8755627e8f60d6630ef95fc36b27e6e55bbaf0f3a55b89c1
#9 0.733 ocaml-base-compiler is now pinned to version 5.3.0
#9 0.733
#9 4.270 No package build needed.
#9 4.270 Nothing to do.
#9 4.271 # Run eval $(opam env) to update the current shell environment
#9 DONE 4.3s
#8 [7/8] RUN opam install -y opam-depext
#8 sha256:30936928ca2547b8b4a94e7f0ce98b57e98a65be547fc07e44ece58197eb04b0
#8 4.569 The following actions will be performed:
#8 4.569 - install opam-depext 1.2.3
#8 4.569
#8 4.569 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#8 4.801 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#8 4.824
#8 4.824 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#8 6.609 -> installed opam-depext.1.2.3
#8 6.615 Done.
#8 6.615 # Run eval $(opam env) to update the current shell environment
#8 DONE 6.7s
#6 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#6 sha256:2bcc704fd06e298064d1958d27a2803a29ab5a4b808fffa1cd5049d6d5a5a6cc
#6 DONE 0.2s
#15 exporting to image
#15 sha256:d21fd775192e2f066a3c32b40a2786692d263a488f3c3d18be9c903918f79836
#15 exporting layers
#15 exporting layers 1.1s done
#15 writing image sha256:206de22c65aecbaf355d49af17e697566a9efad886f2d82d7b4141cfeb37380d done
#15 DONE 1.1s
Pushing "sha256:4effcf766f3fb2ea3ac166879cdd19d9125f20cb4eb407860fe157587f4f7cc8" to "ocurrent/opam-staging:debian-13-ocaml-5.3-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
62497ca9eb7e: Preparing
62497ca9eb7e: Pushed
debian-13-ocaml-5.3-arm32v7: digest: sha256:46ce4ee49e2b065081bbfabe785e26d45e0b8bf244178af60792a9f26136e4ac size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
62497ca9eb7e: Preparing
62497ca9eb7e: Layer already exists
debian-13-ocaml-5.3-arm32v7: digest: sha256:46ce4ee49e2b065081bbfabe785e26d45e0b8bf244178af60792a9f26136e4ac size: 531
Job succeeded
2025-10-13 13:31.28: Job succeeded