Build:
- 0
2022-06-22 12:57.39: New job: Build using linux-arm64 in
[]
2022-06-22 12:57.39: Will push staging image to ocurrent/opam-staging:debian-11-ocaml-4.04-arm32v7
Dockerfile:
FROM ocurrent/opam-staging@sha256:f7199af34aace52ca96139917863ae1240db05c846ccbad9192ade1774d86330
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.04 --packages=ocaml-base-compiler.4.04.2
RUN opam pin add -k version ocaml-base-compiler 4.04.2
RUN opam install -y opam-depext
RUN opam install -y ocaml-secondary-compiler
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
2022-06-22 12:57.39: Using cache hint "4.04.2-arm32v7-ocurrent/opam-staging@sha256:f7199af34aace52ca96139917863ae1240db05c846ccbad9192ade1774d86330"
2022-06-22 12:57.39: Waiting for resource in pool OCluster
2022-06-22 12:57.39: Waiting for worker...
2022-06-22 12:57.39: Got resource from pool OCluster
Building on okypous.ocamllabs.io
Sending build context to Docker daemon 2.56kB
Step 1/10 : FROM ocurrent/opam-staging@sha256:f7199af34aace52ca96139917863ae1240db05c846ccbad9192ade1774d86330
docker.io/ocurrent/opam-staging@sha256:f7199af34aace52ca96139917863ae1240db05c846ccbad9192ade1774d86330: Pulling from ocurrent/opam-staging
8c8b1770c0de: Already exists
841a77dfcf49: Pulling fs layer
841a77dfcf49: Download complete
841a77dfcf49: Pull complete
Digest: sha256:f7199af34aace52ca96139917863ae1240db05c846ccbad9192ade1774d86330
Status: Downloaded newer image for ocurrent/opam-staging@sha256:f7199af34aace52ca96139917863ae1240db05c846ccbad9192ade1774d86330
---> 3f54084e5067
Step 2/10 : SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 75b2c68a5724
Removing intermediate container 75b2c68a5724
---> 060ecbd244cc
Step 3/10 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 3d4bcda90087
Removing intermediate container 3d4bcda90087
---> 56bdd2c4a4f1
Step 4/10 : RUN opam switch create 4.04 --packages=ocaml-base-compiler.4.04.2
---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 5fef0d00e90d
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-base-compiler.4.04.2] downloaded from https://github.com/ocaml/ocaml/archive/4.04.2.tar.gz
[ocaml-base-compiler.4.04.2/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-base-compiler.4.04.2
-> installed ocaml-config.1
-> installed ocaml.4.04.2
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 5fef0d00e90d
---> 01f7667b4a3f
Step 5/10 : RUN opam pin add -k version ocaml-base-compiler 4.04.2
---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 8487c9eaa2b0
ocaml-base-compiler is now pinned to version 4.04.2
No package build needed.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 8487c9eaa2b0
---> 601846b4f2e0
Step 6/10 : RUN opam install -y opam-depext
---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 4c47c6141cd7
The following actions will be performed:
- install opam-depext 1.2.1-1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-depext.1.2.1-1] downloaded from https://github.com/ocaml-opam/opam-depext/releases/download/v1.2.1/opam-depext-full-1.2.1.tbz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed opam-depext.1.2.1-1
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 4c47c6141cd7
---> 7bd5bee2d79a
Step 7/10 : RUN opam install -y ocaml-secondary-compiler
---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 959e08fcfcdc
The following actions will be performed:
- install ocaml-secondary-compiler 4.08.1-1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-secondary-compiler.4.08.1-1] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
[ocaml-secondary-compiler.4.08.1-1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 959e08fcfcdc
---> c48b7c3d10ee
Step 8/10 : ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 37b58766ae77
Removing intermediate container 37b58766ae77
---> 1a01d5ecca46
Step 9/10 : CMD bash
---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 05d4884cc23e
Removing intermediate container 05d4884cc23e
---> 8cd65cb4b70a
Step 10/10 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
---> 15b5bb9a2ccb
Successfully built e1ca88d30fc3
Pushing "sha256:e1ca88d30fc37cfe5cb91756ffb0b357260108c5884c5399d5a12c4cff241ee5" to "ocurrent/opam-staging:debian-11-ocaml-4.04-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
6622af4a0aa2: Preparing
2f7de60cd7ad: Preparing
0687017fa1b6: Preparing
0687017fa1b6: Layer already exists
2f7de60cd7ad: Layer already exists
6622af4a0aa2: Pushed
debian-11-ocaml-4.04-arm32v7: digest: sha256:18db310a65bc64786549557de4414757d6341e85389ea66e34b7ae88a467d0cf size: 956
Job succeeded
2022-06-22 13:43.12: Job succeeded