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.13-nnp-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.13 --packages=ocaml-variants.4.13.1+options,ocaml-options-only-nnp
RUN opam pin add -k version ocaml-variants 4.13.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.13.1+nnp-arm32v7-ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222"
2025-06-07 12:04.18: Waiting for resource in pool OCluster
2025-06-07 12:34.09: Waiting for worker…
2025-06-07 17:33.09: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:816cf3d5c19f23c9b0f0c164852257a89fb96842b6a45fb064d38dbbc4191321
#1 transferring dockerfile: 599B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:c03350e11fa166acdbc1cd35f14365b02c9f862b51fd788a00b53826acc7d939
#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:34c1774b0807e1f994cb2889f828c1a51d74da5961bde63f927fda6e5f449292
#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:ef5ecc6750cd3e2b2efe3fb323a6383a280559e89e542963366b5ec4f9bb265a
#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:7524741c7f15efed76ba29e3d4ffb4311dd5ceb7539584b1c5aaaa2c74b7c651
#12 transferring context: 599B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.13 --packages=ocaml-variants.4.13.1+options,ocaml-options-only-nnp
#9 sha256:562e4d7b6aa7ac54e7a467cdd1aec4696c5c15aa297e59ffdba8d324aec92b5c
#9 5.394
#9 5.394 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.635 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 5.880 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 5.969 [ocaml-variants.4.13.1+options] downloaded from cache at https://opam.ocaml.org/cache
#9 6.745 [ocaml-variants.4.13.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 6.746
#9 6.746 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 6.748 -> installed base-bigarray.base
#9 6.751 -> installed base-threads.base
#9 6.753 -> installed base-unix.base
#9 6.754 -> installed ocaml-option-nnp.1
#9 6.976 -> installed base-nnp.base
#9 6.979 -> installed ocaml-options-only-nnp.1
#9 87.08 -> installed ocaml-variants.4.13.1+options
#9 87.13 -> installed ocaml-config.2
#9 87.23 -> installed ocaml.4.13.1
#9 87.54 Done.
#9 87.54 # Run eval $(opam env) to update the current shell environment
#9 DONE 88.2s
#10 [3/5] RUN opam pin add -k version ocaml-variants 4.13.1+options
#10 sha256:adb651cc5cb472782bc344f50d31d731e830d02609cc9a2d3f21644f13a1f903
#10 0.974 ocaml-variants is now pinned to version 4.13.1+options
#10 0.974
#10 5.659 No package build needed.
#10 5.659 Nothing to do.
#10 5.660 # 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:6c8b0c4c52e2a6e9c2e078ea2f8073a896a9937c0cb5bf70d7502926704af5c0
#11 5.954 The following actions will be performed:
#11 5.954 - install opam-depext 1.2.3
#11 5.955
#11 5.955 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.242 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 6.273
#11 6.273 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 8.031 -> installed opam-depext.1.2.3
#11 8.038 Done.
#11 8.039 # Run eval $(opam env) to update the current shell environment
#11 DONE 8.1s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:e999d078db5243a8a1ee258dad50d47402c701e86b8cd6a014b3dcac055994d9
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.9s done
#14 writing image sha256:480b385a8059864c855dffddf0b26f15e834361306c1ba41a996c020198e0089 done
#14 DONE 1.9s
Pushing "sha256:e89307aae8ddc0eeec861653dd41a96a66eb26e0aa696d2a917e45ebe9ad763f" to "ocurrent/opam-staging:debian-12-ocaml-4.13-nnp-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
5b57beefea03: Preparing
5b57beefea03: Pushed
debian-12-ocaml-4.13-nnp-arm32v7: digest: sha256:fa4bc0bd7776d5b384e28c7575ad992b46879fea5e3337ddf8b6aed141c32ea0 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
5b57beefea03: Preparing
5b57beefea03: Layer already exists
debian-12-ocaml-4.13-nnp-arm32v7: digest: sha256:fa4bc0bd7776d5b384e28c7575ad992b46879fea5e3337ddf8b6aed141c32ea0 size: 531
Job succeeded
2025-06-07 17:38.44: Job succeeded