2025-06-13 14:21.57: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/conf-hg-win32 (028e0bd7ba5ee9b89a620ab1e528bb3e3f5c9a7f) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.3)Base: macos-homebrew-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "conf-hg-win32" && cd "vcs" && git reset --hard 028e0bd7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-4.14# macos-homebrew-4.14_arm64_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 88b51a54522eb5c90b50480aa73d5c5b33b58230 || git fetch origin master) && git reset -q --hard 88b51a54522eb5c90b50480aa73d5c5b33b58230 && 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.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 logs.0.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --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 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 _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-06-13 14:21.57: Using cache hint "mbarbin/vcs-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.3-f4bb700034682231a75664079d4a088e"2025-06-13 14:21.57: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_arm64_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.3 ~/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 88b51a54522eb5c90b50480aa73d5c5b33b58230 || git fetch origin master) && git reset -q --hard 88b51a54522eb5c90b50480aa73d5c5b33b58230 && 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.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 logs.0.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8")(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.3 --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-06-13 14:21.57: Waiting for resource in pool OCluster2025-06-13 14:21.58: Waiting for worker…2025-06-13 15:07.48: Got resource from pool OClusterBuilding on m1-worker-03HEAD is now at 255397d Merge pull request #74 from mbarbin/conf-hgHEAD is now at 028e0bd Now this change is upstream in conf-hg(from macos-homebrew-ocaml-4.14)2025-06-13 15:07.50 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_arm64_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))2025-06-13 15:07.50 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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-06-13 15:07.50 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 23.4.0The OCaml toplevel, version 4.14.22.3.02025-06-13 15:07.50 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 88b51a54522eb5c90b50480aa73d5c5b33b58230 || git fetch origin master) && git reset -q --hard 88b51a54522eb5c90b50480aa73d5c5b33b58230 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD11bdbee611..88b51a5452 master -> origin/master88b51a5452 Merge pull request #28021 from mbarbin/conf-hg-win32-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly, 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-06-13 15:07.50 ---> using "5607ec0861c3374e37062f44d32f34e8d0550e9ffe0fa924a2bde8d6b8f60f6b" 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-06-13 15:07.51 ---> saved as "d8da728e7219c089b734a14b333aa452fcc5f1b850936664fff9b7b4c7342b58"/: (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)Package volgo-tests does not exist, create as a NEW package? [y/n] y[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)Package volgo-dev does not exist, create as a NEW package? [y/n] y[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)Package vcs-test-helpers does not exist, create as a NEW package? [y/n] y[vcs-test-helpers.dev] synchronised (file:///Users/mac1000/src)vcs-test-helpers is now pinned to file:///Users/mac1000/src (version dev)2025-06-13 15:08.22 ---> saved as "d4690aec1446c9d85a815fda1bdca9f26bba41e0a05c82f5dc74c73d93dd662b"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-06-13 15:08.23 ---> saved as "ad9db0379f71a275f23596cb305345a99033ec3b33cd095c6c9fa56e0e587a14"/: (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 logs.0.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8")/: (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.3 --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/portable-ruby/portable-ruby/blobs/sha256:fd162df7a06190ee800a9e6afd28f4466d33548821a480ba043cd927b44d60f7- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.4.4.arm64_big_sur.bottle.tar.gz- ==> Pouring portable-ruby-3.4.4.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.dev] synchronised (file:///Users/mac1000/src)[volgo-git-unix.dev] synchronised (file:///Users/mac1000/src)[volgo-git-backend.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"- ==> Downloading https://ghcr.io/v2/homebrew/core/mercurial/manifests/7.0.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b1891492e1214ff52a87bb7ad01fb67e58e968869715f451174033b169702de--mercurial-7.0.2.bottle_manifest.json- ==> Fetching dependencies for mercurial: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz and python@3.13- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dbbf60721dc54b6215f6c0988496331d4110a2a358da867a1129cd84b8166b31--mpdecimal-4.0.1.bottle_manifest.json- ==> Fetching mpdecimal- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:e21da583e42e86d5a2f0aedfaf7820e51b8af3065da599cff179d1a39903f3ab- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c5bce4ea1f15d45aa6d5d87b1b5ba4952a443bc28eed587dcfcddb804ed08ef0--mpdecimal--4.0.1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-05-20- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bc18acc15e0abddc102f828b57a29cfdbec1b6b002db37ad12bad9dbf0e9d12f--ca-certificates-2025-05-20.bottle_manifest.json- ==> Fetching ca-certificates- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:dda1100e7f994081a593d6a5e422451bfa20037e29667ed2b79f011ffc9288a7- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/eb391d8baa4587df71816793a3902ad39c85bce7b1d56e379da462314f8dfedf--ca-certificates--2025-05-20.all.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json- ==> Fetching openssl@3- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:7bbac0e84510570ec550deee1dce185569917378411263a9d1329ae395f52d70- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9efb94548b788dba2c10935d59a63024f5ea0900f183d4c4d9a10398e426a88f--openssl@3--3.5.0.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json- ==> Fetching readline- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:738c27ceee9a8b198f98438477ef7a513a96a965e3a434ac3aa8fb4ed76494b1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f7c2d61dcf1d6ef9634ee24657d17ed77098a23dfa4ee015a60bf1cb7f24f85--readline--8.2.13.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a40fe78724db12f47a20638d2ac82e7057f6f1f425ea185cb180dd97df08cb2e--sqlite-3.50.1.bottle_manifest.json- ==> Fetching sqlite- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:13d6403cd7df65d989386b2ccd59108056dda577b90104b479ecbcdeb6d867bb- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/74a906c7f938c66b553c525213931529ba0551b6d9334c291362a1f7c1f7c676--sqlite--3.50.1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json- ==> Fetching xz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:dcd7823f2624cbcd08f55c232097a79300c7d76ab5969004db1a4785c6c0cd87- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8f568766296bfa5c5404abb3a41380af721fb0128bae1a3495429085db009872--xz--5.8.1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/00e1138e36ca9632a5865f9af031ca68101481401d313d8ea4d091f99a26ee25--python@3.13-3.13.5.bottle_manifest.json- ==> Fetching python@3.13- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/blobs/sha256:969e945c1395d108d37bfac36b97362af0f178a2d8bd1d50c78dee513641d790- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e587fa3877b241e22f54180091bd760af57c00a69aa6a21ce2c78e4feb0d7697--python@3.13--3.13.5.arm64_sequoia.bottle.tar.gz- ==> Fetching mercurial- ==> Downloading https://ghcr.io/v2/homebrew/core/mercurial/blobs/sha256:adcdd94f98f4e8214b39b1146dfc80d506147de819550038c96b960ecff9eb0e- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c8c97c7093bbf555d5450b569ff5194b0d68c213ad07fcbcdfc4d3e1859c99df--mercurial--7.0.2.arm64_sequoia.bottle.tar.gz- ==> Installing dependencies for mercurial: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz and python@3.13- ==> Installing mercurial dependency: mpdecimal- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dbbf60721dc54b6215f6c0988496331d4110a2a358da867a1129cd84b8166b31--mpdecimal-4.0.1.bottle_manifest.json- ==> Pouring mpdecimal--4.0.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/mpdecimal/4.0.1: 22 files, 644KB- ==> Installing mercurial dependency: ca-certificates- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-05-20- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bc18acc15e0abddc102f828b57a29cfdbec1b6b002db37ad12bad9dbf0e9d12f--ca-certificates-2025-05-20.bottle_manifest.json- ==> Pouring ca-certificates--2025-05-20.all.bottle.tar.gz- ==> Regenerating CA certificate bundle from keychain, this may take a while...- 🍺 /opt/homebrew/Cellar/ca-certificates/2025-05-20: 4 files, 225.3KB- ==> Installing mercurial dependency: openssl@3- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json- ==> Pouring openssl@3--3.5.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/openssl@3/3.5.0: 7,563 files, 35.1MB- ==> Installing mercurial dependency: readline- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json- ==> Pouring readline--8.2.13.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/readline/8.2.13: 51 files, 1.7MB- ==> Installing mercurial dependency: sqlite- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a40fe78724db12f47a20638d2ac82e7057f6f1f425ea185cb180dd97df08cb2e--sqlite-3.50.1.bottle_manifest.json- ==> Pouring sqlite--3.50.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/sqlite/3.50.1: 13 files, 4.9MB- ==> Installing mercurial dependency: xz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json- ==> Pouring xz--5.8.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.5MB- ==> Installing mercurial dependency: python@3.13- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/00e1138e36ca9632a5865f9af031ca68101481401d313d8ea4d091f99a26ee25--python@3.13-3.13.5.bottle_manifest.json- ==> Pouring python@3.13--3.13.5.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/python@3.13/3.13.5: 3,605 files, 66.8MB- ==> Installing mercurial- ==> Pouring mercurial--7.0.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/mercurial/7.0.2: 662 files, 10.4MB- ==> Running `brew cleanup mercurial`...- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).- ==> Caveats- Bash completion has been installed to:- /opt/homebrew/etc/bash_completion.d2025-06-13 15:09.35 ---> saved as "63d7ecb0ad9433e801a712afa7b87636a42a108d8c1cb677dc2c0ae5da17b05c"/: (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 34 packages- install astring 0.8.5- install base v0.16.4- install cmdlang 0.0.9- install cmdlang-to-cmdliner 0.0.9- install cmdliner 1.3.0- install conf-git 1.1- install conf-hg 1.0- install csexp 1.5.2- install dune 3.19.1- install dune-configurator 3.19.1- install dyn 3.19.1- install fmt 0.10.0- install fpath 0.7.3- install fpath-sexp0 0.3.1- install loc 0.2.2- install logs 0.8.0- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.19.1- install parsexp v0.16.0- install pp 2.0.0- install pplumbing 0.0.14- install ppx_derivers 1.2.1- install ppx_enumerate v0.16.0- install ppx_here v0.16.0- install ppx_sexp_conv v0.16.0- install ppx_sexp_value v0.16.0- install ppxlib 0.35.0- install sexplib0 v0.16.0- install spawn v0.17.0- install stdlib-shims 0.3.0- install stdune 3.19.1- install topkg 1.0.8<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> retrieved cmdlang.0.0.9, cmdlang-to-cmdliner.0.0.9 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.3.1 (cached)-> retrieved loc.0.2.2 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved pplumbing.0.0.14 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_here.v0.16.0 (cached)-> retrieved ppx_sexp_value.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> installed conf-hg.1.0-> retrieved sexplib0.v0.16.0 (cached)-> retrieved spawn.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1, dyn.3.19.1, ordering.3.19.1, stdune.3.19.1 (cached)-> installed ocamlbuild.0.16.1-> installed cmdliner.1.3.0-> installed ocamlfind.1.9.8-> installed topkg.1.0.8-> installed fmt.0.10.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.8.0-> installed dune.3.19.1-> installed ocaml-compiler-libs.v0.12.4-> installed csexp.1.5.2-> installed cmdlang.0.0.9-> installed ordering.3.19.1-> installed stdlib-shims.0.3.0-> installed spawn.v0.17.0-> installed sexplib0.v0.16.0-> installed ppx_derivers.1.2.1-> installed pp.2.0.0-> installed fpath-sexp0.0.3.1-> installed dune-configurator.3.19.1-> installed parsexp.v0.16.0-> installed cmdlang-to-cmdliner.0.0.9-> installed dyn.3.19.1-> installed stdune.3.19.1-> installed loc.0.2.2-> installed base.v0.16.4-> installed pplumbing.0.0.14-> installed ppxlib.0.35.0-> installed ppx_here.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_sexp_value.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2025-06-13 15:10.38 ---> saved as "4e856b8b745ec9d2a47cf2cb8a2d611d8cfe3345075c987a41e23fd9a9fbd84a"/: (copy (src .) (dst ./src))2025-06-13 15:10.39 ---> saved as "a4dd01fc0262db87c7e8849a416cdf1e8dceffc82bb07630f84c2cc382a87285"/: (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-06-13 15:10.43 ---> saved as "5d26c26259100a465c334c03fdfd1f196050543ef5ec9788ba4368942c3e1091"Job succeeded2025-06-13 15:10.51: Job succeeded