Build:
  1. 0
2024-12-14 13:14.24: New job: Build using linux-arm64 in
                                []
2024-12-14 13:14.24: Will push staging image to ocurrent/opam-staging:alpine-3.20-ocaml-4.10-arm64

Dockerfile:

# syntax=docker/dockerfile:1

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


2024-12-14 13:14.24: Using cache hint "4.10.2-arm64-ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446"
2024-12-14 13:14.24: Waiting for resource in pool OCluster
2024-12-14 14:06.55: Waiting for worker…
2024-12-14 18:25.36: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:370b308cd95025c5a79b67c933a354a364f402206424d3d4a3e5597c1ac76e32
#1 transferring dockerfile: 504B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:3ddc13de2f1415f8b504562476add79eeb5c4cee3907dc9e62b6ab615f5c7311
#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.3s

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

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446
#6 sha256:62457c421f84e68abfa77873633746b0b5c54b45849dc9fb8c5e6121d6010f45
#6 DONE 0.0s

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446
#8 sha256:9fcb7a2167c281534d489008cb4f7e77160580e229c7b25724970908dac86278
#8 CACHED

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

#9 [2/5] RUN opam switch create 4.10 --packages=ocaml-base-compiler.4.10.2
#9 sha256:14ba4c52d18161ad5d1ea548c5fca5602be94f905cca0667d574a0fa519d7181
#9 7.060 
#9 7.060 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.119 [ocaml-config.1/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.1
#9 7.173 [ocaml-config.1/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 8.564 [ocaml-base-compiler.4.10.2] downloaded from https://github.com/ocaml/ocaml/archive/4.10.2.tar.gz
#9 9.304 [ocaml-base-compiler.4.10.2/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1
#9 9.493 [ocaml-base-compiler.4.10.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.496 
#9 9.496 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.702 -> installed base-bigarray.base
#9 9.704 -> installed base-threads.base
#9 9.710 -> installed base-unix.base
#9 101.4 -> installed ocaml-base-compiler.4.10.2
#9 101.5 -> installed ocaml-config.1
#9 101.6 -> installed ocaml.4.10.2
#9 101.9 Done.
#9 101.9 # Run eval $(opam env) to update the current shell environment
#9 DONE 102.4s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.10.2
#10 sha256:48f579b1d3097f39a818b8160b96a98135fa2432ec89d2f6abf3bba6a3a2a98f
#10 0.980 ocaml-base-compiler is now pinned to version 4.10.2
#10 0.980 
#10 6.815 No package build needed.
#10 6.815 Nothing to do.
#10 6.823 # Run eval $(opam env) to update the current shell environment
#10 DONE 6.9s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:39224a90f97086459c667000775c463e2ccce47b792eec3678bf3b89351a4faa
#11 7.329 The following actions will be performed:
#11 7.329   - install opam-depext 1.2.3
#11 7.329 
#11 7.329 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.901 [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.940 
#11 7.940 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.703 -> installed opam-depext.1.2.3
#11 9.710 Done.
#11 9.718 # Run eval $(opam env) to update the current shell environment
#11 DONE 9.8s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.8s done
#14 writing image sha256:76fe93366486b521fb26c37ff837921ba6ce30013893de239a5d18326206c599 done
#14 DONE 1.8s
Pushing "sha256:70ddbc78dd0e93c7eb74b5d477557b3e07d4502c784bbce4d7325ac262cd2acf" to "ocurrent/opam-staging:alpine-3.20-ocaml-4.10-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
8be990ed6479: Preparing
8be990ed6479: Pushed
alpine-3.20-ocaml-4.10-arm64: digest: sha256:51e20ae55e28d71db3e749db97ae8bceb4d54c1846b6d0793ed8b627cd1139b0 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
8be990ed6479: Preparing
8be990ed6479: Layer already exists
alpine-3.20-ocaml-4.10-arm64: digest: sha256:51e20ae55e28d71db3e749db97ae8bceb4d54c1846b6d0793ed8b627cd1139b0 size: 530
Job succeeded
2024-12-14 18:30.25: Job succeeded