Build:
- 0
2024-12-14 13:14.24: New job: Build using linux-arm64 in
[]
2024-12-14 13:14.24: Will push staging image to ocurrent/opam-staging:alpine-3.20-ocaml-5.3-no-flat-float-array-arm64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446
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 apk update && apk upgrade
RUN apk add zstd
USER opam
RUN opam switch create 5.3 --packages=ocaml-variants.5.3.0+trunk,ocaml-options-only-no-flat-float-array
RUN opam pin add -k version ocaml-variants 5.3.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2024-12-14 13:14.24: Using cache hint "5.3.0+no-flat-float-array-arm64-ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446"
2024-12-14 13:14.24: Waiting for resource in pool OCluster
2024-12-14 14:45.06: Waiting for worker…
2024-12-14 18:52.29: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:76731033a9f50bd89f5b64657ac048547575cc3ee345ca16ae43b12b1b643c72
#1 transferring dockerfile: 697B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:fbd499df03179829695a7cb911f6cb63628132911d0dc87004a704b26703b021
#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:c44aa0469b2cc7888fda5005221aae3fe53654d5182245f143c4042fa82d5026
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446
#6 sha256:62457c421f84e68abfa77873633746b0b5c54b45849dc9fb8c5e6121d6010f45
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:15a50c11ac623671a491d4a6f1cc1a1c14069887d3f4f7c35edba7fd727656aa
#7 DONE 0.0s
#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:08d423f7866e2066cce901c27774197ad73fedc1c6060684001f7f0e6e258446
#8 sha256:9fcb7a2167c281534d489008cb4f7e77160580e229c7b25724970908dac86278
#8 CACHED
#9 [2/8] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:7e012c3a754b8f978b308cd77de266886f34d6ab72179bbe30b273956dc23db7
#9 1.277 [beta] Initialised
#9 DONE 1.6s
#10 [3/8] RUN apk update && apk upgrade
#10 sha256:e4b657d08b84ae628ef3f583de76b0176bc514bfcf38a7999206dd9ca7a65af6
#10 0.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
#10 0.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
#10 0.777 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
#10 0.854 fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
#10 1.070 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz
#10 1.400 v3.20.3-414-g03b29bdd93a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main]
#10 1.400 v3.20.3-414-g03b29bdd93a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community]
#10 1.400 v3.21.0-670-g9826bbf0ff2 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
#10 1.400 v3.21.0-644-g28d316da026 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
#10 1.400 v3.21.0-655-g365597d0a35 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
#10 1.400 OK: 56477 distinct packages available
#10 2.138 (1/6) Upgrading libcurl (8.11.0-r2 -> 8.11.1-r0)
#10 2.212 (2/6) Upgrading curl (8.11.0-r2 -> 8.11.1-r0)
#10 2.225 (3/6) Upgrading python3 (3.12.7-r0 -> 3.12.8-r1)
#10 2.443 (4/6) Upgrading python3-pycache-pyc0 (3.12.7-r0 -> 3.12.8-r1)
#10 2.562 (5/6) Upgrading pyc (3.12.7-r1 -> 3.12.8-r1)
#10 2.572 (6/6) Upgrading python3-pyc (3.12.7-r0 -> 3.12.8-r1)
#10 2.581 Executing busybox-1.36.1-r29.trigger
#10 2.596 OK: 291 MiB in 100 packages
#10 DONE 2.8s
#11 [4/8] RUN apk add zstd
#11 sha256:1d8dff093241b32a9d3d48e134882a4aa155e8194eb095034a65367fa16597e8
#11 1.042 (1/1) Installing zstd (1.5.6-r0)
#11 1.109 Executing busybox-1.36.1-r29.trigger
#11 1.124 OK: 291 MiB in 101 packages
#11 DONE 1.3s
#15 [internal] load build context
#15 sha256:e35d6b63e8346910f156dc15cc9a2803e0a46952fe61a8cf1378874c7df95313
#15 transferring context: 697B 0.0s done
#15 DONE 0.1s
#12 [5/8] RUN opam switch create 5.3 --packages=ocaml-variants.5.3.0+trunk,ocaml-options-only-no-flat-float-array
#12 sha256:79c1a0ba49b32233276f626bfd3c67a3ba666b6e7e7ab2217d0c5b71c0e2bdbf
#12 7.048
#12 7.048 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 7.113 [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.170 [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.224 [ocaml-compiler.5.3] downloaded from https://github.com/ocaml/ocaml/archive/5.3.tar.gz
#12 8.852
#12 8.852 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 8.862 -> installed base-bigarray.base
#12 8.864 -> installed base-threads.base
#12 8.865 -> installed base-unix.base
#12 8.867 -> installed host-arch-arm64.1
#12 8.869 -> installed host-system-other.1
#12 8.870 -> installed ocaml-beta.enabled
#12 8.872 -> installed ocaml-option-no-flat-float-array.1
#12 9.118 -> installed ocaml-options-only-no-flat-float-array.1
#12 115.0 -> installed ocaml-compiler.5.3
#12 115.1 -> installed ocaml-variants.5.3.0+trunk
#12 115.1 -> installed ocaml-config.3
#12 115.2 -> installed ocaml.5.3.0
#12 115.3 -> installed base-domains.base
#12 115.3 -> installed base-effects.base
#12 115.3 -> installed base-nnp.base
#12 115.7 Done.
#12 115.7 # Run eval $(opam env) to update the current shell environment
#12 DONE 116.2s
#13 [6/8] RUN opam pin add -k version ocaml-variants 5.3.0+trunk
#13 sha256:7d459cc716b7f90204e522fe12520a4e7027c12adb36a805215551b9390590cf
#13 0.997 ocaml-variants is now pinned to version 5.3.0+trunk
#13 0.997
#13 6.842 No package build needed.
#13 6.842 Nothing to do.
#13 6.850 # Run eval $(opam env) to update the current shell environment
#13 DONE 6.9s
#14 [7/8] RUN opam install -y opam-depext
#14 sha256:78a32c1c5c192882f1e9c4d4f51b579f67ade742f331b3ebc26d1eb275d96ea1
#14 7.196 The following actions will be performed:
#14 7.196 - install opam-depext 1.2.3
#14 7.196
#14 7.196 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 7.649 [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.684
#14 7.684 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 9.543 -> installed opam-depext.1.2.3
#14 9.551 Done.
#14 9.556 # Run eval $(opam env) to update the current shell environment
#14 DONE 9.6s
#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:c525535dbb93e0f608fc7112b8c0b5070959cf3404e20cd6b60137d22361bb7a
#16 DONE 0.0s
#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.8s done
#17 writing image sha256:d86a48de1f393a61427d9a00cf1a59e53b40fe8891251af598db684c7ea29473 done
#17 DONE 1.8s
Pushing "sha256:334b2e77c6c38f96ee43394c14370af5ebf47ce3e314b5c9fdfeeebff453a7ee" to "ocurrent/opam-staging:alpine-3.20-ocaml-5.3-no-flat-float-array-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
1a1fd3b2f8f6: Preparing
1a1fd3b2f8f6: Pushed
alpine-3.20-ocaml-5.3-no-flat-float-array-arm64: digest: sha256:ab89ffdf8cd5f6541c0d97ff9d2f507e9d56f11e2d3164f7bbe477184fcd494d size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
1a1fd3b2f8f6: Preparing
1a1fd3b2f8f6: Layer already exists
alpine-3.20-ocaml-5.3-no-flat-float-array-arm64: digest: sha256:ab89ffdf8cd5f6541c0d97ff9d2f507e9d56f11e2d3164f7bbe477184fcd494d size: 530
Job succeeded
2024-12-14 18:58.34: Job succeeded