Build:
- 0
2025-06-21 12:01.11: New job: Build using linux-arm64 in
[]
2025-06-21 12:01.11: 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:4179ae9161b0e4c52c53365d55a00b5b45a6c8261d3a18276e97882fea723db6
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-21 12:01.11: Using cache hint "5.1.1-arm64-ocurrent/opam-staging@sha256:4179ae9161b0e4c52c53365d55a00b5b45a6c8261d3a18276e97882fea723db6"
2025-06-21 12:01.11: Waiting for resource in pool OCluster
2025-06-21 12:01.11: Waiting for worker…
2025-06-21 14:41.10: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:58a97827cecf63506abd50a0bf7d5af51d52a24a67c35528fb23d3c9c4f0c667
#1 transferring dockerfile: 662B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:6da9eba7ba861ed98249f8b938612e91c0f84986291e351efddd74e9c8f33fda
#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:fa3631144d097a39c5fd7e9e75559caf44f0903f48c92f481af11698eb59e2fd
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:4179ae9161b0e4c52c53365d55a00b5b45a6c8261d3a18276e97882fea723db6
#6 sha256:1de68742a67530dba2cfcba5dcc31802615cabca495b6af4919e392da6c95e1c
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:b014b50a1c4f4cb9546ea42d7bef607f9b713715183d2a11a65a5e4288733479
#7 DONE 0.0s
#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:4179ae9161b0e4c52c53365d55a00b5b45a6c8261d3a18276e97882fea723db6
#8 sha256:7797a62c66f6a44f0394d06049c4578a9aed9f59221cad42263fce8a80740ba2
#8 CACHED
#15 [internal] load build context
#15 sha256:1c5c6ae9013f77c1c33a8508d49f3ac1916766fd8898e94d105df2ef2904d055
#15 transferring context: 662B done
#15 DONE 0.1s
#9 [2/8] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#9 sha256:3f256f95df74e6972454714f959685a046f750d2156b840c7795fa8e801485f6
#9 0.387 Use 'zypper repos' to get the list of defined repositories.
#9 0.387 Repository 'repo-openh264' not found by its alias, number, or URI.
#9 DONE 0.4s
#10 [3/8] RUN zypper update -y
#10 sha256:940c267fac03d1598723f381187962a7832b53acd05ae60f9575581979efa67b
#10 2.784 Loading repository data...
#10 3.540 Reading installed packages...
#10 5.410 Nothing to do.
#10 DONE 5.5s
#11 [4/8] RUN zypper install --force-resolution -y zstd
#11 sha256:43e0b0586e406266e2e9f8576e5ab8aca14207c5e111f058c1338c0345ea4793
#11 0.491 Loading repository data...
#11 1.192 Reading installed packages...
#11 2.969 Resolving package dependencies...
#11 3.059
#11 3.059 The following NEW package is going to be installed:
#11 3.059 zstd
#11 3.059
#11 3.059 1 new package to install.
#11 3.059
#11 3.059 Package download size: 393.8 KiB
#11 3.059
#11 3.059 Package install size change:
#11 3.059 | 1.6 MiB required by packages that will be installed
#11 3.059 1.6 MiB | - 0 B released by packages that will be removed
#11 3.059
#11 3.059 Backend: classic_rpmtrans
#11 3.059 Continue? [y/n/v/...? shows all options] (y): y
#11 3.134 Retrieving: zstd-1.5.5-150600.1.3.aarch64 (Main Repository) (1/1), 393.8 KiB
#11 3.146 Retrieving: zstd-1.5.5-150600.1.3.aarch64.rpm [........done (77.5 KiB/s)]
#11 4.326
#11 4.326 Checking for file conflicts: [..done]
#11 4.347 (1/1) Installing: zstd-1.5.5-150600.1.3.aarch64 [..done]
#11 DONE 4.6s
#12 [5/8] RUN opam switch create 5.1 --packages=ocaml-base-compiler.5.1.1
#12 sha256:028aff6a090c0601dc88c2feb79bda1e2de919a3f0afbf6c247f74d9fb31a631
#12 3.180
#12 3.180 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 3.278 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 3.453 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 3.905 [ocaml-base-compiler.5.1.1] downloaded from cache at https://opam.ocaml.org/cache
#12 4.537 [ocaml-base-compiler.5.1.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 4.537
#12 4.537 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.806 -> installed base-bigarray.base
#12 4.807 -> installed base-threads.base
#12 4.809 -> installed base-unix.base
#12 4.810 -> installed ocaml-options-vanilla.1
#12 89.14 -> installed ocaml-base-compiler.5.1.1
#12 89.19 -> installed ocaml-config.3
#12 89.30 -> installed ocaml.5.1.1
#12 89.33 -> installed base-domains.base
#12 89.35 -> installed base-nnp.base
#12 89.68 Done.
#12 89.68 # Run eval $(opam env) to update the current shell environment
#12 DONE 90.2s
#13 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.1.1
#13 sha256:696bd89f65b186ca83d7285fd525311d3abdbc468e0fd19435b4288d6ae9b71b
#13 0.626 ocaml-base-compiler is now pinned to version 5.1.1
#13 0.626
#13 3.362 No package build needed.
#13 3.362 Nothing to do.
#13 3.368 # Run eval $(opam env) to update the current shell environment
#13 DONE 3.5s
#14 [7/8] RUN opam install -y opam-depext
#14 sha256:359f75b48ec8d133bee28d59a935a54465bd9baef8ff0adbabfab0e2a232ae34
#14 3.741 The following actions will be performed:
#14 3.741 - install opam-depext 1.2.3
#14 3.742
#14 3.742 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 4.069 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 4.093
#14 4.093 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.806 -> installed opam-depext.1.2.3
#14 5.888 Done.
#14 5.895 # Run eval $(opam env) to update the current shell environment
#14 DONE 6.0s
#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:6ee18c3d1aa38942507bbcb2f4946da5d84114e6712eef737693a4c7b480a8d7
#16 DONE 0.1s
#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.6s done
#17 writing image sha256:a04fb578d55c242c4914edd1041c9b62fa9ef75eb34265dc2de88547d5c27043 done
#17 DONE 1.6s
Pushing "sha256:a1a3add22eb06396e6b68a1a5b2f4b8806c130b64b27e282b7c4ce3a18f7fcba" 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]
19317af474ce: Preparing
19317af474ce: Pushed
opensuse-15.6-ocaml-5.1-arm64: digest: sha256:23567a67bcecb9481a2d39ba23bcc7697590471c5e2a18e968945b8064641489 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
19317af474ce: Preparing
19317af474ce: Layer already exists
opensuse-15.6-ocaml-5.1-arm64: digest: sha256:23567a67bcecb9481a2d39ba23bcc7697590471c5e2a18e968945b8064641489 size: 531
Job succeeded
2025-06-21 14:47.32: Job succeeded