Build:
- 0
2025-06-07 12:03.35: New job: Build using linux-arm64 in
[]
2025-06-07 12:03.35: Will push staging image to ocurrent/opam-staging:fedora-41-ocaml-5.2-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:f7c45ea29499d45afb00323303fe2e0daeb4aa5141d9e4021d93be5bebd4c4b5
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN yum install -y zstd && yum clean packages
USER opam
RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
RUN opam pin add -k version ocaml-base-compiler 5.2.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-07 12:03.35: Using cache hint "5.2.1-arm64-ocurrent/opam-staging@sha256:f7c45ea29499d45afb00323303fe2e0daeb4aa5141d9e4021d93be5bebd4c4b5"
2025-06-07 12:03.35: Waiting for resource in pool OCluster
2025-06-07 12:03.35: Waiting for worker…
2025-06-07 16:55.13: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:63da0877feaf504875b41f89be0edf63f76772db8eab101c4d3a99919bb1830f
#1 transferring dockerfile: 567B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:68957158145b512273bbe639d40505929a284817d820db7f0c22fa02be3c4d1c
#2 transferring context: 2B done
#2 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:55aa1e26694f62b246e556739620eccda9892d3caa4258fa22065b6fc52f3e4c
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:f7c45ea29499d45afb00323303fe2e0daeb4aa5141d9e4021d93be5bebd4c4b5
#6 sha256:58371349b98a0d6957a2cd7c703193dba4c91024dd1a7db08a52fa6ae2adfcdf
#6 DONE 0.5s
#7 [internal] load .dockerignore
#7 sha256:3fda66aa70b6916066a69a3e08aeff5ef137438a3ef88921395832aaba6bb47c
#7 DONE 0.0s
#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:f7c45ea29499d45afb00323303fe2e0daeb4aa5141d9e4021d93be5bebd4c4b5
#8 sha256:8db61a40489e17c4531c076f3e16140bb6f07da133609b38273e949431832687
#8 DONE 0.0s
#9 [2/6] RUN yum install -y zstd && yum clean packages
#9 sha256:7ced5518c08347c029e8c16f6ab82128c8ff60ecf6d842bbfb01b4ac43c6a2c7
#9 CACHED
#13 [internal] load build context
#13 sha256:cf6ebdd8af8f39ff9f730f99bf037cef9010881bd93945e2843d6e6a85d47d5b
#13 transferring context: 567B done
#13 DONE 0.1s
#10 [3/6] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
#10 sha256:80eaac71160d183f1c3d33540cb65c2289bb8f1e6ba26bbddd4d99066baead35
#10 4.288
#10 4.288 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 4.544 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#10 4.707 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#10 5.360 [ocaml-base-compiler.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
#10 6.124 [ocaml-base-compiler.5.2.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#10 6.125
#10 6.125 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 6.366 -> installed base-bigarray.base
#10 6.368 -> installed base-threads.base
#10 6.370 -> installed base-unix.base
#10 6.376 -> installed ocaml-options-vanilla.1
#10 105.5 -> installed ocaml-base-compiler.5.2.1
#10 105.6 -> installed ocaml-config.3
#10 105.7 -> installed ocaml.5.2.1
#10 105.7 -> installed base-domains.base
#10 105.7 -> installed base-nnp.base
#10 106.1 Done.
#10 106.1 # Run eval $(opam env) to update the current shell environment
#10 DONE 106.6s
#11 [4/6] RUN opam pin add -k version ocaml-base-compiler 5.2.1
#11 sha256:c4502a5fa3dd93a640da9cd133ac909415d30dc56c465fc165729bd6cec4d338
#11 0.772 ocaml-base-compiler is now pinned to version 5.2.1
#11 0.772
#11 4.516 No package build needed.
#11 4.516 Nothing to do.
#11 4.516 # Run eval $(opam env) to update the current shell environment
#11 DONE 4.6s
#12 [5/6] RUN opam install -y opam-depext
#12 sha256:fa89dbc995b4d689ce04ce1be83de7594b96ee0a754353c6a81eaea1985829c5
#12 4.890 The following actions will be performed:
#12 4.890 - install opam-depext 1.2.3
#12 4.890
#12 4.890 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 5.431 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#12 5.454
#12 5.454 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 7.354 -> installed opam-depext.1.2.3
#12 7.362 Done.
#12 7.362 # Run eval $(opam env) to update the current shell environment
#12 DONE 7.4s
#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:be1d7d71a3b482229d10a73349d19212f039db000030b21af8545af4c6309576
#14 DONE 0.1s
#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 1.8s done
#15 writing image sha256:ef578099599a6135a1fc4f156a2561f8d8a7a36b15eadc0a107928988662b39f done
#15 DONE 1.9s
Pushing "sha256:1a28fa57e64aef7ca8487d64759abb73af25fe1c17523a423096bc1a5b3274ac" to "ocurrent/opam-staging:fedora-41-ocaml-5.2-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
98a2a50c5927: Preparing
98a2a50c5927: Pushed
fedora-41-ocaml-5.2-arm64: digest: sha256:7d27c2356b45f63312de90377f1427646bd6c1bd9c5399d2f980e37b9f5d22ff size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
98a2a50c5927: Preparing
98a2a50c5927: Layer already exists
fedora-41-ocaml-5.2-arm64: digest: sha256:7d27c2356b45f63312de90377f1427646bd6c1bd9c5399d2f980e37b9f5d22ff size: 531
Job succeeded
2025-06-07 17:02.24: Job succeeded