Build:
  1. 0
2023-01-27 19:49.01: New job: Build using linux-riscv64 in
                                []
2023-01-27 19:49.01: Will push staging image to ocurrent/opam-staging:ubuntu-20.04-ocaml-5.1-riscv64

Dockerfile:

# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:7d6b25061b4a58a8a619d3b04a69073fae9733831b5a9e13ab6ffec2aa043281
RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 5.1 --packages=ocaml-variants.5.1.0+trunk
RUN opam pin add -k version ocaml-variants 5.1.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]

2023-01-27 19:49.01: Using cache hint "5.1.0-riscv64-ocurrent/opam-staging@sha256:7d6b25061b4a58a8a619d3b04a69073fae9733831b5a9e13ab6ffec2aa043281"
2023-01-27 19:49.01: Waiting for resource in pool OCluster
2023-01-27 19:49.01: Waiting for worker...
2023-01-28 03:18.32: Got resource from pool OCluster
Building on leafcutter.ocamllabs.io
#1 [internal] load build definition from Dockerfile
#1 sha256:46ba65bd29abfb47631265b350e08e984f8e86227c2c2e5d97a697d7337505e6
#1 transferring dockerfile: 589B 0.0s done
#1 DONE 0.2s

#2 [internal] load .dockerignore
#2 sha256:e7e2366ad32e99fcb391f5398472a73ed2560dbef0c2a0174ce62e7e569a0bbb
#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 1.2s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
#4 sha256:92f19b479ec4f171058c868f3964e124a2f085d4aa1c248581fdcd162a49f095
#4 CACHED

#6 [internal] load build definition from Dockerfile
#6 sha256:0fa2999ffb6002f2095e37a9a987876a484e177ac207e339df010c5ced533745
#6 DONE 0.0s

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

#7 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:7d6b25061b4a58a8a619d3b04a69073fae9733831b5a9e13ab6ffec2aa043281
#7 sha256:9359a619bb3ec5d3a12681d0618f2e62098fd6c703e0c272c18a3d1f358b2030
#7 DONE 0.6s

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:7d6b25061b4a58a8a619d3b04a69073fae9733831b5a9e13ab6ffec2aa043281
#8 sha256:73ce3da60d7604ec33608f533763f9fde415274f1e43523796fd6efe2e1e89bd
#8 CACHED

#9 [2/6] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:f0d7d695632e71aa9d01ecfae59766546b14fe093521d3f513555d803c4be637
#9 ...

#13 [internal] load build context
#13 sha256:74354f4920b895d5910a05ceb7c344106d64a442c79ec38fb263421963e05826
#13 transferring context: 589B 0.0s done
#13 DONE 0.5s

#9 [2/6] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:f0d7d695632e71aa9d01ecfae59766546b14fe093521d3f513555d803c4be637
#9 7.147 [beta] Initialised
#9 DONE 8.9s

#10 [3/6] RUN opam switch create 5.1 --packages=ocaml-variants.5.1.0+trunk
#10 sha256:858d00d1a2ca1e7d3085c8c1ae3aa186ed45ab804d7bb62210c0a29e0bdc1227
#10 71.51 
#10 71.51 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 73.68 [ocaml-variants.5.1.0+trunk] downloaded from https://github.com/ocaml/ocaml/archive/trunk.tar.gz
#10 80.15 
#10 80.15 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 80.17 -> installed base-bigarray.base
#10 80.18 -> installed base-threads.base
#10 80.24 -> installed base-unix.base
#10 80.25 -> installed ocaml-beta.enabled
#10 80.27 -> installed ocaml-option-bytecode-only.1
#10 989.3 -> installed ocaml-variants.5.1.0+trunk
#10 989.7 -> installed ocaml-config.3
#10 990.5 -> installed ocaml.5.1.0
#10 990.7 -> installed base-domains.base
#10 990.9 -> installed base-nnp.base
#10 993.7 Done.
#10 993.7 # Run eval $(opam env) to update the current shell environment
#10 DONE 994.8s

#11 [4/6] RUN opam pin add -k version ocaml-variants 5.1.0+trunk
#11 sha256:6f6df2d7eb07f5feba324346e066f26b8d9b4995ebf18dc40652cd01d4ac4abc
#11 6.924 ocaml-variants is now pinned to version 5.1.0+trunk
#11 6.924 
#11 61.41 Already up-to-date.
#11 61.41 Nothing to do.
#11 61.42 # Run eval $(opam env) to update the current shell environment
#11 DONE 61.7s

#12 [5/6] RUN opam install -y opam-depext
#12 sha256:a212d32b6b8cc97787903d20cfddadf27714a95e80507dfb394694d9171f52c2
#12 64.98 The following actions will be performed:
#12 64.98   - install opam-depext 1.2.1-1
#12 64.98 
#12 64.98 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 65.71 [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
#12 65.83 
#12 65.83 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 82.42 -> installed opam-depext.1.2.1-1
#12 82.46 Done.
#12 82.47 # Run eval $(opam env) to update the current shell environment
#12 DONE 82.8s

#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:f374584d2443ad37ccbc7f71de351463f541196a53059a7ce939d88137914e6c
#14 DONE 0.3s

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 65.3s done
#15 writing image sha256:7db574349a4d2d7ed4ad0957289a89fa93aaa71e08c8a997595fd2152fba00e7
#15 writing image sha256:7db574349a4d2d7ed4ad0957289a89fa93aaa71e08c8a997595fd2152fba00e7 done
#15 DONE 65.3s
Pushing "sha256:3edeacbc24bf4e542958a12cac07bd73b0418120d8e92cf392e6fe195bcc5056" to "ocurrent/opam-staging:ubuntu-20.04-ocaml-5.1-riscv64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
1fff2563cf0e: Preparing
1fff2563cf0e: Pushed
ubuntu-20.04-ocaml-5.1-riscv64: digest: sha256:434358e7e6ce0789372c95ff7612ee4bf58fb29da995c59aaa10d1d762839715 size: 531
Job succeeded
2023-01-28 03:58.33: Job succeeded