2025-12-24 13:53.04: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/add-dyn-to-stdlib (6361b17cebbe12e09fc8064d0bd54241a969e2f5) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "add-dyn-to-stdlib" && cd "vcs" && git reset --hard 6361b17ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25# debian-13-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-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 $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-BLOCK2025-12-24 13:53.04: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25-debian-13-4.14_riscv64_opam-2.4-ee351335079a5e78bcbdf67b0e537830"2025-12-24 13:53.04: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25)(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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-24 13:53.04: Waiting for resource in pool OCluster2025-12-24 13:53.04: Waiting for worker…2025-12-24 13:53.04: Got resource from pool OClusterBuilding on riscv-bm-02.sw.ci.devHEAD is now at 7ae3434 Merge pull request #118 from mbarbin/initiate-local-stdlibHEAD is now at 6361b17 Add Dyn and Ordering as standard deps(from ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25' locallydocker.io/ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25: Pulling from ocaml/opame8961870af39: Pulling fs layer4a832a4b5136: Pulling fs layere11310a182cd: Pulling fs layer391f5edf7911: Pulling fs layerdeea94045038: Pulling fs layerbe4e7bcc848f: Pulling fs layer396035b53bc8: Pulling fs layer7bea9105d9bd: Pulling fs layer5b46e8e533f2: Pulling fs layerab2ae9ff501d: Pulling fs layerf68fedbf467f: Pulling fs layer4e3c2b36c974: Pulling fs layer3a8678d6f55c: Pulling fs layerf4543e42c6e2: Pulling fs layere697da0f97a8: Pulling fs layer493a7efdd4dc: Pulling fs layerff33a970d7ea: Pulling fs layerc8fbffadb147: Pulling fs layer9475a1b29b89: Pulling fs layer7fdc5e499d24: Pulling fs layer54fcd2440734: Pulling fs layer1fdc2dbb38a7: Pulling fs layer4f4fb700ef54: Pulling fs layer333cb006279c: Pulling fs layer5a6bb2d2810c: Pulling fs layer8cc3bc437c9b: Pulling fs layer2fdabb00b8ed: Pulling fs layer6ac114550087: Pulling fs layer53c5e0722362: Pulling fs layerb68efb7eab28: Pulling fs layer5677914134a3: Pulling fs layer45f0c8828c23: Pulling fs layer433fbc97fb4e: Pulling fs layer31b3480c0997: Pulling fs layer216ab51b49c9: Pulling fs layerf7cbc98e0b07: Pulling fs layer89cd1b5164b5: Pulling fs layer253501d04927: Pulling fs layer229281282206: Pulling fs layer71bddc788bbc: Pulling fs layer5dd2697f8d70: Pulling fs layer23a01308d955: Pulling fs layerfacd44704fec: Pulling fs layer1454ae22d16a: Pulling fs layer12d8b6a0e452: Pulling fs layer396035b53bc8: Waiting7bea9105d9bd: Waiting5b46e8e533f2: Waitingab2ae9ff501d: Waitingf68fedbf467f: Waiting4e3c2b36c974: Waiting3a8678d6f55c: Waitingf4543e42c6e2: Waitinge697da0f97a8: Waiting493a7efdd4dc: Waitingff33a970d7ea: Waitingc8fbffadb147: Waiting9475a1b29b89: Waiting391f5edf7911: Waiting7fdc5e499d24: Waitingdeea94045038: Waiting54fcd2440734: Waitingbe4e7bcc848f: Waiting1fdc2dbb38a7: Waitingf7cbc98e0b07: Waiting4f4fb700ef54: Waitingb68efb7eab28: Waiting89cd1b5164b5: Waiting333cb006279c: Waiting5677914134a3: Waiting253501d04927: Waiting5a6bb2d2810c: Waiting45f0c8828c23: Waiting229281282206: Waiting8cc3bc437c9b: Waiting71bddc788bbc: Waiting2fdabb00b8ed: Waiting433fbc97fb4e: Waiting5dd2697f8d70: Waiting6ac114550087: Waiting31b3480c0997: Waiting23a01308d955: Waiting53c5e0722362: Waiting216ab51b49c9: Waitingfacd44704fec: Waiting1454ae22d16a: Waiting12d8b6a0e452: Waiting4a832a4b5136: Download completee11310a182cd: Verifying Checksume11310a182cd: Download completee8961870af39: Verifying Checksume8961870af39: Download completedeea94045038: Verifying Checksumdeea94045038: Download complete391f5edf7911: Verifying Checksum391f5edf7911: Download complete7bea9105d9bd: Verifying Checksum7bea9105d9bd: Download complete396035b53bc8: Verifying Checksum396035b53bc8: Download complete5b46e8e533f2: Verifying Checksum5b46e8e533f2: Download completeab2ae9ff501d: Verifying Checksumab2ae9ff501d: Download complete4e3c2b36c974: Verifying Checksum4e3c2b36c974: Download completef68fedbf467f: Verifying Checksumf68fedbf467f: Download complete3a8678d6f55c: Verifying Checksum3a8678d6f55c: Download completef4543e42c6e2: Verifying Checksumf4543e42c6e2: Download completee697da0f97a8: Download complete493a7efdd4dc: Download completeff33a970d7ea: Verifying Checksumff33a970d7ea: Download completec8fbffadb147: Verifying Checksumc8fbffadb147: Download completee8961870af39: Pull complete9475a1b29b89: Verifying Checksum9475a1b29b89: Download complete4a832a4b5136: Pull completee11310a182cd: Pull complete7fdc5e499d24: Verifying Checksum7fdc5e499d24: Download complete54fcd2440734: Verifying Checksum54fcd2440734: Download complete1fdc2dbb38a7: Verifying Checksum1fdc2dbb38a7: Download complete333cb006279c: Verifying Checksum333cb006279c: Download complete5a6bb2d2810c: Download complete8cc3bc437c9b: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete391f5edf7911: Pull completedeea94045038: Pull complete6ac114550087: Verifying Checksum6ac114550087: Download complete2fdabb00b8ed: Verifying Checksum2fdabb00b8ed: Download complete53c5e0722362: Verifying Checksum53c5e0722362: Download completeb68efb7eab28: Verifying Checksumb68efb7eab28: Download complete5677914134a3: Verifying Checksum5677914134a3: Download complete45f0c8828c23: Verifying Checksum45f0c8828c23: Download complete433fbc97fb4e: Verifying Checksum433fbc97fb4e: Download complete31b3480c0997: Verifying Checksum31b3480c0997: Download complete216ab51b49c9: Verifying Checksum216ab51b49c9: Download complete89cd1b5164b5: Verifying Checksum89cd1b5164b5: Download completebe4e7bcc848f: Verifying Checksumbe4e7bcc848f: Download complete229281282206: Verifying Checksum229281282206: Download complete71bddc788bbc: Verifying Checksum71bddc788bbc: Download complete5dd2697f8d70: Verifying Checksum5dd2697f8d70: Download completef7cbc98e0b07: Download completefacd44704fec: Verifying Checksumfacd44704fec: Download complete1454ae22d16a: Verifying Checksum1454ae22d16a: Download complete253501d04927: Verifying Checksum253501d04927: Download complete12d8b6a0e452: Download complete23a01308d955: Verifying Checksum23a01308d955: Download completebe4e7bcc848f: Pull complete396035b53bc8: Pull complete7bea9105d9bd: Pull complete5b46e8e533f2: Pull completeab2ae9ff501d: Pull completef68fedbf467f: Pull complete4e3c2b36c974: Pull complete3a8678d6f55c: Pull completef4543e42c6e2: Pull completee697da0f97a8: Pull complete493a7efdd4dc: Pull completeff33a970d7ea: Pull completec8fbffadb147: Pull complete9475a1b29b89: Pull complete7fdc5e499d24: Pull complete54fcd2440734: Pull complete1fdc2dbb38a7: Pull complete4f4fb700ef54: Pull complete333cb006279c: Pull complete5a6bb2d2810c: Pull complete8cc3bc437c9b: Pull complete2fdabb00b8ed: Pull complete6ac114550087: Pull complete53c5e0722362: Pull completeb68efb7eab28: Pull complete5677914134a3: Pull complete45f0c8828c23: Pull complete433fbc97fb4e: Pull complete31b3480c0997: Pull complete216ab51b49c9: Pull completef7cbc98e0b07: Pull complete89cd1b5164b5: Pull complete253501d04927: Pull complete229281282206: Pull complete71bddc788bbc: Pull complete5dd2697f8d70: Pull complete23a01308d955: Pull completefacd44704fec: Pull complete1454ae22d16a: Pull complete12d8b6a0e452: Pull completeDigest: sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25Status: Downloaded newer image for ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf252025-12-24 13:53.06 ---> using "2f036f5721b663ad0193431097395ba7cf7b655f5429c818c1d2c8c245333700" 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-24 13:53.06 ---> using "153eabfcdbac8c5ee624084cf59bb20b1ee5fb7ac84fbef60beaf6e6bb15af7b" 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-12-24 13:53.06 ---> using "ed6398628179ee1464e333beaad7919e7e37e8b1e970ffd55a35cefee09802b3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.22.4.12025-12-24 13:53.06 ---> using "3485185fbc430920d8900d4cb611245b3d0013408fc84b790b144f8a52334dfc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-24 13:53.06 ---> using "cbe757f6ae25866ccd3186b24b34c3b653455be2289afa864932e4021d7d8e94" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..235b964523 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-24 13:53.06 ---> using "8679d259e5ba9b1c3e60d1c28196ad06f4785601b4224eca564672fc60d1360b" 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-24 13:53.07 ---> saved as "7994973539e23608ed289b1faf267b344bbfdc6d7a8e393c476747ffc492ed80"/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-24 13:54.23 ---> saved as "9102f70844b4cac16f29087020ca32a1de93b7358e3d3dddf172015d1c957250"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-24 13:54.24 ---> saved as "9740b3756f292655305227cb3ef093504f5fbe50bf703cd21e45de14899a3f3b"/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"- 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 [86.1 kB]- Fetched 177 kB in 0s (388 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-24 13:55.52 ---> saved as "d2c67413b17fe968a5a27f91ac9314fc8d3147325f1853b2b16c66843da777e3"/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 loc.0.2.2 (cached)-> retrieved fpath-sexp0.0.4.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> installed conf-hg.1.0-> retrieved ocamlfind.1.9.8 (cached)-> 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.16Done.# To update the current shell environment, run: eval $(opam env)2025-12-24 14:01.45 ---> saved as "a84eb144bf9e37d561473af2ce1c388adfb3334ba88ff958361e0559eff4a640"/src: (copy (src .) (dst /src))2025-12-24 14:01.46 ---> saved as "3a0baa01e2c687d47dbd979f5b5d01a4cd67acce3814ee5a1c6dce9159994638"/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-24 14:02.08 ---> saved as "c04f18ddd80a26d91bdb5805d3b76043509cceaf02fbf17069139fadd8cfff2e"Job succeeded2025-12-24 14:02.09: Job succeeded