Build:
- 0
2022-05-13 07:57.08: New job: Build using linux-arm64 in
[]
2022-05-13 07:57.08: Will push staging image to ocurrent/opam-staging:ubuntu-18.04-ocaml-4.14-arm64
Dockerfile:
FROM ocurrent/opam-staging@sha256:c78c5ffea49a3f169db9d18dac7da962681ae004b72020e9e91474c3e0f7cb9b
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.0
RUN opam pin add -k version ocaml-base-compiler 4.14.0
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
2022-05-13 07:57.08: Using cache hint "4.14.0-arm64-ocurrent/opam-staging@sha256:c78c5ffea49a3f169db9d18dac7da962681ae004b72020e9e91474c3e0f7cb9b"
2022-05-13 07:57.08: Waiting for resource in pool OCluster
2022-05-13 07:57.08: Waiting for worker...
2022-05-13 07:57.09: Got resource from pool OCluster
Building on molpadia.ocamllabs.io
Sending build context to Docker daemon 2.048kB
Step 1/8 : FROM ocurrent/opam-staging@sha256:c78c5ffea49a3f169db9d18dac7da962681ae004b72020e9e91474c3e0f7cb9b
docker.io/ocurrent/opam-staging@sha256:c78c5ffea49a3f169db9d18dac7da962681ae004b72020e9e91474c3e0f7cb9b: Pulling from ocurrent/opam-staging
e196da37f904: Already exists
18e29f67b22f: Pulling fs layer
18e29f67b22f: Verifying Checksum
18e29f67b22f: Download complete
18e29f67b22f: Pull complete
Digest: sha256:c78c5ffea49a3f169db9d18dac7da962681ae004b72020e9e91474c3e0f7cb9b
Status: Downloaded newer image for ocurrent/opam-staging@sha256:c78c5ffea49a3f169db9d18dac7da962681ae004b72020e9e91474c3e0f7cb9b
---> 670cc9b49649
Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
---> Running in 9b9640c1572c
Removing intermediate container 9b9640c1572c
---> 6be7873df9f2
Step 3/8 : RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.0
---> Running in 389f10e3f467
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-base-compiler.4.14.0] downloaded from https://github.com/ocaml/ocaml/archive/4.14.0.tar.gz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> installed ocaml-base-compiler.4.14.0
-> installed ocaml-config.2
-> installed ocaml.4.14.0
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 389f10e3f467
---> 3979cf38eae8
Step 4/8 : RUN opam pin add -k version ocaml-base-compiler 4.14.0
---> Running in 8555e9a8ad29
ocaml-base-compiler is now pinned to version 4.14.0
Already up-to-date.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 8555e9a8ad29
---> 030901b0df8a
Step 5/8 : RUN opam install -y opam-depext
---> Running in aefcf57686a8
The following actions will be performed:
- install opam-depext 1.2.1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-depext.1.2.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
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container aefcf57686a8
---> 45079f436066
Step 6/8 : ENTRYPOINT [ "opam", "exec", "--" ]
---> Running in d5f1c1dc9f80
Removing intermediate container d5f1c1dc9f80
---> 46450cca3868
Step 7/8 : CMD bash
---> Running in 22f390017600
Removing intermediate container 22f390017600
---> 120475cc1ecf
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
---> 84d824e71e9e
Successfully built fa18653932a6
Pushing "sha256:fa18653932a6f44ce1ed7fcfb69d3490986ca3a9909a74883a60fd71924b5666" to "ocurrent/opam-staging:ubuntu-18.04-ocaml-4.14-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
e382fe69af11: Preparing
99bd719b27cf: Preparing
cf1e6f9bc415: Preparing
99bd719b27cf: Layer already exists
cf1e6f9bc415: Layer already exists
e382fe69af11: Pushed
ubuntu-18.04-ocaml-4.14-arm64: digest: sha256:dd8ffb479a82424050260186f1e1d66c10076c094410c5d270a2cbf1e6514029 size: 956
Job succeeded
2022-05-13 08:01.03: Job succeeded