Build:
- 0
2025-03-31 02:43.45: New job: Build using linux-riscv64 in [] 2025-03-31 02:43.45: Will push staging image to ocurrent/opam-staging:ubuntu-24.04-ocaml-4.11-riscv64 Dockerfile: # syntax=docker/dockerfile:1 FROM ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7 ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" RUN opam switch create 4.11 --packages=ocaml-base-compiler.4.11.2 RUN opam pin add -k version ocaml-base-compiler 4.11.2 RUN opam install -y opam-depext ENTRYPOINT [ "opam", "exec", "--" ] CMD bash COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ] 2025-03-31 02:43.45: Using cache hint "4.11.2-riscv64-ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7" 2025-03-31 02:43.45: Waiting for resource in pool OCluster 2025-03-31 02:43.46: Waiting for worker… 2025-03-31 02:43.46: 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: 504B 0.0s done #1 DONE 0.1s #2 resolve image config for docker-image://docker.io/docker/dockerfile:1 #2 DONE 1.0s #3 docker-image://docker.io/docker/dockerfile:1@sha256:4c68376a702446fc3c79af22de146a148bc3367e73c25a5803d453b6b3f722fb #3 CACHED #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 504B 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: 2B done #6 DONE 0.1s #7 [internal] load build context #7 transferring context: 504B done #7 DONE 0.1s #8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7 #8 resolve docker.io/ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7 #8 resolve docker.io/ocurrent/opam-staging@sha256:a8a2246f941c086c63ca000307c7b0d478a7d7e56ca15a8ded38724cd6489af7 0.8s done #8 DONE 3.3s #9 [2/5] RUN opam switch create 4.11 --packages=ocaml-base-compiler.4.11.2 #9 49.30 #9 49.30 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> #9 50.00 [ocaml-config.1/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.1 #9 50.57 [ocaml-config.1/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install #9 51.73 [ocaml-base-compiler.4.11.2] downloaded from https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz #9 56.63 [ocaml-base-compiler.4.11.2/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1 #9 57.20 [ocaml-base-compiler.4.11.2/ocaml-base-compiler.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/ocaml-base-compiler.install #9 57.20 #9 57.20 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> #9 59.63 -> installed base-bigarray.base #9 59.63 -> installed base-threads.base #9 59.65 -> installed base-unix.base #9 1556.3 -> installed ocaml-base-compiler.4.11.2 #9 1556.7 -> installed ocaml-config.1 #9 1557.5 -> installed ocaml.4.11.2 #9 1560.2 Done. #9 1560.2 # Run eval $(opam env) to update the current shell environment #9 DONE 1562.5s #10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.11.2 #10 6.325 ocaml-base-compiler is now pinned to version 4.11.2 #10 6.325 #10 51.64 No package build needed. #10 51.64 Nothing to do. #10 51.65 # Run eval $(opam env) to update the current shell environment #10 DONE 51.9s #11 [4/5] RUN opam install -y opam-depext #11 54.35 The following actions will be performed: #11 54.36 - install opam-depext 1.2.3 #11 54.36 #11 54.36 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> #11 55.76 [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 #11 55.90 #11 55.90 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> #11 68.86 -> installed opam-depext.1.2.3 #11 68.94 Done. #11 68.94 # Run eval $(opam env) to update the current shell environment #11 DONE 69.3s #12 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ] #12 DONE 0.3s #13 exporting to image #13 exporting layers #13 exporting layers 48.1s done #13 writing image sha256:b9550da3f763b8c2bd96fccead8b4bee3e185d815bf586b6d622c9aeb2d22c53 0.0s done #13 DONE 48.1s 1 warning found (use --debug to expand): - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 9) Pushing "sha256:b9550da3f763b8c2bd96fccead8b4bee3e185d815bf586b6d622c9aeb2d22c53" to "ocurrent/opam-staging:ubuntu-24.04-ocaml-4.11-riscv64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrent/opam-staging] 423d68a14cbe: Preparing 7939464a8527: Preparing 02b8c8d7ec9c: Preparing 3c1739fff146: 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 43f719281f11: Preparing b531ab9f0c71: Preparing 5ed1677b011e: Preparing b2b931bb326e: Preparing b2b931bb326e: Preparing 8e2707df09ce: Preparing bfb1fd0d40ce: Preparing 08d83f3a06cc: Preparing 1d32dc93041c: Preparing 150e81deea8d: Preparing a68c3c4ad381: Preparing d989d52c2e2a: Preparing 461425359c48: Preparing d1962a0d9281: Preparing 2c43bc1ecd50: Preparing 7518269c0919: Preparing fdfbe0999453: Preparing 42ed6612d3e9: Preparing 63ee0b654500: Preparing 72f4808093f5: Waiting 5f70bf18a086: Waiting a3cc3452d87f: Waiting 43f719281f11: Waiting b531ab9f0c71: Waiting 5ed1677b011e: Waiting b2b931bb326e: Waiting 8e2707df09ce: Waiting bfb1fd0d40ce: Waiting 08d83f3a06cc: Waiting 1d32dc93041c: Waiting 150e81deea8d: Waiting a68c3c4ad381: Waiting d989d52c2e2a: Waiting 461425359c48: Waiting d1962a0d9281: Waiting 2c43bc1ecd50: Waiting 7518269c0919: Waiting fdfbe0999453: Waiting 42ed6612d3e9: Waiting 63ee0b654500: Waiting 1c161001e9ca: Waiting 934347882f82: Waiting a497039e0357: Waiting 826d7de03f21: Waiting 30172e0f0c1e: Waiting 052ec88e20ad: Waiting 3a979fc8d782: Waiting d407d92f94d9: Waiting f20d8b4ed178: Waiting 1644fffbbab3: Waiting 444cd5291ca8: Waiting e244d1e4c9d0: Waiting 151e3b017ac7: Waiting 21fd317d8781: Waiting 5f3d789b72f1: Waiting 248e7ebdb8c6: Layer already exists 30172e0f0c1e: Layer already exists 052ec88e20ad: Layer already exists 3a979fc8d782: Layer already exists 1644fffbbab3: Layer already exists 02b8c8d7ec9c: Pushed 444cd5291ca8: Layer already exists 423d68a14cbe: Pushed 151e3b017ac7: Layer already exists 1c161001e9ca: Layer already exists 934347882f82: Layer already exists a497039e0357: Layer already exists 7939464a8527: Pushed 826d7de03f21: Layer already exists d407d92f94d9: Layer already exists f20d8b4ed178: Layer already exists e244d1e4c9d0: Layer already exists 21fd317d8781: Layer already exists 5f3d789b72f1: Layer already exists 72f4808093f5: Layer already exists 5f70bf18a086: Layer already exists a3cc3452d87f: 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 3c1739fff146: Pushed ubuntu-24.04-ocaml-4.11-riscv64: digest: sha256:bcc92271897dd071c39820a9b070fda5506f4294d0fcf784713e1de4aada4e52 size: 9084 Job succeeded 2025-03-31 03:16.59: Job succeeded