Build:
- 0
2025-06-07 12:06.49: New job: Build using linux-arm64 in
[]
2025-06-07 12:06.49: Will push staging image to ocurrent/opam-staging:opensuse-15.6-ocaml-5.1-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:b9966b89aa5a934cdd2f2256d95dd2f23149b63cddfd5adbc9f071eabd2e490c
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y zstd
USER opam
RUN opam switch create 5.1 --packages=ocaml-base-compiler.5.1.1
RUN opam pin add -k version ocaml-base-compiler 5.1.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-07 12:06.49: Using cache hint "5.1.1-arm64-ocurrent/opam-staging@sha256:b9966b89aa5a934cdd2f2256d95dd2f23149b63cddfd5adbc9f071eabd2e490c"
2025-06-07 12:06.49: Waiting for resource in pool OCluster
2025-06-07 13:17.35: Waiting for worker…
2025-06-07 18:13.54: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:47f9ad01154e0c0e73b69a3d4dd3264858e77b9b9bec1498d20651807dc4e238
#1 transferring dockerfile: 662B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:871b33a441d5a98878c8c7b429ae057aade965be2d045c7b7226d151c4edbe50
#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:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:0a8eb77f9c76316c015ad7ab1ae0859ea4661883bf1084b1e2b91859e0f4b059
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:b9966b89aa5a934cdd2f2256d95dd2f23149b63cddfd5adbc9f071eabd2e490c
#6 sha256:b7c6e79d9355df66e68a2aa08e272e4ee58fc724665eee7b164110485417cc60
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:6d9c96114eaaa4549d76588dff1af25c1cc9dbe6f0109c81ff380d6195297742
#7 DONE 0.0s
#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:b9966b89aa5a934cdd2f2256d95dd2f23149b63cddfd5adbc9f071eabd2e490c
#8 sha256:9399a857c475ea50983df0d1add0dfda3bf2ca1d60d0a3446d477c485db97e4c
#8 CACHED
#15 [internal] load build context
#15 sha256:f224ce2e8e85c2e628901231134fe527f41bcf20c17bbf0622ca16d7b8a22c67
#15 transferring context: 662B done
#15 DONE 0.1s
#9 [2/8] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#9 sha256:c5e78499d642c7fb409a3c37f9eaf85c048692dbb39a1d846464394df0334d63
#9 0.366 Use 'zypper repos' to get the list of defined repositories.
#9 0.366 Repository 'repo-openh264' not found by its alias, number, or URI.
#9 DONE 0.4s
#10 [3/8] RUN zypper update -y
#10 sha256:60131ee255475a297c123d4ce5b8da962b328f3550c6036da9e096feedafae1f
#10 1.203 Loading repository data...
#10 1.962 Reading installed packages...
#10 3.775 Nothing to do.
#10 DONE 3.9s
#11 [4/8] RUN zypper install --force-resolution -y zstd
#11 sha256:eb310271c746c45d94ea9a5803d299bc5b94a429aac49ad9bc3b6d624fb54cec
#11 0.535 Loading repository data...
#11 1.201 Reading installed packages...
#11 2.875 Resolving package dependencies...
#11 2.960
#11 2.960 The following NEW package is going to be installed:
#11 2.960 zstd
#11 2.960
#11 2.960 1 new package to install.
#11 2.960
#11 2.960 Package download size: 393.8 KiB
#11 2.960
#11 2.960 Package install size change:
#11 2.960 | 1.6 MiB required by packages that will be installed
#11 2.960 1.6 MiB | - 0 B released by packages that will be removed
#11 2.960
#11 2.960 Backend: classic_rpmtrans
#11 2.960 Continue? [y/n/v/...? shows all options] (y): y
#11 3.049 Retrieving: zstd-1.5.5-150600.1.3.aarch64 (Main Repository) (1/1), 393.8 KiB
#11 3.060 Retrieving: zstd-1.5.5-150600.1.3.aarch64.rpm [.........done (1.2 MiB/s)]
#11 4.463
#11 4.463 Checking for file conflicts: [..done]
#11 4.483 (1/1) Installing: zstd-1.5.5-150600.1.3.aarch64 [..done]
#11 DONE 4.7s
#12 [5/8] RUN opam switch create 5.1 --packages=ocaml-base-compiler.5.1.1
#12 sha256:ccf9dffd5fa7f0d49bcc6c87136e5a2a902b6cfeb64e39c7c5c30a8fe03a8028
#12 4.481
#12 4.481 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.703 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 4.917 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 5.599 [ocaml-base-compiler.5.1.1] downloaded from cache at https://opam.ocaml.org/cache
#12 6.400 [ocaml-base-compiler.5.1.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 6.401
#12 6.401 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 6.658 -> installed base-bigarray.base
#12 6.660 -> installed base-threads.base
#12 6.661 -> installed base-unix.base
#12 6.662 -> installed ocaml-options-vanilla.1
#12 91.06 -> installed ocaml-base-compiler.5.1.1
#12 91.12 -> installed ocaml-config.3
#12 91.24 -> installed ocaml.5.1.1
#12 91.27 -> installed base-domains.base
#12 91.30 -> installed base-nnp.base
#12 91.64 Done.
#12 91.65 # Run eval $(opam env) to update the current shell environment
#12 DONE 92.3s
#13 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.1.1
#13 sha256:fe38d3a42e29b86fb4cb39181863882ec68c63d10b905c7a1650e11133250b10
#13 0.761 ocaml-base-compiler is now pinned to version 5.1.1
#13 0.761
#13 4.605 No package build needed.
#13 4.605 Nothing to do.
#13 4.609 # Run eval $(opam env) to update the current shell environment
#13 DONE 4.7s
#14 [7/8] RUN opam install -y opam-depext
#14 sha256:9e72e52cf74a839a43ab7cff78f74c8bdb370e9e4490250d8ae6373a8e3bacfe
#14 5.008 The following actions will be performed:
#14 5.008 - install opam-depext 1.2.3
#14 5.008
#14 5.008 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.227 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 5.244
#14 5.244 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 7.027 -> installed opam-depext.1.2.3
#14 7.041 Done.
#14 7.047 # Run eval $(opam env) to update the current shell environment
#14 DONE 7.1s
#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:d64e4d918d8b061b9b7da355a16d6d380f6857d8e33a8b8375a1136966c7100e
#16 DONE 0.1s
#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.7s done
#17 writing image sha256:b7a664a8ee8e39dc3799c822d182047a74ea241e6ebe9cb7f6f870ecb37972ec done
#17 DONE 1.7s
Pushing "sha256:3e3119f785ece4dc0ea22201786984674aa3e1a5fd73a4a230dd27039c7a6657" to "ocurrent/opam-staging:opensuse-15.6-ocaml-5.1-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
812c2924ed9d: Preparing
812c2924ed9d: Pushed
opensuse-15.6-ocaml-5.1-arm64: digest: sha256:e5f96873d9255d3eda90cc68fc32d05d61191770cc59df39c1b16067be6fea65 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
812c2924ed9d: Preparing
812c2924ed9d: Layer already exists
opensuse-15.6-ocaml-5.1-arm64: digest: sha256:e5f96873d9255d3eda90cc68fc32d05d61191770cc59df39c1b16067be6fea65 size: 531
Job succeeded
2025-06-07 18:20.27: Job succeeded