Build:
- 0
2025-06-21 12:01.11: New job: Build using linux-arm64 in
[]
2025-06-21 12:01.11: Will push staging image to ocurrent/opam-staging:opensuse-15.6-ocaml-4.14-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:4179ae9161b0e4c52c53365d55a00b5b45a6c8261d3a18276e97882fea723db6
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
RUN opam pin add -k version ocaml-base-compiler 4.14.2
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-21 12:01.11: Using cache hint "4.14.2-arm64-ocurrent/opam-staging@sha256:4179ae9161b0e4c52c53365d55a00b5b45a6c8261d3a18276e97882fea723db6"
2025-06-21 12:01.11: Waiting for resource in pool OCluster
2025-06-21 12:01.11: Waiting for worker…
2025-06-21 14:38.46: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:946f6e38986dc79f0a6ec688708020df8de776c6d93a95e20ef623810d9ff858
#2 transferring context: 2B done
#2 DONE 0.2s
#1 [internal] load build definition from Dockerfile
#1 sha256:25f0558308deccf88da19fd417ca1166cf1eb14cd2f215457be63bdfbf79edb9
#1 transferring dockerfile: 504B done
#1 DONE 0.2s
#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.6s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:7e159a2197953abd80fda03b44f026dae836959fa38bb5dfe05a9c212d5eea10
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:4179ae9161b0e4c52c53365d55a00b5b45a6c8261d3a18276e97882fea723db6
#6 sha256:1de68742a67530dba2cfcba5dcc31802615cabca495b6af4919e392da6c95e1c
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:e03b406b3317a628bf4e5fb58a0476efc347d79cbd7ff05f51dac7713d8573da
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:4179ae9161b0e4c52c53365d55a00b5b45a6c8261d3a18276e97882fea723db6
#8 sha256:7797a62c66f6a44f0394d06049c4578a9aed9f59221cad42263fce8a80740ba2
#8 CACHED
#12 [internal] load build context
#12 sha256:c270e25cc124f044646c8cb0748904e581d13ffe57d671d97c89e6b30fff3c34
#12 transferring context: 504B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
#9 sha256:10a9ff9b10634a9a6be569ba5da4d4f9aaf1fa2c2d5610a4816b185c96df2d51
#9 3.214
#9 3.214 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 3.476 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 3.743 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 3.971 [ocaml-base-compiler.4.14.2] downloaded from cache at https://opam.ocaml.org/cache
#9 4.755 [ocaml-base-compiler.4.14.2/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 4.755
#9 4.755 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.994 -> installed base-bigarray.base
#9 4.996 -> installed base-threads.base
#9 4.998 -> installed base-unix.base
#9 4.999 -> installed ocaml-options-vanilla.1
#9 89.67 -> installed ocaml-base-compiler.4.14.2
#9 89.72 -> installed ocaml-config.2
#9 89.84 -> installed ocaml.4.14.2
#9 90.19 Done.
#9 90.19 # Run eval $(opam env) to update the current shell environment
#9 DONE 90.8s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.14.2
#10 sha256:b96202055da862d62a9b5ad972496cd325f81f0ed252b8627ec235881879a615
#10 0.643 ocaml-base-compiler is now pinned to version 4.14.2
#10 0.643
#10 3.422 No package build needed.
#10 3.422 Nothing to do.
#10 3.432 # Run eval $(opam env) to update the current shell environment
#10 DONE 3.5s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:88cb8c84552fe8f417972e82f3cea8d9887a2b2d10d82c259e26bc34838a019f
#11 3.650 The following actions will be performed:
#11 3.650 - install opam-depext 1.2.3
#11 3.651
#11 3.651 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.135 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.155
#11 4.155 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.112 -> installed opam-depext.1.2.3
#11 6.120 Done.
#11 6.127 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.2s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:fb09ae97d8f3e6430dedce0d002ec82da3339375dc5e5dbac21df5d69c41683b
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.0s done
#14 writing image sha256:6483f7d6b1e63f7f6544291509dcc42329b32bb5b1e9c7d0fd15ded78f4f8d6f done
#14 DONE 2.0s
Pushing "sha256:38304aa058a37886e8839693371c51e6820f986664186a2361313e2e4596e71e" to "ocurrent/opam-staging:opensuse-15.6-ocaml-4.14-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
d7a0a33ea67e: Preparing
d7a0a33ea67e: Pushed
opensuse-15.6-ocaml-4.14-arm64: digest: sha256:790ad29f6c4e4699dd292049029204924ceb588e4e19ffd11d44e7388e8f93b5 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
d7a0a33ea67e: Preparing
d7a0a33ea67e: Layer already exists
opensuse-15.6-ocaml-4.14-arm64: digest: sha256:790ad29f6c4e4699dd292049029204924ceb588e4e19ffd11d44e7388e8f93b5 size: 531
Job succeeded
2025-06-21 14:44.02: Job succeeded