Build:
- 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.14-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.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:14.24: Using cache hint "4.14.2-arm64-ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446"
2024-12-14 13:14.24: Waiting for resource in pool OCluster
2024-12-14 14:22.46: Waiting for worker…
2024-12-14 18:36.30: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:ba3032a596ad5927e7118e0d0bf102e7ac655afffe7544d23091c9eff989fd2c
#1 transferring dockerfile: 504B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:abafe50952e79d0f78876ec63dfd8115393ace96b75c76fc5565fb730b37f261
#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:4a53b50020491288688869c207f86713e7871e8ebdd78e0edd1254abc99172a5
#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:b89d8ce309fbad71c65bc8edb53a07052d57135108c9c49c2cc7fb2a58df9103
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446
#8 sha256:9fcb7a2167c281534d489008cb4f7e77160580e229c7b25724970908dac86278
#8 CACHED
#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
#9 sha256:a56b773f6a5d40bac4df38d829def8fd99bc5355a0b1d525db6ba92ec90486aa
#9 ...
#12 [internal] load build context
#12 sha256:ee28b8bf867661ac6d711b0696af7227f42132e106cc166040e7f487313e46c5
#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:a56b773f6a5d40bac4df38d829def8fd99bc5355a0b1d525db6ba92ec90486aa
#9 7.223
#9 7.223 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.288 [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.347 [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.877 [ocaml-base-compiler.4.14.2] downloaded from https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz
#9 9.709 [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.711
#9 9.711 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.966 -> installed base-bigarray.base
#9 9.968 -> installed base-threads.base
#9 9.969 -> installed base-unix.base
#9 9.971 -> installed host-arch-arm64.1
#9 9.972 -> installed host-system-other.1
#9 9.973 -> installed ocaml-options-vanilla.1
#9 94.91 -> installed ocaml-base-compiler.4.14.2
#9 94.97 -> installed ocaml-config.2
#9 95.07 -> installed ocaml.4.14.2
#9 95.43 Done.
#9 95.43 # Run eval $(opam env) to update the current shell environment
#9 DONE 95.9s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.14.2
#10 sha256:57235f03ac179207efd7c628f772262efa86ebf9553ef4291b3e3b0e512e185b
#10 0.973 ocaml-base-compiler is now pinned to version 4.14.2
#10 0.973
#10 6.895 No package build needed.
#10 6.895 Nothing to do.
#10 6.903 # Run eval $(opam env) to update the current shell environment
#10 DONE 7.0s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:d365057cbe8aa029c23a19039ab5e7cb94ae0b77fcfae1c17bc3c3d9ffd5bce7
#11 7.284 The following actions will be performed:
#11 7.284 - install opam-depext 1.2.3
#11 7.284
#11 7.284 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.713 [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.749
#11 7.749 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.740 -> installed opam-depext.1.2.3
#11 9.749 Done.
#11 9.755 # Run eval $(opam env) to update the current shell environment
#11 DONE 9.8s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:5018d5cbb0fc14fb5fac817164743123acbf8aa95108b0275155f96246d6f908
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.1s done
#14 writing image sha256:350ca85e17b4522c9384d7648d25ca1d703aeb911cbb4970631260305b80830f done
#14 DONE 2.1s
Pushing "sha256:b5516c5419562883ea5bcb34ff9e1f3ebf214b0f3464e6153a2a23badf969363" to "ocurrent/opam-staging:alpine-3.20-ocaml-4.14-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
61e0df2cc4ca: Preparing
61e0df2cc4ca: Pushed
alpine-3.20-ocaml-4.14-arm64: digest: sha256:e6fa27c1ba370a49293c9f5cfaace297a19bbc99e03bbe032df6b133af9c804c size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
61e0df2cc4ca: Preparing
61e0df2cc4ca: Layer already exists
alpine-3.20-ocaml-4.14-arm64: digest: sha256:e6fa27c1ba370a49293c9f5cfaace297a19bbc99e03bbe032df6b133af9c804c size: 530
Job succeeded
2024-12-14 18:41.35: Job succeeded