2026-06-02 17:01.42: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (79cb2ed8a40e9bf89a14913b0db29686f96c3ae5) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard 79cb2ed8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148# debian-13-4.14_riscv64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 volgo-base-tests.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 volgo-base-tests.dev './' && \opam pin add -yn vcs-test-helpers.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.11 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.11 cmdliner.2.1.1 conf-git.1.1 csexp.1.5.2 dune.3.23.1 dune-build-info.3.23.1 dyn.3.23.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.23.1 loc.0.3.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.1 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.23.1 top-closure.3.23.1 topkg.1.1.1 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-02 17:01.42: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148-debian-13-4.14_riscv64_opam-2.5-1eb2a31066daf92e459a0a3acce8471c"2026-06-02 17:01.42: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148)(comment debian-13-4.14_riscv64_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))(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 "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 volgo-base-tests.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 volgo-base-tests.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.11 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.11 cmdliner.2.1.1 conf-git.1.1 csexp.1.5.2 dune.3.23.1 dune-build-info.3.23.1 dyn.3.23.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.23.1 loc.0.3.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.1 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.23.1 top-closure.3.23.1 topkg.1.1.1 yojson.3.0.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.5 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.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-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build")))2026-06-02 17:01.42: Connecting to build cluster…2026-06-02 17:01.42: Waiting for resource in pool OCluster2026-06-02 17:02.00: Waiting for worker…2026-06-03 16:14.15: Got resource from pool OClusterBuilding on riscv-qemu-kydoime-1hint: Using 'master' as the name for the initial branch. This default branch namehint: will change to "main" in Git 3.0. To configure the initial branch namehint: to use in all of your new repositories, which will suppress this warning,hint: call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>hint:hint: Disable this message with "git config set advice.defaultBranchName false"Initialized empty Git repository in /var/cache/obuilder/ocluster/git/vcs.git-042288f8803bf267221796852ff8c157abd5f180/.git/Updating files: 67% (415/618) Updating files: 68% (421/618) Updating files: 69% (427/618) Updating files: 70% (433/618) Updating files: 71% (439/618) Updating files: 72% (445/618) Updating files: 73% (452/618) Updating files: 74% (458/618) Updating files: 75% (464/618) Updating files: 76% (470/618) Updating files: 77% (476/618) Updating files: 78% (483/618) Updating files: 79% (489/618) Updating files: 80% (495/618) Updating files: 81% (501/618) Updating files: 82% (507/618) Updating files: 83% (513/618) Updating files: 84% (520/618) Updating files: 85% (526/618) Updating files: 86% (532/618) Updating files: 87% (538/618) Updating files: 88% (544/618) Updating files: 89% (551/618) Updating files: 90% (557/618) Updating files: 91% (563/618) Updating files: 92% (569/618) Updating files: 93% (575/618) Updating files: 94% (581/618) Updating files: 95% (588/618) Updating files: 96% (594/618) Updating files: 97% (600/618) Updating files: 98% (606/618) Updating files: 99% (612/618) Updating files: 100% (618/618) Updating files: 100% (618/618), done.HEAD is now at 79cb2ed Fix some typos(from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148' locallydocker.io/ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148: Pulling from ocaml/opam4046ebec70f9: Pulling fs layer4ed8411f916d: Pulling fs layerce822b37f90d: Pulling fs layer2fb6ad275801: Pulling fs layer63d4a5fad49f: Pulling fs layer0381acc2a8b0: Pulling fs layere5454370caa7: Pulling fs layer0579cb6ab594: Pulling fs layer0cfd154e1e5d: Pulling fs layer98c684fb6d19: Pulling fs layer24962eb9bb70: Pulling fs layer6d5ea7e5e4af: Pulling fs layere3857620b2e3: Pulling fs layer7a17e2d8fc06: Pulling fs layer8f948ee65c8c: Pulling fs layer5f5a05b1009d: Pulling fs layer171b3f10d791: Pulling fs layer9f25489b0b07: Pulling fs layer77c9fb28163e: Pulling fs layer4f4fb700ef54: Pulling fs layer9228a6b99d0b: Pulling fs layerc6c7822b3a69: Pulling fs layer2b34933fa0a0: Pulling fs layerabb5d92a5a6e: Pulling fs layereca8d6ac8a47: Pulling fs layer9fcd716da651: Pulling fs layer90e88fab92d1: Pulling fs layer757abf2776cc: Pulling fs layerc602fc8ace5e: Pulling fs layer79abe6ba87ae: Pulling fs layer16def90c9320: Pulling fs layer07e5d6b3cb74: Pulling fs layera29ae65dad1a: Pulling fs layer147d6f7e3ac8: Pulling fs layer2a662ad093c5: Pulling fs layer6d089a99df41: Pulling fs layerabb5d92a5a6e: Pulling fs layerf44b4a5b92bf: Pulling fs layer23dd9958186a: Pulling fs layere6cfbfba1b05: Pulling fs layerc8e548f9b440: Pulling fs layerd0814598e157: Pulling fs layer0f824191c7cc: Pulling fs layer95892e90f5bd: Pulling fs layer4f4fb700ef54: Already existsd0814598e157: Download complete7a17e2d8fc06: Download complete0381acc2a8b0: Download complete98c684fb6d19: Download complete8f948ee65c8c: Download complete0cfd154e1e5d: Download complete24962eb9bb70: Download complete0579cb6ab594: Download complete9228a6b99d0b: Download complete90e88fab92d1: Download completec602fc8ace5e: Download complete6d5ea7e5e4af: Download complete2b34933fa0a0: Download completee5454370caa7: Download completec6c7822b3a69: Download complete5f5a05b1009d: Download complete07e5d6b3cb74: Download complete95892e90f5bd: Download complete6d089a99df41: Download completeabb5d92a5a6e: Download complete147d6f7e3ac8: Download complete2a662ad093c5: Download complete23dd9958186a: Download complete9fcd716da651: Download completef44b4a5b92bf: Download completeeca8d6ac8a47: Download completee6cfbfba1b05: Download complete0f824191c7cc: Download completec8e548f9b440: Download complete4046ebec70f9: Download complete63d4a5fad49f: Download complete757abf2776cc: Download completee3857620b2e3: Download completece822b37f90d: Download complete79abe6ba87ae: Download complete171b3f10d791: Download complete2fb6ad275801: Download complete16def90c9320: Download complete77c9fb28163e: Download complete9f25489b0b07: Download completea29ae65dad1a: Download complete16def90c9320: Pull complete7a17e2d8fc06: Pull complete0381acc2a8b0: Pull complete2fb6ad275801: Pull complete24962eb9bb70: Pull complete9f25489b0b07: Pull complete4046ebec70f9: Pull complete171b3f10d791: Pull complete79abe6ba87ae: Pull complete63d4a5fad49f: Pull completece822b37f90d: Pull completee3857620b2e3: Pull complete757abf2776cc: Pull complete6d089a99df41: Pull completeabb5d92a5a6e: Pull complete2a662ad093c5: Pull complete4f4fb700ef54: Pull complete8f948ee65c8c: Pull complete0cfd154e1e5d: Pull complete9228a6b99d0b: Pull complete90e88fab92d1: Pull complete6d5ea7e5e4af: Pull complete95892e90f5bd: Pull complete147d6f7e3ac8: Pull complete98c684fb6d19: Pull complete2b34933fa0a0: Pull complete5f5a05b1009d: Pull complete23dd9958186a: Pull completef44b4a5b92bf: Pull completec8e548f9b440: Pull complete0579cb6ab594: Pull completec6c7822b3a69: Pull completeeca8d6ac8a47: Pull complete4ed8411f916d: Download complete4ed8411f916d: Pull complete9fcd716da651: Pull complete77c9fb28163e: Pull completed0814598e157: Pull completec602fc8ace5e: Pull complete07e5d6b3cb74: Pull completea29ae65dad1a: Pull complete0f824191c7cc: Pull completee6cfbfba1b05: Pull completee5454370caa7: Pull completeDigest: sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148Status: Downloaded newer image for ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc511482026-06-03 16:14.45 ---> using "e71f5e93635579aa375264ff191cd7628a76bff17fa38e70c7301fbe5a55a510" from cache/: (comment debian-13-4.14_riscv64_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-03 16:14.45 ---> using "0cf8b1f5e58dd7e6eb772897ce3a08791c101d5fcb5cd281143337c7032e9454" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..2974a97c3d master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-03 16:14.45 ---> using "999bc6e03eb112d0f9500a2bbe73443e958fb74e039c1f464dfb8ff5d3a8830a" 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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-03 16:14.45 ---> using "66cb9e76b0430f0e836af009830b24ad40443c36256cffa9a88fb9ae25c11497" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-14-genericThe OCaml toplevel, version 4.14.32.5.12026-06-03 16:14.45 ---> using "ccd53a3f42b4dfec8bd6bf9d24e47305bd082dd83d4b31f7a56b3032bc5f6a9d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-03 16:14.45 ---> using "efac0a770b2a8fa5973d0ef60b8c9e4fea2c160ef754087b940d27f0bfef6500" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-06-03 16:14.45 ---> using "26878ee28a98c7f5e12c6d44342acba5c94d2574cd18b1bf09d7433aa6020e73" 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 volgo-base-tests.opam vcs-test-helpers.opam)(dst ./))2026-06-03 16:14.50 ---> saved as "2137e6cf28d67e1034cdc119db41c71a9635b588d916bcc485605a680145504b"/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 volgo-base-tests.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 volgo-base-tests does not exist in opam repositories registered in the current switch.[volgo-base-tests.dev] synchronised (file:///src)volgo-base-tests 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)2026-06-03 16:21.01 ---> saved as "ac59fd185457524b33591ce9a21c6d0eb3cfcf9bc89e0aa4928b9d839f606d4c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-03 16:21.03 ---> saved as "41632c19bb6c3fa7e31a5c8ca08140cc3baf82e38b54757caf10819e83b7235b"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.11 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.11 cmdliner.2.1.1 conf-git.1.1 csexp.1.5.2 dune.3.23.1 dune-build-info.3.23.1 dyn.3.23.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.23.1 loc.0.3.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.1 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.23.1 top-closure.3.23.1 topkg.1.1.1 yojson.3.0.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.5 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main riscv64 Packages [9379 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [187 kB]- Fetched 9797 kB in 15s (635 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[volgo.dev] synchronised (file:///src)[volgo-git-backend.dev] synchronised (file:///src)[volgo-git-unix.dev] synchronised (file:///src)[volgo-hg-backend.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-06-03 16:24.16 ---> saved as "757acf38948405e7ce2358b2080d27aba3a21a6f7a3b2fe24dfb43b0a865ec0e"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 28 packages- install astring 0.8.5- install bitv 2.1- install cmdlang 0.0.11- install cmdlang-cmdliner-err-runner 0.0.16- install cmdlang-to-cmdliner 0.0.11- install cmdliner 2.1.1- install conf-git 1.1- install csexp 1.5.2- install dune 3.23.1- install dune-build-info 3.23.1- install dyn 3.23.1- install fpath 0.7.3- install fpath-sexp0 0.4.0- install fs-io 3.23.1- install loc 0.3.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.23.1- install parsexp v0.16.0- install pp 2.0.0- install pplumbing-err 0.0.16- install pplumbing-pp-tty 0.0.16- install sexplib0 v0.16.0- install spawn v0.17.0- install stdune 3.23.1- install top-closure 3.23.1- install topkg 1.1.1- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved bitv.2.1 (https://opam.ocaml.org/cache)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cmdlang.0.0.11, cmdlang-to-cmdliner.0.0.11 (https://opam.ocaml.org/cache)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (https://opam.ocaml.org/cache)-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.4.0 (https://opam.ocaml.org/cache)-> retrieved loc.0.3.3 (https://opam.ocaml.org/cache)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved pp.2.0.0 (https://opam.ocaml.org/cache)-> retrieved parsexp.v0.16.0 (https://opam.ocaml.org/cache)-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache)-> retrieved topkg.1.1.1 (cached)-> retrieved spawn.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.23.1, dune-build-info.3.23.1, dyn.3.23.1, fs-io.3.23.1, ordering.3.23.1, stdune.3.23.1, top-closure.3.23.1 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.23.1-> installed bitv.2.1-> installed cmdlang.0.0.11-> installed csexp.1.5.2-> installed dune-build-info.3.23.1-> installed fs-io.3.23.1-> installed ordering.3.23.1-> installed pp.2.0.0-> installed sexplib0.v0.16.0-> installed spawn.v0.17.0-> installed cmdlang-to-cmdliner.0.0.11-> installed top-closure.3.23.1-> installed yojson.3.0.0-> installed fpath-sexp0.0.4.0-> installed dyn.3.23.1-> installed parsexp.v0.16.0-> installed stdune.3.23.1-> installed loc.0.3.3-> installed pplumbing-pp-tty.0.0.16-> installed pplumbing-err.0.0.16-> installed cmdlang-cmdliner-err-runner.0.0.16Done.# To update the current shell environment, run: eval $(opam env)2026-06-03 16:49.41 ---> saved as "67228e1f78281cb30224fcb3c47ab48c5386994f6463b1359db1bf1d23498813"/src: (copy (src .) (dst /src))2026-06-03 16:49.52 ---> saved as "f5553db520be8cc51e1ddf40f88e7c9dc17f7916c1243f2556caca0b03ac0413"/src: (run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build"))2026-06-03 16:51.20 ---> saved as "b812215cce3e8b941af634b98de60a84f24d1443fbb6bb2f7707e61b101580df"Job succeeded2026-06-03 16:51.24: Job succeeded