2026-04-12 12:03.43: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (6195cc88ef911128475bf73d65e9808f2e4d1b6b) (linux-arm64:debian-13-4.14_arm32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard 6195cc88 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee # debian-13-4.14_arm32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 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.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.22.1 dune-build-info.3.22.1 dyn.3.22.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.22.1 loc.0.3.3 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.22.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.22.1 top-closure.3.22.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 $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 2026-04-12 12:03.43: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-debian-13-4.14_arm32_opam-2.5-0d6788c2d6e7b92ec347823fc5167674" 2026-04-12 12:03.43: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee) (comment debian-13-4.14_arm32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 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.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.22.1 dune-build-info.3.22.1 dyn.3.22.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.22.1 loc.0.3.3 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.22.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.22.1 top-closure.3.22.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-04-12 12:03.43: Waiting for resource in pool OCluster 2026-04-12 12:03.43: Waiting for worker… 2026-04-12 12:03.43: Got resource from pool OCluster Building on kydoime.caelum.ci.dev All commits already cached HEAD is now at 6195cc8 Upgrade CIs (from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locally docker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opam e7e4c87ce695: Pulling fs layer 098244b1fe4f: Pulling fs layer 94a818ec2cdc: Pulling fs layer 29e77b813c7f: Pulling fs layer b9dc986333a7: Pulling fs layer 023a3b8ea315: Pulling fs layer e7e4c87ce695: Waiting 94a818ec2cdc: Waiting 2684ea5ea2fe: Pulling fs layer 29e77b813c7f: Waiting b9dc986333a7: Waiting 023a3b8ea315: Waiting 93c319c970b2: Pulling fs layer 098244b1fe4f: Waiting 2684ea5ea2fe: Waiting 03f63d243d48: Pulling fs layer 237874024f5b: Pulling fs layer 03f63d243d48: Waiting 954f264158bf: Pulling fs layer 85f6eb6723bd: Pulling fs layer 237874024f5b: Waiting 954f264158bf: Waiting 2882e9da3bb0: Pulling fs layer 85f6eb6723bd: Waiting 4aabbd87a4c4: Pulling fs layer 4f386ee1e947: Pulling fs layer 2882e9da3bb0: Waiting 76eac5355b1e: Pulling fs layer 4aabbd87a4c4: Waiting 7732af2249d2: Pulling fs layer 0864fc6233a3: Pulling fs layer 74a602ddff51: Pulling fs layer 4f386ee1e947: Waiting 76eac5355b1e: Waiting 0864fc6233a3: Waiting eff8656d1a08: Pulling fs layer 74a602ddff51: Waiting 480ead97e7de: Pulling fs layer 71d9c83b5938: Pulling fs layer 4f4fb700ef54: Pulling fs layer 46ffbb314b18: Pulling fs layer 9ad678cce639: Pulling fs layer 4f4fb700ef54: Waiting cee0ad8655f3: Pulling fs layer 46ffbb314b18: Waiting 9ad678cce639: Waiting d7a6444c98ec: Pulling fs layer cee0ad8655f3: Waiting fb7ac70d48b8: Pulling fs layer 9e9d8c0fc63b: Pulling fs layer 4fd15bd8b00c: Pulling fs layer d7a6444c98ec: Waiting fb7ac70d48b8: Waiting 9e9d8c0fc63b: Waiting cfb25ffd51ce: Pulling fs layer a1d4a67b1423: Pulling fs layer b5f05950c5d7: Pulling fs layer ffaeb3c9d76d: Pulling fs layer 4fd15bd8b00c: Waiting cfb25ffd51ce: Waiting 4c3b6722757e: Pulling fs layer 0f58a95c7a9b: Pulling fs layer b5f05950c5d7: Waiting c3e40142c411: Pulling fs layer ffaeb3c9d76d: Waiting 4c3b6722757e: Waiting a1d4a67b1423: Waiting 7f8475cb6605: Pulling fs layer 05a50efaf303: Pulling fs layer 6b01dec062a8: Pulling fs layer 7f8475cb6605: Waiting 9fd1e9989233: Pulling fs layer 6b01dec062a8: Waiting 0f58a95c7a9b: Waiting 05a50efaf303: Waiting c3e40142c411: Waiting 433ff276b12f: Pulling fs layer efd9b50fadc4: Pulling fs layer d1391430121a: Pulling fs layer f656d97c5aae: Pulling fs layer 9fd1e9989233: Waiting 433ff276b12f: Waiting efd9b50fadc4: Waiting 098244b1fe4f: Download complete e7e4c87ce695: Verifying Checksum e7e4c87ce695: Download complete 94a818ec2cdc: Verifying Checksum 94a818ec2cdc: Download complete 29e77b813c7f: Verifying Checksum 29e77b813c7f: Download complete b9dc986333a7: Verifying Checksum b9dc986333a7: Download complete 2684ea5ea2fe: Verifying Checksum 2684ea5ea2fe: Download complete e7e4c87ce695: Pull complete 098244b1fe4f: Pull complete 94a818ec2cdc: Pull complete 29e77b813c7f: Pull complete b9dc986333a7: Pull complete 93c319c970b2: Verifying Checksum 93c319c970b2: Download complete 023a3b8ea315: Verifying Checksum 023a3b8ea315: Download complete 03f63d243d48: Download complete 237874024f5b: Verifying Checksum 237874024f5b: Download complete 954f264158bf: Verifying Checksum 954f264158bf: Download complete 85f6eb6723bd: Verifying Checksum 85f6eb6723bd: Download complete 2882e9da3bb0: Verifying Checksum 2882e9da3bb0: Download complete 4aabbd87a4c4: Verifying Checksum 4aabbd87a4c4: Download complete 76eac5355b1e: Verifying Checksum 76eac5355b1e: Download complete 4f386ee1e947: Verifying Checksum 4f386ee1e947: Download complete 7732af2249d2: Verifying Checksum 7732af2249d2: Download complete 0864fc6233a3: Verifying Checksum 0864fc6233a3: Download complete 74a602ddff51: Verifying Checksum 74a602ddff51: Download complete eff8656d1a08: Download complete 480ead97e7de: Verifying Checksum 480ead97e7de: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 71d9c83b5938: Verifying Checksum 71d9c83b5938: Download complete 46ffbb314b18: Download complete cee0ad8655f3: Download complete d7a6444c98ec: Verifying Checksum d7a6444c98ec: Download complete fb7ac70d48b8: Download complete 9e9d8c0fc63b: Verifying Checksum 9e9d8c0fc63b: Download complete 4fd15bd8b00c: Verifying Checksum 4fd15bd8b00c: Download complete 023a3b8ea315: Pull complete cfb25ffd51ce: Download complete 2684ea5ea2fe: Pull complete 93c319c970b2: Pull complete a1d4a67b1423: Verifying Checksum a1d4a67b1423: Download complete 03f63d243d48: Pull complete b5f05950c5d7: Download complete 237874024f5b: Pull complete ffaeb3c9d76d: Verifying Checksum ffaeb3c9d76d: Download complete 954f264158bf: Pull complete 4c3b6722757e: Verifying Checksum 4c3b6722757e: Download complete 85f6eb6723bd: Pull complete 2882e9da3bb0: Pull complete 4aabbd87a4c4: Pull complete 4f386ee1e947: Pull complete 76eac5355b1e: Pull complete 7732af2249d2: Pull complete 0864fc6233a3: Pull complete 74a602ddff51: Pull complete eff8656d1a08: Pull complete 480ead97e7de: Pull complete 71d9c83b5938: Pull complete 4f4fb700ef54: Pull complete 46ffbb314b18: Pull complete 9ad678cce639: Pull complete cee0ad8655f3: Pull complete d7a6444c98ec: Pull complete fb7ac70d48b8: Pull complete 9e9d8c0fc63b: Pull complete 4fd15bd8b00c: Pull complete cfb25ffd51ce: Pull complete a1d4a67b1423: Pull complete b5f05950c5d7: Pull complete ffaeb3c9d76d: Pull complete 4c3b6722757e: Pull complete c3e40142c411: Verifying Checksum c3e40142c411: Download complete 05a50efaf303: Verifying Checksum 05a50efaf303: Download complete 6b01dec062a8: Verifying Checksum 6b01dec062a8: Download complete 9fd1e9989233: Verifying Checksum 9fd1e9989233: Download complete 433ff276b12f: Verifying Checksum 433ff276b12f: Download complete efd9b50fadc4: Download complete d1391430121a: Verifying Checksum d1391430121a: Download complete f656d97c5aae: Verifying Checksum f656d97c5aae: Download complete 7f8475cb6605: Verifying Checksum 7f8475cb6605: Download complete 0f58a95c7a9b: Verifying Checksum 0f58a95c7a9b: Download complete 0f58a95c7a9b: Pull complete c3e40142c411: Pull complete 7f8475cb6605: Pull complete 05a50efaf303: Pull complete 6b01dec062a8: Pull complete 9fd1e9989233: Pull complete 433ff276b12f: Pull complete efd9b50fadc4: Pull complete d1391430121a: Pull complete f656d97c5aae: Pull complete Digest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee Status: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee 2026-04-12 12:03.44 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache /: (comment debian-13-4.14_arm32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-12 12:03.44 ---> using "80364e7ea3205efd59b6cbc366965d6fdeadf26970763d3042667a502d2bbf01" 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 2026-04-12 12:03.44 ---> using "52062abc9754f2f7adbcdae53513e4f1235a1be0e687b9206e441a5dd0e48602" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-04-12 12:03.44 ---> using "fa12169a33bbc70a6fa9176fcc7359a2140c5372c9c0bec86cfe85c767ebe583" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-12 12:03.44 ---> using "714c205c6aa9a3a01f77892c73cd70f2e82e79a2d5dd8150eb0263fd0a8a8c7f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..67472cd542 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> 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.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-04-12 12:03.44 ---> using "f157fc357df2b8e0cb7b460e279162a775424d0c0ad911c9895a82f5aec92f7a" 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-04-12 12:03.44 ---> saved as "cf2e46ae6d52ba55bb2de43153377356f676940863568d92f93272483473d39c" /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-04-12 12:04.05 ---> saved as "5eeaff898c660045fef32dc4cb3c63f038424729190e04b285284a556a6aed26" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-12 12:04.05 ---> saved as "d11364ab646685b23b6c6ee456dc4ada89d2631f4ccfa29ed2ac277a7cde352f" /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.22.1 dune-build-info.3.22.1 dyn.3.22.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.22.1 loc.0.3.3 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.22.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.22.1 top-closure.3.22.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 armhf Packages [9237 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [117 kB] - Fetched 9585 kB in 1s (7284 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:armhf. - (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 ... 20349 files and directories currently installed.) - Preparing to unpack .../libpython3.13-minimal_3.13.5-2_armhf.deb ... - Unpacking libpython3.13-minimal:armhf (3.13.5-2) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../python3.13-minimal_3.13.5-2_armhf.deb ... - Unpacking python3.13-minimal (3.13.5-2) ... - Setting up libpython3.13-minimal:armhf (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 ... 20674 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.5-1_armhf.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:armhf. - Preparing to unpack .../3-libreadline8t64_8.2-6_armhf.deb ... - Adding 'diversion of /lib/arm-linux-gnueabihf/libhistory.so.8 to /lib/arm-linux-gnueabihf/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/arm-linux-gnueabihf/libhistory.so.8.2 to /lib/arm-linux-gnueabihf/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/arm-linux-gnueabihf/libreadline.so.8 to /lib/arm-linux-gnueabihf/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/arm-linux-gnueabihf/libreadline.so.8.2 to /lib/arm-linux-gnueabihf/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:armhf (8.2-6) ... - Selecting previously unselected package libpython3.13-stdlib:armhf. - Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_armhf.deb ... - Unpacking libpython3.13-stdlib:armhf (3.13.5-2) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../5-python3.13_3.13.5-2_armhf.deb ... - Unpacking python3.13 (3.13.5-2) ... - Selecting previously unselected package libpython3-stdlib:armhf. - Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_armhf.deb ... - Unpacking libpython3-stdlib:armhf (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 ... 21160 files and directories currently installed.) - Preparing to unpack .../0-python3_3.13.5-1_armhf.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:armhf. - Preparing to unpack .../2-libtext-charwidth-perl_0.04-11+b4_armhf.deb ... - Unpacking libtext-charwidth-perl:armhf (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_armhf.deb ... - Unpacking mercurial (7.0.1-2) ... - Setting up media-types (13.0.0) ... - Setting up libtext-charwidth-perl:armhf (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:armhf (8.2-6) ... - Setting up libpython3.13-stdlib:armhf (3.13.5-2) ... - Setting up libpython3-stdlib:armhf (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+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-04-12 12:04.24 ---> saved as "b3da9222c0ca28413ef09e373c128bfb816c2b3d9d08d4c5da6178a32ce433a6" /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 29 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.22.1 - install dune-build-info 3.22.1 - install dyn 3.22.1 - install fpath 0.7.3 - install fpath-sexp0 0.4.0 - install fs-io 3.22.1 - install loc 0.3.3 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.22.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.22.1 - install top-closure 3.22.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.0 (cached) -> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (https://opam.ocaml.org/cache) -> retrieved csexp.1.5.2 (cached) -> installed conf-git.1.1 -> installed conf-hg.1.0 -> 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 ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved loc.0.3.3 (https://opam.ocaml.org/cache) -> 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 yojson.3.0.0 (cached) -> retrieved dune.3.22.1, dune-build-info.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1 (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.22.1 -> installed bitv.2.1 -> installed cmdlang.0.0.10 -> installed csexp.1.5.2 -> installed dune-build-info.3.22.1 -> installed fs-io.3.22.1 -> installed ordering.3.22.1 -> installed pp.2.0.0 -> installed sexplib0.v0.16.0 -> installed spawn.v0.17.0 -> installed top-closure.3.22.1 -> installed yojson.3.0.0 -> installed cmdlang-to-cmdliner.0.0.10 -> installed dyn.3.22.1 -> installed fpath-sexp0.0.4.0 -> installed parsexp.v0.16.0 -> installed stdune.3.22.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.16 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-12 12:05.54 ---> saved as "9305147c8257cf4273a498fed1bdc689fbccaa4b28c381418e92762c484cdc1e" /src: (copy (src .) (dst /src)) 2026-04-12 12:05.54 ---> saved as "e780dc9deb1fcc3a9359d8ebc53115e13a2687ce8dab9a3534e4a5bc377ceb82" /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-04-12 12:06.01 ---> saved as "6f09d0bf124dfa74f933cf19b2af583fa27b95c982fbb40c061f0a4df2e46810" Job succeeded 2026-04-12 12:06.02: Job succeeded