Build:
- 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-4.12-nnp-arm32v7
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:5e3dbd17160125da0f393e99c6bcc74f1e6e41ae3d6000a32075742f9bd4e124
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.12 --packages=ocaml-variants.4.12.1+options,ocaml-options-only-nnp
RUN opam pin add -k version ocaml-variants 4.12.1+options
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 "4.12.1+nnp-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:03.46: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:4a969958bedc044067a652fa14f9991d5cb1dc23b089a3fadfb48fd11aac44ec
#1 transferring dockerfile: 599B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:9a94811cea9f4d266dc389409264e98302565d17e060e087817a91e1490a4ac2
#2 transferring context:
#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.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:bf0c39dc271bb8a0d475c33567f3cf26ed5b52520defa2323d0bf343157188e2
#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:c0a847ac909ca880af0a9e7f312be60c4c400722dd15037a644abd05182d533c
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:5e3dbd17160125da0f393e99c6bcc74f1e6e41ae3d6000a32075742f9bd4e124
#8 sha256:f7524c892880bf81bac4d76740832fe4715ca702ff86043825e6a748076ca602
#8 CACHED
#12 [internal] load build context
#12 sha256:0eab6efbc900d437bb0bddd3472540ba0501b76e3558d89f05adb5451a7d3513
#12 transferring context: 599B done
#12 DONE 0.7s
#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-variants.4.12.1+options,ocaml-options-only-nnp
#9 sha256:5bfe7148278bb880caf64037183f652b2e1aaae46565e726db08e7ac6eb9dacf
#9 10.99
#9 10.99 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 11.81 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.2
#9 11.81 [ocaml-config.2/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 11.89 [ocaml-variants.4.12.1+options] downloaded from https://github.com/ocaml/ocaml/archive/4.12.1.tar.gz
#9 12.90 [ocaml-variants.4.12.1+options/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch?full_index=1
#9 13.01 [ocaml-variants.4.12.1+options/ocaml-variants.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/ocaml-variants.install
#9 13.02
#9 13.02 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 13.02 -> installed base-bigarray.base
#9 13.03 -> installed base-threads.base
#9 13.04 -> installed base-unix.base
#9 13.04 -> installed ocaml-option-nnp.1
#9 13.35 -> installed base-nnp.base
#9 13.35 -> installed ocaml-options-only-nnp.1
#9 145.4 -> installed ocaml-variants.4.12.1+options
#9 145.5 -> installed ocaml-config.2
#9 145.6 -> installed ocaml.4.12.1
#9 146.1 Done.
#9 146.1 # Run eval $(opam env) to update the current shell environment
#9 DONE 147.0s
#10 [3/5] RUN opam pin add -k version ocaml-variants 4.12.1+options
#10 sha256:61b77c36df511b8430b84f086647d7ad09d174d1fe5af50ed7fb118192790fa3
#10 1.895 ocaml-variants is now pinned to version 4.12.1+options
#10 1.895
#10 10.82 No package build needed.
#10 10.82 Nothing to do.
#10 10.82 # Run eval $(opam env) to update the current shell environment
#10 DONE 10.9s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:2900070a8b56c3fd477ac3c72037c0b6a1c9f54f673cc7ee950c8b94376628dd
#11 14.43 The following actions will be performed:
#11 14.43 - install opam-depext 1.2.3
#11 14.43
#11 14.43 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 15.08 [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
#11 15.12
#11 15.12 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 17.90 -> installed opam-depext.1.2.3
#11 17.91 Done.
#11 17.91 # Run eval $(opam env) to update the current shell environment
#11 DONE 18.4s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:7b2ac34fe42a29e4903a8516fc70ec806ccf2a9b372c1006085d83589a421e39
#13 DONE 0.4s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.0s done
#14 writing image sha256:850f51e1b109427d8ee1bcafd2b541c7732ad3715196d45b8600383e914f761a done
#14 DONE 2.0s
Pushing "sha256:19efcafc2d5f53740da6d32adef067c200749b2c8a161750f3fbc50acb93f4a4" to "ocurrent/opam-staging:debian-12-ocaml-4.12-nnp-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
d96c621d3f3c: Preparing
d96c621d3f3c: Pushed
debian-12-ocaml-4.12-nnp-arm32v7: digest: sha256:093e5009b3442c9cf27836801718cf2c816762b9d21095230275ad2945ff65f6 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
d96c621d3f3c: Preparing
d96c621d3f3c: Layer already exists
debian-12-ocaml-4.12-nnp-arm32v7: digest: sha256:093e5009b3442c9cf27836801718cf2c816762b9d21095230275ad2945ff65f6 size: 531
Job succeeded
2024-12-14 16:11.29: Job succeeded