Build:
  1. 0
2024-12-14 13:13.43: New job: Build using linux-arm64 in
                                []
2024-12-14 13:13.43: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.0-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
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" ]


2024-12-14 13:13.43: Using cache hint "5.0.0-arm64-ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098"
2024-12-14 13:13.43: Waiting for resource in pool OCluster
2024-12-14 13:28.48: Waiting for worker…
2024-12-14 17:54.01: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:663f4c23334adffe007932353164d4e68d84ff6024ab8ce41c5087a2d4df15ff
#1 transferring dockerfile: 501B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:0e313f92e3cfccf80f859370985dc20d0537fb47bfe7a4397b50c0eebec9b004
#2 transferring context: 2B done
#2 DONE 0.1s

#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:db1ff77fb637a5955317c7a3a62540196396d565f3dd5742e76dddbb6d75c4c5
#4 sha256:04201f855c658116dadef7212a36fe3039ad8ae14a949d4d478ad09da517034e
#4 CACHED

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
#6 sha256:74971a652ec4681273bd9d37518651b55a3f2f9467e43586ccacd69ffde9058c
#6 DONE 0.0s

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
#8 sha256:82cb0cd80a6b44792129fbf3c7a6277b33f58bd82248c6016542c0de8ca348fa
#8 CACHED

#12 [internal] load build context
#12 sha256:cf8950743c703a09b3c8c070b685390d8763e2a678c248c43a105d8795a4ad18
#12 transferring context: 501B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 5.0 --packages=ocaml-base-compiler.5.0.0
#9 sha256:a09c805da97a21318228193360c81dc25023e049cde71289fc132eac7f2b0fbc
#9 6.937 
#9 6.937 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.168 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.3
#9 7.262 [ocaml-config.3/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 8.316 [ocaml-base-compiler.5.0.0] downloaded from https://github.com/ocaml/ocaml/archive/5.0.0.tar.gz
#9 9.079 [ocaml-base-compiler.5.0.0/ocaml-base-compiler.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/ocaml-base-compiler.install
#9 9.082 
#9 9.082 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.323 -> installed base-bigarray.base
#9 9.323 -> installed base-threads.base
#9 9.323 -> installed base-unix.base
#9 9.323 -> installed host-arch-arm64.1
#9 9.329 -> installed host-system-other.1
#9 9.330 -> installed ocaml-options-vanilla.1
#9 92.05 -> installed ocaml-base-compiler.5.0.0
#9 92.09 -> installed ocaml-config.3
#9 92.20 -> installed ocaml.5.0.0
#9 92.22 -> installed base-domains.base
#9 92.25 -> installed base-nnp.base
#9 92.63 Done.
#9 92.63 # Run eval $(opam env) to update the current shell environment
#9 DONE 93.2s

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

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:5e0340a795bef3e361a4aaa83a91c9c5303706ff57bf5b5bd85879e06cb6bf7a
#11 7.170 The following actions will be performed:
#11 7.170   - install opam-depext 1.2.3
#11 7.170 
#11 7.170 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.797 [opam-depext.1.2.3] downloaded from https://github.com/ocaml-opam/opam-depext/releases/download/v1.2.3/opam-depext-full-1.2.3.tbz
#11 7.830 
#11 7.830 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.932 -> installed opam-depext.1.2.3
#11 9.938 Done.
#11 9.939 # Run eval $(opam env) to update the current shell environment
#11 DONE 10.0s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:be0530d2d1104d89d5e22c26df9a794622c98b376ca2c97b5c2e10985a463579
#13 DONE 0.1s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.4s done
#14 writing image sha256:9c81f9fdbe97110bbff4eceefa138fc2211f482bfa26413a089af568c9191d85 done
#14 DONE 2.4s
Pushing "sha256:77fd44212c46b6233ba837be71b060cd62a87c3dc389faa9d75bccbd7ef3ed6f" to "ocurrent/opam-staging:debian-12-ocaml-5.0-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
fd7e53a5b155: Preparing
fd7e53a5b155: Pushed
debian-12-ocaml-5.0-arm64: digest: sha256:1d430709e9ef2e8aa7453f8b78b4886034cc9e89afe8638d99a7e08cecbebd90 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
fd7e53a5b155: Preparing
fd7e53a5b155: Layer already exists
debian-12-ocaml-5.0-arm64: digest: sha256:1d430709e9ef2e8aa7453f8b78b4886034cc9e89afe8638d99a7e08cecbebd90 size: 530
Job succeeded
2024-12-14 18:00.56: Job succeeded