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.14-flambda-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-variants.4.14.2+options,ocaml-options-only-flambda
RUN opam pin add -k version ocaml-variants 4.14.2+options
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+flambda-arm64-ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446"
2024-12-14 13:14.24: Waiting for resource in pool OCluster
2024-12-14 14:22.53: Waiting for worker…
2024-12-14 18:37.58: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:340dcf40f95da23a4de14d055d6340a33cd822fd72b6f9b699eb74558cd77b20
#1 transferring dockerfile: 537B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:9da5a23781c85902008bf429b401cd729035133f3faf8fce067a039e7a06992c
#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:0bf77315a8655d8a4e66167a35b0009d7daf4b7c682b762f0dd13c75576bbc31
#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:dd2ea3449cabfaaad50f9557377bc00f1222d94f1763834c3a98f08bf31c28c7
#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:4d777074c1427be90d2703510b524f00e2957def7f2cac114d19587d40d4001d
#12 transferring context: 537B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-variants.4.14.2+options,ocaml-options-only-flambda
#9 sha256:1b4897eaddc4722345352ca6a580a324c9cb7914fd020821512659c0589ea111
#9 7.109 
#9 7.109 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.165 [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.228 [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.393 [ocaml-variants.4.14.2+options] downloaded from https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz
#9 9.000 [ocaml-variants.4.14.2+options/ocaml-variants.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/ocaml-variants.install
#9 9.003 
#9 9.003 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.005 -> installed base-bigarray.base
#9 9.007 -> installed base-threads.base
#9 9.009 -> installed base-unix.base
#9 9.011 -> installed host-arch-arm64.1
#9 9.015 -> installed host-system-other.1
#9 9.016 -> installed ocaml-option-flambda.1
#9 9.237 -> installed ocaml-options-only-flambda.1
#9 134.1 -> installed ocaml-variants.4.14.2+options
#9 134.2 -> installed ocaml-config.2
#9 134.3 -> installed ocaml.4.14.2
#9 134.7 Done.
#9 134.7 # Run eval $(opam env) to update the current shell environment
#9 DONE 135.3s

#10 [3/5] RUN opam pin add -k version ocaml-variants 4.14.2+options
#10 sha256:ed2f6107e2f80dc2cee8b6fa319cdb18338d463dd8bd3998714e2e33db9e3829
#10 1.045 ocaml-variants is now pinned to version 4.14.2+options
#10 1.045 
#10 6.949 No package build needed.
#10 6.949 Nothing to do.
#10 6.953 # 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:1bd16574b98e443f8ab960af884caa79eb173f4777f43b4e6f6c5b8fa4cbebb1
#11 7.340 The following actions will be performed:
#11 7.340   - install opam-depext 1.2.3
#11 7.340 
#11 7.340 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.963 [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.004 
#11 8.004 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 10.16 -> installed opam-depext.1.2.3
#11 10.17 Done.
#11 10.17 # Run eval $(opam env) to update the current shell environment
#11 DONE 10.3s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.4s done
#14 writing image sha256:bc632c7e23a2faf08eb6b990cb6b18a88ea15c754479ac78b9726f9bc8c7ee29 done
#14 DONE 2.4s
Pushing "sha256:e0abdcdca993dc0b422193a9972ef1304b2e72ca56fd02a37ab23108c5682f12" to "ocurrent/opam-staging:alpine-3.20-ocaml-4.14-flambda-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
eed402af825f: Preparing
eed402af825f: Pushed
alpine-3.20-ocaml-4.14-flambda-arm64: digest: sha256:76b408ee24275ba46272ec4e93d37c14d9c39d9c76225a6cbe919fdaf639fb19 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
eed402af825f: Preparing
eed402af825f: Layer already exists
alpine-3.20-ocaml-4.14-flambda-arm64: digest: sha256:76b408ee24275ba46272ec4e93d37c14d9c39d9c76225a6cbe919fdaf639fb19 size: 530
Job succeeded
2024-12-14 18:44.17: Job succeeded