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-no-flat-float-array-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-no-flat-float-array
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+no-flat-float-array-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:01.01: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:406a28215634624c7d8b9839fd0bcd232ef066e142af8335b43fc9de22d73ad7
#2 transferring context: 2B done
#2 DONE 0.8s
#1 [internal] load build definition from Dockerfile
#1 sha256:86347734f3294fe324879a2cdc14ea59de0cf2ff3049e858bf2395af6fbb20db
#1 transferring dockerfile: 615B done
#1 DONE 0.8s
#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:b5489631f4f741bd52c135265c003c5f7cede06ddc36e4088cc0dcd7cfe52d98
#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:e43920c0ca7a3ec3050e08ba29ffe20fb0668a5077e4c83af4544da27e631685
#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:f4cadb6d65de863093b662c421515765155a794b5ce51a8cc70fdac2e4966583
#12 transferring context: 615B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.12 --packages=ocaml-variants.4.12.1+options,ocaml-options-only-no-flat-float-array
#9 sha256:3a22ce51cbb90e24eb6c694ec3e23ec6e040d4f8fd8f9324ef4a7a0b37a54a8e
#9 12.40
#9 12.40 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 12.56 [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 12.68 [ocaml-config.2/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 13.77 [ocaml-variants.4.12.1+options] downloaded from https://github.com/ocaml/ocaml/archive/4.12.1.tar.gz
#9 16.06 [ocaml-variants.4.12.1+options/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch?full_index=1
#9 16.17 [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 16.18
#9 16.18 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 16.18 -> installed base-bigarray.base
#9 16.19 -> installed base-threads.base
#9 16.20 -> installed base-unix.base
#9 16.20 -> installed ocaml-option-no-flat-float-array.1
#9 16.49 -> installed ocaml-options-only-no-flat-float-array.1
#9 135.4 -> installed ocaml-variants.4.12.1+options
#9 135.4 -> installed ocaml-config.2
#9 135.6 -> installed ocaml.4.12.1
#9 136.0 Done.
#9 136.0 # Run eval $(opam env) to update the current shell environment
#9 DONE 136.6s
#10 [3/5] RUN opam pin add -k version ocaml-variants 4.12.1+options
#10 sha256:d2c91386ad3b3043b9573d944bb564989113166ce6520a3f3109e5470c7802ab
#10 2.088 ocaml-variants is now pinned to version 4.12.1+options
#10 2.088
#10 11.37 No package build needed.
#10 11.37 Nothing to do.
#10 11.37 # Run eval $(opam env) to update the current shell environment
#10 DONE 11.5s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:858b1fd1a7edc187e806a04b66ed0df07ecac6e8b39097d99ca0d323e946e016
#11 13.68 The following actions will be performed:
#11 13.68 - install opam-depext 1.2.3
#11 13.68
#11 13.68 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 14.25 [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 14.29
#11 14.29 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 16.46 -> installed opam-depext.1.2.3
#11 16.48 Done.
#11 16.48 # Run eval $(opam env) to update the current shell environment
#11 DONE 16.6s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:9bca4a31a30ab4ac95e40f26366ac7c9f161c7b92023448894a8af9155bfb65c
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.9s done
#14 writing image sha256:aef63f2306569f6fd8a9b6359b40c65f8a36245fddfa14a56f76f3b02a1b8db3 done
#14 DONE 1.9s
Pushing "sha256:f3bd8695ce9f05b25b2f6c06561aa607b3ad793a355c90250cd5cbd3f9c377c9" to "ocurrent/opam-staging:debian-12-ocaml-4.12-no-flat-float-array-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
9520e47286f8: Preparing
9520e47286f8: Pushed
debian-12-ocaml-4.12-no-flat-float-array-arm32v7: digest: sha256:566dd3d39c37b591a148c72e65c7db4d74e3812e105579f5266195d81fb1ee23 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
9520e47286f8: Preparing
9520e47286f8: Layer already exists
debian-12-ocaml-4.12-no-flat-float-array-arm32v7: digest: sha256:566dd3d39c37b591a148c72e65c7db4d74e3812e105579f5266195d81fb1ee23 size: 531
Job succeeded
2024-12-14 16:08.31: Job succeeded