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-flambda-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-variants.4.14.2+options,ocaml-options-only-flambda
RUN opam pin add -k version ocaml-variants 4.14.2+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.14.2+flambda-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.44: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:dae0fffa0fb6aca6b587818ae892f29420ccb30e0d62dff28bdbb49d0eff674d
#1 transferring dockerfile: 603B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 sha256:752dba33b59a895070c764037d85b017e4c25ac0da4cc379697408efa37a9c6f
#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:e96adadc9f16bfc6514b7386ba3a67c4c00c6b35a7997e29bfcf0fed2efd5ee7
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:5e3dbd17160125da0f393e99c6bcc74f1e6e41ae3d6000a32075742f9bd4e124
#6 sha256:0f3fe65d1609a26fb82882c2c5ef07cff061b01b9173187dec8b246c7fb1f45c
#6 DONE 0.4s
#7 [internal] load .dockerignore
#7 sha256:9b8a59ebdf6b572d92c2fc5279d8fa643608df85a5b7414517f7f696b577e947
#7 DONE 0.0s
#12 [internal] load build context
#12 sha256:bb3ce13ab7e928494089e2d8ad2e34b96b92658eb03c05e4ddcd7206d0078e57
#12 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:bb3ce13ab7e928494089e2d8ad2e34b96b92658eb03c05e4ddcd7206d0078e57
#12 transferring context: 603B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-variants.4.14.2+options,ocaml-options-only-flambda
#9 sha256:0a8357ce3874b797c4766d553371127afe4fdb110840802b418df0cbb0a9200c
#9 8.857
#9 8.857 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.951 [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.055 [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.03 [ocaml-variants.4.14.2+options] downloaded from https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz
#9 10.70 [ocaml-variants.4.14.2+options/ocaml-variants.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/ocaml-variants.install
#9 10.70
#9 10.70 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 10.70 -> installed base-bigarray.base
#9 10.71 -> installed base-threads.base
#9 10.71 -> installed base-unix.base
#9 10.71 -> installed host-arch-arm32.1
#9 10.71 -> installed host-system-other.1
#9 10.71 -> installed ocaml-option-flambda.1
#9 10.98 -> installed ocaml-options-only-flambda.1
#9 137.6 -> installed ocaml-variants.4.14.2+options
#9 137.6 -> installed ocaml-config.2
#9 137.7 -> installed ocaml.4.14.2
#9 138.1 Done.
#9 138.1 # Run eval $(opam env) to update the current shell environment
#9 DONE 138.7s
#10 [3/5] RUN opam pin add -k version ocaml-variants 4.14.2+options
#10 sha256:e14537959e8a8391247f5965b5923e0c3643a25fff466b952f52681035bc1b9e
#10 1.182 ocaml-variants is now pinned to version 4.14.2+options
#10 1.182
#10 8.478 No package build needed.
#10 8.478 Nothing to do.
#10 8.478 # 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:f33f0e44b8b7f688095e54ce91721ea9984bfc780bd67268fc28531b65bb74d9
#11 8.929 The following actions will be performed:
#11 8.929 - install opam-depext 1.2.3
#11 8.929
#11 8.929 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.430 [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.461
#11 9.461 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.53 -> installed opam-depext.1.2.3
#11 11.53 Done.
#11 11.53 # Run eval $(opam env) to update the current shell environment
#11 DONE 12.2s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:2fb5f77368944cf46d9ed9c46ff375f56f4db52473ddb9f1ff9f0075e4e0473e
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.1s done
#14 writing image sha256:a65ee39a8850b5bfa5ab2ca137c3803066fa8f01fe762a5f751166cdc1345663 done
#14 DONE 2.1s
Pushing "sha256:42eb1407d08018f31615a9021c8c6c20ebfecd12085255aa03df2ac911d00a2d" to "ocurrent/opam-staging:debian-12-ocaml-4.14-flambda-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
0bd7492ead70: Preparing
0bd7492ead70: Pushed
debian-12-ocaml-4.14-flambda-arm32v7: digest: sha256:db268e5de09745a587b4b64efb3a48734f034c488f8fe9070b446e82572c557b size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
0bd7492ead70: Preparing
0bd7492ead70: Layer already exists
debian-12-ocaml-4.14-flambda-arm32v7: digest: sha256:db268e5de09745a587b4b64efb3a48734f034c488f8fe9070b446e82572c557b size: 531
Job succeeded
2024-12-14 16:30.34: Job succeeded