2025-12-09 13:22.56: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/softprops/action-gh-release-2.5.0 (30f207285ee6203a72ff565fa8a8dc7bf6f706cf) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.4)Base: macos-homebrew-ocaml-5.4Opam 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 macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && 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 ./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.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 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 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.4.0 fpath-sexp0.0.4.0 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 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-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-09 13:22.56: Using cache hint "mbarbin/vcs-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-5c326989b8ae491d55a7c46efd8ba605"2025-12-09 13:22.56: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_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 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && 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.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 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 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.4.0 fpath-sexp0.0.4.0 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 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-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.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-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build")))2025-12-09 13:22.56: Waiting for resource in pool OCluster2025-12-09 13:44.14: Waiting for worker…2025-12-09 16:04.37: Got resource from pool OClusterBuilding on m1-worker-02All commits already cachedHEAD is now at 30f2072 Bump softprops/action-gh-release from 2.3.3 to 2.5.0(from macos-homebrew-ocaml-5.4)2025-12-09 16:04.38 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_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-09 16:04.38 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-12-09 16:04.38 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.4.12025-12-09 16:04.38 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" 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 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95f7875db7..7d384669f7 master -> origin/master13c1962c23 Merge pull request #29040 from dra27/oxcaml-constraints<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-09 16:04.38 ---> using "c39168bd2e3b9a009e7384eafa034fc62f28079c9a835323638d44ee392b4ff6" 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-09 16:04.38 ---> using "2ced8dbe6715817d61008eca9b7d93223bd9f99801ae1de96c7c29fe8b262b1d" from cache/: (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-09 16:04.38 ---> using "5bad884e0d0059bcf036c3d9fc87acef1c2f3c9b80558b75ea57658fddd68c26" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-12-09 16:04.38 ---> using "c5f72ea03a13732ddad1ceb07ea35f44553182328e6745a2343635d1465e3ab7" from cache/: (env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 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 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.4.0 fpath-sexp0.0.4.0 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 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-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[volgo-base.dev] synchronised (file:///Users/mac1000/src)[volgo.dev] synchronised (file:///Users/mac1000/src)[vcs-test-helpers.dev] synchronised (file:///Users/mac1000/src)[volgo-git-eio.dev] synchronised (file:///Users/mac1000/src)[volgo-git-backend.dev] synchronised (file:///Users/mac1000/src)[volgo-git-unix.dev] synchronised (file:///Users/mac1000/src)[volgo-hg-backend.dev] synchronised (file:///Users/mac1000/src)[volgo-hg-eio.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 mpdecimal (4.0.1)- ✔︎ Bottle mpdecimal (4.0.1)- ✔︎ Bottle Manifest ca-certificates (2025-12-02)- ✔︎ Bottle ca-certificates (2025-12-02)- ✔︎ Bottle Manifest openssl@3 (3.6.0)- ✔︎ Bottle Manifest 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 Manifest zstd (1.5.7)- ✔︎ Bottle lz4 (1.10.0)- ✔︎ Bottle readline (8.3.1)- ✔︎ Bottle xz (5.8.1)- ✔︎ Bottle lz4 (1.10.0)- ✔︎ Bottle zstd (1.5.7)- ✔︎ Bottle Manifest python@3.14 (3.14.2)- ✔︎ Bottle mercurial (7.1.2)- ✔︎ Bottle openssl@3 (3.6.0)- ✔︎ Bottle python@3.14 (3.14.2)- ==> 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-12-02.all.bottle.tar.gz- ==> Regenerating CA certificate bundle from keychain, this may take a while...- 🍺 /opt/homebrew/Cellar/ca-certificates/2025-12-02: 4 files, 235.9KB- ==> 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.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/python@3.14/3.14.2: 3,772 files, 73MB- ==> Installing mercurial- ==> Pouring mercurial--7.1.2.arm64_sequoia.bottle.tar.gz- 🍺 /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.d2025-12-09 16:04.39 ---> using "c641449889b84215e1e8966bcdfbb441b3d78f3b43d9933f6281242e6356c670" from cache/: (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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 53 packages- install astring 0.8.5- install base v0.17.3- install bigstringaf 0.10.0- 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 cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.20.2- install dune-configurator 3.20.2- install dyn 3.20.2- install eio 1.3- install fmt 0.11.0- install fpath 0.7.3- install fpath-base 0.4.0- install fpath-sexp0 0.4.0- install hmap 0.8.1- install loc 0.2.2- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install ordering 3.20.2- install parsexp v0.17.0- install pp 2.0.0- install pplumbing-err 0.0.16- install pplumbing-pp-tty 0.0.16- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.17.0- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_let v0.17.1- install ppx_sexp_conv v0.17.1- install ppx_sexp_value v0.17.0- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install psq 0.2.1- install seq base- install sexplib0 v0.17.0- install spawn v0.17.0- install stdlib-shims 0.3.0- install stdune 3.20.2- install thread-table 1.0.0- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (https://github.com/mbarbin/pplumbing/releases/download/0.0.16/pplumbing-0.0.16.tbz)-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (https://github.com/mbarbin/cmdlang/releases/download/0.0.10/cmdlang-0.0.10.tbz)-> retrieved cmdliner.2.1.0 (cached)-> installed conf-git.1.1-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved bitv.2.1 (https://github.com/backtracking/bitv/archive/refs/tags/2.1.tar.gz)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved eio.1.3 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved loc.0.2.2 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> installed conf-hg.1.0-> retrieved fpath-base.0.4.0, fpath-sexp0.0.4.0 (https://github.com/mbarbin/fpath-base/releases/download/0.4.0/fpath-base-0.4.0.tbz)-> retrieved parsexp.v0.17.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_let.v0.17.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppx_sexp_value.v0.17.0 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved spawn.v0.17.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.20.2, dune-configurator.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 hmap.0.8.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> installed lwt-dllist.1.1.0-> installed csexp.1.5.2-> installed optint.0.3.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocaml-compiler-libs.v0.17.0-> installed cstruct.6.2.0-> installed cmdlang.0.0.10-> installed bitv.2.1-> installed ppx_derivers.1.2.1-> installed pp.2.0.0-> installed cmdlang-to-cmdliner.0.0.10-> installed psq.0.2.1-> installed stdlib-shims.0.3.0-> installed spawn.v0.17.0-> installed ordering.3.20.2-> installed thread-table.1.0.0-> installed sexplib0.v0.17.0-> installed dune-configurator.3.20.2-> installed domain-local-await.1.0.1-> installed fpath-sexp0.0.4.0-> installed bigstringaf.0.10.0-> installed dyn.3.20.2-> installed eio.1.3-> installed parsexp.v0.17.0-> installed base.v0.17.3-> installed fpath-base.0.4.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-> installed ppxlib.0.37.0-> installed ppx_here.v0.17.0-> installed ppxlib_jane.v0.17.4-> installed ppx_let.v0.17.1-> installed ppx_enumerate.v0.17.0-> installed ppx_compare.v0.17.0-> installed ppx_sexp_conv.v0.17.1-> installed ppx_hash.v0.17.0-> installed ppx_sexp_value.v0.17.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-09 16:04.39 ---> using "7933faf46acc9aa738c5a4cbba985a5aafadd0327df7f18152e40208c1ed02c6" from cache/: (copy (src .) (dst ./src))2025-12-09 16:04.40 ---> saved as "0e6999bb9af83f3571544782445e10924f2f325240431b73e61f42c3cb715017"/: (run (shell "cd ./src && opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build"))2025-12-09 16:04.44 ---> saved as "85850399c76b619ca2b59a14ce2f8068862b7ac0b7915a39b0c5f31c010f5669"Job succeeded2025-12-09 16:04.50: Job succeeded