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-5.0-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 5.0 --packages=ocaml-variants.5.0.0+options,ocaml-options-only-no-flat-float-array
RUN opam pin add -k version ocaml-variants 5.0.0+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 "5.0.0+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:29.13: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:bd96faf4789344612662f411f5c368f6e251f3540513d1535cea5f527c067c95
#1 transferring dockerfile: 612B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:3b9006af44a6fa009ce40d211454f15729a055b510bcb17d29b5cfabb3255091
#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:1937d4c5e6275da111f370db79742f6a120bfa3409ba25c859abaa474c482819
#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:305ccf8ee633451a269c34c92d3bd78947c8877d3ed43f5a0996b94fa822428f
#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:979337fbf0eee5978d55f362d45200ee0c2dd35b0c1fe116048abc02079ba30e
#12 transferring context: 612B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 5.0 --packages=ocaml-variants.5.0.0+options,ocaml-options-only-no-flat-float-array
#9 sha256:1e85cd62466421d3d27e7695fe361ea324f7d148b8cdca14193c428555856e73
#9 8.598
#9 8.598 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.708 [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
#9 8.820 [ocaml-config.3/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 10.12 [ocaml-variants.5.0.0+options] downloaded from https://github.com/ocaml/ocaml/archive/5.0.0.tar.gz
#9 10.80 [ocaml-variants.5.0.0+options/ocaml-variants.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/ocaml-variants.install
#9 10.80
#9 10.80 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 10.82 -> installed base-bigarray.base
#9 10.82 -> installed base-threads.base
#9 10.82 -> installed base-unix.base
#9 10.82 -> installed host-arch-arm32.1
#9 10.82 -> installed host-system-other.1
#9 10.82 -> installed ocaml-option-bytecode-only.1
#9 10.82 -> installed ocaml-option-no-flat-float-array.1
#9 11.08 -> installed ocaml-options-only-no-flat-float-array.1+bytecode-only
#9 49.97 -> installed ocaml-variants.5.0.0+options
#9 50.01 -> installed ocaml-config.3
#9 50.12 -> installed ocaml.5.0.0
#9 50.14 -> installed base-domains.base
#9 50.16 -> installed base-nnp.base
#9 50.45 Done.
#9 50.45 # Run eval $(opam env) to update the current shell environment
#9 DONE 50.8s
#10 [3/5] RUN opam pin add -k version ocaml-variants 5.0.0+options
#10 sha256:a15287ec593b48423e30d21806e70efd99e01ddb97faac4e5cd1aac1fa257104
#10 1.165 ocaml-variants is now pinned to version 5.0.0+options
#10 1.165
#10 8.348 No package build needed.
#10 8.348 Nothing to do.
#10 8.348 # Run eval $(opam env) to update the current shell environment
#10 DONE 8.5s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:a46336f809ea2101d34fd2ceb58e429f08b184c1ad58923ce924153b2ee51d3b
#11 8.728 The following actions will be performed:
#11 8.728 - install opam-depext 1.2.3
#11 8.729
#11 8.729 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.230 [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 9.265
#11 9.265 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.37 -> installed opam-depext.1.2.3
#11 11.37 Done.
#11 11.37 # Run eval $(opam env) to update the current shell environment
#11 DONE 11.5s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:6f88a7ebb2e6954a937009206b48ba39c144cfd78e6b55732e5e296b74fa836a
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.6s done
#14 writing image sha256:65ff79aeb23bc25f003f712e4cbaec6f22284d02f8ca6718ffdbee6bb96065f5 done
#14 DONE 1.6s
Pushing "sha256:fb5f050e59b5b8475f45ce39146a3f1fe66a98561f6cb739ebe61e60f94cb9a4" to "ocurrent/opam-staging:debian-12-ocaml-5.0-no-flat-float-array-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
d1826247a068: Preparing
d1826247a068: Pushed
debian-12-ocaml-5.0-no-flat-float-array-arm32v7: digest: sha256:4882fd199c3ca4779e1c980d9dbf76c2fb984aa782052a1a05e3cfd6d7fb387c size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
d1826247a068: Preparing
d1826247a068: Layer already exists
debian-12-ocaml-5.0-no-flat-float-array-arm32v7: digest: sha256:4882fd199c3ca4779e1c980d9dbf76c2fb984aa782052a1a05e3cfd6d7fb387c size: 531
Job succeeded
2024-12-14 16:34.26: Job succeeded