Build:
  1. 0
2023-03-20 19:01.00: New job: Build using linux-riscv64 in
                                []
2023-03-20 19:01.00: Will push staging image to ocurrent/opam-staging:ubuntu-20.04-ocaml-4.14-riscv64

Dockerfile:

# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:326989b7590f58faf4a357dae45b9138067df8c314b3cc131c15c28bb3ed6359
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.1
RUN opam pin add -k version ocaml-base-compiler 4.14.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]

2023-03-20 19:01.00: Using cache hint "4.14.1-riscv64-ocurrent/opam-staging@sha256:326989b7590f58faf4a357dae45b9138067df8c314b3cc131c15c28bb3ed6359"
2023-03-20 19:01.00: Waiting for resource in pool OCluster
2023-03-20 19:01.00: Waiting for worker…
2023-03-21 02:24.57: Got resource from pool OCluster
Building on leafcutter.ocamllabs.io
#1 [internal] load build definition from Dockerfile
#1 sha256:2da39a63043b5003bce2d622c47c2293bea4acb440e63c6aa499c5bde031e288
#1 transferring dockerfile: 502B 0.0s done
#1 DONE 0.2s

#2 [internal] load .dockerignore
#2 sha256:db803bf53533a6a14776931a97532bac1024748271ffe9d334f7d4dc80373af5
#2 transferring context:
#2 transferring context: 2B done
#2 DONE 0.2s

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:125b9c03858ea43752d62a201b8aae7702b9eb00f90b14e0e679800495dd4b83
#3 DONE 0.9s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
#4 sha256:93637f23e22e7e9f94c86abca8168ab1376303833d3e195c317f501df9b7fcf5
#4 CACHED

#5 [internal] load .dockerignore
#5 sha256:105ee565e993f24ccda8994c6f2499a07b577eed771b1ff9058516efe07754e4
#5 DONE 0.0s

#6 [internal] load build definition from Dockerfile
#6 sha256:7c7bbfb29346d3cf1acdc665d0e711358e756fd7a303f1118a5c526b4895ef50
#6 DONE 0.0s

#7 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:326989b7590f58faf4a357dae45b9138067df8c314b3cc131c15c28bb3ed6359
#7 sha256:e731fee9cc1d3388bf3a129c54300358055ce05c049b17a29bd38d5f49fdecde
#7 DONE 0.1s

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:326989b7590f58faf4a357dae45b9138067df8c314b3cc131c15c28bb3ed6359
#8 sha256:b78775041827627d6240e8c23ce62d40227a812b5281f5d6948301789f1be6df
#8 CACHED

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.1
#9 sha256:fbc1c93e030519cd16a885b40dab9f19cd8b08ce2b3ffff9adf1dc89b9885fcd
#9 ...

#12 [internal] load build context
#12 sha256:402017a2267c842b26bbd30bbed22976d35e14a3307c02cb6e33841833a0ba1d
#12 transferring context: 502B 0.0s done
#12 DONE 0.2s

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.1
#9 sha256:fbc1c93e030519cd16a885b40dab9f19cd8b08ce2b3ffff9adf1dc89b9885fcd
#9 70.40 
#9 70.40 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 72.87 [ocaml-base-compiler.4.14.1] downloaded from https://github.com/ocaml/ocaml/archive/4.14.1.tar.gz
#9 78.81 
#9 78.81 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 81.74 -> installed base-bigarray.base
#9 81.75 -> installed base-threads.base
#9 81.76 -> installed base-unix.base
#9 81.78 -> installed ocaml-options-vanilla.1
#9 1780.1 -> installed ocaml-base-compiler.4.14.1
#9 1780.5 -> installed ocaml-config.2
#9 1781.4 -> installed ocaml.4.14.1
#9 1784.7 Done.
#9 1784.7 # Run eval $(opam env) to update the current shell environment
#9 DONE 1786.3s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.14.1
#10 sha256:6e21c38b25bb13a19c2829ba2b087e34799f5bff66f44eb6fe5bb2589643cd10
#10 7.794 ocaml-base-compiler is now pinned to version 4.14.1
#10 7.794 
#10 71.42 No package build needed.
#10 71.42 Nothing to do.
#10 71.42 # Run eval $(opam env) to update the current shell environment
#10 DONE 71.8s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:77f0083ed216b53ff58a487b464ba81fef129f7eee4f4bae7cb22bcf7379f2e4
#11 73.41 The following actions will be performed:
#11 73.42   - install opam-depext 1.2.1-1
#11 73.42 
#11 73.42 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 74.16 [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
#11 74.30 
#11 74.30 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 93.53 -> installed opam-depext.1.2.1-1
#11 93.57 Done.
#11 93.58 # Run eval $(opam env) to update the current shell environment
#11 DONE 93.9s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:a0d5fdeb111705364f43d4f937a4d92352f5180337e33b743a06e6552f060c0f
#13 DONE 0.3s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 98.3s done
#14 writing image sha256:b3a7ca1ade35d258713d37914032691cd8d364a2c8c4e6d2c5db783ce5c4d64c
#14 writing image sha256:b3a7ca1ade35d258713d37914032691cd8d364a2c8c4e6d2c5db783ce5c4d64c done
#14 DONE 98.3s
Pushing "sha256:d9af7706dbb07111b84690f05182c4073a04850b81119a805061e37ad7835e03" to "ocurrent/opam-staging:ubuntu-20.04-ocaml-4.14-riscv64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
42c2d4ee1498: Preparing
42c2d4ee1498: Pushed
ubuntu-20.04-ocaml-4.14-riscv64: digest: sha256:c21131f0bfd33345322a1b85373133aea636120886de164936bfb8a2190c67bb size: 530
Job succeeded
2023-03-21 03:27.11: Job succeeded