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.09-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.09 --packages=ocaml-base-compiler.4.09.1
RUN opam pin add -k version ocaml-base-compiler 4.09.1
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.09.1-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 15:48.58: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:1d31284b7a8fa4673f1cafc2285511308aa1211e05a9c99f11a98a8472201ea1
#2 transferring context: 2B done
#2 DONE 0.1s
#1 [internal] load build definition from Dockerfile
#1 sha256:745502e87b7363e66dee34bce2b3a5d88b653ebc1b9f79cafdb293f239ed6295
#1 transferring dockerfile: 570B done
#1 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:1fe93ceb2eb809daaccb8f8c7f4fd30ca349ba294ff376867abace2bc8defae4
#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:6af6a0d7b8b0da421d02fc31700f703b61ddf6ac8d64b19750e876b7b30c337e
#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:0c6e4e22a5fd61152c7159a33bcc479f2bbba553c6d1448c0ab1d16bcf1e9534
#12 transferring context: 570B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.09 --packages=ocaml-base-compiler.4.09.1
#9 sha256:be1a01c6d1f7e1afacc9ab9c22e0af165fe20e4742f46c095c365ff1e6a02300
#9 8.779
#9 8.779 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.881 [ocaml-config.1/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.1
#9 8.983 [ocaml-config.1/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 9.971 [ocaml-base-compiler.4.09.1] downloaded from https://github.com/ocaml/ocaml/archive/4.09.1.tar.gz
#9 10.67 [ocaml-base-compiler.4.09.1/0001-Re-generate-configure.patch] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/0001-Re-generate-configure.patch
#9 10.91 [ocaml-base-compiler.4.09.1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1
#9 11.04 [ocaml-base-compiler.4.09.1/ocaml-base-compiler.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/ocaml-base-compiler.install
#9 11.04
#9 11.04 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 11.26 -> installed base-bigarray.base
#9 11.26 -> installed base-threads.base
#9 11.26 -> installed base-unix.base
#9 115.7 -> installed ocaml-base-compiler.4.09.1
#9 115.7 -> installed ocaml-config.1
#9 115.8 -> installed ocaml.4.09.1
#9 116.1 Done.
#9 116.1 # Run eval $(opam env) to update the current shell environment
#9 DONE 116.5s
#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.09.1
#10 sha256:5dde2c28ee11fa299f3e077a800d93ee0f271f614cafb9e3dc3d252129554c46
#10 1.106 ocaml-base-compiler is now pinned to version 4.09.1
#10 1.106
#10 8.301 No package build needed.
#10 8.301 Nothing to do.
#10 8.301 # Run eval $(opam env) to update the current shell environment
#10 DONE 8.4s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:852a50947aa6b346f630c5ac36d466b22587ec18c4f24fa736b124d875a0f9ea
#11 8.896 The following actions will be performed:
#11 8.896 - install opam-depext 1.2.3
#11 8.896
#11 8.896 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.521 [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.555
#11 9.555 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.20 -> installed opam-depext.1.2.3
#11 11.21 Done.
#11 11.21 # Run eval $(opam env) to update the current shell environment
#11 DONE 11.3s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:7cb7f9e25e64f31e7f97e2340ccaa839dc84b0b06961212b95826fd1a87e079d
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 1.5s done
#14 writing image sha256:93bedc57980559038b71ee73d45a057218b00e9071f08cd56c4dd3b81e15d07b done
#14 DONE 1.5s
Pushing "sha256:e67a959d9732559f46cee3e4e9427019ebfa49b7998f6fb7bb5875213f1770d7" to "ocurrent/opam-staging:debian-12-ocaml-4.09-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
237ceb81a7c8: Preparing
237ceb81a7c8: Pushed
debian-12-ocaml-4.09-arm32v7: digest: sha256:de49c7d8b6b6fedc0154270acf9836a7a8e18cbe72a7df9838196a18f0be5afb size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
237ceb81a7c8: Preparing
237ceb81a7c8: Layer already exists
debian-12-ocaml-4.09-arm32v7: digest: sha256:de49c7d8b6b6fedc0154270acf9836a7a8e18cbe72a7df9838196a18f0be5afb size: 531
Job succeeded
2024-12-14 15:53.56: Job succeeded