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.08-arm64
Dockerfile:
FROM ocurrent/opam-staging@sha256:c78c5ffea49a3f169db9d18dac7da962681ae004b72020e9e91474c3e0f7cb9b
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.08 --packages=ocaml-base-compiler.4.08.1
RUN opam pin add -k version ocaml-base-compiler 4.08.1
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.08.1-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.08: 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: Image is up to date for ocurrent/opam-staging@sha256:c78c5ffea49a3f169db9d18dac7da962681ae004b72020e9e91474c3e0f7cb9b
---> 670cc9b49649
Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
---> Running in 31fadcbc9b84
Removing intermediate container 31fadcbc9b84
---> a15d5e8b7521
Step 3/8 : RUN opam switch create 4.08 --packages=ocaml-base-compiler.4.08.1
---> Running in f163458bba05
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-base-compiler.4.08.1] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
[ocaml-base-compiler.4.08.1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-base-compiler.4.08.1
-> installed ocaml-config.1
-> installed ocaml.4.08.1
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container f163458bba05
---> 3436a7df1d98
Step 4/8 : RUN opam pin add -k version ocaml-base-compiler 4.08.1
---> Running in 7b915c7bf1bc
ocaml-base-compiler is now pinned to version 4.08.1
No package build needed.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 7b915c7bf1bc
---> ae2cb52c0fe6
Step 5/8 : RUN opam install -y opam-depext
---> Running in 727735682c28
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 727735682c28
---> 2b25526436e7
Step 6/8 : ENTRYPOINT [ "opam", "exec", "--" ]
---> Running in f8f0d2d9e5ab
Removing intermediate container f8f0d2d9e5ab
---> fbe8be1e6120
Step 7/8 : CMD bash
---> Running in 1aafa5fcac7f
Removing intermediate container 1aafa5fcac7f
---> 7cd62a2f438d
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
---> 3ecf4e8d2578
Successfully built 699dfa3dc5cd
Pushing "sha256:699dfa3dc5cd44b291c2ae6ace91e5456e9ae35eef0e7523c37fc8a500bc39a0" to "ocurrent/opam-staging:ubuntu-18.04-ocaml-4.08-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
24f5559217fe: Preparing
99bd719b27cf: Preparing
cf1e6f9bc415: Preparing
cf1e6f9bc415: Layer already exists
99bd719b27cf: Layer already exists
24f5559217fe: Pushed
ubuntu-18.04-ocaml-4.08-arm64: digest: sha256:91f4ccf9538c6b8b4551134dadca421117973501ff20f268e492bf4a9d820f1b size: 956
Job succeeded
2022-05-13 08:02.04: Job succeeded