Build:
- 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.13-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.13 --packages=ocaml-base-compiler.4.13.1
RUN opam pin add -k version ocaml-base-compiler 4.13.1
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.13.1-arm64-ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098"
2024-12-14 13:13.43: Waiting for resource in pool OCluster
2024-12-14 13:20.47: Waiting for worker…
2024-12-14 17:33.55: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:037ae3c2030845473ef46a798f6b132a0e184728291bddebc83e3a756b7885bd
#1 transferring dockerfile: 504B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:8a4d39fcec13ccfa41df0cacee03fee533d1d2b4c22974869020f72baa55ddce
#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.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:4dcba7a1a7e064ba4b9eb5eafbe080b3f4bf25adb187f8d0c7a7828b6d55ef48
#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:5f270d2dd205b70b04049fbe977b8ebaf02dbbbb8adfb9e758ec559f6ba64371
#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:f631288ab6a910cc710e36d5a837c5a5205a887e80a7b97981a9545eeb4e3bb8
#12 transferring context: 504B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.13 --packages=ocaml-base-compiler.4.13.1
#9 sha256:edf90482e4d462fef693f55d27fe1bd84265d4d00ad777474ad3427dd412e1e7
#9 6.996
#9 6.996 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.218 [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.313 [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.328 [ocaml-base-compiler.4.13.1] downloaded from https://github.com/ocaml/ocaml/archive/4.13.1.tar.gz
#9 9.085 [ocaml-base-compiler.4.13.1/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.087
#9 9.087 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.315 -> installed base-bigarray.base
#9 9.318 -> installed base-threads.base
#9 9.320 -> installed base-unix.base
#9 9.322 -> installed host-arch-arm64.1
#9 9.327 -> installed host-system-other.1
#9 9.328 -> installed ocaml-options-vanilla.1
#9 86.88 -> installed ocaml-base-compiler.4.13.1
#9 86.92 -> installed ocaml-config.2
#9 87.01 -> installed ocaml.4.13.1
#9 87.39 Done.
#9 87.39 # Run eval $(opam env) to update the current shell environment
#9 DONE 87.9s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.13.1
#10 sha256:b8d546900b925082c5ea68cd371d9429a9ace85edb6da9088e3884a14f9e55ae
#10 0.997 ocaml-base-compiler is now pinned to version 4.13.1
#10 0.997
#10 6.732 No package build needed.
#10 6.732 Nothing to do.
#10 6.732 # 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:7430222111fd474aa7ec1eeab70db2ab23ace45408800d6a889d7a2e6587775d
#11 7.204 The following actions will be performed:
#11 7.204 - install opam-depext 1.2.3
#11 7.205
#11 7.205 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.711 [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.741
#11 7.741 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.677 -> installed opam-depext.1.2.3
#11 9.684 Done.
#11 9.684 # Run eval $(opam env) to update the current shell environment
#11 DONE 9.8s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:b06a7e4a0aac73faf115d2610240570b7b0ec879454b3c8ce11a55e3a02d473b
#13 DONE 0.0s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.2s done
#14 writing image sha256:496ef80f2215c29c2498b0f59fbc34919b652fa5c393b29ac52c114795c66e79 done
#14 DONE 2.2s
Pushing "sha256:a1b7699e6d46b955379717cff57c228bcb5b5725a5eea2ad719e196061809201" to "ocurrent/opam-staging:debian-12-ocaml-4.13-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
bd74ef679e9e: Preparing
bd74ef679e9e: Pushed
debian-12-ocaml-4.13-arm64: digest: sha256:cd0abe8821a6920a6abecbc6f2ab786e6f9d96b960a7a5b2cfc2268a944be315 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
bd74ef679e9e: Preparing
bd74ef679e9e: Layer already exists
debian-12-ocaml-4.13-arm64: digest: sha256:cd0abe8821a6920a6abecbc6f2ab786e6f9d96b960a7a5b2cfc2268a944be315 size: 530
Job succeeded
2024-12-14 17:51.33: Job succeeded