2025-10-18 16:35.29: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (f27ae3461f568dc400841a51bec3de7730338f39) (linux-riscv64:debian-13-5.4_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard f27ae346cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288# debian-13-5.4_riscv64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam ./RUN opam pin add -yn volgo.dev './' && \opam pin add -yn volgo-vcs.dev './' && \opam pin add -yn volgo-tests.dev './' && \opam pin add -yn volgo-hg-unix.dev './' && \opam pin add -yn volgo-hg-eio.dev './' && \opam pin add -yn volgo-hg-backend.dev './' && \opam pin add -yn volgo-git-unix.dev './' && \opam pin add -yn volgo-git-eio.dev './' && \opam pin add -yn volgo-git-backend.dev './' && \opam pin add -yn volgo-dev.dev './' && \opam pin add -yn volgo-base.dev './' && \opam pin add -yn vcs-test-helpers.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.0.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.3.1 fpath-sexp0.0.3.1 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 topkg.1.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-18 16:35.29: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288-debian-13-5.4_riscv64_opam-2.4-71b10fa23f58c623e97fd8a571eb3716"2025-10-18 16:35.29: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288)(comment debian-13-5.4_riscv64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)(dst ./))(run (network host)(shell "opam pin add -yn volgo.dev './' && \\nopam pin add -yn volgo-vcs.dev './' && \\nopam pin add -yn volgo-tests.dev './' && \\nopam pin add -yn volgo-hg-unix.dev './' && \\nopam pin add -yn volgo-hg-eio.dev './' && \\nopam pin add -yn volgo-hg-backend.dev './' && \\nopam pin add -yn volgo-git-unix.dev './' && \\nopam pin add -yn volgo-git-eio.dev './' && \\nopam pin add -yn volgo-git-backend.dev './' && \\nopam pin add -yn volgo-dev.dev './' && \\nopam pin add -yn volgo-base.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.0.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.3.1 fpath-sexp0.0.3.1 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 topkg.1.1.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build")))2025-10-18 16:35.29: Waiting for resource in pool OCluster2025-10-18 23:42.24: Waiting for worker…2025-10-19 10:31.40: Got resource from pool OClusterBuilding on riscv-bm-03.sw.ci.devAll commits already cachedHEAD is now at f27ae34 Merge pull request #108 from mbarbin/upgrade-crs.0.0.20251014(from ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288' locallydocker.io/ocaml/opam@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288: Pulling from ocaml/opam913254a25f5e: Pulling fs layerd4181e0c64b1: Pulling fs layer60067d417858: Pulling fs layer85acc1d96727: Pulling fs layer3ed6ed890bcc: Pulling fs layer2dbf4e493c82: Pulling fs layer2392a1c0faf2: Pulling fs layera887790579d0: Pulling fs layer6bf6091e80a7: Pulling fs layer8335ff7d796a: Pulling fs layera5cf80048a8d: Pulling fs layer11557f96dff6: Pulling fs layer85acc1d96727: Waiting5ffa47544a64: Pulling fs layer2dbf4e493c82: Waitingb92bc0bdd77f: Pulling fs layer2392a1c0faf2: Waiting11bee46e736c: Pulling fs layera887790579d0: Waiting6cdee63da433: Pulling fs layerbd6b847c6301: Pulling fs layeref94452a17d0: Pulling fs layerbd4498e2bf68: Pulling fs layer3ed6ed890bcc: Waiting6bf6091e80a7: Waiting8335ff7d796a: Waitinga5cf80048a8d: Waiting11557f96dff6: Waiting5ffa47544a64: Waitingb92bc0bdd77f: Waiting11bee46e736c: Waiting6cdee63da433: Waitingbd6b847c6301: Waitingef94452a17d0: Waitingcae9012f5512: Pulling fs layerbd4498e2bf68: Waiting97e1a82ddbc1: Pulling fs layer4f4fb700ef54: Pulling fs layera36b4f4c3856: Pulling fs layercae9012f5512: Waiting97e1a82ddbc1: Waiting4f4fb700ef54: Waitingba5c5eee93b2: Pulling fs layera36b4f4c3856: Waitingccef58c1ec23: Pulling fs layerf58caa225e78: Pulling fs layere5b816875ec7: Pulling fs layer637cd996e729: Pulling fs layer4798bd4315ce: Pulling fs layer1a9d0398727f: Pulling fs layer87a13479d21f: Pulling fs layer826d12795d2a: Pulling fs layerec3c50c293a6: Pulling fs layer75873b00ea39: Pulling fs layerba5c5eee93b2: Waiting2dc1ede51ef9: Pulling fs layerccef58c1ec23: Waitinge521104f43f2: Pulling fs layere5b816875ec7: Waiting637cd996e729: Waiting5adb34782261: Pulling fs layerf58caa225e78: Waiting4798bd4315ce: Waiting1a9d0398727f: Waiting3902e7196407: Pulling fs layer87a13479d21f: Waiting2dc1ede51ef9: Waiting826d12795d2a: Waitingec3c50c293a6: Waiting75873b00ea39: Waitinge521104f43f2: Waiting5adb34782261: Waiting58655837ed1a: Pulling fs layer48f0059e882a: Pulling fs layerae593e70caf6: Pulling fs layerc31229a73423: Pulling fs layerc1449e0dd683: Pulling fs layer3902e7196407: Waitingcaf6ad521897: Pulling fs layer58655837ed1a: Waiting329dc00a05ae: Pulling fs layer48f0059e882a: Waitinga47284690750: Pulling fs layerae593e70caf6: Waitingc31229a73423: Waitinge9c6ab46017e: Pulling fs layercaf6ad521897: Waiting329dc00a05ae: Waitinga47284690750: Waitinge9c6ab46017e: Waitingc1449e0dd683: Waiting60067d417858: Verifying Checksum60067d417858: Download completed4181e0c64b1: Verifying Checksumd4181e0c64b1: Download complete85acc1d96727: Verifying Checksum85acc1d96727: Download complete3ed6ed890bcc: Verifying Checksum3ed6ed890bcc: Download complete913254a25f5e: Verifying Checksum913254a25f5e: Download completea887790579d0: Verifying Checksuma887790579d0: Download complete2392a1c0faf2: Verifying Checksum2392a1c0faf2: Download complete6bf6091e80a7: Verifying Checksum6bf6091e80a7: Download complete8335ff7d796a: Verifying Checksuma5cf80048a8d: Verifying Checksuma5cf80048a8d: Download complete5ffa47544a64: Verifying Checksum5ffa47544a64: Download complete11557f96dff6: Verifying Checksum11557f96dff6: Download completeb92bc0bdd77f: Verifying Checksumb92bc0bdd77f: Download complete11bee46e736c: Verifying Checksum11bee46e736c: Download complete6cdee63da433: Verifying Checksum6cdee63da433: Download completebd6b847c6301: Verifying Checksumbd6b847c6301: Download completeef94452a17d0: Download completebd4498e2bf68: Download completecae9012f5512: Verifying Checksumcae9012f5512: Download complete97e1a82ddbc1: Verifying Checksum97e1a82ddbc1: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea36b4f4c3856: Verifying Checksuma36b4f4c3856: Download completeba5c5eee93b2: Download completeccef58c1ec23: Download completef58caa225e78: Verifying Checksumf58caa225e78: Download complete637cd996e729: Verifying Checksum637cd996e729: Download complete4798bd4315ce: Verifying Checksum4798bd4315ce: Download completee5b816875ec7: Verifying Checksume5b816875ec7: Download complete1a9d0398727f: Download complete87a13479d21f: Download complete826d12795d2a: Verifying Checksum826d12795d2a: Download completeec3c50c293a6: Verifying Checksumec3c50c293a6: Download complete913254a25f5e: Pull completed4181e0c64b1: Pull complete60067d417858: Pull complete75873b00ea39: Download completee521104f43f2: Verifying Checksume521104f43f2: Download complete85acc1d96727: Pull complete3ed6ed890bcc: Pull complete2dbf4e493c82: Verifying Checksum2dbf4e493c82: Download complete3902e7196407: Verifying Checksum3902e7196407: Download complete58655837ed1a: Verifying Checksum58655837ed1a: Download complete48f0059e882a: Verifying Checksum48f0059e882a: Download completeae593e70caf6: Download completec31229a73423: Verifying Checksumc31229a73423: Download completec1449e0dd683: Verifying Checksumc1449e0dd683: Download complete2dc1ede51ef9: Download complete329dc00a05ae: Verifying Checksum329dc00a05ae: Download complete5adb34782261: Verifying Checksum5adb34782261: Download completea47284690750: Verifying Checksuma47284690750: Download completee9c6ab46017e: Verifying Checksume9c6ab46017e: Download completecaf6ad521897: Verifying Checksumcaf6ad521897: Download complete2dbf4e493c82: Pull complete2392a1c0faf2: Pull completea887790579d0: Pull complete6bf6091e80a7: Pull complete8335ff7d796a: Pull completea5cf80048a8d: Pull complete11557f96dff6: Pull complete5ffa47544a64: Pull completeb92bc0bdd77f: Pull complete11bee46e736c: Pull complete6cdee63da433: Pull completebd6b847c6301: Pull completeef94452a17d0: Pull completebd4498e2bf68: Pull completecae9012f5512: Pull complete97e1a82ddbc1: Pull complete4f4fb700ef54: Pull completea36b4f4c3856: Pull completeba5c5eee93b2: Pull completeccef58c1ec23: Pull completef58caa225e78: Pull completee5b816875ec7: Pull complete637cd996e729: Pull complete4798bd4315ce: Pull complete1a9d0398727f: Pull complete87a13479d21f: Pull complete826d12795d2a: Pull completeec3c50c293a6: Pull complete75873b00ea39: Pull complete2dc1ede51ef9: Pull completee521104f43f2: Pull complete5adb34782261: Pull complete3902e7196407: Pull complete58655837ed1a: Pull complete48f0059e882a: Pull completeae593e70caf6: Pull completec31229a73423: Pull completec1449e0dd683: Pull completecaf6ad521897: Pull complete329dc00a05ae: Pull completea47284690750: Pull completee9c6ab46017e: Pull completeDigest: sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288Status: Downloaded newer image for ocaml/opam@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b252882025-10-19 10:31.41 ---> using "4fbebff2fe9ef1495e2d214609b2035574aee42978f29274f9ade35b3a9e6719" from cache/: (comment debian-13-5.4_riscv64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-19 10:31.41 ---> using "527ab505f1d7efafc8447b9ab5b51e78bded47dc20193bfc1e609a4f5a8660cd" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-19 10:31.41 ---> using "ef3971c1a78d0fadecd4a56e92a3279693226b19b1d03251b9953afe2a9d9d48" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.02.4.12025-10-19 10:31.41 ---> using "99827ec3f74219203532dd967ad83b982b5f930c87faab8530ffa6a021da7b6c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-19 10:31.41 ---> using "1e8f4a2b1bf1e3fc977029161890dd1e7a3c35e6f17fcd0be8e8891052cfde27" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..5bf570252b master -> origin/masterdeb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-19 10:31.41 ---> using "df243cdc7f5d0c2827da3694a7917d6d53528fe8af6e97630e58f506fdf35b7c" from cache/src: (copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)(dst ./))2025-10-19 10:31.41 ---> saved as "d54adbd7a9ab4452843957fc60c3a8522a3c3b0f4485b2929d6f2cb94816793c"/src: (run (network host)(shell "opam pin add -yn volgo.dev './' && \\nopam pin add -yn volgo-vcs.dev './' && \\nopam pin add -yn volgo-tests.dev './' && \\nopam pin add -yn volgo-hg-unix.dev './' && \\nopam pin add -yn volgo-hg-eio.dev './' && \\nopam pin add -yn volgo-hg-backend.dev './' && \\nopam pin add -yn volgo-git-unix.dev './' && \\nopam pin add -yn volgo-git-eio.dev './' && \\nopam pin add -yn volgo-git-backend.dev './' && \\nopam pin add -yn volgo-dev.dev './' && \\nopam pin add -yn volgo-base.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))[volgo.dev] synchronised (file:///src)volgo is now pinned to file:///src (version dev)[volgo-vcs.dev] synchronised (file:///src)volgo-vcs is now pinned to file:///src (version dev)[NOTE] Package volgo-tests does not exist in opam repositories registered in the current switch.[volgo-tests.dev] synchronised (file:///src)volgo-tests is now pinned to file:///src (version dev)[volgo-hg-unix.dev] synchronised (file:///src)volgo-hg-unix is now pinned to file:///src (version dev)[volgo-hg-eio.dev] synchronised (file:///src)volgo-hg-eio is now pinned to file:///src (version dev)[volgo-hg-backend.dev] synchronised (file:///src)volgo-hg-backend is now pinned to file:///src (version dev)[volgo-git-unix.dev] synchronised (file:///src)volgo-git-unix is now pinned to file:///src (version dev)[volgo-git-eio.dev] synchronised (file:///src)volgo-git-eio is now pinned to file:///src (version dev)[volgo-git-backend.dev] synchronised (file:///src)volgo-git-backend is now pinned to file:///src (version dev)[NOTE] Package volgo-dev does not exist in opam repositories registered in the current switch.[volgo-dev.dev] synchronised (file:///src)volgo-dev is now pinned to file:///src (version dev)[volgo-base.dev] synchronised (file:///src)volgo-base is now pinned to file:///src (version dev)[NOTE] Package vcs-test-helpers does not exist in opam repositories registered in the current switch.[vcs-test-helpers.dev] synchronised (file:///src)vcs-test-helpers is now pinned to file:///src (version dev)2025-10-19 10:32.58 ---> saved as "3acd005c5941d40f6e64269791c75074577269770891b4faf1559bbd376cebd5"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-19 10:32.58 ---> saved as "8496e83264505e9bfa31e14458a2229af0997271d63af4292053d7bf1f976b6e"/src: (env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.0.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.3.1 fpath-sexp0.0.3.1 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 topkg.1.1.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [53.4 kB]- Fetched 144 kB in 0s (319 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[vcs-test-helpers.dev] synchronised (file:///src)[volgo.dev] synchronised (file:///src)[volgo-base.dev] synchronised (file:///src)[volgo-git-backend.dev] synchronised (file:///src)[volgo-git-eio.dev] synchronised (file:///src)[volgo-git-unix.dev] synchronised (file:///src)[volgo-hg-backend.dev] synchronised (file:///src)[volgo-hg-eio.dev] synchronised (file:///src)[volgo-hg-unix.dev] synchronised (file:///src)[volgo-vcs.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:mercurial<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "mercurial"- Preconfiguring packages ...- Selecting previously unselected package libpython3.13-minimal:riscv64.- (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 ... 20731 files and directories currently installed.)- Preparing to unpack .../libpython3.13-minimal_3.13.5-2_riscv64.deb ...- Unpacking libpython3.13-minimal:riscv64 (3.13.5-2) ...- Selecting previously unselected package python3.13-minimal.- Preparing to unpack .../python3.13-minimal_3.13.5-2_riscv64.deb ...- Unpacking python3.13-minimal (3.13.5-2) ...- Setting up libpython3.13-minimal:riscv64 (3.13.5-2) ...- Setting up python3.13-minimal (3.13.5-2) ...- Selecting previously unselected package python3-minimal.- (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 ... 21056 files and directories currently installed.)- Preparing to unpack .../0-python3-minimal_3.13.5-1_riscv64.deb ...- Unpacking python3-minimal (3.13.5-1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../1-media-types_13.0.0_all.deb ...- Unpacking media-types (13.0.0) ...- Selecting previously unselected package readline-common.- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...- Unpacking readline-common (8.2-6) ...- Selecting previously unselected package libreadline8t64:riscv64.- Preparing to unpack .../3-libreadline8t64_8.2-6_riscv64.deb ...- Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8.2 to /lib/riscv64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8.2 to /lib/riscv64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'- Unpacking libreadline8t64:riscv64 (8.2-6) ...- Selecting previously unselected package libpython3.13-stdlib:riscv64.- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_riscv64.deb ...- Unpacking libpython3.13-stdlib:riscv64 (3.13.5-2) ...- Selecting previously unselected package python3.13.- Preparing to unpack .../5-python3.13_3.13.5-2_riscv64.deb ...- Unpacking python3.13 (3.13.5-2) ...- Selecting previously unselected package libpython3-stdlib:riscv64.- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_riscv64.deb ...- Unpacking libpython3-stdlib:riscv64 (3.13.5-1) ...- Setting up python3-minimal (3.13.5-1) ...- Selecting previously unselected package python3.- (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 ... 21542 files and directories currently installed.)- Preparing to unpack .../0-python3_3.13.5-1_riscv64.deb ...- Unpacking python3 (3.13.5-1) ...- Selecting previously unselected package sensible-utils.- Preparing to unpack .../1-sensible-utils_0.0.25_all.deb ...- Unpacking sensible-utils (0.0.25) ...- Selecting previously unselected package libtext-charwidth-perl:riscv64.- Preparing to unpack .../2-libtext-charwidth-perl_0.04-11+b4_riscv64.deb ...- Unpacking libtext-charwidth-perl:riscv64 (0.04-11+b4) ...- Selecting previously unselected package libtext-wrapi18n-perl.- Preparing to unpack .../3-libtext-wrapi18n-perl_0.06-10_all.deb ...- Unpacking libtext-wrapi18n-perl (0.06-10) ...- Selecting previously unselected package ucf.- Preparing to unpack .../4-ucf_3.0052_all.deb ...- Moving old data out of the way- Unpacking ucf (3.0052) ...- Selecting previously unselected package mercurial-common.- Preparing to unpack .../5-mercurial-common_7.0.1-2_all.deb ...- Unpacking mercurial-common (7.0.1-2) ...- Selecting previously unselected package mercurial.- Preparing to unpack .../6-mercurial_7.0.1-2_riscv64.deb ...- Unpacking mercurial (7.0.1-2) ...- Setting up media-types (13.0.0) ...- Setting up libtext-charwidth-perl:riscv64 (0.04-11+b4) ...- Setting up libtext-wrapi18n-perl (0.06-10) ...- Setting up sensible-utils (0.0.25) ...- Setting up readline-common (8.2-6) ...- Setting up ucf (3.0052) ...- Setting up libreadline8t64:riscv64 (8.2-6) ...- Setting up libpython3.13-stdlib:riscv64 (3.13.5-2) ...- Setting up libpython3-stdlib:riscv64 (3.13.5-1) ...- Setting up python3.13 (3.13.5-2) ...- Setting up python3 (3.13.5-1) ...- running python rtupdate hooks for python3.13...- running python post-rtupdate hooks for python3.13...- Setting up mercurial-common (7.0.1-2) ...- Setting up mercurial (7.0.1-2) ...- Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version- Processing triggers for libc-bin (2.41-12) ...2025-10-19 10:34.25 ---> saved as "028bb9d56bc5ce3f7277cb6961938eb42e6597b9c61455363c89a82501396489"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 53 packages- install astring 0.8.5- install base v0.17.3- install bigstringaf 0.10.0- install bitv 2.1- install cmdlang 0.0.10- install cmdlang-cmdliner-err-runner 0.0.16- install cmdlang-to-cmdliner 0.0.10- install cmdliner 2.0.0- install conf-git 1.1- install conf-hg 1.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.20.2- install dune-configurator 3.20.2- install dyn 3.20.2- install eio 1.3- install fmt 0.11.0- install fpath 0.7.3- install fpath-base 0.3.1- install fpath-sexp0 0.3.1- install hmap 0.8.1- install loc 0.2.2- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install ordering 3.20.2- install parsexp v0.17.0- install pp 2.0.0- install pplumbing-err 0.0.16- install pplumbing-pp-tty 0.0.16- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.17.0- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_let v0.17.1- install ppx_sexp_conv v0.17.1- install ppx_sexp_value v0.17.0- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install psq 0.2.1- install seq base- install sexplib0 v0.17.0- install spawn v0.17.0- install stdlib-shims 0.3.0- install stdune 3.20.2- install thread-table 1.0.0- install topkg 1.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved bitv.2.1 (cached)-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached)-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-base.0.3.1, fpath-sexp0.0.3.1 (cached)-> retrieved eio.1.3 (cached)-> installed conf-hg.1.0-> retrieved hmap.0.8.1 (cached)-> retrieved loc.0.2.2 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_let.v0.17.1 (cached)-> retrieved ppx_sexp_value.v0.17.0 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved seq.base (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved spawn.v0.17.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.0 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed seq.base-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed hmap.0.8.1-> installed fpath.0.7.3-> installed mtime.2.1.0-> installed dune.3.20.2-> installed csexp.1.5.2-> installed bitv.2.1-> installed cmdlang.0.0.10-> installed cstruct.6.2.0-> installed lwt-dllist.1.1.0-> installed cmdlang-to-cmdliner.0.0.10-> installed ocaml_intrinsics_kernel.v0.17.1-> installed optint.0.3.0-> installed dune-configurator.3.20.2-> installed ocaml-compiler-libs.v0.17.0-> installed pp.2.0.0-> installed ppx_derivers.1.2.1-> installed bigstringaf.0.10.0-> installed psq.0.2.1-> installed ordering.3.20.2-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed spawn.v0.17.0-> installed thread-table.1.0.0-> installed fpath-sexp0.0.3.1-> installed dyn.3.20.2-> installed domain-local-await.1.0.1-> installed parsexp.v0.17.0-> installed eio.1.3-> installed base.v0.17.3-> installed fpath-base.0.3.1-> installed stdune.3.20.2-> installed loc.0.2.2-> installed pplumbing-pp-tty.0.0.16-> installed pplumbing-err.0.0.16-> installed cmdlang-cmdliner-err-runner.0.0.16-> installed ppxlib.0.37.0-> installed ppxlib_jane.v0.17.4-> installed ppx_here.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_compare.v0.17.0-> installed ppx_sexp_conv.v0.17.1-> installed ppx_let.v0.17.1-> installed ppx_hash.v0.17.0-> installed ppx_sexp_value.v0.17.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-19 10:46.31 ---> saved as "49346ae44522a7ac16777cc0ce27c853f3346dba5cbeaaebc89224abdab5d12a"/src: (copy (src .) (dst /src))2025-10-19 10:46.32 ---> saved as "78da00533906d6ca1580c49d4023e26b2484b23f977c317cb4ad9ab2635ac072"/src: (run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build"))2025-10-19 10:47.18 ---> saved as "126840bb8caf817d44679f4ab0bdbd0b9c58ac85d24c5a56e1bf9507b3710cfa"Job succeeded2025-10-19 10:47.18: Job succeeded