2025-12-02 00:37.36: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/actions/checkout-6 (47844e98fe6714ed6578a262e03361baf1b32147) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.4) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "dependabot/github_actions/actions/checkout-6" && cd "vcs" && git reset --hard 47844e98 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version 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 ./src/./ RUN opam pin add -yn volgo.dev './src/./' && \ opam pin add -yn volgo-vcs.dev './src/./' && \ opam pin add -yn volgo-tests.dev './src/./' && \ opam pin add -yn volgo-hg-unix.dev './src/./' && \ opam pin add -yn volgo-hg-eio.dev './src/./' && \ opam pin add -yn volgo-hg-backend.dev './src/./' && \ opam pin add -yn volgo-git-unix.dev './src/./' && \ opam pin add -yn volgo-git-eio.dev './src/./' && \ opam pin add -yn volgo-git-backend.dev './src/./' && \ opam pin add -yn volgo-dev.dev './src/./' && \ opam pin add -yn volgo-base.dev './src/./' && \ opam pin add -yn vcs-test-helpers.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./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 cd ./src && 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.36: Using cache hint "mbarbin/vcs-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-ee351335079a5e78bcbdf67b0e537830" 2025-12-02 00:37.36: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_arm64_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 ./src/./)) (run (network host) (shell "opam pin add -yn volgo.dev './src/./' && \ \nopam pin add -yn volgo-vcs.dev './src/./' && \ \nopam pin add -yn volgo-tests.dev './src/./' && \ \nopam pin add -yn volgo-hg-unix.dev './src/./' && \ \nopam pin add -yn volgo-hg-eio.dev './src/./' && \ \nopam pin add -yn volgo-hg-backend.dev './src/./' && \ \nopam pin add -yn volgo-git-unix.dev './src/./' && \ \nopam pin add -yn volgo-git-eio.dev './src/./' && \ \nopam pin add -yn volgo-git-backend.dev './src/./' && \ \nopam pin add -yn volgo-dev.dev './src/./' && \ \nopam pin add -yn volgo-base.dev './src/./' && \ \nopam pin add -yn vcs-test-helpers.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst ./src)) (run (shell "cd ./src && 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.36: Waiting for resource in pool OCluster 2025-12-02 00:37.37: Waiting for worker… 2025-12-02 00:37.37: Got resource from pool OCluster Building on m1-worker-04 HEAD is now at f4ca45a Bump softprops/action-gh-release from 2.3.3 to 2.4.1 HEAD is now at 47844e9 Bump actions/checkout from 5 to 6 (from macos-homebrew-ocaml-4.14) 2025-12-02 00:37.38 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_arm64_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam")) 2025-12-02 00:37.38 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2025-12-02 00:37.38 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 4.14.2 2.4.1 2025-12-02 00:37.38 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 5bf570252b..cdece73aa3 master -> origin/master 8a324a5b99 Add: cmdliner.2.1.0 (#28962) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 - ocaml-config.3 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:37.38 ---> using "89557baf1e9427aa7f10b9ee4cd2e5493e97946d70c04d1ded7d4bc4e01d282c" from cache /: (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 ./src/./)) 2025-12-02 00:37.39 ---> saved as "aa9bc523690bb08908c06041678bc4732f6dd2d0fd4ce5b0343ae3139641fd21" /: (run (network host) (shell "opam pin add -yn volgo.dev './src/./' && \ \nopam pin add -yn volgo-vcs.dev './src/./' && \ \nopam pin add -yn volgo-tests.dev './src/./' && \ \nopam pin add -yn volgo-hg-unix.dev './src/./' && \ \nopam pin add -yn volgo-hg-eio.dev './src/./' && \ \nopam pin add -yn volgo-hg-backend.dev './src/./' && \ \nopam pin add -yn volgo-git-unix.dev './src/./' && \ \nopam pin add -yn volgo-git-eio.dev './src/./' && \ \nopam pin add -yn volgo-git-backend.dev './src/./' && \ \nopam pin add -yn volgo-dev.dev './src/./' && \ \nopam pin add -yn volgo-base.dev './src/./' && \ \nopam pin add -yn vcs-test-helpers.dev './src/./'")) [volgo.dev] synchronised (file:///Users/mac1000/src) volgo is now pinned to file:///Users/mac1000/src (version dev) [volgo-vcs.dev] synchronised (file:///Users/mac1000/src) volgo-vcs is now pinned to file:///Users/mac1000/src (version dev) [NOTE] Package volgo-tests does not exist in opam repositories registered in the current switch. [volgo-tests.dev] synchronised (file:///Users/mac1000/src) volgo-tests is now pinned to file:///Users/mac1000/src (version dev) [volgo-hg-unix.dev] synchronised (file:///Users/mac1000/src) volgo-hg-unix is now pinned to file:///Users/mac1000/src (version dev) [volgo-hg-eio.dev] synchronised (file:///Users/mac1000/src) volgo-hg-eio is now pinned to file:///Users/mac1000/src (version dev) [volgo-hg-backend.dev] synchronised (file:///Users/mac1000/src) volgo-hg-backend is now pinned to file:///Users/mac1000/src (version dev) [volgo-git-unix.dev] synchronised (file:///Users/mac1000/src) volgo-git-unix is now pinned to file:///Users/mac1000/src (version dev) [volgo-git-eio.dev] synchronised (file:///Users/mac1000/src) volgo-git-eio is now pinned to file:///Users/mac1000/src (version dev) [volgo-git-backend.dev] synchronised (file:///Users/mac1000/src) volgo-git-backend is now pinned to file:///Users/mac1000/src (version dev) [NOTE] Package volgo-dev does not exist in opam repositories registered in the current switch. [volgo-dev.dev] synchronised (file:///Users/mac1000/src) volgo-dev is now pinned to file:///Users/mac1000/src (version dev) [volgo-base.dev] synchronised (file:///Users/mac1000/src) volgo-base is now pinned to file:///Users/mac1000/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:///Users/mac1000/src) vcs-test-helpers is now pinned to file:///Users/mac1000/src (version dev) 2025-12-02 00:38.09 ---> saved as "1e546521ba0f3dd6005ecb93d24d3d4f8d7d007059c36ac1d1e62785d4937f3d" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-12-02 00:38.10 ---> saved as "14abb1ff38588dfed2576c634aa5db78628c652792662c7abb0bad2e95f8ef7c" /: (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:c6946ba2c387b47934e77c352c2056489421003ec7ddb2abf246cef2168ec140 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.4.7.arm64_big_sur.bottle.tar.gz - ==> Pouring portable-ruby-3.4.7.arm64_big_sur.bottle.tar.gz - ==> Homebrew collects anonymous analytics. - Read the analytics documentation (and how to opt-out) here: - https://docs.brew.sh/Analytics - No analytics have been recorded yet (nor will be during this `brew` run). - - ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: - https://github.com/Homebrew/brew#donations - - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [volgo-git-unix.dev] synchronised (file:///Users/mac1000/src) [volgo-git-backend.dev] synchronised (file:///Users/mac1000/src) [volgo.dev] synchronised (file:///Users/mac1000/src) [volgo-hg-backend.dev] synchronised (file:///Users/mac1000/src) [volgo-hg-unix.dev] synchronised (file:///Users/mac1000/src) [volgo-vcs.dev] synchronised (file:///Users/mac1000/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 <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "mercurial" - ==> Fetching downloads for: mercurial - ✔︎ Bottle Manifest mercurial (7.1.2) - ✔︎ Bottle Manifest mercurial (7.1.2) - ✔︎ Bottle Manifest mpdecimal (4.0.1) - ✔︎ Bottle mpdecimal (4.0.1) - ✔︎ Bottle Manifest ca-certificates (2025-11-04) - ✔︎ Bottle ca-certificates (2025-11-04) - ✔︎ Bottle Manifest openssl@3 (3.6.0) - ✔︎ Bottle Manifest readline (8.3.1) - ✔︎ Bottle readline (8.3.1) - ✔︎ Bottle Manifest sqlite (3.51.1) - ✔︎ Bottle sqlite (3.51.1) - ✔︎ Bottle Manifest xz (5.8.1) - ✔︎ Bottle Manifest lz4 (1.10.0) - ✔︎ Bottle lz4 (1.10.0) - ✔︎ Bottle Manifest zstd (1.5.7) - ✔︎ Bottle xz (5.8.1) - ✔︎ Bottle zstd (1.5.7) - ✔︎ Bottle Manifest python@3.14 (3.14.0_1) - ✔︎ Bottle mercurial (7.1.2) - ✔︎ Bottle openssl@3 (3.6.0) - ✔︎ Bottle python@3.14 (3.14.0_1) - ==> Installing dependencies for mercurial: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz, lz4, zstd and python@3.14 - ==> Installing mercurial dependency: mpdecimal - ==> Pouring mpdecimal--4.0.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/mpdecimal/4.0.1: 22 files, 659.6KB - ==> Installing mercurial dependency: ca-certificates - ==> Pouring ca-certificates--2025-11-04.all.bottle.2.tar.gz - ==> Regenerating CA certificate bundle from keychain, this may take a while... - 🍺 /opt/homebrew/Cellar/ca-certificates/2025-11-04: 4 files, 241.6KB - ==> Installing mercurial dependency: openssl@3 - ==> Pouring openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/openssl@3/3.6.0: 7,609 files, 37.5MB - ==> Installing mercurial dependency: readline - ==> Pouring readline--8.3.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/readline/8.3.1: 56 files, 2.7MB - ==> Installing mercurial dependency: sqlite - ==> Pouring sqlite--3.51.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/sqlite/3.51.1: 13 files, 5.2MB - ==> Installing mercurial dependency: xz - ==> Pouring xz--5.8.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.6MB - ==> Installing mercurial dependency: lz4 - ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz - 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.1KB - ==> Installing mercurial dependency: zstd - ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz - 🍺 /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.3MB - ==> Installing mercurial dependency: python@3.14 - ==> Pouring python@3.14--3.14.0_1.arm64_sequoia.bottle.1.tar.gz - 🍺 /opt/homebrew/Cellar/python@3.14/3.14.0_1: 3,759 files, 72.8MB - ==> Installing mercurial - ==> Pouring mercurial--7.1.2.arm64_sequoia.bottle.tar.gz - No entry for terminal type "unknown"; - using dumb terminal settings. - 🍺 /opt/homebrew/Cellar/mercurial/7.1.2: 665 files, 11MB - ==> Running `brew cleanup mercurial`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> Caveats - Bash completion has been installed to: - /opt/homebrew/etc/bash_completion.d 2025-12-02 00:40.02 ---> saved as "bc378a509af4696d95d2f225baba6a6519dabb37742ed0c78c846463937a3d85" /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached) -> retrieved bitv.2.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-git.1.1 -> retrieved cmdliner.2.1.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached) -> retrieved fpath-sexp0.0.4.0 (cached) -> retrieved loc.0.2.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved topkg.1.1.1 (cached) -> installed conf-hg.1.0 -> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) -> installed ocamlbuild.0.16.1 -> installed cmdliner.2.1.0 -> 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 csexp.1.5.2 -> installed cmdlang.0.0.10 -> installed bitv.2.1 -> installed pp.2.0.0 -> installed spawn.v0.17.0 -> installed cmdlang-to-cmdliner.0.0.10 -> installed ordering.3.20.2 -> installed sexplib0.v0.16.0 -> installed fpath-sexp0.0.4.0 -> installed dyn.3.20.2 -> installed parsexp.v0.16.0 -> 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:40.50 ---> saved as "06e44f9991b8452480d5ed57d133e4f8e816b790226fb8a8bd6133e033933d97" /: (copy (src .) (dst ./src)) 2025-12-02 00:40.51 ---> saved as "55c534aed99e9e8558d2c19cb1f9e6922e751a2cb944308662155e01e0273b0b" /: (run (shell "cd ./src && 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:40.55 ---> saved as "31dcd348407a4f7cceeecb2fa60493065df4810d162c0e5dcacf535d7437408d" Job succeeded 2025-12-02 00:40.59: Job succeeded