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.09-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.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 [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-21 12:16.30: Using cache hint "4.09.1-arm32v7-ocurrent/opam-staging@sha256:b77d558030f513fd3f46be667205e9857f09e1f9e4078d6b3dde584ab311c612"
2025-06-21 12:16.30: Waiting for resource in pool OCluster
2025-06-21 12:31.13: Waiting for worker…
2025-06-21 15:57.22: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:8276f0e0b000310a6b969d955573bbee710bc5d1a4c6043c50496f08608b55cd
#1 transferring dockerfile: 570B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:ef77ca3dd8129427119aadf92ce73c9f77b80c4d58017d14f7363ed4ee38e955
#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:2487d9288ee00431f4fe2d91d884b297cec8d7a8177f83ab94812f24330e4c7d
#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:be60c230598f6c061ed000517fa372b8e6fe40b710de87e72706b50fc5b8c16f
#7 DONE 0.0s

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

#12 [internal] load build context
#12 sha256:23915d724bd247b57523c014f2411f71a89ef001d486cce72815a93ac7c47950
#12 transferring context: 570B done
#12 DONE 0.0s

#9 [2/5] RUN opam switch create 4.09 --packages=ocaml-base-compiler.4.09.1
#9 sha256:15dd4edf5fb80b5dd3590769f21e3312dfa671c11c5c165d7e5b7c4df782acf1
#9 3.813 
#9 3.813 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 3.938 [ocaml-config.1/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.060 [ocaml-config.1/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 4.160 [ocaml-base-compiler.4.09.1] downloaded from cache at https://opam.ocaml.org/cache
#9 4.758 [ocaml-base-compiler.4.09.1/0001-Re-generate-configure.patch] downloaded from https://opam.ocaml.org/cache
#9 4.868 [ocaml-base-compiler.4.09.1/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 5.061 [ocaml-base-compiler.4.09.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 5.061 
#9 5.061 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.322 -> installed base-bigarray.base
#9 5.324 -> installed base-threads.base
#9 5.326 -> installed base-unix.base
#9 110.1 -> installed ocaml-base-compiler.4.09.1
#9 110.1 -> installed ocaml-config.1
#9 110.2 -> installed ocaml.4.09.1
#9 110.5 Done.
#9 110.5 # Run eval $(opam env) to update the current shell environment
#9 DONE 110.9s

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

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:25a0a7dff4bad14c800c6325f10c1ee407df74104ea6d01ec1a8d6280a7a2eeb
#11 4.397 The following actions will be performed:
#11 4.397   - install opam-depext 1.2.3
#11 4.398 
#11 4.398 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.553 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.577 
#11 4.577 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.174 -> installed opam-depext.1.2.3
#11 6.182 Done.
#11 6.182 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.2s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.5s done
#14 writing image sha256:176b92059be695b825e89d68bbe90af2fae8eab6d1602d5b7861d0c1d851cc05 done
#14 DONE 1.5s
Pushing "sha256:fc43ce2b1d45f6a2f4c4444c3a10b2f76efe5951da9121bf1302a267d391e209" to "ocurrent/opam-staging:debian-12-ocaml-4.09-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
eebdd779aa81: Preparing
eebdd779aa81: Pushed
debian-12-ocaml-4.09-arm32v7: digest: sha256:b0f4370367b155bfd628e649e1b39928d9be63a59846f931e86b46c9cdc3523c size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
eebdd779aa81: Preparing
eebdd779aa81: Layer already exists
debian-12-ocaml-4.09-arm32v7: digest: sha256:b0f4370367b155bfd628e649e1b39928d9be63a59846f931e86b46c9cdc3523c size: 531
Job succeeded
2025-06-21 16:24.41: Job succeeded