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.08-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.08 --packages=ocaml-base-compiler.4.08.1
RUN opam pin add -k version ocaml-base-compiler 4.08.1
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.08.1-arm64-ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446"
2024-12-14 13:14.24: Waiting for resource in pool OCluster
2024-12-14 14:01.57: Waiting for worker…
2024-12-14 18:17.53: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:9adf942f7ed8303f571d7479f7dbf863dd5df31a488264d3e82a70c1505c59db
#1 transferring dockerfile: 504B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:ade4864c1638a2cb9b917e6605967a1debf55600ef9353e6fdfd62a670c2d26b
#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
#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446
#8 sha256:9fcb7a2167c281534d489008cb4f7e77160580e229c7b25724970908dac86278
#8 resolve docker.io/ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446 done
#8 DONE 0.0s
#5 [internal] load build definition from Dockerfile
#5 sha256:c3a5bc04b39b5cb9364ccc4dbbf624f338fe192bc8a4a94aafae3a6ba942a6d1
#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:78e16986b2ece4fdf46a6cb5c55f37eacc535aaa66cae32f24f37cf6df072ba3
#7 DONE 0.0s
#12 [internal] load build context
#12 sha256:779d72232508128e13a15fa2cf513187093897ecdf250dc7ccb40e072d792a16
#12 transferring context: 504B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.08 --packages=ocaml-base-compiler.4.08.1
#9 sha256:af41e7813f1792150ef4cffe3739610d52280cc943b1a8ceee8dd48b1d4af15c
#9 7.095
#9 7.095 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.157 [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.213 [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.648 [ocaml-base-compiler.4.08.1] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
#9 9.376 [ocaml-base-compiler.4.08.1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1
#9 9.589 [ocaml-base-compiler.4.08.1/fix-gcc10.patch] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/fix-gcc10.patch.4.08.1
#9 9.783 [ocaml-base-compiler.4.08.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.786
#9 9.786 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 10.000 -> installed base-bigarray.base
#9 10.00 -> installed base-threads.base
#9 10.00 -> installed base-unix.base
#9 111.1 -> installed ocaml-base-compiler.4.08.1
#9 111.1 -> installed ocaml-config.1
#9 111.2 -> installed ocaml.4.08.1
#9 111.5 Done.
#9 111.6 # Run eval $(opam env) to update the current shell environment
#9 DONE 112.0s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.08.1
#10 sha256:9c7186ca8449dd33f54b895762cb1e32a732753801df0c8016514241205b2eba
#10 1.008 ocaml-base-compiler is now pinned to version 4.08.1
#10 1.008
#10 6.835 No package build needed.
#10 6.835 Nothing to do.
#10 6.843 # 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:4e0756fac97187e610ad5b48b0059e94e632a55df264db2c6638aeff5f8db1a7
#11 7.400 The following actions will be performed:
#11 7.400 - install opam-depext 1.2.3
#11 7.400
#11 7.400 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 8.016 [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 8.051
#11 8.051 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.736 -> installed opam-depext.1.2.3
#11 9.744 Done.
#11 9.747 # Run eval $(opam env) to update the current shell environment
#11 DONE 9.8s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:1d87e3095ab8384e6feea1de5086e079136121fc600a752fde4d25950a62c66f
#13 DONE 0.0s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.8s done
#14 writing image sha256:0d4c9495bf9d5019f4f75c34c9d5da1bf9cf21878eaed180be52e38da94575d3 done
#14 DONE 1.8s
Pushing "sha256:40d4189e5e5d82023137d65b97d16797854e07ee15f1e740041fb59de5fffd95" to "ocurrent/opam-staging:alpine-3.20-ocaml-4.08-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
225b31e0d491: Preparing
225b31e0d491: Pushed
alpine-3.20-ocaml-4.08-arm64: digest: sha256:2ffe70a27cb00886cee07547aeabffd2e16ee852f792fb7bb5336e30640b8fab size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
225b31e0d491: Preparing
225b31e0d491: Layer already exists
alpine-3.20-ocaml-4.08-arm64: digest: sha256:2ffe70a27cb00886cee07547aeabffd2e16ee852f792fb7bb5336e30640b8fab size: 530
Job succeeded
2024-12-14 18:23.15: Job succeeded