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.12-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.12 --packages=ocaml-base-compiler.4.12.1
RUN opam pin add -k version ocaml-base-compiler 4.12.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.12.1-arm64-ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446"
2024-12-14 13:14.24: Waiting for resource in pool OCluster
2024-12-14 14:11.38: Waiting for worker…
2024-12-14 18:29.45: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:368b3a95090cdcfdb958306138ff539c8b22a723f868e297b4b0b2fa90a3ea92
#1 transferring dockerfile: 504B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:3ba7e1fa07c38cddfff15c94a40e4d88fa6a0caa5effbbbcb526698ca2e2a3a3
#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/5] FROM docker.io/ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446
#8 sha256:9fcb7a2167c281534d489008cb4f7e77160580e229c7b25724970908dac86278
#8 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:f5561291579e3104663f1cff8da15e1bdfd2c597e6855be35b7c2b129b642d1c
#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:84255d80211e749f857d5d8c01f82956bb1f1deb45dc0a3ce8f4a9d4fddb9df8
#7 DONE 0.0s

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

#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-base-compiler.4.12.1
#9 sha256:bedc4eff64b9cd8c273fbd9b0f3b04226a13b1bb3ff2125ac7c4826a882582be
#9 7.172 
#9 7.172 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.371 [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.546 [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.736 [ocaml-base-compiler.4.12.1] downloaded from https://github.com/ocaml/ocaml/archive/4.12.1.tar.gz
#9 9.532 [ocaml-base-compiler.4.12.1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch?full_index=1
#9 9.590 [ocaml-base-compiler.4.12.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.592 
#9 9.592 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.853 -> installed base-bigarray.base
#9 9.860 -> installed base-threads.base
#9 9.862 -> installed base-unix.base
#9 9.866 -> installed ocaml-options-vanilla.1
#9 94.71 -> installed ocaml-base-compiler.4.12.1
#9 94.77 -> installed ocaml-config.2
#9 94.89 -> installed ocaml.4.12.1
#9 95.23 Done.
#9 95.24 # Run eval $(opam env) to update the current shell environment
#9 DONE 95.7s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.12.1
#10 sha256:9c729e97b97ff7291e1f6f2314bb2dc43c42505ae529971a3afecd250224c8c5
#10 0.953 ocaml-base-compiler is now pinned to version 4.12.1
#10 0.953 
#10 6.822 No package build needed.
#10 6.822 Nothing to do.
#10 6.830 # 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:5837252a5664877cced25f7b2d38bd6e0050b2b1a5b71e7c1022184a6dbe717b
#11 7.325 The following actions will be performed:
#11 7.325   - install opam-depext 1.2.3
#11 7.325 
#11 7.325 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.760 [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.798 
#11 7.798 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.700 -> installed opam-depext.1.2.3
#11 9.711 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:5552d9006e298ca2f0241d849329470c355e2b517cd39758d9cf574ba5983287
#13 DONE 0.0s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.0s done
#14 writing image sha256:94b37bae6cfa38bb62ed9f3ad7ee8908575f253fe39793b2a98e7a7cef883e4b done
#14 DONE 2.0s
Pushing "sha256:bc3f9ba411ff1c3e27e24a74be3b355421f46e569d2bb394518a96e516a7d831" to "ocurrent/opam-staging:alpine-3.20-ocaml-4.12-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
f304fbd1a51d: Preparing
f304fbd1a51d: Pushed
alpine-3.20-ocaml-4.12-arm64: digest: sha256:22a42384745956950f3575b8a3acac109b964c920915bf609cc762e3abde2bdd size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
f304fbd1a51d: Preparing
f304fbd1a51d: Layer already exists
alpine-3.20-ocaml-4.12-arm64: digest: sha256:22a42384745956950f3575b8a3acac109b964c920915bf609cc762e3abde2bdd size: 530
Job succeeded
2024-12-14 18:35.41: Job succeeded