2025-12-02 00:37.52: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/softprops/action-gh-release-2.5.0 (30f207285ee6203a72ff565fa8a8dc7bf6f706cf) (linux-x86_64:debian-12-4.14_opam-2.4)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "dependabot/github_actions/softprops/action-gh-release-2.5.0" && cd "vcs" && git reset --hard 30f20728cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854# debian-12-4.14_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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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-02 00:37.52: Using cache hint "mbarbin/vcs-ocaml/opam:debian-12-ocaml-4.14@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854-debian-12-4.14_opam-2.4-ee351335079a5e78bcbdf67b0e537830"2025-12-02 00:37.52: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854)(comment debian-12-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)(dst ./))(run (network host)(shell "opam pin add -yn volgo.dev './' && \\nopam pin add -yn volgo-vcs.dev './' && \\nopam pin add -yn volgo-tests.dev './' && \\nopam pin add -yn volgo-hg-unix.dev './' && \\nopam pin add -yn volgo-hg-eio.dev './' && \\nopam pin add -yn volgo-hg-backend.dev './' && \\nopam pin add -yn volgo-git-unix.dev './' && \\nopam pin add -yn volgo-git-eio.dev './' && \\nopam pin add -yn volgo-git-backend.dev './' && \\nopam pin add -yn volgo-dev.dev './' && \\nopam pin add -yn volgo-base.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 topkg.1.1.1")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build")))2025-12-02 00:37.52: Waiting for resource in pool OCluster2025-12-02 00:37.52: Waiting for worker…2025-12-02 00:37.52: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 30f2072 Bump softprops/action-gh-release from 2.3.3 to 2.5.0(from ocaml/opam:debian-12-ocaml-4.14@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854' locallydocker.io/ocaml/opam@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854: Pulling from ocaml/opam708274aafe49: Already exists737ad2ee74be: Pulling fs layer032e1e533064: Pulling fs layera743bd4d475e: Pulling fs layeraaac0d8bb086: Pulling fs layer2f47ce3dda7a: Pulling fs layerb362d301afa0: Pulling fs layeraaac0d8bb086: Waitingfe6e37b7e1da: Pulling fs layerb362d301afa0: Waiting2f47ce3dda7a: Waiting8a764116855e: Pulling fs layerc12cc9c502a1: Pulling fs layerfe6e37b7e1da: Waitingbbef696fc9f7: Pulling fs layer8a764116855e: Waitingc12cc9c502a1: Waiting38384e02ae76: Pulling fs layerbbef696fc9f7: Waiting2ca0d6272582: Pulling fs layer38384e02ae76: Waiting2ca0d6272582: Waiting8aa0bd7664c4: Pulling fs layera666c9909299: Pulling fs layer8aa0bd7664c4: Waiting6f7e696d79a3: Pulling fs layera666c9909299: Waiting6f7e696d79a3: Waitingba2687b09ddc: Pulling fs layerf1bba56185ec: Pulling fs layer863a2e448b4b: Pulling fs layer003964d3ed6f: Pulling fs layer4f4fb700ef54: Pulling fs layer863a2e448b4b: Waitingba2687b09ddc: Waiting863110cf126e: Pulling fs layer003964d3ed6f: Waitingf1bba56185ec: Waiting38d837da1f43: Pulling fs layerde5d0eb995c1: Pulling fs layer863110cf126e: Waiting38d837da1f43: Waiting349cf7ff9b72: Pulling fs layer89ea55c65d6b: Pulling fs layerde5d0eb995c1: Waiting349cf7ff9b72: Waitingc93a56c20fbe: Pulling fs layer89ea55c65d6b: Waiting5b3fd95fb4eb: Pulling fs layerede16d5501f3: Pulling fs layerc93a56c20fbe: Waiting5b3fd95fb4eb: Waiting13d38cef7b46: Pulling fs layerede16d5501f3: Waiting615ecf5b3783: Pulling fs layer13d38cef7b46: Waitingf3ca79f8019f: Pulling fs layer615ecf5b3783: Waiting244314359dd9: Pulling fs layerf3ca79f8019f: Waitingd3b76ad71828: Pulling fs layer244314359dd9: Waiting5ccff3f0221a: Pulling fs layerd3b76ad71828: Waitingb26db2ec9ad9: Pulling fs layer5ccff3f0221a: Waitingb26db2ec9ad9: Waiting0edb99110586: Pulling fs layer03bb3f13f54e: Pulling fs layera7eb825b3a84: Pulling fs layer03bb3f13f54e: Waitingb74e64dc4a43: Pulling fs layera7eb825b3a84: Waitingcfd8920bd642: Pulling fs layerb74e64dc4a43: Waitingcfd8920bd642: Waiting9b1cc9a519f7: Pulling fs layer9b1cc9a519f7: Waiting364304a7dfe9: Pulling fs layer364304a7dfe9: Waiting032e1e533064: Download complete737ad2ee74be: Verifying Checksum737ad2ee74be: Pull complete032e1e533064: Pull completeaaac0d8bb086: Download completea743bd4d475e: Download completeb362d301afa0: Verifying Checksumb362d301afa0: Download completea743bd4d475e: Pull completeaaac0d8bb086: Pull completefe6e37b7e1da: Verifying Checksumfe6e37b7e1da: Download complete8a764116855e: Verifying Checksum8a764116855e: Download completec12cc9c502a1: Verifying Checksumc12cc9c502a1: Download completebbef696fc9f7: Verifying Checksumbbef696fc9f7: Download complete38384e02ae76: Download complete2ca0d6272582: Download completea666c9909299: Verifying Checksuma666c9909299: Download complete8aa0bd7664c4: Verifying Checksum8aa0bd7664c4: Download complete6f7e696d79a3: Download completeba2687b09ddc: Download complete2f47ce3dda7a: Verifying Checksum2f47ce3dda7a: Download complete863a2e448b4b: Verifying Checksum863a2e448b4b: Download completef1bba56185ec: Verifying Checksumf1bba56185ec: Download complete003964d3ed6f: Download complete863110cf126e: Download complete38d837da1f43: Verifying Checksum38d837da1f43: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completede5d0eb995c1: Download complete349cf7ff9b72: Verifying Checksum349cf7ff9b72: Download complete89ea55c65d6b: Verifying Checksum89ea55c65d6b: Download completec93a56c20fbe: Download completeede16d5501f3: Verifying Checksumede16d5501f3: Download complete5b3fd95fb4eb: Download complete13d38cef7b46: Verifying Checksum13d38cef7b46: Download complete615ecf5b3783: Verifying Checksum615ecf5b3783: Download completef3ca79f8019f: Download complete244314359dd9: Verifying Checksum244314359dd9: Download complete5ccff3f0221a: Verifying Checksum5ccff3f0221a: Download complete0edb99110586: Verifying Checksum0edb99110586: Download complete03bb3f13f54e: Verifying Checksum03bb3f13f54e: Download completea7eb825b3a84: Download completeb26db2ec9ad9: Verifying Checksumb26db2ec9ad9: Download completecfd8920bd642: Verifying Checksumcfd8920bd642: Download complete9b1cc9a519f7: Verifying Checksum9b1cc9a519f7: Download complete364304a7dfe9: Verifying Checksum364304a7dfe9: Download completeb74e64dc4a43: Verifying Checksumb74e64dc4a43: Download complete2f47ce3dda7a: Pull completeb362d301afa0: Pull completefe6e37b7e1da: Pull complete8a764116855e: Pull completec12cc9c502a1: Pull completebbef696fc9f7: Pull complete38384e02ae76: Pull complete2ca0d6272582: Pull complete8aa0bd7664c4: Pull completea666c9909299: Pull complete6f7e696d79a3: Pull completeba2687b09ddc: Pull completef1bba56185ec: Pull complete863a2e448b4b: Pull complete003964d3ed6f: Pull complete4f4fb700ef54: Pull complete863110cf126e: Pull complete38d837da1f43: Pull completede5d0eb995c1: Pull complete349cf7ff9b72: Pull complete89ea55c65d6b: Pull completec93a56c20fbe: Pull complete5b3fd95fb4eb: Pull completeede16d5501f3: Pull complete13d38cef7b46: Pull complete615ecf5b3783: Pull completef3ca79f8019f: Pull complete244314359dd9: Pull completed3b76ad71828: Verifying Checksumd3b76ad71828: Download completed3b76ad71828: Pull complete5ccff3f0221a: Pull completeb26db2ec9ad9: Pull complete0edb99110586: Pull complete03bb3f13f54e: Pull completea7eb825b3a84: Pull completeb74e64dc4a43: Pull completecfd8920bd642: Pull complete9b1cc9a519f7: Pull complete364304a7dfe9: Pull completeDigest: sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854Status: Downloaded newer image for ocaml/opam@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c8542025-12-02 00:40.50 ---> saved as "587e2e8aea5afe4962fd158c03c55e90c5094b8627335c40e718a6801056b3bb"/: (comment debian-12-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-02 00:40.51 ---> saved as "8836ac379601f1e9460c7627b25e29a7bfd4a9a2222db56804fc8985c61f6c36"/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-02 00:41.12 ---> saved as "3450cd4d1ae6bd10d3d301b97768bf04e049abfd6a6357990310e225b72854b2"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 4.14.22.4.12025-12-02 00:41.12 ---> saved as "59723acd01d044757913a702a7add3d1c4e45ad188556a35cc727537bbbc4603"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-02 00:41.12 ---> saved as "5a5dc20e47f78287286646726336755e8fc38026e1234397d2eaa66da0331c6f"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee3428377a..2fd4164ca1 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> 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-02 00:41.32 ---> saved as "e78381dd56d5d785d6df9388642bb44ad9a99def201ba3001e1d336836389489"/src: (copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)(dst ./))2025-12-02 00:41.32 ---> saved as "31d057a13d045097921cd33efe37c3be3e444142f612ba6a09e155db40ca6f71"/src: (run (network host)(shell "opam pin add -yn volgo.dev './' && \\nopam pin add -yn volgo-vcs.dev './' && \\nopam pin add -yn volgo-tests.dev './' && \\nopam pin add -yn volgo-hg-unix.dev './' && \\nopam pin add -yn volgo-hg-eio.dev './' && \\nopam pin add -yn volgo-hg-backend.dev './' && \\nopam pin add -yn volgo-git-unix.dev './' && \\nopam pin add -yn volgo-git-eio.dev './' && \\nopam pin add -yn volgo-git-backend.dev './' && \\nopam pin add -yn volgo-dev.dev './' && \\nopam pin add -yn volgo-base.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))[volgo.dev] synchronised (file:///src)volgo is now pinned to file:///src (version dev)[volgo-vcs.dev] synchronised (file:///src)volgo-vcs is now pinned to file:///src (version dev)[NOTE] Package volgo-tests does not exist in opam repositories registered in the current switch.[volgo-tests.dev] synchronised (file:///src)volgo-tests is now pinned to file:///src (version dev)[volgo-hg-unix.dev] synchronised (file:///src)volgo-hg-unix is now pinned to file:///src (version dev)[volgo-hg-eio.dev] synchronised (file:///src)volgo-hg-eio is now pinned to file:///src (version dev)[volgo-hg-backend.dev] synchronised (file:///src)volgo-hg-backend is now pinned to file:///src (version dev)[volgo-git-unix.dev] synchronised (file:///src)volgo-git-unix is now pinned to file:///src (version dev)[volgo-git-eio.dev] synchronised (file:///src)volgo-git-eio is now pinned to file:///src (version dev)[volgo-git-backend.dev] synchronised (file:///src)volgo-git-backend is now pinned to file:///src (version dev)[NOTE] Package volgo-dev does not exist in opam repositories registered in the current switch.[volgo-dev.dev] synchronised (file:///src)volgo-dev is now pinned to file:///src (version dev)[volgo-base.dev] synchronised (file:///src)volgo-base is now pinned to file:///src (version dev)[NOTE] Package vcs-test-helpers does not exist in opam repositories registered in the current switch.[vcs-test-helpers.dev] synchronised (file:///src)vcs-test-helpers is now pinned to file:///src (version dev)2025-12-02 00:41.46 ---> saved as "c20e0cf9d2824a3238c856b51b702f09a93f16b5533293b89050fe8338d36683"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-02 00:41.47 ---> saved as "0e0180fb47dd2bcb7d013eb286ac14ce65a49154e1f515eb74ab005cb6166b99"/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 bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [288 kB]- Fetched 392 kB in 0s (1206 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"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libpython3.11-minimal:amd64.- (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 ... 18753 files and directories currently installed.)- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11-minimal.- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...- 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 ... 19060 files and directories currently installed.)- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...- Unpacking python3-minimal (3.11.2-1+b1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../media-types_10.0.0_all.deb ...- Unpacking media-types (10.0.0) ...- Selecting previously unselected package libpython3.11-stdlib:amd64.- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ...- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11.- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ...- Unpacking python3.11 (3.11.2-6+deb12u6) ...- Selecting previously unselected package libpython3-stdlib:amd64.- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...- Setting up python3-minimal (3.11.2-1+b1) ...- 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 ... 19470 files and directories currently installed.)- Preparing to unpack .../python3_3.11.2-1+b1_amd64.deb ...- Unpacking python3 (3.11.2-1+b1) ...- Selecting previously unselected package sensible-utils.- Preparing to unpack .../sensible-utils_0.0.17+nmu1_all.deb ...- Unpacking sensible-utils (0.0.17+nmu1) ...- Selecting previously unselected package ucf.- Preparing to unpack .../ucf_3.0043+nmu1+deb12u1_all.deb ...- Moving old data out of the way- Unpacking ucf (3.0043+nmu1+deb12u1) ...- Selecting previously unselected package mercurial-common.- Preparing to unpack .../mercurial-common_6.3.2-1+deb12u1_all.deb ...- Unpacking mercurial-common (6.3.2-1+deb12u1) ...- Selecting previously unselected package mercurial.- Preparing to unpack .../mercurial_6.3.2-1+deb12u1_amd64.deb ...- Unpacking mercurial (6.3.2-1+deb12u1) ...- Setting up media-types (10.0.0) ...- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...- Setting up sensible-utils (0.0.17+nmu1) ...- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...- Setting up python3.11 (3.11.2-6+deb12u6) ...- Setting up python3 (3.11.2-1+b1) ...- running python rtupdate hooks for python3.11...- running python post-rtupdate hooks for python3.11...- Setting up ucf (3.0043+nmu1+deb12u1) ...- Setting up mercurial-common (6.3.2-1+deb12u1) ...- Setting up mercurial (6.3.2-1+deb12u1) ...-- Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version2025-12-02 00:42.01 ---> saved as "fc184ac00b72c2d85b9cb7cb44f169853557ec4d6987d7cdf9891992b300c6f1"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 25 packages- install astring 0.8.5- install bitv 2.1- install cmdlang 0.0.10- install cmdlang-cmdliner-err-runner 0.0.16- install cmdlang-to-cmdliner 0.0.10- install cmdliner 2.1.0- install conf-git 1.1- install conf-hg 1.0- install csexp 1.5.2- install dune 3.20.2- install dyn 3.20.2- install fpath 0.7.3- install fpath-sexp0 0.4.0- install loc 0.2.2- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.20.2- install parsexp v0.16.0- install pp 2.0.0- install pplumbing-err 0.0.16- install pplumbing-pp-tty 0.0.16- install sexplib0 v0.16.0- install spawn v0.17.0- install stdune 3.20.2- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved bitv.2.1 (cached)-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached)-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.4.0 (cached)-> retrieved loc.0.2.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> 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 fpath-sexp0.0.4.0-> installed ordering.3.20.2-> 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-02 00:42.43 ---> saved as "beb4f3fb26b67a3358c0cc37e3b40ed296f6d999b6cc3399a2ba1bd65a101d7d"/src: (copy (src .) (dst /src))2025-12-02 00:42.44 ---> saved as "4c9dfc85241c07cfaa5bae90aa57aadb04ad37796aa3d370985aac850f124564"/src: (run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build"))2025-12-02 00:42.46 ---> saved as "465611ef4f07d149a6146ed5045b951007a684d7cbedf4b590f5bf82b9fc70e4"Job succeeded2025-12-02 00:42.46: Job succeeded