Build:
  1. 0
2024-12-14 13:13.15: New job: Build using linux-arm64 in
                                []
2024-12-14 13:13.15: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.3-beta1-arm32v7

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:5e3dbd17160125da0f393e99c6bcc74f1e6e41ae3d6000a32075742f9bd4e124
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
USER opam
RUN opam switch create 5.3~beta1 --packages=ocaml-base-compiler.5.3.0~beta1
RUN opam pin add -k version ocaml-base-compiler 5.3.0~beta1
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2024-12-14 13:13.15: Using cache hint "5.3.0~beta1-arm32v7-ocurrent/opam-staging@sha256:5e3dbd17160125da0f393e99c6bcc74f1e6e41ae3d6000a32075742f9bd4e124"
2024-12-14 13:13.15: Waiting for resource in pool OCluster
2024-12-14 13:13.15: Waiting for worker…
2024-12-14 16:35.43: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:a272b2d5c4b6856f2f5e5711e82715b1ddd6087036d9b3ef3645cb7564632979
#1 transferring dockerfile: 835B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:f26c9777f820c51415fb0480576ead2d9d60d7a0de83a7b163683d52979c14d0
#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:80fa1bec5775bdd4e079353ff66dcddc8673cb5874daf7e29e77135206682c87
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:5e3dbd17160125da0f393e99c6bcc74f1e6e41ae3d6000a32075742f9bd4e124
#6 sha256:0f3fe65d1609a26fb82882c2c5ef07cff061b01b9173187dec8b246c7fb1f45c
#6 DONE 0.0s

#7 [internal] load .dockerignore
#7 sha256:6312deab2bf7ef0b69d374032301ba7e91beeb76d435dd95f8bba4cae40bdc2c
#7 DONE 0.0s

#8 [1/9] FROM docker.io/ocurrent/opam-staging@sha256:5e3dbd17160125da0f393e99c6bcc74f1e6e41ae3d6000a32075742f9bd4e124
#8 sha256:f7524c892880bf81bac4d76740832fe4715ca702ff86043825e6a748076ca602
#8 DONE 0.0s

#10 [3/9] RUN apt-get -y update
#10 sha256:8404c1f75b341dbe5eda4b80b6fdbfbbdeef12267a2519d792dc9b876d220053
#10 CACHED

#11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#11 sha256:6db46b681bd0b68632b374e9b9e75442468f0e4c095b8a0267ab8ffb77efe9e2
#11 CACHED

#9 [2/9] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:064c8a806d87ceee34c561ad2c9ef101d6f74873af42b7bbb0f4f73fbbb51dde
#9 CACHED

#12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#12 sha256:107c5c0954bf8878ff6268b8e63eedfb0ab2b8c6cc8e98ca86d3015ed6205c2d
#12 CACHED

#16 [internal] load build context
#16 sha256:0aca92d196a643253ed15cb4c08558d292ec85a44d9c6bc91085c2b3fe0635b3
#16 transferring context: 835B done
#16 DONE 0.1s

#13 [6/9] RUN opam switch create 5.3~beta1 --packages=ocaml-base-compiler.5.3.0~beta1
#13 sha256:6ae320dd4b9bf8b72a2cc8ea7dc3dd4a93e0db427d0b2f0b4bfdbee2adc0ae39
#13 8.534 
#13 8.534 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 8.625 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.3
#13 8.729 [ocaml-config.3/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#13 10.10 [ocaml-compiler.5.3.0~beta1] downloaded from https://github.com/ocaml/ocaml/archive/5.3.0-beta1.tar.gz
#13 11.02 [ocaml-compiler.5.3.0~beta1/ocaml-compiler.install] downloaded from https://raw.githubusercontent.com/ocaml/ocaml/899b8f3bece45f55161dad72eaa223c2bb7202e8/ocaml-variants.install
#13 11.02 
#13 11.02 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 11.04 -> installed base-bigarray.base
#13 11.04 -> installed base-threads.base
#13 11.04 -> installed base-unix.base
#13 11.04 -> installed host-arch-arm32.1
#13 11.04 -> installed host-system-other.1
#13 11.04 -> installed ocaml-beta.enabled
#13 11.04 -> installed ocaml-option-bytecode-only.1
#13 11.32 -> installed ocaml-options-vanilla.1
#13 48.88 -> installed ocaml-compiler.5.3.0~beta1
#13 48.90 -> installed ocaml-base-compiler.5.3.0~beta1
#13 48.95 -> installed ocaml-config.3
#13 49.07 -> installed ocaml.5.3.0
#13 49.10 -> installed base-domains.base
#13 49.12 -> installed base-effects.base
#13 49.14 -> installed base-nnp.base
#13 49.38 Done.
#13 49.38 # Run eval $(opam env) to update the current shell environment
#13 DONE 49.6s

#14 [7/9] RUN opam pin add -k version ocaml-base-compiler 5.3.0~beta1
#14 sha256:0794fdedf4bc3d1f6bcbb1e28fb980615537b8a54e72a25904d4e7f29d31de7b
#14 1.202 ocaml-base-compiler is now pinned to version 5.3.0~beta1
#14 1.202 
#14 8.295 No package build needed.
#14 8.295 Nothing to do.
#14 8.296 # Run eval $(opam env) to update the current shell environment
#14 DONE 8.4s

#15 [8/9] RUN opam install -y opam-depext
#15 sha256:185f16f4f9352c5e5f3ae91f02fa11cd5138f8133d26dcf86506f2eb31531950
#15 8.724 The following actions will be performed:
#15 8.724   - install opam-depext 1.2.3
#15 8.724 
#15 8.724 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 9.369 [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
#15 9.401 
#15 9.401 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 11.20 -> installed opam-depext.1.2.3
#15 11.21 Done.
#15 11.21 # Run eval $(opam env) to update the current shell environment
#15 DONE 11.3s

#17 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#17 sha256:e15741ce5dbff52af469ca0acc6882491dd726fc74817e1958d37ab2c879923b
#17 DONE 0.1s

#18 exporting to image
#18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#18 exporting layers
#18 exporting layers 0.9s done
#18 writing image sha256:cb91c474615e24ca83886c933cce62f72d39e3c20c771e17cdbb2c5584a03e84 done
#18 DONE 1.0s
Pushing "sha256:cd71d11e2b9b361a09f37ad46a596938f30dd58e98e887bd99b6e7f717ead5ff" to "ocurrent/opam-staging:debian-12-ocaml-5.3-beta1-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
e4daa2478844: Preparing
e4daa2478844: Pushed
debian-12-ocaml-5.3-beta1-arm32v7: digest: sha256:143a6284e423b8c5c6f7abd13291d0ddeaf187aa48b282b64d712ad38a876cb3 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
e4daa2478844: Preparing
e4daa2478844: Layer already exists
debian-12-ocaml-5.3-beta1-arm32v7: digest: sha256:143a6284e423b8c5c6f7abd13291d0ddeaf187aa48b282b64d712ad38a876cb3 size: 531
Job succeeded
2024-12-14 16:40.06: Job succeeded