Build:
  1. 0
2025-06-07 11:47.07: New job: Build using linux-arm64 in
                                []
2025-06-07 11:47.07: Will push staging image to ocurrent/opam-staging:debian-11-ocaml-4.09-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.09 --packages=ocaml-base-compiler.4.09.1
RUN opam pin add -k version ocaml-base-compiler 4.09.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-07 11:47.07: Using cache hint "4.09.1-arm64-ocurrent/opam-staging@sha256:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44"
2025-06-07 11:47.07: Waiting for resource in pool OCluster
2025-06-07 11:47.08: Waiting for worker…
2025-06-07 14:19.22: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:541f790a4251dad287bf35b44fc5c2869739d69c046176b9d8f525bb56325fda
#1 transferring dockerfile: 504B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:e4915c9f314a33037ac3e81ef1a5eee61bba7c983d856c27127dcf08f776fe26
#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.3s

#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:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44
#8 sha256:d080c6a37f1f6ac60a881679116a5edde55267b5f11699baed8a6b98d5482bd7
#8 resolve docker.io/ocurrent/opam-staging@sha256:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44 done
#8 DONE 0.1s

#5 [internal] load build definition from Dockerfile
#5 sha256:84c19372af587a7bc81f00211551848ba974835fd905c9fd85dad4fd2e8c2c34
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:124065f0efc1ef4891435e90716eec52550d93c3e14f66a75b0956dcaaa8fc44
#6 sha256:8e99983f5887230dd3012e77c365095341566750f7d016e57e8b8690acc565e2
#6 DONE 0.0s

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

#12 [internal] load build context
#12 sha256:e1b9c7efa5cdca7e5428fae0c37073b801d8cd643022d7dad87d94e45f671d02
#12 transferring context: 504B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.09 --packages=ocaml-base-compiler.4.09.1
#9 sha256:6a7ac9aa5d993f9212d62df60a94768647eef37893544a6dd812ecffb1ab8769
#9 4.452 
#9 4.452 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.871 [ocaml-config.1/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 5.149 [ocaml-config.1/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 5.746 [ocaml-base-compiler.4.09.1] downloaded from cache at https://opam.ocaml.org/cache
#9 6.615 [ocaml-base-compiler.4.09.1/0001-Re-generate-configure.patch] downloaded from https://opam.ocaml.org/cache
#9 6.929 [ocaml-base-compiler.4.09.1/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 7.226 [ocaml-base-compiler.4.09.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 7.226 
#9 7.226 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.464 -> installed base-bigarray.base
#9 7.465 -> installed base-threads.base
#9 7.466 -> installed base-unix.base
#9 115.4 -> installed ocaml-base-compiler.4.09.1
#9 115.4 -> installed ocaml-config.1
#9 115.5 -> installed ocaml.4.09.1
#9 115.8 Done.
#9 115.8 # Run eval $(opam env) to update the current shell environment
#9 DONE 116.4s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.09.1
#10 sha256:4bdc6b15b190e93abee6ce867195d2061eac6f8d025287bb9ce28dcece464d83
#10 0.845 ocaml-base-compiler is now pinned to version 4.09.1
#10 0.845 
#10 4.617 No package build needed.
#10 4.617 Nothing to do.
#10 4.618 # Run eval $(opam env) to update the current shell environment
#10 DONE 4.7s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:ebf8ffa26fed937d826138d393a3774486043cd077863d02fcf647a2d4486fb7
#11 4.914 The following actions will be performed:
#11 4.914   - install opam-depext 1.2.3
#11 4.915 
#11 4.915 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.570 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 5.597 
#11 5.597 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.374 -> installed opam-depext.1.2.3
#11 7.385 Done.
#11 7.386 # Run eval $(opam env) to update the current shell environment
#11 DONE 7.5s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:0aa30a5f9f5f984f5a4dade911dda7cf505048ef41ebc67f04ed129787aa76bd
#13 DONE 0.1s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.7s done
#14 writing image sha256:f8fb847cd1fc6d465d9fd58ab869445e2a8d53869a53963f6dfd1262a5c799bc done
#14 DONE 1.7s
Pushing "sha256:158608d7721630a68d071350c6422f6dbbe33a0af9a2f3259d90064641a0ad0e" to "ocurrent/opam-staging:debian-11-ocaml-4.09-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
9b3870430355: Preparing
9b3870430355: Pushed
debian-11-ocaml-4.09-arm64: digest: sha256:702f91a7952104077a87a1830345da55181c3e2b90c8fbd54c1a84fa7fc6083f size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
9b3870430355: Preparing
9b3870430355: Layer already exists
debian-11-ocaml-4.09-arm64: digest: sha256:702f91a7952104077a87a1830345da55181c3e2b90c8fbd54c1a84fa7fc6083f size: 530
Job succeeded
2025-06-07 14:24.55: Job succeeded