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:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "add-dyn-to-stdlib" && cd "vcs" && git reset --hard 6361b17c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25 # 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-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 OCluster 2025-12-24 13:53.04: Waiting for worker… 2025-12-24 13:53.04: Got resource from pool OCluster Building on riscv-bm-02.sw.ci.dev HEAD is now at 7ae3434 Merge pull request #118 from mbarbin/initiate-local-stdlib HEAD 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' locally docker.io/ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25: Pulling from ocaml/opam e8961870af39: Pulling fs layer 4a832a4b5136: Pulling fs layer e11310a182cd: Pulling fs layer 391f5edf7911: Pulling fs layer deea94045038: Pulling fs layer be4e7bcc848f: Pulling fs layer 396035b53bc8: Pulling fs layer 7bea9105d9bd: Pulling fs layer 5b46e8e533f2: Pulling fs layer ab2ae9ff501d: Pulling fs layer f68fedbf467f: Pulling fs layer 4e3c2b36c974: Pulling fs layer 3a8678d6f55c: Pulling fs layer f4543e42c6e2: Pulling fs layer e697da0f97a8: Pulling fs layer 493a7efdd4dc: Pulling fs layer ff33a970d7ea: Pulling fs layer c8fbffadb147: Pulling fs layer 9475a1b29b89: Pulling fs layer 7fdc5e499d24: Pulling fs layer 54fcd2440734: Pulling fs layer 1fdc2dbb38a7: Pulling fs layer 4f4fb700ef54: Pulling fs layer 333cb006279c: Pulling fs layer 5a6bb2d2810c: Pulling fs layer 8cc3bc437c9b: Pulling fs layer 2fdabb00b8ed: Pulling fs layer 6ac114550087: Pulling fs layer 53c5e0722362: Pulling fs layer b68efb7eab28: Pulling fs layer 5677914134a3: Pulling fs layer 45f0c8828c23: Pulling fs layer 433fbc97fb4e: Pulling fs layer 31b3480c0997: Pulling fs layer 216ab51b49c9: Pulling fs layer f7cbc98e0b07: Pulling fs layer 89cd1b5164b5: Pulling fs layer 253501d04927: Pulling fs layer 229281282206: Pulling fs layer 71bddc788bbc: Pulling fs layer 5dd2697f8d70: Pulling fs layer 23a01308d955: Pulling fs layer facd44704fec: Pulling fs layer 1454ae22d16a: Pulling fs layer 12d8b6a0e452: Pulling fs layer 396035b53bc8: Waiting 7bea9105d9bd: Waiting 5b46e8e533f2: Waiting ab2ae9ff501d: Waiting f68fedbf467f: Waiting 4e3c2b36c974: Waiting 3a8678d6f55c: Waiting f4543e42c6e2: Waiting e697da0f97a8: Waiting 493a7efdd4dc: Waiting ff33a970d7ea: Waiting c8fbffadb147: Waiting 9475a1b29b89: Waiting 391f5edf7911: Waiting 7fdc5e499d24: Waiting deea94045038: Waiting 54fcd2440734: Waiting be4e7bcc848f: Waiting 1fdc2dbb38a7: Waiting f7cbc98e0b07: Waiting 4f4fb700ef54: Waiting b68efb7eab28: Waiting 89cd1b5164b5: Waiting 333cb006279c: Waiting 5677914134a3: Waiting 253501d04927: Waiting 5a6bb2d2810c: Waiting 45f0c8828c23: Waiting 229281282206: Waiting 8cc3bc437c9b: Waiting 71bddc788bbc: Waiting 2fdabb00b8ed: Waiting 433fbc97fb4e: Waiting 5dd2697f8d70: Waiting 6ac114550087: Waiting 31b3480c0997: Waiting 23a01308d955: Waiting 53c5e0722362: Waiting 216ab51b49c9: Waiting facd44704fec: Waiting 1454ae22d16a: Waiting 12d8b6a0e452: Waiting 4a832a4b5136: Download complete e11310a182cd: Verifying Checksum e11310a182cd: Download complete e8961870af39: Verifying Checksum e8961870af39: Download complete deea94045038: Verifying Checksum deea94045038: Download complete 391f5edf7911: Verifying Checksum 391f5edf7911: Download complete 7bea9105d9bd: Verifying Checksum 7bea9105d9bd: Download complete 396035b53bc8: Verifying Checksum 396035b53bc8: Download complete 5b46e8e533f2: Verifying Checksum 5b46e8e533f2: Download complete ab2ae9ff501d: Verifying Checksum ab2ae9ff501d: Download complete 4e3c2b36c974: Verifying Checksum 4e3c2b36c974: Download complete f68fedbf467f: Verifying Checksum f68fedbf467f: Download complete 3a8678d6f55c: Verifying Checksum 3a8678d6f55c: Download complete f4543e42c6e2: Verifying Checksum f4543e42c6e2: Download complete e697da0f97a8: Download complete 493a7efdd4dc: Download complete ff33a970d7ea: Verifying Checksum ff33a970d7ea: Download complete c8fbffadb147: Verifying Checksum c8fbffadb147: Download complete e8961870af39: Pull complete 9475a1b29b89: Verifying Checksum 9475a1b29b89: Download complete 4a832a4b5136: Pull complete e11310a182cd: Pull complete 7fdc5e499d24: Verifying Checksum 7fdc5e499d24: Download complete 54fcd2440734: Verifying Checksum 54fcd2440734: Download complete 1fdc2dbb38a7: Verifying Checksum 1fdc2dbb38a7: Download complete 333cb006279c: Verifying Checksum 333cb006279c: Download complete 5a6bb2d2810c: Download complete 8cc3bc437c9b: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 391f5edf7911: Pull complete deea94045038: Pull complete 6ac114550087: Verifying Checksum 6ac114550087: Download complete 2fdabb00b8ed: Verifying Checksum 2fdabb00b8ed: Download complete 53c5e0722362: Verifying Checksum 53c5e0722362: Download complete b68efb7eab28: Verifying Checksum b68efb7eab28: Download complete 5677914134a3: Verifying Checksum 5677914134a3: Download complete 45f0c8828c23: Verifying Checksum 45f0c8828c23: Download complete 433fbc97fb4e: Verifying Checksum 433fbc97fb4e: Download complete 31b3480c0997: Verifying Checksum 31b3480c0997: Download complete 216ab51b49c9: Verifying Checksum 216ab51b49c9: Download complete 89cd1b5164b5: Verifying Checksum 89cd1b5164b5: Download complete be4e7bcc848f: Verifying Checksum be4e7bcc848f: Download complete 229281282206: Verifying Checksum 229281282206: Download complete 71bddc788bbc: Verifying Checksum 71bddc788bbc: Download complete 5dd2697f8d70: Verifying Checksum 5dd2697f8d70: Download complete f7cbc98e0b07: Download complete facd44704fec: Verifying Checksum facd44704fec: Download complete 1454ae22d16a: Verifying Checksum 1454ae22d16a: Download complete 253501d04927: Verifying Checksum 253501d04927: Download complete 12d8b6a0e452: Download complete 23a01308d955: Verifying Checksum 23a01308d955: Download complete be4e7bcc848f: Pull complete 396035b53bc8: Pull complete 7bea9105d9bd: Pull complete 5b46e8e533f2: Pull complete ab2ae9ff501d: Pull complete f68fedbf467f: Pull complete 4e3c2b36c974: Pull complete 3a8678d6f55c: Pull complete f4543e42c6e2: Pull complete e697da0f97a8: Pull complete 493a7efdd4dc: Pull complete ff33a970d7ea: Pull complete c8fbffadb147: Pull complete 9475a1b29b89: Pull complete 7fdc5e499d24: Pull complete 54fcd2440734: Pull complete 1fdc2dbb38a7: Pull complete 4f4fb700ef54: Pull complete 333cb006279c: Pull complete 5a6bb2d2810c: Pull complete 8cc3bc437c9b: Pull complete 2fdabb00b8ed: Pull complete 6ac114550087: Pull complete 53c5e0722362: Pull complete b68efb7eab28: Pull complete 5677914134a3: Pull complete 45f0c8828c23: Pull complete 433fbc97fb4e: Pull complete 31b3480c0997: Pull complete 216ab51b49c9: Pull complete f7cbc98e0b07: Pull complete 89cd1b5164b5: Pull complete 253501d04927: Pull complete 229281282206: Pull complete 71bddc788bbc: Pull complete 5dd2697f8d70: Pull complete 23a01308d955: Pull complete facd44704fec: Pull complete 1454ae22d16a: Pull complete 12d8b6a0e452: Pull complete Digest: sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25 Status: Downloaded newer image for ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25 2025-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-24 13:53.06 ---> using "ed6398628179ee1464e333beaad7919e7e37e8b1e970ffd55a35cefee09802b3" 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-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_HEAD ee48e882f0..235b964523 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> 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-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.16 Done. # 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 succeeded 2025-12-24 14:02.09: Job succeeded