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-x86_64:macos-homebrew-5.4_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_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_opam-2.4-5c326989b8ae491d55a7c46efd8ba605"2025-12-21 09:23.55: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_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 i7-worker-03HEAD 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.57 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_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.57 ---> 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.58 ---> 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.58 ---> 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.58 ---> 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.59 ---> 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.59 ---> using "998a11e0c1e00ba9f23ae66c9f2b62c2008d1355cd337b934042429910affcff" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-12-21 09:23.59 ---> 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"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469- #=#=# 0.2% 0.5%- 0.7% # 1.6% # 1.8% # 2.0% # 2.4% # 2.7% ## 3.0% ## 3.3% ## 3.5%- ## 3.7% ## 4.0% ## 4.1% ### 4.4% ### 4.6% ### 4.8% ### 5.0% ### 5.3% ### 5.5% #### 5.7% #### 5.9%- #### 6.1% #### 6.4% #### 6.6% #### 6.8% ##### 7.1% ##### 7.2% ##### 7.5% ##### 7.7% ##### 7.9% ##### 8.2% ###### 8.3%- ###### 8.6% ###### 8.8% ###### 9.0% ###### 9.3% ###### 9.4% ###### 9.7% ####### 10.0% ####### 10.1% ####### 10.4% ####### 10.5%- ####### 10.8% ####### 11.1% ######## 11.2% ######## 11.5% ######## 11.8% ######## 12.0% ######## 12.3% ######### 12.7% ######### 13.1% ######### 13.6% ########## 14.0%- ########## 14.5% ########## 14.9% ########### 15.3% ########### 15.7% ########### 16.3% ############ 16.7% ############ 17.1% ############ 17.5% ############ 17.9% ############# 18.5%- ############# 18.9% ############# 19.3% ############## 19.9% ############## 20.3% ############## 20.7% ############### 21.1% ############### 21.5% ############### 21.9% ################ 22.5% ################ 22.9% ################ 23.3%- ################# 23.7% ################# 24.1% ################# 24.7% ################## 25.1% ################## 25.6% ################## 26.0% ################### 26.4% ################### 26.9% ################### 27.3% #################### 27.8% #################### 28.2%- #################### 28.6% #################### 29.0% ##################### 29.5% ##################### 30.0% ##################### 30.4% ###################### 30.8% ###################### 31.2% ###################### 31.7% ####################### 32.2% ####################### 32.6% ####################### 33.2%- ######################## 33.6% ######################## 34.1% ######################## 34.5% ######################### 34.9% ######################### 35.4% ######################### 35.8% ########################## 36.2% ########################## 36.7% ########################## 37.1% ########################### 37.6%- ########################### 38.0% ########################### 38.4% ########################### 38.8% ############################ 39.2% ############################ 39.6% ############################ 40.2% ############################# 40.6% ############################# 41.1% ############################# 41.5% ############################## 41.9% ############################## 42.4%- ############################## 42.8% ############################### 43.2% ############################### 43.7% ############################### 44.1% ################################ 44.5% ################################ 45.0% ################################ 45.4% ################################ 45.8% ################################# 46.3% ################################# 46.7% ################################# 47.2%- ################################## 47.6% ################################## 48.1% ################################## 48.5% ################################### 48.9% ################################### 49.3% ################################### 49.9% #################################### 50.3% #################################### 50.7% #################################### 51.1% ##################################### 51.7% ##################################### 52.1%- ##################################### 52.5% ###################################### 52.9% ###################################### 53.5% ###################################### 53.9% ####################################### 54.3% ####################################### 54.7% ####################################### 55.2% ######################################## 55.7% ######################################## 56.2% ######################################## 56.6%- ######################################### 57.0% ######################################### 57.4% ######################################### 57.8% ########################################## 58.4% ########################################## 58.8% ########################################## 59.2% ########################################## 59.6% ########################################### 60.0% ########################################### 60.5% ########################################### 60.9% ############################################ 61.3%- ############################################ 61.8% ############################################ 62.2% ############################################# 62.6% ############################################# 63.1% ############################################# 63.6% ############################################## 64.0% ############################################## 64.4% ############################################## 64.8% ############################################### 65.4% ############################################### 65.8% ############################################### 66.2%- ############################################### 66.6% ################################################ 67.2% ################################################ 67.6% ################################################ 68.0% ################################################# 68.4% ################################################# 68.8% ################################################# 69.4% ################################################## 69.8% ################################################## 70.2% ################################################## 70.6% ################################################### 71.0%- ################################################### 71.6% ################################################### 72.0% #################################################### 72.4% #################################################### 72.8% #################################################### 73.2% ##################################################### 73.6% ##################################################### 74.2% ##################################################### 74.6% ##################################################### 75.0% ###################################################### 75.4% ###################################################### 75.8%- ###################################################### 76.4% ####################################################### 76.8% ####################################################### 77.2% ####################################################### 77.6% ######################################################## 78.0% ######################################################## 78.4% ######################################################## 78.8% ######################################################### 79.4% ######################################################### 79.8% ######################################################### 80.2% ########################################################## 80.6%- ########################################################## 81.0% ########################################################## 81.4% ########################################################### 82.0% ########################################################### 82.4% ########################################################### 82.8% ########################################################### 83.2% ############################################################ 83.6% ############################################################ 84.2% ############################################################ 84.6% ############################################################# 85.0% ############################################################# 85.5%- ############################################################# 86.0% ############################################################## 86.5% ############################################################## 86.9% ############################################################## 87.3% ############################################################### 87.7% ############################################################### 88.3% ############################################################### 88.7% ################################################################ 89.1% ################################################################ 89.5% ################################################################ 90.1% ################################################################# 90.3%- ################################################################# 90.9% ################################################################# 91.3% ################################################################## 91.7% ################################################################## 92.1% ################################################################## 92.5% ################################################################### 93.1% ################################################################### 93.5% ################################################################### 93.9% ################################################################### 94.3% #################################################################### 94.9% #################################################################### 95.3%- #################################################################### 95.7% ##################################################################### 96.1% ##################################################################### 96.5% ##################################################################### 96.9% ###################################################################### 97.5% ###################################################################### 97.9% ###################################################################### 98.3% ####################################################################### 98.7% ####################################################################### 99.3% ####################################################################### 99.7% ######################################################################## 100.0%- ==> Pouring portable-ruby-3.4.8.catalina.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- octodns: Tools for managing DNS across multiple providers- superseedr: BitTorrent Client in your Terminal- vacuum: World's fastest OpenAPI & Swagger linter- wifitui: Fast featureful friendly wifi terminal UI<><> 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-backend.dev] synchronised (file:///Users/mac1000/src)[volgo-git-eio.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 <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/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.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/mpdecimal/4.0.1: 22 files, 570.3KB- ==> 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...- 🍺 /usr/local/Cellar/ca-certificates/2025-12-02: 4 files, 235.9KB- ==> Installing mercurial dependency: openssl@3- ==> Pouring openssl@3--3.6.0.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/openssl@3/3.6.0: 7,609 files, 37.9MB- ==> Installing mercurial dependency: readline- ==> Pouring readline--8.3.3.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/readline/8.3.3: 56 files, 2.6MB- ==> Installing mercurial dependency: sqlite- ==> Pouring sqlite--3.51.1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/sqlite/3.51.1: 13 files, 5.2MB- ==> Installing mercurial dependency: xz- ==> Pouring xz--5.8.2.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/xz/5.8.2: 96 files, 2.4MB- ==> Installing mercurial dependency: lz4- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB- ==> Installing mercurial dependency: zstd- ==> Pouring zstd--1.5.7.sequoia.bottle.1.tar.gz- 🍺 /usr/local/Cellar/zstd/1.5.7: 32 files, 2.5MB- ==> Installing mercurial dependency: python@3.14- ==> Pouring python@3.14--3.14.2.sequoia.bottle.1.tar.gz- 🍺 /usr/local/Cellar/python@3.14/3.14.2: 3,770 files, 68.8MB- ==> Installing mercurial- ==> Pouring mercurial--7.1.2.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/mercurial/7.1.2: 665 files, 10.9MB- ==> 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:- /usr/local/etc/bash_completion.d2025-12-21 09:24.00 ---> 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)-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> installed conf-git.1.1-> retrieved cstruct.6.2.0 (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 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 optint.0.3.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> installed conf-hg.1.0-> 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_value.v0.17.0 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (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 optint.0.3.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed lwt-dllist.1.1.0-> installed cstruct.6.2.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.17.0-> installed thread-table.1.0.0-> installed stdlib-shims.0.3.0-> installed spawn.v0.17.0-> installed ordering.3.20.2-> installed sexplib0.v0.17.0-> installed psq.0.2.1-> installed ppx_derivers.1.2.1-> installed pp.2.0.0-> installed fpath-sexp0.0.4.0-> installed dune-configurator.3.20.2-> installed domain-local-await.1.0.1-> installed cmdlang.0.0.10-> installed bitv.2.1-> installed parsexp.v0.17.0-> installed bigstringaf.0.10.0-> installed cmdlang-to-cmdliner.0.0.10-> installed dyn.3.20.2-> 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_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_sexp_value.v0.17.0-> installed ppx_hash.v0.17.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-21 09:24.00 ---> using "75b1034988ed6b15aa246b274ede182fc66a4535546edf7ba1265bfd86766cc0" from cache/: (copy (src .) (dst ./src))2025-12-21 09:24.02 ---> 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.09 ---> saved as "8d58bcfd4070d2689f9dab6370ec69e2900c7bd622ed1b783cdb3040a75fb6ba"Job succeeded2025-12-21 09:24.16: Job succeeded