Build:
- 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.1-flambda-arm64 Dockerfile: # syntax=docker/dockerfile:1 FROM ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098 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.1 --packages=ocaml-variants.5.1.1+options,ocaml-options-only-flambda RUN opam pin add -k version ocaml-variants 5.1.1+options 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.1.1+flambda-arm64-ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098" 2024-12-14 13:13.43: Waiting for resource in pool OCluster 2024-12-14 13:34.36: Waiting for worker… 2024-12-14 18:00.19: 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: 696B done #1 DONE 0.1s #2 resolve image config for docker-image://docker.io/docker/dockerfile:1 #2 DONE 0.7s #3 docker-image://docker.io/docker/dockerfile:1@sha256:db1ff77fb637a5955317c7a3a62540196396d565f3dd5742e76dddbb6d75c4c5 #3 CACHED #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 696B done #1 DONE 0.1s #4 [internal] load build definition from Dockerfile #4 DONE 0.0s #5 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098 #5 DONE 0.1s #6 [internal] load .dockerignore #6 transferring context: 2B done #6 DONE 0.3s #7 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098 #7 CACHED #8 [internal] load build context #8 transferring context: 696B done #8 DONE 0.2s #9 [2/8] RUN apt-get -y update #9 1.425 Hit:1 http://deb.debian.org/debian bookworm InRelease #9 1.425 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] #9 1.426 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #9 2.405 Fetched 55.4 kB in 1s (51.7 kB/s) #9 2.405 Reading package lists... #9 DONE 3.4s #10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade #10 1.575 Reading package lists... #10 2.241 Building dependency tree... #10 2.540 Reading state information... #10 2.675 Calculating upgrade... #10 3.326 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. #10 DONE 4.4s #11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev #11 1.116 Reading package lists... #11 1.852 Building dependency tree... #11 2.128 Reading state information... #11 2.818 The following NEW packages will be installed: #11 2.822 libzstd-dev #11 2.864 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. #11 2.864 Need to get 317 kB of archives. #11 2.864 After this operation, 1139 kB of additional disk space will be used. #11 2.864 Get:1 http://deb.debian.org/debian bookworm/main arm64 libzstd-dev arm64 1.5.4+dfsg2-5 [317 kB] #11 4.421 debconf: delaying package configuration, since apt-utils is not installed #11 4.537 Fetched 317 kB in 0s (10.6 MB/s) #11 4.775 Selecting previously unselected package libzstd-dev:arm64. #11 4.775 (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 4.804 Preparing to unpack .../libzstd-dev_1.5.4+dfsg2-5_arm64.deb ... #11 4.843 Unpacking libzstd-dev:arm64 (1.5.4+dfsg2-5) ... #11 5.196 Setting up libzstd-dev:arm64 (1.5.4+dfsg2-5) ... #11 DONE 8.4s #12 [5/8] RUN opam switch create 5.1 --packages=ocaml-variants.5.1.1+options,ocaml-options-only-flambda #12 10.91 #12 10.91 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> #12 11.10 [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 #12 11.34 [ocaml-config.3/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install #12 12.25 [ocaml-variants.5.1.1+options] downloaded from https://github.com/ocaml/ocaml/archive/5.1.1.tar.gz #12 13.35 [ocaml-variants.5.1.1+options/ocaml-variants.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/ocaml-variants.install #12 13.70 [ocaml-variants.5.1.1+options/zstd-detection.patch] downloaded from https://github.com/ocaml/ocaml/commit/baf65b91c51bb04b09ecc98b94ddd4ba3b446912.patch?full_index=1 #12 13.70 #12 13.70 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> #12 13.72 -> installed base-bigarray.base #12 13.72 -> installed base-threads.base #12 13.72 -> installed base-unix.base #12 13.72 -> installed host-arch-arm64.1 #12 13.72 -> installed host-system-other.1 #12 13.73 -> installed ocaml-option-flambda.1 #12 14.04 -> installed ocaml-options-only-flambda.1 #12 212.2 -> installed ocaml-variants.5.1.1+options #12 212.3 -> installed ocaml-config.3 #12 212.5 -> installed ocaml.5.1.1 #12 212.6 -> installed base-domains.base #12 212.6 -> installed base-nnp.base #12 213.0 Done. #12 213.0 # Run eval $(opam env) to update the current shell environment #12 DONE 216.7s #13 [6/8] RUN opam pin add -k version ocaml-variants 5.1.1+options #13 1.841 ocaml-variants is now pinned to version 5.1.1+options #13 1.841 #13 10.45 No package build needed. #13 10.45 Nothing to do. #13 10.45 # Run eval $(opam env) to update the current shell environment #13 DONE 10.8s #14 [7/8] RUN opam install -y opam-depext #14 11.08 The following actions will be performed: #14 11.08 - install opam-depext 1.2.3 #14 11.08 #14 11.08 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> #14 11.74 [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 #14 11.79 #14 11.79 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> #14 13.97 -> installed opam-depext.1.2.3 #14 13.98 Done. #14 13.98 # Run eval $(opam env) to update the current shell environment #14 DONE 15.1s #15 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ] #15 DONE 0.6s #16 exporting to image #16 exporting layers #16 exporting layers 10.3s done #16 writing image sha256:749ae9c8042f98cb5efbc5bc56d9b55cbe3f47ae268e01f4b4ec45f7fe212fa4 #16 writing image sha256:749ae9c8042f98cb5efbc5bc56d9b55cbe3f47ae268e01f4b4ec45f7fe212fa4 0.2s done #16 DONE 11.6s 1 warning found (use --debug to expand): - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 14) Pushing "sha256:749ae9c8042f98cb5efbc5bc56d9b55cbe3f47ae268e01f4b4ec45f7fe212fa4" to "ocurrent/opam-staging:debian-12-ocaml-5.1-flambda-arm64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrent/opam-staging] 900aeb3420b3: Preparing e0a87f0602e2: Preparing 429046332d94: Preparing a0e47ed25b48: Preparing 4bfc2725d069: Preparing 1491bc5ea8ee: Preparing 53ec883f8e1c: Preparing 6e8e0023ac1f: Preparing 53ec883f8e1c: Waiting 1491bc5ea8ee: Waiting 6e8e0023ac1f: Waiting 429046332d94: Pushed e0a87f0602e2: Pushed 900aeb3420b3: Pushed 4bfc2725d069: Pushed 6e8e0023ac1f: Layer already exists 1491bc5ea8ee: Pushed 53ec883f8e1c: Pushed a0e47ed25b48: Pushed debian-12-ocaml-5.1-flambda-arm64: digest: sha256:6292a37b65e2ca91be7afd6587201540505c2d10c66b0d43a0922431decea982 size: 1994 The push refers to repository [docker.io/ocurrent/opam-staging] 900aeb3420b3: Preparing e0a87f0602e2: Preparing 429046332d94: Preparing a0e47ed25b48: Preparing 4bfc2725d069: Preparing 1491bc5ea8ee: Preparing 53ec883f8e1c: Preparing 6e8e0023ac1f: Preparing 1491bc5ea8ee: Waiting 53ec883f8e1c: Waiting 6e8e0023ac1f: Waiting e0a87f0602e2: Layer already exists 4bfc2725d069: Layer already exists a0e47ed25b48: Layer already exists 429046332d94: Layer already exists 900aeb3420b3: Layer already exists 1491bc5ea8ee: Layer already exists 53ec883f8e1c: Layer already exists 6e8e0023ac1f: Layer already exists debian-12-ocaml-5.1-flambda-arm64: digest: sha256:6292a37b65e2ca91be7afd6587201540505c2d10c66b0d43a0922431decea982 size: 1994 Job succeeded 2024-12-14 18:05.49: Job succeeded