Build:
  1. 0
2025-06-21 12:00.19: New job: Build using linux-arm64 in
                                []
2025-06-21 12:00.19: Will push staging image to ocurrent/opam-staging:fedora-42-ocaml-5.3-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:ae8c66d285f340073bc0bb6f383b3c1b0358fd6cdf23121a92ad7371355ed191
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 12:00.19: Using cache hint "5.3.0-arm64-ocurrent/opam-staging@sha256:ae8c66d285f340073bc0bb6f383b3c1b0358fd6cdf23121a92ad7371355ed191"
2025-06-21 12:00.19: Waiting for resource in pool OCluster
2025-06-21 12:00.19: Waiting for worker…
2025-06-21 14:28.05: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:520c00140388fefececa7207c7b57a54609b64eee5353f77a4668d96d5ada8f2
#1 transferring dockerfile: 567B done
#1 DONE 0.3s

#2 [internal] load .dockerignore
#2 sha256:d3c71e25262d83c06014ffce676c3b85da81f397a176c0de7b1d53cae9802192
#2 transferring context: 2B done
#2 DONE 0.3s

#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

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:ae8c66d285f340073bc0bb6f383b3c1b0358fd6cdf23121a92ad7371355ed191
#8 sha256:1cf1ec7348f4b37211f9f5a341b0fcc4f3d37173d269817e3b068a9c16ac0532
#8 CACHED

#9 [2/6] RUN yum install -y zstd && yum clean packages
#9 sha256:5534a21233ae22721f3d8dfe7f639bd37d27017affea3cff73544cbfb429952c
#9 0.420 Updating and loading repositories:
#9 0.995 Repositories loaded.
#9 1.145 Package "zstd-1.5.7-1.fc42.aarch64" is already installed.
#9 1.145 
#9 1.145 Nothing to do.
#9 1.185 Removed 0 files, 0 directories (total of 0 B). 0 errors occurred.
#9 DONE 1.2s

#5 [internal] load build definition from Dockerfile
#5 sha256:ee0b82d83ad07ea07329725b4d1cd7acc0691e36ffbc84543551c9fb13555ad5
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:ae8c66d285f340073bc0bb6f383b3c1b0358fd6cdf23121a92ad7371355ed191
#6 sha256:7086c6c6ea0d5bf2b48f40646cd4f8d37a4191778b9fc4d9db25dc4790e25484
#6 DONE 0.0s

#7 [internal] load .dockerignore
#7 sha256:fc3356ce4ee17dc98877753556d99bd34ecb4b544b512105418af1aa4a0bc68d
#7 DONE 0.0s

#13 [internal] load build context
#13 sha256:e2036911cf66c8b68fbdc8d964f7e91bc51b696807b7e8955e37644afa21ef16
#13 transferring context: 567B done
#13 DONE 0.0s

#10 [3/6] RUN opam switch create 5.3 --packages=ocaml-base-compiler.5.3.0
#10 sha256:34a937b2827433c193a83af6a33d3a620a475efdc68e565c8d8e39c4edcf417a
#10 3.263 
#10 3.263 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 3.405 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#10 3.538 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#10 4.130 [ocaml-compiler.5.3.0] downloaded from cache at https://opam.ocaml.org/cache
#10 4.777 [ocaml-compiler.5.3.0/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#10 4.777 
#10 4.777 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 5.039 -> installed base-bigarray.base
#10 5.041 -> installed base-threads.base
#10 5.044 -> installed base-unix.base
#10 5.045 -> installed ocaml-options-vanilla.1
#10 107.3 -> installed ocaml-compiler.5.3.0
#10 107.4 -> installed ocaml-base-compiler.5.3.0
#10 107.4 -> installed ocaml-config.3
#10 107.5 -> installed ocaml.5.3.0
#10 107.6 -> installed base-domains.base
#10 107.6 -> installed base-effects.base
#10 107.6 -> installed base-nnp.base
#10 108.0 Done.
#10 108.0 # Run eval $(opam env) to update the current shell environment
#10 DONE 108.5s

#11 [4/6] RUN opam pin add -k version ocaml-base-compiler 5.3.0
#11 sha256:af42821ccda0c866e5c2f97aa35dad0c1674384d040cb907b92d510769b2cd71
#11 0.731 ocaml-base-compiler is now pinned to version 5.3.0
#11 0.731 
#11 3.405 No package build needed.
#11 3.405 Nothing to do.
#11 3.405 # 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:f586fdd55d361305b674e39bfcfc7d52d0ca747673726ca17380a291e8d6f777
#12 3.693 The following actions will be performed:
#12 3.693   - install opam-depext 1.2.3
#12 3.693 
#12 3.693 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.989 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#12 4.018 
#12 4.018 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 5.921 -> installed opam-depext.1.2.3
#12 5.928 Done.
#12 5.928 # Run eval $(opam env) to update the current shell environment
#12 DONE 6.0s

#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:29636de1113781591b42c365ef303aff909ca79a014508b561757aeab9c9d5b2
#14 DONE 0.0s

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 1.9s done
#15 writing image sha256:818922e6ba8246bc1e5290991f30b806fc5f66ad880662059b70106d89b86678 done
#15 DONE 1.9s
Pushing "sha256:a4e92cdcd3ca75556ad4b548852707a170dcd4410c606dae7f3ddaf039977088" to "ocurrent/opam-staging:fedora-42-ocaml-5.3-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
801ec4d81947: Preparing
801ec4d81947: Pushed
fedora-42-ocaml-5.3-arm64: digest: sha256:3ae27ca8414ebec16ae5b9d6cb30f90806549796ad86740510638ff9560e01cf size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
801ec4d81947: Preparing
801ec4d81947: Layer already exists
fedora-42-ocaml-5.3-arm64: digest: sha256:3ae27ca8414ebec16ae5b9d6cb30f90806549796ad86740510638ff9560e01cf size: 531
Job succeeded
2025-06-21 15:04.58: Job succeeded