Build:
- 0
2025-06-07 12:04.18: New job: Build using linux-arm64 in
[]
2025-06-07 12:04.18: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-4.12-afl-arm32v7
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.12 --packages=ocaml-variants.4.12.1+options,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 4.12.1+options
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-07 12:04.18: Using cache hint "4.12.1+afl-arm32v7-ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222"
2025-06-07 12:04.18: Waiting for resource in pool OCluster
2025-06-07 12:21.41: Waiting for worker…
2025-06-07 17:22.21: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:24eb239e0068b124582b78592b3e177b2927dde34ff70dda6952269ecdd95d7d
#1 transferring dockerfile: 599B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:9012f4045858dd0783ca1c0defd795faca523cb463f5e7a3dad2ceda86f1e2c4
#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:529e064b440773f2525cffb6996982c929467a7ff5d1b0232072788923b74c9e
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222
#6 sha256:94bbc0978e0fce918bd418ed38b917b895742913ff25b9871ab611926e67cffb
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:50a5ef7e1c4b47462c92ee2eb163e13bd4765c06055be3f25fa43a1733e2efa3
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222
#8 sha256:2aec741a5d42fe9367ac9b27a0306acb1d975c04ca319eed0145e6b1065426ff
#8 CACHED
#12 [internal] load build context
#12 sha256:339bdf8fea8980efadd270b31ffef94c75da9dd60679ac3546efea62c68efb73
#12 transferring context: 599B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-variants.4.12.1+options,ocaml-options-only-afl
#9 sha256:a504804dc1b27ad1276b7984fd22fce05213bc4ac206d14443bfebc451137d16
#9 5.335
#9 5.335 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.744 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 6.156 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 6.818 [ocaml-variants.4.12.1+options] downloaded from cache at https://opam.ocaml.org/cache
#9 7.689 [ocaml-variants.4.12.1+options/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache
#9 8.051 [ocaml-variants.4.12.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 8.052
#9 8.052 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.054 -> installed base-bigarray.base
#9 8.056 -> installed base-threads.base
#9 8.058 -> installed base-unix.base
#9 8.060 -> installed ocaml-option-afl.1
#9 8.288 -> installed ocaml-options-only-afl.1
#9 123.7 -> installed ocaml-variants.4.12.1+options
#9 123.8 -> installed ocaml-config.2
#9 123.9 -> installed ocaml.4.12.1
#9 124.2 Done.
#9 124.2 # Run eval $(opam env) to update the current shell environment
#9 DONE 124.8s
#10 [3/5] RUN opam pin add -k version ocaml-variants 4.12.1+options
#10 sha256:661bc8cde75aa7ee1a4d9255ea5319d22916871b26f5d50c9d7a671502049295
#10 0.912 ocaml-variants is now pinned to version 4.12.1+options
#10 0.912
#10 5.601 No package build needed.
#10 5.601 Nothing to do.
#10 5.601 # Run eval $(opam env) to update the current shell environment
#10 DONE 5.7s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:10e6e1d39ed657b9f23c499f9e2ee693b32ffb36c9177e0ea6020d42325ee6ce
#11 5.916 The following actions will be performed:
#11 5.916 - install opam-depext 1.2.3
#11 5.916
#11 5.916 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.740 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 6.768
#11 6.768 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 8.673 -> installed opam-depext.1.2.3
#11 8.680 Done.
#11 8.681 # Run eval $(opam env) to update the current shell environment
#11 DONE 8.8s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:7bb58e1aa2057c74c93404607d1837a2907908a0dc14b3d0f46d0b39bf1b2a69
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.8s done
#14 writing image sha256:9f4dc5dac9f0e9058fa8d854d1d96b5f58238a6107c2046725476877b4f5a1ce done
#14 DONE 1.8s
Pushing "sha256:f56f44ab5f6cce0a6f70b9ba36c0d9845a329ae1ef65f507e0d91fd8a8d1958b" to "ocurrent/opam-staging:debian-12-ocaml-4.12-afl-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
bee7f65653fe: Preparing
bee7f65653fe: Pushed
debian-12-ocaml-4.12-afl-arm32v7: digest: sha256:297b9c92fcb128dd163cd0f1e3d83e7a02e998885be07342b69bb6d40c537a07 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
bee7f65653fe: Preparing
bee7f65653fe: Layer already exists
debian-12-ocaml-4.12-afl-arm32v7: digest: sha256:297b9c92fcb128dd163cd0f1e3d83e7a02e998885be07342b69bb6d40c537a07 size: 531
Job succeeded
2025-06-07 17:27.09: Job succeeded