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:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854 Opam project build To 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 30f20728 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854 # debian-12-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam ./ RUN opam pin add -yn volgo.dev './' && \ opam pin add -yn volgo-vcs.dev './' && \ opam pin add -yn volgo-tests.dev './' && \ opam pin add -yn volgo-hg-unix.dev './' && \ opam pin add -yn volgo-hg-eio.dev './' && \ opam pin add -yn volgo-hg-backend.dev './' && \ opam pin add -yn volgo-git-unix.dev './' && \ opam pin add -yn volgo-git-eio.dev './' && \ opam pin add -yn volgo-git-backend.dev './' && \ opam pin add -yn volgo-dev.dev './' && \ opam pin add -yn volgo-base.dev './' && \ opam pin add -yn vcs-test-helpers.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-12-02 00:37.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 OCluster 2025-12-02 00:37.52: Waiting for worker… 2025-12-02 00:37.52: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854: Pulling from ocaml/opam 708274aafe49: Already exists 737ad2ee74be: Pulling fs layer 032e1e533064: Pulling fs layer a743bd4d475e: Pulling fs layer aaac0d8bb086: Pulling fs layer 2f47ce3dda7a: Pulling fs layer b362d301afa0: Pulling fs layer aaac0d8bb086: Waiting fe6e37b7e1da: Pulling fs layer b362d301afa0: Waiting 2f47ce3dda7a: Waiting 8a764116855e: Pulling fs layer c12cc9c502a1: Pulling fs layer fe6e37b7e1da: Waiting bbef696fc9f7: Pulling fs layer 8a764116855e: Waiting c12cc9c502a1: Waiting 38384e02ae76: Pulling fs layer bbef696fc9f7: Waiting 2ca0d6272582: Pulling fs layer 38384e02ae76: Waiting 2ca0d6272582: Waiting 8aa0bd7664c4: Pulling fs layer a666c9909299: Pulling fs layer 8aa0bd7664c4: Waiting 6f7e696d79a3: Pulling fs layer a666c9909299: Waiting 6f7e696d79a3: Waiting ba2687b09ddc: Pulling fs layer f1bba56185ec: Pulling fs layer 863a2e448b4b: Pulling fs layer 003964d3ed6f: Pulling fs layer 4f4fb700ef54: Pulling fs layer 863a2e448b4b: Waiting ba2687b09ddc: Waiting 863110cf126e: Pulling fs layer 003964d3ed6f: Waiting f1bba56185ec: Waiting 38d837da1f43: Pulling fs layer de5d0eb995c1: Pulling fs layer 863110cf126e: Waiting 38d837da1f43: Waiting 349cf7ff9b72: Pulling fs layer 89ea55c65d6b: Pulling fs layer de5d0eb995c1: Waiting 349cf7ff9b72: Waiting c93a56c20fbe: Pulling fs layer 89ea55c65d6b: Waiting 5b3fd95fb4eb: Pulling fs layer ede16d5501f3: Pulling fs layer c93a56c20fbe: Waiting 5b3fd95fb4eb: Waiting 13d38cef7b46: Pulling fs layer ede16d5501f3: Waiting 615ecf5b3783: Pulling fs layer 13d38cef7b46: Waiting f3ca79f8019f: Pulling fs layer 615ecf5b3783: Waiting 244314359dd9: Pulling fs layer f3ca79f8019f: Waiting d3b76ad71828: Pulling fs layer 244314359dd9: Waiting 5ccff3f0221a: Pulling fs layer d3b76ad71828: Waiting b26db2ec9ad9: Pulling fs layer 5ccff3f0221a: Waiting b26db2ec9ad9: Waiting 0edb99110586: Pulling fs layer 03bb3f13f54e: Pulling fs layer a7eb825b3a84: Pulling fs layer 03bb3f13f54e: Waiting b74e64dc4a43: Pulling fs layer a7eb825b3a84: Waiting cfd8920bd642: Pulling fs layer b74e64dc4a43: Waiting cfd8920bd642: Waiting 9b1cc9a519f7: Pulling fs layer 9b1cc9a519f7: Waiting 364304a7dfe9: Pulling fs layer 364304a7dfe9: Waiting 032e1e533064: Download complete 737ad2ee74be: Verifying Checksum 737ad2ee74be: Pull complete 032e1e533064: Pull complete aaac0d8bb086: Download complete a743bd4d475e: Download complete b362d301afa0: Verifying Checksum b362d301afa0: Download complete a743bd4d475e: Pull complete aaac0d8bb086: Pull complete fe6e37b7e1da: Verifying Checksum fe6e37b7e1da: Download complete 8a764116855e: Verifying Checksum 8a764116855e: Download complete c12cc9c502a1: Verifying Checksum c12cc9c502a1: Download complete bbef696fc9f7: Verifying Checksum bbef696fc9f7: Download complete 38384e02ae76: Download complete 2ca0d6272582: Download complete a666c9909299: Verifying Checksum a666c9909299: Download complete 8aa0bd7664c4: Verifying Checksum 8aa0bd7664c4: Download complete 6f7e696d79a3: Download complete ba2687b09ddc: Download complete 2f47ce3dda7a: Verifying Checksum 2f47ce3dda7a: Download complete 863a2e448b4b: Verifying Checksum 863a2e448b4b: Download complete f1bba56185ec: Verifying Checksum f1bba56185ec: Download complete 003964d3ed6f: Download complete 863110cf126e: Download complete 38d837da1f43: Verifying Checksum 38d837da1f43: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete de5d0eb995c1: Download complete 349cf7ff9b72: Verifying Checksum 349cf7ff9b72: Download complete 89ea55c65d6b: Verifying Checksum 89ea55c65d6b: Download complete c93a56c20fbe: Download complete ede16d5501f3: Verifying Checksum ede16d5501f3: Download complete 5b3fd95fb4eb: Download complete 13d38cef7b46: Verifying Checksum 13d38cef7b46: Download complete 615ecf5b3783: Verifying Checksum 615ecf5b3783: Download complete f3ca79f8019f: Download complete 244314359dd9: Verifying Checksum 244314359dd9: Download complete 5ccff3f0221a: Verifying Checksum 5ccff3f0221a: Download complete 0edb99110586: Verifying Checksum 0edb99110586: Download complete 03bb3f13f54e: Verifying Checksum 03bb3f13f54e: Download complete a7eb825b3a84: Download complete b26db2ec9ad9: Verifying Checksum b26db2ec9ad9: Download complete cfd8920bd642: Verifying Checksum cfd8920bd642: Download complete 9b1cc9a519f7: Verifying Checksum 9b1cc9a519f7: Download complete 364304a7dfe9: Verifying Checksum 364304a7dfe9: Download complete b74e64dc4a43: Verifying Checksum b74e64dc4a43: Download complete 2f47ce3dda7a: Pull complete b362d301afa0: Pull complete fe6e37b7e1da: Pull complete 8a764116855e: Pull complete c12cc9c502a1: Pull complete bbef696fc9f7: Pull complete 38384e02ae76: Pull complete 2ca0d6272582: Pull complete 8aa0bd7664c4: Pull complete a666c9909299: Pull complete 6f7e696d79a3: Pull complete ba2687b09ddc: Pull complete f1bba56185ec: Pull complete 863a2e448b4b: Pull complete 003964d3ed6f: Pull complete 4f4fb700ef54: Pull complete 863110cf126e: Pull complete 38d837da1f43: Pull complete de5d0eb995c1: Pull complete 349cf7ff9b72: Pull complete 89ea55c65d6b: Pull complete c93a56c20fbe: Pull complete 5b3fd95fb4eb: Pull complete ede16d5501f3: Pull complete 13d38cef7b46: Pull complete 615ecf5b3783: Pull complete f3ca79f8019f: Pull complete 244314359dd9: Pull complete d3b76ad71828: Verifying Checksum d3b76ad71828: Download complete d3b76ad71828: Pull complete 5ccff3f0221a: Pull complete b26db2ec9ad9: Pull complete 0edb99110586: Pull complete 03bb3f13f54e: Pull complete a7eb825b3a84: Pull complete b74e64dc4a43: Pull complete cfd8920bd642: Pull complete 9b1cc9a519f7: Pull complete 364304a7dfe9: Pull complete Digest: sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854 Status: Downloaded newer image for ocaml/opam@sha256:27192162a487f07795b9aa344a84ae5887f60b664e5f348b20c64f508df4c854 2025-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-02 00:41.12 ---> saved as "3450cd4d1ae6bd10d3d301b97768bf04e049abfd6a6357990310e225b72854b2" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-86-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-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_HEAD ee3428377a..2fd4164ca1 master -> origin/master 8a324a5b99 Add: cmdliner.2.1.0 (#28962) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-02 00: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 version 2025-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.16 Done. # 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 succeeded 2025-12-02 00:42.46: Job succeeded