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-4.14-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 4.14 --packages=ocaml-base-compiler.4.14.2
RUN opam pin add -k version ocaml-base-compiler 4.14.2
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 "4.14.2-arm64-ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098"
2024-12-14 13:13.43: Waiting for resource in pool OCluster
2024-12-14 13:23.35: Waiting for worker…
2024-12-14 17:42.46: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:309a0af1205f796ba7bc71e42a9156a126a529b7bdb0d4542c9125d2c2aaab74
#2 transferring context: 2B done
#2 DONE 0.1s

#1 [internal] load build definition from Dockerfile
#1 sha256:d219b1e4684f5acfd4f507eac5e665820347d2515c820610ba9151b1987da5a4
#1 transferring dockerfile: 504B done
#1 DONE 0.2s

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

#4 docker-image://docker.io/docker/dockerfile:1@sha256:db1ff77fb637a5955317c7a3a62540196396d565f3dd5742e76dddbb6d75c4c5
#4 sha256:04201f855c658116dadef7212a36fe3039ad8ae14a949d4d478ad09da517034e
#4 CACHED

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

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

#7 [internal] load .dockerignore
#7 sha256:79d99ca456a71f1bd981816c08d88334c904b3ca03adbc43c673b1ea2d34639a
#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:e9986b3f9aae5e856a75dce324a1fecb0659b7bc33154f4d110d4fda0ff88a22
#12 transferring context: 504B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
#9 sha256:599e3f73c53be9cc6468060d7d59fa7bb6434980e28e07b31389073269fa2691
#9 7.091 
#9 7.091 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.190 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.2
#9 7.284 [ocaml-config.2/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 8.584 [ocaml-base-compiler.4.14.2] downloaded from https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz
#9 9.346 [ocaml-base-compiler.4.14.2/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.348 
#9 9.348 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.582 -> installed base-bigarray.base
#9 9.585 -> installed base-threads.base
#9 9.587 -> installed base-unix.base
#9 9.594 -> installed host-arch-arm64.1
#9 9.595 -> installed host-system-other.1
#9 9.596 -> installed ocaml-options-vanilla.1
#9 91.65 -> installed ocaml-base-compiler.4.14.2
#9 91.70 -> installed ocaml-config.2
#9 91.79 -> installed ocaml.4.14.2
#9 92.18 Done.
#9 92.18 # Run eval $(opam env) to update the current shell environment
#9 DONE 92.8s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.14.2
#10 sha256:f2201c0c797127b5f4fd57db8545107421ef276bfc466cb182366a62ab14d90b
#10 0.948 ocaml-base-compiler is now pinned to version 4.14.2
#10 0.948 
#10 6.714 No package build needed.
#10 6.714 Nothing to do.
#10 6.716 # 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:d800d514dbe2d08c667958a2544d01704d7aed0e402d9d7a41e2f5062a20da35
#11 7.173 The following actions will be performed:
#11 7.173   - install opam-depext 1.2.3
#11 7.173 
#11 7.173 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.651 [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.688 
#11 7.688 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.656 -> installed opam-depext.1.2.3
#11 9.663 Done.
#11 9.663 # Run eval $(opam env) to update the current shell environment
#11 DONE 9.7s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.2s done
#14 writing image sha256:ece322da533c76768a2d79b04f8ca64de350b70e6c04499f586be465abd3208c done
#14 DONE 2.2s
Pushing "sha256:7a4376ecd83c5725fd5b7052ff27a2ca9d1bb616d9a55817c3c045d991fcc876" to "ocurrent/opam-staging:debian-12-ocaml-4.14-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
1703f29c2cc5: Preparing
1703f29c2cc5: Pushed
debian-12-ocaml-4.14-arm64: digest: sha256:c1ad42f02948b4146959795ab2f4b43200a675a9baae6a9b2c8135d89475f125 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
1703f29c2cc5: Preparing
1703f29c2cc5: Layer already exists
debian-12-ocaml-4.14-arm64: digest: sha256:c1ad42f02948b4146959795ab2f4b43200a675a9baae6a9b2c8135d89475f125 size: 530
Job succeeded
2024-12-14 17:55.55: Job succeeded