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

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
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.4 --packages=ocaml-variants.5.4.0+trunk,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 5.4.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2024-12-14 13:13.43: Using cache hint "5.4.0+afl-arm64-ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098"
2024-12-14 13:13.43: Waiting for resource in pool OCluster
2024-12-14 13:45.19: Waiting for worker…
2024-12-14 18:06.56: Got resource from pool OCluster
Building on ocaml-1.osuosl.ci.dev
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 776B done
#1 DONE 0.6s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.6s

#3 docker-image://docker.io/docker/dockerfile:1@sha256:db1ff77fb637a5955317c7a3a62540196396d565f3dd5742e76dddbb6d75c4c5
#3 CACHED

#4 [internal] load build definition from Dockerfile
#4 DONE 0.0s

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 776B done
#1 DONE 0.6s

#5 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
#5 DONE 1.2s

#6 [internal] load .dockerignore
#6 transferring context:
#6 transferring context: 2B done
#6 DONE 0.5s

#7 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
#7 CACHED

#8 [2/9] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#8 6.432 [beta] Initialised
#8 DONE 8.3s

#9 [3/9] RUN apt-get -y update
#9 1.960 Hit:1 http://deb.debian.org/debian bookworm InRelease
#9 1.960 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#9 1.961 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#9 2.555 Fetched 55.4 kB in 1s (76.4 kB/s)
#9 2.555 Reading package lists...
#9 DONE 3.5s

#10 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 0.729 Reading package lists...
#10 1.532 Building dependency tree...
#10 1.878 Reading state information...
#10 2.007 Calculating upgrade...
#10 3.058 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#10 DONE 3.2s

#11 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 0.673 Reading package lists...
#11 1.504 Building dependency tree...
#11 1.835 Reading state information...
#11 2.572 The following NEW packages will be installed:
#11 2.573   libzstd-dev
#11 2.631 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#11 2.631 Need to get 317 kB of archives.
#11 2.631 After this operation, 1139 kB of additional disk space will be used.
#11 2.631 Get:1 http://deb.debian.org/debian bookworm/main arm64 libzstd-dev arm64 1.5.4+dfsg2-5 [317 kB]
#11 3.253 debconf: delaying package configuration, since apt-utils is not installed
#11 3.436 Fetched 317 kB in 0s (9218 kB/s)
#11 3.958 Selecting previously unselected package libzstd-dev:arm64.
#11 3.958 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18768 files and directories currently installed.)
#11 3.974 Preparing to unpack .../libzstd-dev_1.5.4+dfsg2-5_arm64.deb ...
#11 4.123 Unpacking libzstd-dev:arm64 (1.5.4+dfsg2-5) ...
#11 4.608 Setting up libzstd-dev:arm64 (1.5.4+dfsg2-5) ...
#11 DONE 6.3s

#12 [internal] load build context
#12 transferring context: 776B done
#12 DONE 1.6s

#13 [6/9] RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk,ocaml-options-only-afl
#13 17.88 
#13 17.88 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 17.99 [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 18.12 [ocaml-config.3/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#13 19.17 [ocaml-variants.5.4.0+trunk] downloaded from https://github.com/ocaml/ocaml/archive/trunk.tar.gz
#13 20.96 
#13 20.96 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 20.98 -> installed base-bigarray.base
#13 20.98 -> installed base-threads.base
#13 20.99 -> installed base-unix.base
#13 20.99 -> installed host-arch-arm64.1
#13 21.00 -> installed host-system-other.1
#13 21.01 -> installed ocaml-beta.enabled
#13 21.01 -> installed ocaml-option-afl.1
#13 21.37 -> installed ocaml-options-only-afl.1
#13 246.0 -> installed ocaml-variants.5.4.0+trunk
#13 246.3 -> installed ocaml-config.3
#13 246.5 -> installed ocaml.5.4.0
#13 246.6 -> installed base-domains.base
#13 246.6 -> installed base-effects.base
#13 246.7 -> installed base-nnp.base
#13 247.2 Done.
#13 247.2 # Run eval $(opam env) to update the current shell environment
#13 DONE 250.3s

#14 [7/9] RUN opam pin add -k version ocaml-variants 5.4.0+trunk
#14 6.799 ocaml-variants is now pinned to version 5.4.0+trunk
#14 6.799 
#14 15.14 Already up-to-date.
#14 15.14 Nothing to do.
#14 15.14 # Run eval $(opam env) to update the current shell environment
#14 DONE 15.7s

#15 [8/9] RUN opam install -y opam-depext
#15 12.19 The following actions will be performed:
#15 12.19   - install opam-depext 1.2.3
#15 12.19 
#15 12.19 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 12.86 [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 12.89 
#15 12.89 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#15 15.90 -> installed opam-depext.1.2.3
#15 15.91 Done.
#15 15.91 # Run eval $(opam env) to update the current shell environment
#15 DONE 16.6s

#16 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 DONE 4.0s

#17 exporting to image
#17 exporting layers
#17 exporting layers 18.9s done
#17 writing image sha256:5d6948288545509f4cac80ec417cd0ef08ea82875ccdd7b22d9c1e8be419a52e
#17 writing image sha256:5d6948288545509f4cac80ec417cd0ef08ea82875ccdd7b22d9c1e8be419a52e 0.2s done
#17 DONE 19.5s

 1 warning found (use --debug to expand):
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 15)
Pushing "sha256:5d6948288545509f4cac80ec417cd0ef08ea82875ccdd7b22d9c1e8be419a52e" to "ocurrent/opam-staging:debian-12-ocaml-5.4-afl-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
b33953768fb4: Preparing
e5460d19ecff: Preparing
5ea1effff3d2: Preparing
0bf46077703c: Preparing
a9a62ec59b7e: Preparing
dbfba523e851: Preparing
1c27206235d0: Preparing
e0f37134676d: Preparing
6e8e0023ac1f: Preparing
1c27206235d0: Waiting
e0f37134676d: Waiting
dbfba523e851: Waiting
6e8e0023ac1f: Waiting
5ea1effff3d2: Pushed
a9a62ec59b7e: Pushed
e5460d19ecff: Pushed
b33953768fb4: Pushed
6e8e0023ac1f: Layer already exists
dbfba523e851: Pushed
1c27206235d0: Pushed
e0f37134676d: Pushed
0bf46077703c: Pushed
debian-12-ocaml-5.4-afl-arm64: digest: sha256:f9bf67393dbd37442bc0356e0f583c5f6ece8460719983fe896155f49512c16f size: 2205
The push refers to repository [docker.io/ocurrent/opam-staging]
b33953768fb4: Preparing
e5460d19ecff: Preparing
5ea1effff3d2: Preparing
0bf46077703c: Preparing
a9a62ec59b7e: Preparing
dbfba523e851: Preparing
1c27206235d0: Preparing
e0f37134676d: Preparing
6e8e0023ac1f: Preparing
e0f37134676d: Waiting
6e8e0023ac1f: Waiting
dbfba523e851: Waiting
1c27206235d0: Waiting
5ea1effff3d2: Layer already exists
a9a62ec59b7e: Layer already exists
b33953768fb4: Layer already exists
0bf46077703c: Layer already exists
e5460d19ecff: Layer already exists
dbfba523e851: Layer already exists
e0f37134676d: Layer already exists
1c27206235d0: Layer already exists
6e8e0023ac1f: Layer already exists
debian-12-ocaml-5.4-afl-arm64: digest: sha256:f9bf67393dbd37442bc0356e0f583c5f6ece8460719983fe896155f49512c16f size: 2205
Job succeeded
2024-12-14 18:13.02: Job succeeded