Build:
  1. 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.2-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.2 --packages=ocaml-base-compiler.5.2.1
RUN opam pin add -k version ocaml-base-compiler 5.2.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.2.1-arm64-ocurrent/opam-staging@sha256:b9966b89aa5a934cdd2f2256d95dd2f23149b63cddfd5adbc9f071eabd2e490c"
2025-06-07 12:06.49: Waiting for resource in pool OCluster
2025-06-07 13:18.15: Waiting for worker…
2025-06-07 18:14.59: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:62c642c4dc21dd6858dc74235fcf2bb3bc332187afd06c65dcf58ccb7c2046a3
#1 transferring dockerfile: 662B done
#1 DONE 0.2s

#2 [internal] load .dockerignore
#2 sha256:d68bca8dd172639d0f5d0e0f80ea173f0771cadb4ec7cff06964efd2216f63f4
#2 transferring context: 2B done
#2 DONE 0.2s

#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:a889df17bfaaae7884a59da470104edf348da2d696db75ec427d59af7a36caad
#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:346ed6ef44767c732decd1b8b02ec9ff85dd4bb42fcb64f165b1018360c4cf7f
#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:87365169cc2fe4f4fef416696e1efbb7a81c183593a5cbeac113bdf1a6d67e1c
#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.479 Use 'zypper repos' to get the list of defined repositories.
#9 0.479 Repository 'repo-openh264' not found by its alias, number, or URI.
#9 DONE 0.8s

#10 [3/8] RUN zypper update -y
#10 sha256:60131ee255475a297c123d4ce5b8da962b328f3550c6036da9e096feedafae1f
#10 1.269 Loading repository data...
#10 1.990 Reading installed packages...
#10 3.801 Nothing to do.
#10 DONE 3.9s

#11 [4/8] RUN zypper install --force-resolution -y zstd
#11 sha256:eb310271c746c45d94ea9a5803d299bc5b94a429aac49ad9bc3b6d624fb54cec
#11 0.465 Loading repository data...
#11 1.137 Reading installed packages...
#11 2.843 Resolving package dependencies...
#11 2.929 
#11 2.929 The following NEW package is going to be installed:
#11 2.929   zstd
#11 2.929 
#11 2.929 1 new package to install.
#11 2.929 
#11 2.929 Package download size:   393.8 KiB
#11 2.929 
#11 2.929 Package install size change:
#11 2.929               |       1.6 MiB  required by packages that will be installed
#11 2.929      1.6 MiB  |  -      0 B    released by packages that will be removed
#11 2.929 
#11 2.929 Backend:  classic_rpmtrans
#11 2.929 Continue? [y/n/v/...? shows all options] (y): y
#11 3.008 Retrieving: zstd-1.5.5-150600.1.3.aarch64 (Main Repository) (1/1), 393.8 KiB    
#11 3.019 Retrieving: zstd-1.5.5-150600.1.3.aarch64.rpm [...done (1.9 MiB/s)]
#11 3.283 
#11 3.283 Checking for file conflicts: [..done]
#11 3.304 (1/1) Installing: zstd-1.5.5-150600.1.3.aarch64 [..done]
#11 DONE 3.6s

#12 [5/8] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
#12 sha256:d8069dbc2e05b5b5c6d9434d0788daed57b279842732e509858fc61618b51fa5
#12 4.483 
#12 4.483 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.670 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 4.853 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 5.540 [ocaml-base-compiler.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
#12 6.371 [ocaml-base-compiler.5.2.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 6.371 
#12 6.371 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 6.635 -> installed base-bigarray.base
#12 6.637 -> installed base-threads.base
#12 6.639 -> installed base-unix.base
#12 6.640 -> installed ocaml-options-vanilla.1
#12 109.2 -> installed ocaml-base-compiler.5.2.1
#12 109.3 -> installed ocaml-config.3
#12 109.4 -> installed ocaml.5.2.1
#12 109.4 -> installed base-domains.base
#12 109.5 -> installed base-nnp.base
#12 109.8 Done.
#12 109.8 # Run eval $(opam env) to update the current shell environment
#12 DONE 111.2s

#13 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.2.1
#13 sha256:ce015553bd7e124980a4ab499ada7f0e94a06a11a97dfb80eda5a6c428385075
#13 0.887 ocaml-base-compiler is now pinned to version 5.2.1
#13 0.887 
#13 5.331 No package build needed.
#13 5.331 Nothing to do.
#13 5.335 # Run eval $(opam env) to update the current shell environment
#13 DONE 5.6s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:3e830f5f05c92467f2d12744e86dfddf4b70763c4ea72b29794ae28be6e9e6f0
#14 5.102 The following actions will be performed:
#14 5.102   - install opam-depext 1.2.3
#14 5.102 
#14 5.102 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.467 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 5.491 
#14 5.491 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 7.452 -> installed opam-depext.1.2.3
#14 7.459 Done.
#14 7.464 # Run eval $(opam env) to update the current shell environment
#14 DONE 7.7s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:9535c32bf6e63fcffbc1e3d204f321b422d62575efbafcbc80b0f6d85595136d
#16 DONE 0.1s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.7s done
#17 writing image sha256:e67679d4cf25b03f620d35146fb013075227a31749d58309a70e28babceaa6b8 done
#17 DONE 1.8s
Pushing "sha256:032feed118af25442b34a4dfdad23ebd68d18230c5c47d45e6d62b42eb15ac3c" to "ocurrent/opam-staging:opensuse-15.6-ocaml-5.2-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
3f67b6e7e861: Preparing
3f67b6e7e861: Pushed
opensuse-15.6-ocaml-5.2-arm64: digest: sha256:526d65b0fca6a4b318796b57cbc64250cc415efd7675d5503a506ab156d14d9b size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
3f67b6e7e861: Preparing
3f67b6e7e861: Layer already exists
opensuse-15.6-ocaml-5.2-arm64: digest: sha256:526d65b0fca6a4b318796b57cbc64250cc415efd7675d5503a506ab156d14d9b size: 531
Job succeeded
2025-06-07 18:44.56: Job succeeded