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

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.08 --packages=ocaml-base-compiler.4.08.1
RUN opam pin add -k version ocaml-base-compiler 4.08.1
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-07 11:55.10: Using cache hint "4.08.1-arm32v7-ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600"
2025-06-07 11:55.10: Waiting for resource in pool OCluster
2025-06-07 11:55.10: Waiting for worker…
2025-06-07 14:35.41: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:6ea9291bc073093b47c6aa232851c76bec49e168524a82933a70413f60691f33
#1 transferring dockerfile: 570B done
#1 DONE 0.1s

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

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600
#6 sha256:d47ff8aa1ca16ef026f225d5d2d98e03214c00d9d971f31773278c5143662c66
#6 DONE 1.6s

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600
#8 sha256:323dc06a83911a9c16eb0383779dc45aa4d3fae835fe19653a972029fc9aa9c4
#8 resolve docker.io/ocurrent/opam-staging@sha256:ad0161697ccc282b74db4e1f379407ece1864acffe622037fe94da6f9054b600 done
#8 DONE 0.1s

#12 [internal] load build context
#12 sha256:8137baf6b5e822c9d21f0d623a8a0c3009e5fd7feefb5b4f7edac8fcdafd4b17
#12 transferring context: 570B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.08 --packages=ocaml-base-compiler.4.08.1
#9 sha256:57beba18914e4c3fa7726dcf14ac5051eb6648900a00ce69cc6565eb6f52ffc1
#9 5.324 
#9 5.324 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.637 [ocaml-config.1/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 5.924 [ocaml-config.1/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 6.275 [ocaml-base-compiler.4.08.1] downloaded from cache at https://opam.ocaml.org/cache
#9 7.069 [ocaml-base-compiler.4.08.1/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 7.349 [ocaml-base-compiler.4.08.1/fix-gcc10.patch] downloaded from https://opam.ocaml.org/cache
#9 7.607 [ocaml-base-compiler.4.08.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 7.608 
#9 7.608 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.864 -> installed base-bigarray.base
#9 7.866 -> installed base-threads.base
#9 7.867 -> installed base-unix.base
#9 109.7 -> installed ocaml-base-compiler.4.08.1
#9 109.7 -> installed ocaml-config.1
#9 109.8 -> installed ocaml.4.08.1
#9 110.1 Done.
#9 110.1 # Run eval $(opam env) to update the current shell environment
#9 DONE 110.5s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.08.1
#10 sha256:bf5141ce39cd60837d7de68fc3fb9483fd435cfa65e55a110a652a92499b9c72
#10 0.902 ocaml-base-compiler is now pinned to version 4.08.1
#10 0.902 
#10 5.417 No package build needed.
#10 5.417 Nothing to do.
#10 5.418 # Run eval $(opam env) to update the current shell environment
#10 DONE 5.5s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:a2cc65f7c161824218ac535c864fc0bb75c78b783da5bd1ffbc63de815450a03
#11 5.724 The following actions will be performed:
#11 5.724   - install opam-depext 1.2.3
#11 5.725 
#11 5.725 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.289 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 6.305 
#11 6.305 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.882 -> installed opam-depext.1.2.3
#11 7.889 Done.
#11 7.890 # Run eval $(opam env) to update the current shell environment
#11 DONE 8.0s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.5s done
#14 writing image sha256:9d50a23139de604bc569051660106a6fd8e8c541553b891e143020c1a4f6c8ce done
#14 DONE 1.5s
Pushing "sha256:f4d088a3ea246a0bb274c954d7160287558768a10255161e026e6806aaa96a07" to "ocurrent/opam-staging:debian-11-ocaml-4.08-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
c50fae26fd5e: Preparing
c50fae26fd5e: Pushed
debian-11-ocaml-4.08-arm32v7: digest: sha256:6e576ce01dd3a73a943259d21cca0453fa349ae54d857357a70119427fd29405 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
c50fae26fd5e: Preparing
c50fae26fd5e: Layer already exists
debian-11-ocaml-4.08-arm32v7: digest: sha256:6e576ce01dd3a73a943259d21cca0453fa349ae54d857357a70119427fd29405 size: 531
Job succeeded
2025-06-07 14:41.50: Job succeeded