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.13-nnp-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.13 --packages=ocaml-variants.4.13.1+options,ocaml-options-only-nnp
RUN opam pin add -k version ocaml-variants 4.13.1+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.13.1+nnp-arm64-ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446"
2024-12-14 13:14.24: Waiting for resource in pool OCluster
2024-12-14 14:20.09: Waiting for worker…
2024-12-14 18:35.55: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:709dd28647d9da9912fcb90add194d619bb96acadaef53743d3406fed5f64877
#1 transferring dockerfile: 533B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:73390aa6c6e14075f6f74888945993f6d975fac1a1bcf70411ad1f82b5905ffe
#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:ba49ea75bc68bec68254f57646e450e64bf7c83301ad004f471e06f1c7e7b1cf
#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:2c4fa83db5f21925b30f127b0076314069a10207e8bdbde1d0e17866662346c4
#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:d293c92c978ce3c8bd5ee8316f1e05070651a0b1162cb22c5c8bb3fb92a72c8c
#12 transferring context: 533B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.13 --packages=ocaml-variants.4.13.1+options,ocaml-options-only-nnp
#9 sha256:939ae608ccd0bf5a4ce061f35a13c4bc099118828fccdb3d9b1d53a13d211d38
#9 7.143 
#9 7.143 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.204 [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.258 [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.046 [ocaml-variants.4.13.1+options] downloaded from https://github.com/ocaml/ocaml/archive/4.13.1.tar.gz
#9 8.693 [ocaml-variants.4.13.1+options/ocaml-variants.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/ocaml-variants.install
#9 8.697 
#9 8.697 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.704 -> installed base-bigarray.base
#9 8.706 -> installed base-threads.base
#9 8.708 -> installed base-unix.base
#9 8.710 -> installed host-arch-arm64.1
#9 8.711 -> installed host-system-other.1
#9 8.712 -> installed ocaml-option-nnp.1
#9 8.936 -> installed base-nnp.base
#9 8.939 -> installed ocaml-options-only-nnp.1
#9 88.40 -> installed ocaml-variants.4.13.1+options
#9 88.45 -> installed ocaml-config.2
#9 88.55 -> installed ocaml.4.13.1
#9 88.91 Done.
#9 88.92 # Run eval $(opam env) to update the current shell environment
#9 DONE 89.4s

#10 [3/5] RUN opam pin add -k version ocaml-variants 4.13.1+options
#10 sha256:b79c1e3a4b5e406d76dbacb19799bc84c0246b089af62c37f2d6be87ba78f505
#10 0.944 ocaml-variants is now pinned to version 4.13.1+options
#10 0.944 
#10 6.842 No package build needed.
#10 6.842 Nothing to do.
#10 6.850 # 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:c52827d2bb2d977cf4042a126796b2734d68fdb1f49e07c3bd01f5e067c2dd1f
#11 7.229 The following actions will be performed:
#11 7.229   - install opam-depext 1.2.3
#11 7.229 
#11 7.229 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.671 [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.702 
#11 7.702 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.576 -> installed opam-depext.1.2.3
#11 9.583 Done.
#11 9.591 # Run eval $(opam env) to update the current shell environment
#11 DONE 9.7s

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

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.0s done
#14 writing image sha256:e15536e22266004e2660f0ff973735cdebce55bb033b48a7c87c519cda4de81a done
#14 DONE 2.0s
Pushing "sha256:388a3d4b7a6411dc67d1151e1d0981ac80847fb4cdf503f1391042e3794baa2d" to "ocurrent/opam-staging:alpine-3.20-ocaml-4.13-nnp-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
ed4eefac54d6: Preparing
ed4eefac54d6: Pushed
alpine-3.20-ocaml-4.13-nnp-arm64: digest: sha256:1e675f9f949f268d1c935d1983bd9403850b3a18c5a88f5af6c5e3523ea1f26b size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
ed4eefac54d6: Preparing
ed4eefac54d6: Layer already exists
alpine-3.20-ocaml-4.13-nnp-arm64: digest: sha256:1e675f9f949f268d1c935d1983bd9403850b3a18c5a88f5af6c5e3523ea1f26b size: 530
Job succeeded
2024-12-14 18:41.02: Job succeeded