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.14-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.14 --packages=ocaml-base-compiler.4.14.2
RUN opam pin add -k version ocaml-base-compiler 4.14.2
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.14.2-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:21.40: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:7275bc3feab1edf31116cb759f5a331b211c0bfb1860ed64a35d2ba958fc87cb
#1 transferring dockerfile: 570B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 sha256:1e362ea83e47b7e208f5c8b56f2d1aa45f2d504015e676d97fea709d0547ca6f
#2 transferring context: 2B done
#2 DONE 0.0s
#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:81ca6ba11b2498a8072113d679e8fbe59c263aae7a0095c6664e9ae7ae0ccf94
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:5e3dbd17160125da0f393e99c6bcc74f1e6e41ae3d6000a32075742f9bd4e124
#6 sha256:0f3fe65d1609a26fb82882c2c5ef07cff061b01b9173187dec8b246c7fb1f45c
#6 DONE 0.7s
#7 [internal] load .dockerignore
#7 sha256:2eb5e113a9564a42119edfd0a5e09d67e9675286d40b336af93cda3dc717dfe2
#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:9fc056004b6f0e264c402211c0809ed12de306d42136f5e8bfc294f6ce1c1f85
#12 transferring context: 570B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
#9 sha256:a901357af7f21990d37b259e5062688d7c43d4a2254638effea45bda22555a93
#9 8.809
#9 8.809 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.913 [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 9.005 [ocaml-config.2/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 10.13 [ocaml-base-compiler.4.14.2] downloaded from https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz
#9 10.93 [ocaml-base-compiler.4.14.2/ocaml-base-compiler.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/ocaml-base-compiler.install
#9 10.93
#9 10.93 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 11.18 -> installed base-bigarray.base
#9 11.18 -> installed base-threads.base
#9 11.18 -> installed base-unix.base
#9 11.18 -> installed host-arch-arm32.1
#9 11.18 -> installed host-system-other.1
#9 11.18 -> installed ocaml-options-vanilla.1
#9 95.05 -> installed ocaml-base-compiler.4.14.2
#9 95.09 -> installed ocaml-config.2
#9 95.21 -> installed ocaml.4.14.2
#9 95.54 Done.
#9 95.54 # Run eval $(opam env) to update the current shell environment
#9 DONE 95.7s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.14.2
#10 sha256:912f34fa06ce96b4266e2db60acc6a7b6db68143fd72109f22476a871e136e6d
#10 1.189 ocaml-base-compiler is now pinned to version 4.14.2
#10 1.189
#10 8.475 No package build needed.
#10 8.475 Nothing to do.
#10 8.484 # 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:6b395a7e426ab33944eb1fa1bc58d48cc50a02fea9a0e57b71b74ac62ed02f8b
#11 8.791 The following actions will be performed:
#11 8.791 - install opam-depext 1.2.3
#11 8.791
#11 8.791 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.300 [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.338
#11 9.338 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.30 -> installed opam-depext.1.2.3
#11 11.30 Done.
#11 11.30 # Run eval $(opam env) to update the current shell environment
#11 DONE 11.4s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:a8c906f0ab169683fa8a7bf706805ee37f36e31c3f66b35862b0508171c3b3f8
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.7s done
#14 writing image sha256:82a33d1743a765dd914922366a4a3ad4acdda652a45a6faae852eb53af260dcc done
#14 DONE 1.7s
Pushing "sha256:5ebe066b00911da2fb3bbb6157e15f82179c5b5b57dfa0c9d99f02d29ef5f5dc" to "ocurrent/opam-staging:debian-12-ocaml-4.14-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
43d73ca25c8c: Preparing
43d73ca25c8c: Pushed
debian-12-ocaml-4.14-arm32v7: digest: sha256:95f1d14398e39b53317f644e87f33af4863d6c655734511995fff4bd3f23b55a size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
43d73ca25c8c: Preparing
43d73ca25c8c: Layer already exists
debian-12-ocaml-4.14-arm32v7: digest: sha256:95f1d14398e39b53317f644e87f33af4863d6c655734511995fff4bd3f23b55a size: 531
Job succeeded
2024-12-14 16:29.14: Job succeeded