2025-12-02 00:37.37: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/actions/checkout-6 (47844e98fe6714ed6578a262e03361baf1b32147) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "dependabot/github_actions/actions/checkout-6" && cd "vcs" && git reset --hard 47844e98 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf # debian-13-4.14_riscv64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u COPY --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-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 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.20.2 topkg.1.1.1" 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-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN 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 END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-12-02 00:37.37: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf-debian-13-4.14_riscv64_opam-2.4-ee351335079a5e78bcbdf67b0e537830" 2025-12-02 00:37.37: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf) (comment debian-13-4.14_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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 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.20.2 topkg.1.1.1") (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-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")) ) 2025-12-02 00:37.37: Waiting for resource in pool OCluster 2025-12-02 00:37.37: Waiting for worker… 2025-12-02 00:53.22: Got resource from pool OCluster Building on riscv-bm-03.sw.ci.dev All commits already cached HEAD is now at 47844e9 Bump actions/checkout from 5 to 6 (from ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf' locally docker.io/ocaml/opam@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf: Pulling from ocaml/opam de6b66e2abcf: Pulling fs layer f69676b5bf8f: Pulling fs layer bd99c0c73b96: Pulling fs layer f210851d5991: Pulling fs layer 594b880773c5: Pulling fs layer 88a6edaecebc: Pulling fs layer 8c35beb4616c: Pulling fs layer e8a4d2e94f85: Pulling fs layer d0f326f9e9ec: Pulling fs layer 956d5e78253b: Pulling fs layer 7954f716a115: Pulling fs layer 581e2c81493a: Pulling fs layer 5529fc0e1c40: Pulling fs layer 79db350ffd3e: Pulling fs layer cc43366a44e4: Pulling fs layer 63496b557f2e: Pulling fs layer 357540a23278: Pulling fs layer 9c33f166bcc4: Pulling fs layer fe47bb149eab: Pulling fs layer 8e454fb1c5ba: Pulling fs layer e65b908a43b4: Pulling fs layer 4f4fb700ef54: Pulling fs layer ef05e6691b99: Pulling fs layer bc5b14d5098c: Pulling fs layer 7f3be6720340: Pulling fs layer 6a2fceda0a19: Pulling fs layer 92ebb3103569: Pulling fs layer 097a5f6d220f: Pulling fs layer a2f2cdd57c97: Pulling fs layer 4b459e121afa: Pulling fs layer feea11194646: Pulling fs layer 20fc9743e971: Pulling fs layer ae11f1720a91: Pulling fs layer 6436fc53390a: Pulling fs layer 1f45d3f5393a: Pulling fs layer 8259f056cd2d: Pulling fs layer 38957e560f26: Pulling fs layer 5afd09ced062: Pulling fs layer 2b07726c09d1: Pulling fs layer a5b0a9ef817f: Pulling fs layer f210851d5991: Waiting 4c49558dbf06: Pulling fs layer 594b880773c5: Waiting 88a6edaecebc: Waiting ff7cea3f4ac5: Pulling fs layer 8c35beb4616c: Waiting 83ed2be0386b: Pulling fs layer e8a4d2e94f85: Waiting b110f90dc31d: Pulling fs layer e65b908a43b4: Waiting 4f4fb700ef54: Waiting ef05e6691b99: Waiting bc5b14d5098c: Waiting 7f3be6720340: Waiting 6a2fceda0a19: Waiting 92ebb3103569: Waiting 097a5f6d220f: Waiting 5afd09ced062: Waiting a2f2cdd57c97: Waiting 2b07726c09d1: Waiting 4b459e121afa: Waiting feea11194646: Waiting a5b0a9ef817f: Waiting 20fc9743e971: Waiting 4c49558dbf06: Waiting ae11f1720a91: Waiting ff7cea3f4ac5: Waiting 6436fc53390a: Waiting 1f45d3f5393a: Waiting 83ed2be0386b: Waiting 8259f056cd2d: Waiting 38957e560f26: Waiting b110f90dc31d: Waiting d0f326f9e9ec: Waiting 956d5e78253b: Waiting 7954f716a115: Waiting 581e2c81493a: Waiting 5529fc0e1c40: Waiting 79db350ffd3e: Waiting cc43366a44e4: Waiting 63496b557f2e: Waiting 357540a23278: Waiting 9c33f166bcc4: Waiting fe47bb149eab: Waiting 8e454fb1c5ba: Waiting f69676b5bf8f: Verifying Checksum f69676b5bf8f: Download complete bd99c0c73b96: Verifying Checksum bd99c0c73b96: Download complete 594b880773c5: Verifying Checksum 594b880773c5: Download complete f210851d5991: Verifying Checksum f210851d5991: Download complete 8c35beb4616c: Verifying Checksum 8c35beb4616c: Download complete de6b66e2abcf: Verifying Checksum de6b66e2abcf: Download complete e8a4d2e94f85: Verifying Checksum e8a4d2e94f85: Download complete 956d5e78253b: Verifying Checksum 956d5e78253b: Download complete d0f326f9e9ec: Verifying Checksum d0f326f9e9ec: Download complete 581e2c81493a: Verifying Checksum 581e2c81493a: Download complete 7954f716a115: Verifying Checksum 7954f716a115: Download complete 5529fc0e1c40: Verifying Checksum 5529fc0e1c40: Download complete cc43366a44e4: Verifying Checksum cc43366a44e4: Download complete 79db350ffd3e: Download complete de6b66e2abcf: Pull complete f69676b5bf8f: Pull complete bd99c0c73b96: Pull complete f210851d5991: Pull complete 594b880773c5: Pull complete 88a6edaecebc: Download complete 63496b557f2e: Verifying Checksum 63496b557f2e: Download complete 357540a23278: Download complete 9c33f166bcc4: Verifying Checksum 9c33f166bcc4: Download complete fe47bb149eab: Download complete e65b908a43b4: Verifying Checksum 4f4fb700ef54: Download complete 8e454fb1c5ba: Verifying Checksum 8e454fb1c5ba: Download complete ef05e6691b99: Download complete bc5b14d5098c: Verifying Checksum bc5b14d5098c: Download complete 7f3be6720340: Verifying Checksum 7f3be6720340: Download complete 6a2fceda0a19: Verifying Checksum 6a2fceda0a19: Download complete 097a5f6d220f: Verifying Checksum 097a5f6d220f: Download complete 92ebb3103569: Verifying Checksum 92ebb3103569: Download complete a2f2cdd57c97: Verifying Checksum a2f2cdd57c97: Download complete 4b459e121afa: Verifying Checksum 4b459e121afa: Download complete feea11194646: Verifying Checksum feea11194646: Download complete ae11f1720a91: Verifying Checksum ae11f1720a91: Download complete 6436fc53390a: Verifying Checksum 6436fc53390a: Download complete 8259f056cd2d: Verifying Checksum 8259f056cd2d: Download complete 20fc9743e971: Verifying Checksum 20fc9743e971: Download complete 5afd09ced062: Verifying Checksum 5afd09ced062: Download complete 2b07726c09d1: Verifying Checksum 2b07726c09d1: Download complete a5b0a9ef817f: Download complete 38957e560f26: Verifying Checksum 38957e560f26: Download complete ff7cea3f4ac5: Verifying Checksum ff7cea3f4ac5: Download complete 83ed2be0386b: Download complete 1f45d3f5393a: Verifying Checksum 1f45d3f5393a: Download complete b110f90dc31d: Verifying Checksum b110f90dc31d: Download complete 4c49558dbf06: Verifying Checksum 4c49558dbf06: Download complete 88a6edaecebc: Pull complete 8c35beb4616c: Pull complete e8a4d2e94f85: Pull complete d0f326f9e9ec: Pull complete 956d5e78253b: Pull complete 7954f716a115: Pull complete 581e2c81493a: Pull complete 5529fc0e1c40: Pull complete 79db350ffd3e: Pull complete cc43366a44e4: Pull complete 63496b557f2e: Pull complete 357540a23278: Pull complete 9c33f166bcc4: Pull complete fe47bb149eab: Pull complete 8e454fb1c5ba: Pull complete e65b908a43b4: Pull complete 4f4fb700ef54: Pull complete ef05e6691b99: Pull complete bc5b14d5098c: Pull complete 7f3be6720340: Pull complete 6a2fceda0a19: Pull complete 92ebb3103569: Pull complete 097a5f6d220f: Pull complete a2f2cdd57c97: Pull complete 4b459e121afa: Pull complete feea11194646: Pull complete 20fc9743e971: Pull complete ae11f1720a91: Pull complete 6436fc53390a: Pull complete 1f45d3f5393a: Pull complete 8259f056cd2d: Pull complete 38957e560f26: Pull complete 5afd09ced062: Pull complete 2b07726c09d1: Pull complete a5b0a9ef817f: Pull complete 4c49558dbf06: Pull complete ff7cea3f4ac5: Pull complete 83ed2be0386b: Pull complete b110f90dc31d: Pull complete Digest: sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf Status: Downloaded newer image for ocaml/opam@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf 2025-12-02 00:53.23 ---> using "d92264e4bdf2426bd0a75a28e8d5f200891b44df8f32fb9f00ff584244f2cacb" from cache /: (comment debian-13-4.14_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-12-02 00:53.23 ---> using "70cfd89a534ac32b8a03cf7388e0fdb61301f41aaa19dcb6b61dd3f55663ba27" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-02 00:53.23 ---> using "f74819040769082e49a9fea58a1427a0a67d742a64946c725f49c09310b0db0e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 4.14.2 2.4.1 2025-12-02 00:53.23 ---> using "7434d0a37580c0b39246a6cf4a080a75f3e363f86d91ab3095645c56a45f9c6c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-02 00:53.23 ---> using "a30671c3bcc6f8fdaa41418ca2da6a16da8c27e6903e7bfab47cdbafd215b563" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 21f97b2e6d..1808b67a60 master -> origin/master 8a324a5b99 Add: cmdliner.2.1.0 (#28962) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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) 2025-12-02 00:53.23 ---> using "85e1cb04592ad7c40cdf9717ff0d1ccf282a107941e119cd3063d4ee6250ec87" 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-12-02 00:53.24 ---> saved as "5b1251ff421716bd1dcd7599650f77744bcb3d2fb2889e854859c0ba14757e47" /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-12-02 00:54.41 ---> saved as "aee72b8113ac21e60b4eb84aa851370ff7cd81a3732c6f2afc1f2735ed0274d0" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-02 00:54.42 ---> saved as "8b721295d48b0e65ea9262e6b1e391536a030b8be978bc8b2021835132103385" /src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 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.20.2 topkg.1.1.1") /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-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 [71.6 kB] - Fetched 9682 kB in 5s (1878 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.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 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 ... 20700 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 ... 21025 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 ... 21511 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-12-02 00:56.15 ---> saved as "f544a86e95cbc71cda23b49c32ef671a59615bf7c550fc570ec398f589882029" /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.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 25 packages - install astring 0.8.5 - 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.1.0 - install conf-git 1.1 - install conf-hg 1.0 - install csexp 1.5.2 - install dune 3.20.2 - install dyn 3.20.2 - install fpath 0.7.3 - install fpath-sexp0 0.4.0 - install loc 0.2.2 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.20.2 - 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.20.2 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bitv.2.1 (cached) -> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached) -> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-git.1.1 -> retrieved fpath.0.7.3 (cached) -> retrieved fpath-sexp0.0.4.0 (cached) -> retrieved loc.0.2.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-hg.1.0 -> retrieved parsexp.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) -> installed cmdliner.2.1.0 -> 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.20.2 -> installed bitv.2.1 -> installed cmdlang.0.0.10 -> installed csexp.1.5.2 -> installed pp.2.0.0 -> installed cmdlang-to-cmdliner.0.0.10 -> installed spawn.v0.17.0 -> installed sexplib0.v0.16.0 -> installed ordering.3.20.2 -> installed fpath-sexp0.0.4.0 -> installed parsexp.v0.16.0 -> installed dyn.3.20.2 -> 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 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-02 01:02.13 ---> saved as "dee6d0d3bfc9ac76f1d6d1aa1f15fbacd6391d19cadc643e4de71537dc3f808b" /src: (copy (src .) (dst /src)) 2025-12-02 01:02.14 ---> saved as "114b1c202d5170223f649e6807d4fc305e7724562c84b93c5072b6f28a18c1aa" /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")) 2025-12-02 01:02.39 ---> saved as "ac70c981fc5ed62677d5e6e4c891fca502d2cb28387615340c7852291904c1cd" Job succeeded 2025-12-02 01:02.39: Job succeeded