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-no-flat-float-array-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-no-flat-float-array
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+no-flat-float-array-arm64-ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098"
2024-12-14 13:13.43: Waiting for resource in pool OCluster
2024-12-14 13:34.58: Waiting for worker…
2024-12-14 18:00.40: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:9664fb6231bc87f6740ce556c5d1fd08354d2ed21c9546b57518204d4c55632b
#1 transferring dockerfile: 708B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:9e233dc239e8b3d93aaa2c2de8e2c7096d33dbbebaac35d2da60a5356217e57d
#2 transferring context: 2B 0.0s done
#2 DONE 0.1s
#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.6s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:db1ff77fb637a5955317c7a3a62540196396d565f3dd5742e76dddbb6d75c4c5
#4 sha256:04201f855c658116dadef7212a36fe3039ad8ae14a949d4d478ad09da517034e
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:d453ebd3acd664e7669677259c427b179b71f8019e26b62694b0ca2824b7dc98
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
#6 sha256:74971a652ec4681273bd9d37518651b55a3f2f9467e43586ccacd69ffde9058c
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:1159bbc0ef62cc40af3a3b8916eb0fb5dac2f5ef20cffaa9cf8136c3d08abe3e
#7 DONE 0.0s
#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
#8 sha256:82cb0cd80a6b44792129fbf3c7a6277b33f58bd82248c6016542c0de8ca348fa
#8 CACHED
#15 [internal] load build context
#15 sha256:2649ec881dd7d116f041403a42001ccc3952965bb189374f93851b99a1f1df64
#15 transferring context: 708B done
#15 DONE 0.1s
#9 [2/8] RUN apt-get -y update
#9 sha256:b16fbb001ac212607ee92abc72ee2da3b1b2819b26a4e3446bbfdfc71d5e2cb0
#9 0.357 Hit:1 http://deb.debian.org/debian bookworm InRelease
#9 0.357 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#9 0.369 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#9 0.656 Fetched 55.4 kB in 0s (148 kB/s)
#9 0.656 Reading package lists...
#9 DONE 1.2s
#10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 sha256:a21c090abad89458b04b4d0bf4af3bb8596771dc0d007a3ffc571eaf86b0ff68
#10 0.454 Reading package lists...
#10 0.942 Building dependency tree...
#10 1.062 Reading state information...
#10 1.090 Calculating upgrade...
#10 1.283 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#10 DONE 1.3s
#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:65e41d7a266b51476e0e3700d808082d954234b3e8d7ec1989ac9911a8a753cf
#11 0.409 Reading package lists...
#11 0.898 Building dependency tree...
#11 1.019 Reading state information...
#11 1.227 The following NEW packages will be installed:
#11 1.227 libzstd-dev
#11 1.260 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#11 1.260 Need to get 317 kB of archives.
#11 1.260 After this operation, 1139 kB of additional disk space will be used.
#11 1.260 Get:1 http://deb.debian.org/debian bookworm/main arm64 libzstd-dev arm64 1.5.4+dfsg2-5 [317 kB]
#11 1.414 debconf: delaying package configuration, since apt-utils is not installed
#11 1.446 Fetched 317 kB in 0s (7086 kB/s)
#11 1.464 Selecting previously unselected package libzstd-dev:arm64.
#11 1.464 (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 1.475 Preparing to unpack .../libzstd-dev_1.5.4+dfsg2-5_arm64.deb ...
#11 1.476 Unpacking libzstd-dev:arm64 (1.5.4+dfsg2-5) ...
#11 1.531 Setting up libzstd-dev:arm64 (1.5.4+dfsg2-5) ...
#11 DONE 1.6s
#12 [5/8] RUN opam switch create 5.1 --packages=ocaml-variants.5.1.1+options,ocaml-options-only-no-flat-float-array
#12 sha256:e56afdf429b7b5d5a14b7ec069b6c26e0ea51ecd926fc6b396498a8aa7c1549c
#12 7.122
#12 7.122 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 7.340 [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 7.500 [ocaml-config.3/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#12 8.589 [ocaml-variants.5.1.1+options] downloaded from https://github.com/ocaml/ocaml/archive/5.1.1.tar.gz
#12 9.351 [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 9.669 [ocaml-variants.5.1.1+options/zstd-detection.patch] downloaded from https://github.com/ocaml/ocaml/commit/baf65b91c51bb04b09ecc98b94ddd4ba3b446912.patch?full_index=1
#12 9.687
#12 9.687 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 9.688 -> installed base-bigarray.base
#12 9.689 -> installed base-threads.base
#12 9.691 -> installed base-unix.base
#12 9.692 -> installed host-arch-arm64.1
#12 9.693 -> installed host-system-other.1
#12 9.695 -> installed ocaml-option-no-flat-float-array.1
#12 9.960 -> installed ocaml-options-only-no-flat-float-array.1
#12 92.31 -> installed ocaml-variants.5.1.1+options
#12 92.35 -> installed ocaml-config.3
#12 92.47 -> installed ocaml.5.1.1
#12 92.49 -> installed base-domains.base
#12 92.52 -> installed base-nnp.base
#12 92.82 Done.
#12 92.82 # Run eval $(opam env) to update the current shell environment
#12 DONE 93.2s
#13 [6/8] RUN opam pin add -k version ocaml-variants 5.1.1+options
#13 sha256:84ab901f2314632f2e92b2f9e0a2270a3e4a2caa12cfefd28461d6b4af355d5d
#13 0.995 ocaml-variants is now pinned to version 5.1.1+options
#13 0.995
#13 6.758 No package build needed.
#13 6.758 Nothing to do.
#13 6.758 # Run eval $(opam env) to update the current shell environment
#13 DONE 6.8s
#14 [7/8] RUN opam install -y opam-depext
#14 sha256:a62d7b801da73b1e07a80c3130ffd5b229ce547567fa80dd0e69f2a5739f0cde
#14 7.161 The following actions will be performed:
#14 7.161 - install opam-depext 1.2.3
#14 7.161
#14 7.161 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 7.862 [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 7.896
#14 7.896 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 9.362 -> installed opam-depext.1.2.3
#14 9.369 Done.
#14 9.370 # Run eval $(opam env) to update the current shell environment
#14 DONE 9.5s
#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:27e1a7a3dd2fe47a3dda39b4330b306a776c0a7e31191678cd1f89f6ca966a98
#16 DONE 0.1s
#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.5s done
#17 writing image sha256:36aa90b317ffbebaeb454ecf80d504e1c082b90b42b0d824e0c22432930e6e15 done
#17 DONE 1.5s
Pushing "sha256:e79861cefcce339315c0d9e078779e3f3410e9610c019ef768f249c82b7f028f" to "ocurrent/opam-staging:debian-12-ocaml-5.1-no-flat-float-array-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
532314f55375: Preparing
532314f55375: Pushed
debian-12-ocaml-5.1-no-flat-float-array-arm64: digest: sha256:5e52de95d6a69b16d45998d9b704fc396def76993e185509204949fe9751b5dc size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
532314f55375: Preparing
532314f55375: Layer already exists
debian-12-ocaml-5.1-no-flat-float-array-arm64: digest: sha256:5e52de95d6a69b16d45998d9b704fc396def76993e185509204949fe9751b5dc size: 531
Job succeeded
2024-12-14 18:06.10: Job succeeded