Build:
- 0
2025-06-21 11:56.04: New job: Build using linux-arm64 in
[]
2025-06-21 11:56.04: Will push staging image to ocurrent/opam-staging:fedora-41-ocaml-5.3-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:0112f648f66106ec812844eb53d48210a1478c5f5d493c2bf72467c4f3c5f975
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.3 --packages=ocaml-base-compiler.5.3.0
RUN opam pin add -k version ocaml-base-compiler 5.3.0
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-21 11:56.04: Using cache hint "5.3.0-arm64-ocurrent/opam-staging@sha256:0112f648f66106ec812844eb53d48210a1478c5f5d493c2bf72467c4f3c5f975"
2025-06-21 11:56.04: Waiting for resource in pool OCluster
2025-06-21 11:56.04: Waiting for worker…
2025-06-21 14:19.52: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:c386efe02c854197ee91438eb2987333f2c8b4ab849ef4e36f36427026daa600
#2 transferring context: 2B done
#2 DONE 0.2s
#1 [internal] load build definition from Dockerfile
#1 sha256:0feedee0e8a97b07165291957ffa710eebf36083ec4cf7cb7477b596c0f6870c
#1 transferring dockerfile: 567B done
#1 DONE 0.2s
#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:463e6212b391fda3272afd491f1a29a4d4c99eb7394cea051a574f6d4baeb190
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:0112f648f66106ec812844eb53d48210a1478c5f5d493c2bf72467c4f3c5f975
#6 sha256:17cf78efd1c9f8e6f3e69be3841a787a562fe946dd76e3370d1482d1b9d40be5
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:d5261af16b403da5d9b7f787ca4f1a8fd912334108694ecc0028ffd453ab6a75
#7 DONE 0.0s
#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:0112f648f66106ec812844eb53d48210a1478c5f5d493c2bf72467c4f3c5f975
#8 sha256:e9e8aa5e0b53d7b874d9e2a777358ec72ad5c0b0a3b7c1c4fb7f6f3e46768357
#8 CACHED
#13 [internal] load build context
#13 sha256:9f02703edd10af03301854739a72820bc289c3e7f413ed62f85bc8966fb25acb
#13 transferring context: 567B done
#13 DONE 0.1s
#9 [2/6] RUN yum install -y zstd && yum clean packages
#9 sha256:a250d1006b2a42a533c823512f53b41aeda2d309e88efeeb1316759df1ce31c5
#9 0.379 Updating and loading repositories:
#9 0.992 Repositories loaded.
#9 1.152 Package "zstd-1.5.7-1.fc41.aarch64" is already installed.
#9 1.152
#9 1.152 Nothing to do.
#9 1.211 Removed 0 files, 0 directories (total of 0 B). 0 errors occurred.
#9 DONE 1.3s
#10 [3/6] RUN opam switch create 5.3 --packages=ocaml-base-compiler.5.3.0
#10 sha256:ebaa21cfca36e7666226635d139d2590fd9b20ff31b1374266ad0e951a921b18
#10 3.229
#10 3.229 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 3.399 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#10 3.537 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#10 4.133 [ocaml-compiler.5.3.0] downloaded from cache at https://opam.ocaml.org/cache
#10 4.834 [ocaml-compiler.5.3.0/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#10 4.835
#10 4.835 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 5.091 -> installed base-bigarray.base
#10 5.093 -> installed base-threads.base
#10 5.095 -> installed base-unix.base
#10 5.096 -> installed ocaml-options-vanilla.1
#10 106.9 -> installed ocaml-compiler.5.3.0
#10 106.9 -> installed ocaml-base-compiler.5.3.0
#10 107.0 -> installed ocaml-config.3
#10 107.1 -> installed ocaml.5.3.0
#10 107.1 -> installed base-domains.base
#10 107.2 -> installed base-effects.base
#10 107.2 -> installed base-nnp.base
#10 107.5 Done.
#10 107.5 # Run eval $(opam env) to update the current shell environment
#10 DONE 108.1s
#11 [4/6] RUN opam pin add -k version ocaml-base-compiler 5.3.0
#11 sha256:75995d4a8004714be7fa6d7e5b0afda5fa4c98a543a6862bc63f2b00686bfde2
#11 0.671 ocaml-base-compiler is now pinned to version 5.3.0
#11 0.671
#11 3.401 No package build needed.
#11 3.401 Nothing to do.
#11 3.401 # Run eval $(opam env) to update the current shell environment
#11 DONE 3.5s
#12 [5/6] RUN opam install -y opam-depext
#12 sha256:5b9b99a313fb00c05181d56c7589e545410f7fd2809d484bf80637b65f3095cd
#12 4.198 The following actions will be performed:
#12 4.198 - install opam-depext 1.2.3
#12 4.199
#12 4.199 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.342 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#12 4.360
#12 4.360 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 6.223 -> installed opam-depext.1.2.3
#12 6.231 Done.
#12 6.231 # Run eval $(opam env) to update the current shell environment
#12 DONE 6.3s
#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:ac23a9692715a23bd94285ea357ac63968573c48b087ba8653be65f157f5105b
#14 DONE 0.1s
#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 1.8s done
#15 writing image sha256:8ce2ef569956b32c406c09937b5072085f57ebcdd9f446da4566795e25376809 done
#15 DONE 1.8s
Pushing "sha256:15695c1ddb6e3b8646ba43233287f0b7041ec347dbed4a045fd522a2bee78231" to "ocurrent/opam-staging:fedora-41-ocaml-5.3-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
ff939f265931: Preparing
ff939f265931: Pushed
fedora-41-ocaml-5.3-arm64: digest: sha256:31b0a6fc539048ce964e7c6608c319d4cf6d623ea7ffdc68abf42971418193ac size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
ff939f265931: Preparing
ff939f265931: Layer already exists
fedora-41-ocaml-5.3-arm64: digest: sha256:31b0a6fc539048ce964e7c6608c319d4cf6d623ea7ffdc68abf42971418193ac size: 531
Job succeeded
2025-06-21 14:26.07: Job succeeded