Build:
- 0
2025-03-31 02:43.46: New job: Build using linux-riscv64 in [] 2025-03-31 02:43.46: Will push staging image to ocurrent/opam-staging:ubuntu-24.04-ocaml-5.4-riscv64 Dockerfile: # syntax=docker/dockerfile:1 FROM ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7 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" USER root RUN apt-get -y update RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev USER opam RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk RUN opam pin add -k version ocaml-variants 5.4.0+trunk RUN opam install -y opam-depext ENTRYPOINT [ "opam", "exec", "--" ] CMD bash COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ] 2025-03-31 02:43.46: Using cache hint "5.4.0-riscv64-ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7" 2025-03-31 02:43.46: Waiting for resource in pool OCluster 2025-03-31 02:43.46: Waiting for worker… 2025-03-31 07:02.25: Got resource from pool OCluster Building on carpenter.caelum.ci.dev WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency. #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 753B 0.0s done #1 DONE 0.1s #2 resolve image config for docker-image://docker.io/docker/dockerfile:1 #2 DONE 0.9s #3 docker-image://docker.io/docker/dockerfile:1@sha256:4c68376a702446fc3c79af22de146a148bc3367e73c25a5803d453b6b3f722fb #3 CACHED #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 753B 0.0s done #1 DONE 0.1s #4 [internal] load build definition from Dockerfile #4 DONE 0.0s #5 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7 #5 DONE 0.0s #6 [internal] load .dockerignore #6 transferring context: #6 transferring context: 2B done #6 DONE 0.1s #7 [1/9] FROM docker.io/ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7 #7 CACHED #8 [internal] load build context #8 transferring context: 753B done #8 DONE 0.2s #9 [2/9] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default #9 7.661 [beta] Initialised #9 DONE 9.6s #10 [3/9] RUN apt-get -y update #10 1.260 Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease #10 1.263 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB] #10 1.279 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB] #10 1.294 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB] #10 2.090 Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1084 kB] #10 2.240 Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [700 kB] #10 3.103 Fetched 2163 kB in 2s (1111 kB/s) #10 3.103 Reading package lists... #10 DONE 13.0s #11 [4/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade #11 1.117 Reading package lists... #11 10.92 Building dependency tree... #11 12.00 Reading state information... #11 12.62 Calculating upgrade... #11 15.55 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. #11 DONE 15.6s #12 [5/9] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev #12 1.060 Reading package lists... #12 10.60 Building dependency tree... #12 11.65 Reading state information... #12 14.51 The following NEW packages will be installed: #12 14.52 libzstd-dev #12 14.79 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. #12 14.79 Need to get 1777 kB of archives. #12 14.79 After this operation, 14.4 MB of additional disk space will be used. #12 14.79 Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 libzstd-dev riscv64 1.5.5+dfsg2-2build1.1 [1777 kB] #12 16.30 debconf: delaying package configuration, since apt-utils is not installed #12 16.56 Fetched 1777 kB in 0s (6970 kB/s) #12 16.69 Selecting previously unselected package libzstd-dev:riscv64. #12 16.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16249 files and directories currently installed.) #12 16.87 Preparing to unpack .../libzstd-dev_1.5.5+dfsg2-2build1.1_riscv64.deb ... #12 16.89 Unpacking libzstd-dev:riscv64 (1.5.5+dfsg2-2build1.1) ... #12 18.02 Setting up libzstd-dev:riscv64 (1.5.5+dfsg2-2build1.1) ... #12 DONE 18.4s #13 [6/9] RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk #13 47.89 #13 47.89 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> #13 48.51 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.3 #13 49.12 [ocaml-config.3/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install #13 50.41 [ocaml-variants.5.4.0+trunk] downloaded from https://github.com/ocaml/ocaml/archive/trunk.tar.gz #13 56.03 #13 56.03 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> #13 56.04 -> installed base-bigarray.base #13 56.05 -> installed base-threads.base #13 56.28 -> installed base-unix.base #13 56.29 -> installed host-arch-riscv64.1 #13 56.31 -> installed host-system-other.1 #13 56.32 -> installed ocaml-beta.enabled #13 1929.2 -> installed ocaml-variants.5.4.0+trunk #13 1929.7 -> installed ocaml-config.3 #13 1930.9 -> installed ocaml.5.4.0 #13 1931.2 -> installed base-domains.base #13 1931.6 -> installed base-effects.base #13 1931.9 -> installed base-nnp.base #13 1935.2 Done. #13 1935.2 # Run eval $(opam env) to update the current shell environment #13 DONE 1940.4s #14 [7/9] RUN opam pin add -k version ocaml-variants 5.4.0+trunk #14 6.455 ocaml-variants is now pinned to version 5.4.0+trunk #14 6.455 #14 49.87 Already up-to-date. #14 49.87 Nothing to do. #14 49.87 # Run eval $(opam env) to update the current shell environment #14 DONE 50.2s #15 [8/9] RUN opam install -y opam-depext #15 55.13 The following actions will be performed: #15 55.13 - install opam-depext 1.2.3 #15 55.13 #15 55.13 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> #15 56.40 [opam-depext.1.2.3] downloaded from https://github.com/ocaml-opam/opam-depext/releases/download/v1.2.3/opam-depext-full-1.2.3.tbz #15 56.54 #15 56.54 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> #15 70.24 -> installed opam-depext.1.2.3 #15 70.30 Done. #15 70.31 # Run eval $(opam env) to update the current shell environment #15 DONE 70.7s #16 [9/9] COPY --link [ Dockerfile, /Dockerfile.ocaml ] #16 DONE 0.2s #17 exporting to image #17 exporting layers #17 exporting layers 40.6s done #17 writing image sha256:d2990b8fb183a8ee8769256e6c21344a235ed424ef150fa20f61ae1e645843e8 0.0s done #17 DONE 40.7s 1 warning found (use --debug to expand): - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 15) Pushing "sha256:d2990b8fb183a8ee8769256e6c21344a235ed424ef150fa20f61ae1e645843e8" to "ocurrent/opam-staging:ubuntu-24.04-ocaml-5.4-riscv64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrent/opam-staging] 26a1f6715b40: Preparing a1f4e8f68117: Preparing 79e5c68d454b: Preparing ad01c8fd9315: Preparing 750618320aa5: Preparing c2d2caf7e5aa: Preparing 44708fa3b40b: Preparing 811b86693083: Preparing 248e7ebdb8c6: Preparing 30172e0f0c1e: Preparing 052ec88e20ad: Preparing 3a979fc8d782: Preparing 1644fffbbab3: Preparing 444cd5291ca8: Preparing 151e3b017ac7: Preparing 1c161001e9ca: Preparing 934347882f82: Preparing a497039e0357: Preparing 826d7de03f21: Preparing d407d92f94d9: Preparing f20d8b4ed178: Preparing e244d1e4c9d0: Preparing 21fd317d8781: Preparing 5f3d789b72f1: Preparing 72f4808093f5: Preparing 5f70bf18a086: Preparing a3cc3452d87f: Preparing c2d2caf7e5aa: Waiting 43f719281f11: Preparing b531ab9f0c71: Preparing 5ed1677b011e: Preparing b2b931bb326e: Preparing b2b931bb326e: Preparing 8e2707df09ce: Preparing bfb1fd0d40ce: Preparing 08d83f3a06cc: Preparing 1d32dc93041c: Preparing 150e81deea8d: Preparing a68c3c4ad381: Preparing 44708fa3b40b: Waiting d989d52c2e2a: Preparing 461425359c48: Preparing 811b86693083: Waiting d1962a0d9281: Preparing 151e3b017ac7: Waiting 248e7ebdb8c6: Waiting 2c43bc1ecd50: Preparing 30172e0f0c1e: Waiting 7518269c0919: Preparing 1c161001e9ca: Waiting 052ec88e20ad: Waiting fdfbe0999453: Preparing 3a979fc8d782: Waiting 42ed6612d3e9: Preparing 934347882f82: Waiting 63ee0b654500: Preparing 1644fffbbab3: Waiting a497039e0357: Waiting 444cd5291ca8: Waiting e244d1e4c9d0: Waiting 826d7de03f21: Waiting 08d83f3a06cc: Waiting 21fd317d8781: Waiting 1d32dc93041c: Waiting d407d92f94d9: Waiting 5f3d789b72f1: Waiting f20d8b4ed178: Waiting 150e81deea8d: Waiting 72f4808093f5: Waiting a68c3c4ad381: Waiting 7518269c0919: Waiting 5f70bf18a086: Waiting d989d52c2e2a: Waiting fdfbe0999453: Waiting a3cc3452d87f: Waiting 461425359c48: Waiting 42ed6612d3e9: Waiting 43f719281f11: Waiting d1962a0d9281: Waiting 63ee0b654500: Waiting b531ab9f0c71: Waiting 2c43bc1ecd50: Waiting 5ed1677b011e: Waiting bfb1fd0d40ce: Waiting 8e2707df09ce: Waiting b2b931bb326e: Waiting 26a1f6715b40: Pushed 79e5c68d454b: Pushed a1f4e8f68117: Pushed c2d2caf7e5aa: Pushed 248e7ebdb8c6: Layer already exists 30172e0f0c1e: Layer already exists 052ec88e20ad: Layer already exists 3a979fc8d782: Layer already exists 1644fffbbab3: Layer already exists 44708fa3b40b: Pushed 444cd5291ca8: Layer already exists 151e3b017ac7: Layer already exists 1c161001e9ca: Layer already exists 934347882f82: Layer already exists a497039e0357: Layer already exists 826d7de03f21: Layer already exists d407d92f94d9: Layer already exists f20d8b4ed178: Layer already exists e244d1e4c9d0: Layer already exists 750618320aa5: Pushed 5f3d789b72f1: Layer already exists 21fd317d8781: Layer already exists 72f4808093f5: Layer already exists a3cc3452d87f: Layer already exists 5f70bf18a086: Layer already exists 43f719281f11: Layer already exists b531ab9f0c71: Layer already exists 5ed1677b011e: Layer already exists b2b931bb326e: Layer already exists 8e2707df09ce: Layer already exists bfb1fd0d40ce: Layer already exists 08d83f3a06cc: Layer already exists 1d32dc93041c: Layer already exists 150e81deea8d: Layer already exists a68c3c4ad381: Layer already exists d989d52c2e2a: Layer already exists 461425359c48: Layer already exists d1962a0d9281: Layer already exists 2c43bc1ecd50: Layer already exists 7518269c0919: Layer already exists fdfbe0999453: Layer already exists 42ed6612d3e9: Layer already exists 63ee0b654500: Layer already exists 811b86693083: Pushed ad01c8fd9315: Pushed ubuntu-24.04-ocaml-5.4-riscv64: digest: sha256:361d7f7f84bc5ac91ba16086d23ea05f5df2c1b1b692c48f67abfe4206977333 size: 9924 Job succeeded 2025-03-31 07:41.51: Job succeeded