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.0-riscv64

Dockerfile:

# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:7d6b25061b4a58a8a619d3b04a69073fae9733831b5a9e13ab6ffec2aa043281
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 5.0 --packages=ocaml-base-compiler.5.0.0
RUN opam pin add -k version ocaml-base-compiler 5.0.0
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.0.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 02:39.08: Got resource from pool OCluster
Building on leafcutter.ocamllabs.io
#1 [internal] load build definition from Dockerfile
#1 sha256:3fafe3f48838171c9b62b1219680766ca6bce45b034583d8fa08b40541496c4a
#1 transferring dockerfile: 499B 0.0s done
#1 DONE 0.2s

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

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

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

#6 [internal] load build definition from Dockerfile
#6 sha256:9e4075f4ef57d8fa3139b689f1b2dc32e77b71e677fc3ebe55a6baa4450a341c
#6 DONE 0.0s

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

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

#12 [internal] load build context
#12 sha256:8837b4e683271da7e5ab166e29441b721e2d30191b096859b944557ef51b2fbd
#12 transferring context: 499B 0.0s done
#12 DONE 0.4s

#9 [2/5] RUN opam switch create 5.0 --packages=ocaml-base-compiler.5.0.0
#9 sha256:aa416e19d38272bdcc316f92531134317624b010c9204a36d9d830d4ecd8f118
#9 69.28 
#9 69.28 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 71.75 [ocaml-base-compiler.5.0.0] downloaded from https://github.com/ocaml/ocaml/archive/5.0.0.tar.gz
#9 78.84 
#9 78.84 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 78.87 -> installed base-bigarray.base
#9 78.95 -> installed base-threads.base
#9 78.97 -> installed base-unix.base
#9 78.98 -> installed ocaml-option-bytecode-only.1
#9 82.75 -> installed ocaml-options-vanilla.1
#9 990.6 -> installed ocaml-base-compiler.5.0.0
#9 991.1 -> installed ocaml-config.3
#9 991.9 -> installed ocaml.5.0.0
#9 992.1 -> installed base-domains.base
#9 992.3 -> installed base-nnp.base
#9 995.1 Done.
#9 995.1 # Run eval $(opam env) to update the current shell environment
#9 DONE 996.5s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 5.0.0
#10 sha256:2e73f89ab74d831730d8f402d298835659d3bbb77c37045d8a318861cb216149
#10 7.366 ocaml-base-compiler is now pinned to version 5.0.0
#10 7.366 
#10 66.55 Already up-to-date.
#10 66.55 Nothing to do.
#10 66.55 # Run eval $(opam env) to update the current shell environment
#10 DONE 68.6s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:82157101a5215dd22f5fea3baf38f45054f902e47f806ad16bd7c2bd31f3d2a4
#11 70.62 The following actions will be performed:
#11 70.62   - install opam-depext 1.2.1-1
#11 70.62 
#11 70.62 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 72.01 [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 72.14 
#11 72.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 89.54 -> installed opam-depext.1.2.1-1
#11 89.60 Done.
#11 89.60 # Run eval $(opam env) to update the current shell environment
#11 DONE 92.0s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:8f7e725802408701ef74fb91e5d9ec3a403d9163948918df37cb15ce3c69864f
#13 DONE 0.5s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 73.8s done
#14 writing image sha256:b6aa74ed2fe1347fbdb87dff1931b8e9782361ba16600cbd5c82604f11d0b9c3 0.0s done
#14 DONE 73.8s
Pushing "sha256:2b17dcaf9937c2c320a7a9929430896bc29fa39cb8c37bb3ab9f78de86b74820" to "ocurrent/opam-staging:ubuntu-20.04-ocaml-5.0-riscv64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
8f6c5c533476: Preparing
8f6c5c533476: Pushed
ubuntu-20.04-ocaml-5.0-riscv64: digest: sha256:8125f5e2dff89b23d36ee4eae8734e5e3121e89cf3d9d37f20022ec6f65ab548 size: 530
Job succeeded
2023-01-28 03:34.48: Job succeeded