2025-12-21 09:23.55: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/actions/checkout-6 (92e2d4e48c39ae237887fdd9ac8c35a6d070a43e) (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/actions/checkout-6" && cd "vcs" && git reset --hard 92e2d4e4cat > 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-21 09:23.55: Using cache hint "mbarbin/vcs-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-5c326989b8ae491d55a7c46efd8ba605"2025-12-21 09:23.55: 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-21 09:23.55: Waiting for resource in pool OCluster2025-12-21 09:23.55: Waiting for worker…2025-12-21 09:23.55: Got resource from pool OClusterBuilding on m1-worker-02HEAD is now at 3baba20 Upgrade actions/checkout to v6 in CIHEAD is now at 92e2d4e Bump actions/checkout from 5 to 6(from macos-homebrew-ocaml-5.4)2025-12-21 09:23.56 ---> 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-21 09:23.56 ---> 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-21 09:23.57 ---> 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-21 09:23.57 ---> 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95f7875db7..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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-21 09:23.57 ---> using "3659bba13a114a50d92600369b42402276f177f9e0f982c22965b4596b6ee9b8" 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-21 09:23.57 ---> using "14b601312b0cb946c1760a601927f5321ca049dcddf26d10539e29da28dbc91f" 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-21 09:23.57 ---> using "998a11e0c1e00ba9f23ae66c9f2b62c2008d1355cd337b934042429910affcff" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-12-21 09:23.57 ---> using "04d3f9cf3df0cd9389e87815d1f45d9474bd11dbd8665eface4db832b1be76d5" 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...- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167- #=#=# 0.3% 0.8% # 1.5% # 2.0% # 2.8%- ## 3.4% ## 3.9% ### 4.4% ### 4.8% ### 5.2% #### 5.6% #### 6.0% #### 6.4% #### 6.9% ##### 7.3% ##### 7.7% ##### 8.1%- ###### 8.7% ###### 9.1% ###### 9.5% ####### 9.9% ####### 10.3% ####### 10.8% ######## 11.2% ######## 11.6% ######## 12.0% ######### 12.5% ######### 12.9%- ######### 13.3% ######### 13.7% ########## 14.1% ########## 14.7% ########## 15.1% ########### 15.5% ########### 15.9% ########### 16.3% ############ 16.8% ############ 17.2% ############ 17.6%- ############ 18.0% ############# 18.4% ############# 18.7% ############# 19.1% ############# 19.4% ############## 19.8% ############## 20.1% ############## 20.5% ############## 20.7% ############### 21.0% ############### 21.1%- ############### 21.4% ############### 21.7% ############### 21.8% ############### 22.1% ############### 22.2% ################ 22.5% ################ 22.8% ################ 22.9% ################ 23.2% ################ 23.4% ################# 23.7%- ################# 23.8% ################# 24.1% ################# 24.2% ################# 24.5% ################# 24.7% ################# 24.9% ################## 25.1% ################## 25.3% ################## 25.5% ################## 25.8% ################## 25.9%- ################## 26.2% ################### 26.6% ################### 27.0% ################### 27.6% #################### 28.0% #################### 28.3% #################### 28.7% #################### 29.0% ##################### 29.3% ##################### 29.4% ##################### 29.7%- ##################### 29.9% ##################### 30.1% ##################### 30.3% ###################### 30.6% ###################### 30.8% ###################### 31.0% ###################### 31.3% ###################### 31.4% ###################### 31.7% ####################### 32.0%- ####################### 32.1% ####################### 32.4% ####################### 32.5% ####################### 32.8% ####################### 33.0% ####################### 33.3% ######################## 33.4% ######################## 33.7% ######################## 33.8% ######################## 34.1% ######################## 34.3%- ######################## 34.5% ######################### 34.8% ######################### 34.9% ######################### 35.2% ######################### 35.3% ######################### 35.6% ######################### 35.9% ######################### 36.0% ########################## 36.3% ########################## 36.5% ########################## 36.7%- ########################## 36.9% ########################## 37.2% ########################## 37.3% ########################### 37.6% ########################### 37.7% ########################### 38.0% ########################### 38.3% ########################### 38.6% ########################### 38.7% ############################ 39.0% ############################ 39.1%- ############################ 39.4% ############################ 39.6% ############################ 39.7% ############################ 40.0% ############################ 40.3% ############################# 40.4% ############################# 40.7% ############################# 40.8% ############################# 41.1% ############################# 41.3%- ############################# 41.5% ############################## 41.7% ############################## 42.0% ############################## 42.1% ############################## 42.4% ############################## 42.7% ############################## 42.8% ############################### 43.1% ############################### 43.4% ############################### 43.5% ############################### 43.8%- ############################### 43.9% ############################### 44.2% ############################### 44.4% ################################ 44.7% ################################ 44.8% ################################ 45.1% ################################ 45.3% ################################ 45.5% ################################ 45.7% ################################# 46.0% ################################# 46.1%- ################################# 46.4% ################################# 46.7% ################################# 46.8% ################################# 47.1% ################################## 47.2% ################################## 47.5% ################################## 47.8% ################################## 47.9% ################################## 48.2% ################################## 48.3%- ################################## 48.6% ################################### 48.8% ################################### 49.0% ################################### 49.2% ################################### 49.5% ################################### 49.6% ################################### 49.9% #################################### 50.1% #################################### 50.3% #################################### 50.6% #################################### 50.8%- #################################### 51.0% #################################### 51.2% ##################################### 51.5% ##################################### 51.6% ##################################### 51.9% ##################################### 52.2% ##################################### 52.3% ##################################### 52.6% ##################################### 52.7% ###################################### 53.0%- ###################################### 53.2% ###################################### 53.4% ###################################### 53.6% ###################################### 53.8% ###################################### 54.1% ####################################### 54.3% ####################################### 54.5% ####################################### 54.7% ####################################### 55.0% ####################################### 55.1% ####################################### 55.3%- ####################################### 55.5% ######################################## 55.8% ######################################## 55.9% ######################################## 56.2% ######################################## 56.4% ######################################## 56.7% ######################################## 56.8% ######################################### 57.1% ######################################### 57.2% ######################################### 57.5% ######################################### 57.8%- ######################################### 57.9% ######################################### 58.2% ########################################## 58.5% ########################################## 58.6% ########################################## 58.9% ########################################## 59.0% ########################################## 59.3% ########################################## 59.5% ########################################## 59.7% ########################################### 59.9% ########################################### 60.2%- ########################################### 60.4% ########################################### 60.6% ########################################### 60.8% ########################################### 61.1% ############################################ 61.4% ############################################ 61.5% ############################################ 61.8% ############################################ 61.9% ############################################ 62.2% ############################################ 62.3%- ############################################# 62.6% ############################################# 62.9% ############################################# 63.0% ############################################# 63.3% ############################################# 63.4% ############################################# 63.7% ############################################## 63.9% ############################################## 64.1% ############################################## 64.3% ############################################## 64.6% ############################################## 64.7%- ############################################## 65.0% ############################################## 65.2% ############################################### 65.4% ############################################### 65.6% ############################################### 65.9% ############################################### 66.1% ############################################### 66.3% ############################################### 66.6% ################################################ 66.7% ################################################ 67.0% ################################################ 67.3%- ################################################ 67.4% ################################################ 67.7% ################################################ 67.8% ################################################# 68.1% ################################################# 68.3% ################################################# 68.5% ################################################# 68.9% ################################################# 69.0% ################################################# 69.3% ################################################## 69.6%- ################################################## 69.7% ################################################## 70.0% ################################################## 70.2% ################################################## 70.4% ################################################## 70.6% ################################################### 70.9% ################################################### 71.2% ################################################### 71.3% ################################################### 71.6% ################################################### 71.8% ################################################### 71.9%- ################################################### 72.2% #################################################### 72.5% #################################################### 72.6% #################################################### 72.9% #################################################### 73.0% #################################################### 73.3% #################################################### 73.6% ##################################################### 73.7% ##################################################### 74.0% ##################################################### 74.2%- ##################################################### 74.4% ##################################################### 74.6% ##################################################### 74.8% ###################################################### 75.0% ###################################################### 75.3% ###################################################### 75.4% ###################################################### 75.7% ###################################################### 76.0% ###################################################### 76.1% ###################################################### 76.4% ####################################################### 76.6%- ####################################################### 76.9% ####################################################### 77.0% ####################################################### 77.3% ####################################################### 77.6% ####################################################### 77.7% ######################################################## 78.0% ######################################################## 78.2% ######################################################## 78.4% ######################################################## 78.6% ######################################################## 78.8% ######################################################## 79.0%- ######################################################### 79.3% ######################################################### 79.4% ######################################################### 79.7% ######################################################### 79.8% ######################################################### 80.1% ######################################################### 80.4% ######################################################### 80.5% ########################################################## 80.8% ########################################################## 81.1% ########################################################## 81.3% ########################################################## 81.4%- ########################################################## 81.7% ########################################################### 82.0% ########################################################### 82.1% ########################################################### 82.4% ########################################################### 82.6% ########################################################### 82.9% ########################################################### 83.3% ############################################################ 83.7% ############################################################ 84.2% ############################################################ 84.6% ############################################################# 85.1%- ############################################################# 85.5% ############################################################# 85.9% ############################################################## 86.4% ############################################################## 86.8% ############################################################## 87.2% ############################################################## 87.4% ############################################################### 87.7% ############################################################### 87.8% ############################################################### 88.1% ############################################################### 88.3% ############################################################### 88.5%- ############################################################### 88.8% ################################################################ 89.0% ################################################################ 89.2% ################################################################ 89.5% ################################################################ 89.6% ################################################################ 89.9% ################################################################ 90.2% ################################################################# 90.3% ################################################################# 90.6% ################################################################# 90.8%- ################################################################# 91.0% ################################################################# 91.2% ################################################################# 91.4% ################################################################# 91.6% ################################################################## 91.9% ################################################################## 92.2% ################################################################## 92.3% ################################################################## 92.6% ################################################################## 92.8% ################################################################## 92.9% ################################################################### 93.2%- ################################################################### 93.5% ################################################################### 93.8% ################################################################### 93.9% ################################################################### 94.2% ################################################################### 94.4% #################################################################### 94.6% #################################################################### 94.8% #################################################################### 95.0% #################################################################### 95.2% #################################################################### 95.5% #################################################################### 95.6%- ##################################################################### 95.9% ##################################################################### 96.2% ##################################################################### 96.3% ##################################################################### 96.6% ##################################################################### 96.7% ##################################################################### 97.0% ###################################################################### 97.3% ###################################################################### 97.4% ###################################################################### 97.6% ###################################################################### 97.9%- ###################################################################### 98.2% ###################################################################### 98.3% ###################################################################### 98.6% ####################################################################### 98.8% ####################################################################### 99.2% ####################################################################### 99.5% ####################################################################### 99.8% ######################################################################## 100.0%- ==> Pouring portable-ruby-3.4.8.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-- Updated 1 tap (homebrew/core).- ==> New Formulae- dnspyre: CLI tool for a high QPS DNS benchmark- superseedr: BitTorrent Client in your Terminal- vacuum: World's fastest OpenAPI & Swagger linter<><> 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 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.3)- ✔︎ Bottle readline (8.3.3)- ✔︎ Bottle Manifest sqlite (3.51.1)- ✔︎ Bottle sqlite (3.51.1)- ✔︎ Bottle Manifest xz (5.8.2)- ✔︎ Bottle Manifest lz4 (1.10.0)- ✔︎ Bottle lz4 (1.10.0)- ✔︎ Bottle Manifest zstd (1.5.7)- ✔︎ Bottle Manifest python@3.14 (3.14.2)- ✔︎ Bottle xz (5.8.2)- ✔︎ Bottle zstd (1.5.7)- ✔︎ 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.3.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/readline/8.3.3: 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.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/xz/5.8.2: 96 files, 2.7MB- ==> 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.1.tar.gz- 🍺 /opt/homebrew/Cellar/python@3.14/3.14.2: 3,772 files, 73.1MB- ==> 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-21 09:23.57 ---> using "785490532bb7c72447ce058217adb58fceac4f58f394426e78cbd08fd8a9c8b9" 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 bitv.2.1 (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 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> retrieved domain-local-await.1.0.1 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached)-> retrieved eio.1.3 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-base.0.4.0, fpath-sexp0.0.4.0 (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 ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> installed conf-hg.1.0-> 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 stdlib-shims.0.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved ppxlib.0.37.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 psq.0.2.1-> installed cmdlang-to-cmdliner.0.0.10-> 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 dyn.3.20.2-> installed bigstringaf.0.10.0-> installed parsexp.v0.17.0-> installed eio.1.3-> installed base.v0.17.3-> installed stdune.3.20.2-> installed fpath-base.0.4.0-> 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_enumerate.v0.17.0-> installed ppx_let.v0.17.1-> 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-21 09:23.57 ---> using "75b1034988ed6b15aa246b274ede182fc66a4535546edf7ba1265bfd86766cc0" from cache/: (copy (src .) (dst ./src))2025-12-21 09:23.59 ---> saved as "b3e2b466c28dc2ac5080f7a0b3222748eafb9b74638465f1e09a10bb2e79ad62"/: (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-21 09:24.03 ---> saved as "8d58bcfd4070d2689f9dab6370ec69e2900c7bd622ed1b783cdb3040a75fb6ba"Job succeeded2025-12-21 09:24.09: Job succeeded