Build:
  1. 0
2025-08-02 17:08.14: New job: Build using linux-arm64 in
                                []
2025-08-02 17:08.14: Will push staging image to ocurrent/opam-staging:ubuntu-24.04-ocaml-5.0-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 5.0 --packages=ocaml-base-compiler.5.0.0
RUN opam pin add -k version ocaml-base-compiler 5.0.0
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-08-02 17:08.14: Using cache hint "5.0.0-arm64-ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23"
2025-08-02 17:08.14: Waiting for resource in pool OCluster
2025-08-02 17:08.14: Waiting for worker…
2025-08-02 17:08.15: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:c907dd8dca21896936ec6f54f45d73bb23de3ab704a74a5efa697ff0bfb1d13e
#1 transferring dockerfile:
#1 transferring dockerfile: 501B 0.0s done
#1 DONE 0.4s

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

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.1s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23
#6 sha256:be395a35c6176927a7a2f13505dabf89fd47f457e44bce961d865827edb85275
#6 DONE 2.8s

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

#12 [internal] load build context
#12 sha256:36b44ca3d9e0a599cae367daf2476a7132321648622ee42c69896e510536bc46
#12 ...

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23
#8 sha256:ff3ab42de2a5c8cad4ffcb31ba5fbce3d9466f6c330a2482d37b950803fcbfc4
#8 resolve docker.io/ocurrent/opam-staging@sha256:bab9e515e9722f94053f079dfd9ccba811be300e94ae288fca652da411e75d23 done
#8 DONE 0.3s

#12 [internal] load build context
#12 sha256:36b44ca3d9e0a599cae367daf2476a7132321648622ee42c69896e510536bc46
#12 transferring context: 501B done
#12 DONE 0.7s

#9 [2/5] RUN opam switch create 5.0 --packages=ocaml-base-compiler.5.0.0
#9 sha256:e4fa5f72d3473132d919c82445c7fbd0b3e23131f2f162ad71c4bfb2d28c518b
#9 4.566 
#9 4.566 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 4.737 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 4.863 [ocaml-base-compiler.5.0.0] downloaded from cache at https://opam.ocaml.org/cache
#9 4.922 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 5.589 [ocaml-base-compiler.5.0.0/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#9 5.589 
#9 5.589 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.890 -> installed base-bigarray.base
#9 5.892 -> installed base-threads.base
#9 5.894 -> installed base-unix.base
#9 5.896 -> installed ocaml-options-vanilla.1
#9 99.23 -> installed ocaml-base-compiler.5.0.0
#9 99.29 -> installed ocaml-config.3
#9 99.42 -> installed ocaml.5.0.0
#9 99.45 -> installed base-domains.base
#9 99.48 -> installed base-nnp.base
#9 99.91 Done.
#9 99.91 # Run eval $(opam env) to update the current shell environment
#9 DONE 103.9s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 5.0.0
#10 sha256:d91bb41881f16825c8d4cb2ae0ad0ceb733f643df4785e86a0f13ec359de85ee
#10 1.016 ocaml-base-compiler is now pinned to version 5.0.0
#10 1.016 
#10 4.060 No package build needed.
#10 4.060 Nothing to do.
#10 4.060 # Run eval $(opam env) to update the current shell environment
#10 DONE 5.3s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:31b2a4de830b917857e03fd51aae88b932d5cd14e219a3d3f3e36b5c0ec382bc
#11 3.909 The following actions will be performed:
#11 3.909   - install opam-depext 1.2.3
#11 3.909 
#11 3.909 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.041 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 4.092 
#11 4.092 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.245 -> installed opam-depext.1.2.3
#11 6.252 Done.
#11 6.252 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.8s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:164782abe13382f8dc1551c309d19fa6315597b237683a074a34450791f566d4
#13 DONE 0.2s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.5s done
#14 writing image sha256:d5d4e698e74df5328f9ef9f95124ffc4de2452843bc13b6a05f6c8db973c56f9 done
#14 DONE 2.5s
Pushing "sha256:21d8db5367da9139af1fb622c51e201827020abcc66e1326b3612fe794285be8" to "ocurrent/opam-staging:ubuntu-24.04-ocaml-5.0-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
8dbd91de883f: Preparing
8dbd91de883f: Pushed
ubuntu-24.04-ocaml-5.0-arm64: digest: sha256:d2d398a857bf640cb049dcf906a8fd27855d19f36e49d6019eaacc0cb6cc2e6b size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
8dbd91de883f: Preparing
8dbd91de883f: Layer already exists
ubuntu-24.04-ocaml-5.0-arm64: digest: sha256:d2d398a857bf640cb049dcf906a8fd27855d19f36e49d6019eaacc0cb6cc2e6b size: 531
Job succeeded
2025-08-02 17:30.24: Job succeeded