2026-03-12 17:44.29: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (3de668773b97d3533a6ada5a3b859a6e15461605) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5) Base: macos-homebrew-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard 3de66877 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.4 # macos-homebrew-5.4_arm64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam volgo-base-tests.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 volgo-base-tests.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.21.1 dune-configurator.3.21.1 dyn.3.21.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.1 hmap.0.8.1 iomux.0.4 jane-street-headers.v0.17.0 jst-config.v0.17.0 loc.0.3.3 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.21.1 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.21.1 thread-table.1.0.0 time_now.v0.17.0 top-closure.3.21.1 topkg.1.1.1 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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 volgo-base-tests.dev vcs-test-helpers.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,volgo-base-tests,vcs-test-helpers @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-12 17:44.29: Using cache hint "mbarbin/vcs-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-7ad7fdf5cbb395e4bf8aeef60d71ee91" 2026-03-12 17:44.29: Using OBuilder spec: ((from macos-homebrew-ocaml-5.4) (comment macos-homebrew-5.4_arm64_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.5 ~/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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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 volgo-base-tests.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 volgo-base-tests.dev './src/./' && \ \nopam pin add -yn vcs-test-helpers.dev './src/./'")) (run (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.21.1 dune-configurator.3.21.1 dyn.3.21.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.1 hmap.0.8.1 iomux.0.4 jane-street-headers.v0.17.0 jst-config.v0.17.0 loc.0.3.3 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.21.1 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.21.1 thread-table.1.0.0 time_now.v0.17.0 top-closure.3.21.1 topkg.1.1.1 yojson.3.0.0") (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.5 --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 volgo-base-tests.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,volgo-base-tests,vcs-test-helpers @install @check @runtest && rm -rf _build")) ) 2026-03-12 17:44.29: Waiting for resource in pool OCluster 2026-03-12 17:44.30: Waiting for worker… 2026-03-12 17:44.30: Got resource from pool OCluster Building on m1-worker-02 HEAD is now at 8c8a15e Disable dependabot HEAD is now at 3de6687 Merge pull request #143 from mbarbin/upgrade-ci (from macos-homebrew-ocaml-5.4) 2026-03-12 17:44.31 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache /: (comment macos-homebrew-5.4_arm64_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam")) 2026-03-12 17:44.31 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2026-03-12 17:44.31 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.4.0 2.5.0 2026-03-12 17:44.31 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 95f7875db7..f7006d12f1 master -> origin/master 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-03-12 17:44.31 ---> using "fb91cd530a120a6315ab9b3a2e0673d2f54fa69534b2b521f1d52968188d071b" 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 volgo-base-tests.opam vcs-test-helpers.opam) (dst ./src/./)) 2026-03-12 17:44.31 ---> using "fe4d03ffb8bd49480e76f55103427218940680c5313ad5c300fa2b8e0f64f2c2" 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 volgo-base-tests.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 volgo-base-tests does not exist in opam repositories registered in the current switch. [volgo-base-tests.dev] synchronised (file:///Users/mac1000/src) volgo-base-tests 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) 2026-03-12 17:44.32 ---> using "4f70bcda711d230b4e0159ab544fe0fd1e4322c4fe2799e8fecac0e241cc3618" from cache /: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-03-12 17:44.32 ---> using "703b24f238e4c76313ce4b1d308edc818a150829c0caa51711e5fbf22eb71f43" 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.21.1 dune-configurator.3.21.1 dyn.3.21.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.1 hmap.0.8.1 iomux.0.4 jane-street-headers.v0.17.0 jst-config.v0.17.0 loc.0.3.3 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.21.1 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.21.1 thread-table.1.0.0 time_now.v0.17.0 top-closure.3.21.1 topkg.1.1.1 yojson.3.0.0") /: (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.5 --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 volgo-base-tests.dev vcs-test-helpers.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:cef6f881f516d2cdbd0a5bfc7e20318da8b047cf2674ee27c5d4858d3ecd6430 - #=#=# 0.5% # 1.4% # 2.3% ## 3.1% ## 3.8% - ### 4.8% ### 5.5% #### 6.3% ##### 7.2% ##### 8.0% ###### 8.8% ###### 9.7% ####### 10.5% ######## 11.3% ######## 12.1% ######### 13.0% - ######### 13.8% ########## 14.6% ########### 15.4% ########### 16.3% ############ 17.1% ############ 17.9% ############# 18.7% ############## 19.5% ############## 20.3% ############### 21.2% ############### 22.0% - ################ 22.8% ################# 23.6% ################# 24.4% ################## 25.2% ################## 26.1% ################### 26.9% ################### 27.6% #################### 28.6% ##################### 29.3% ##################### 30.3% ###################### 31.0% - ###################### 31.8% ####################### 32.6% ######################## 33.5% ######################## 34.3% ######################### 35.1% ######################### 35.9% ########################## 36.7% ########################### 37.6% ########################### 38.2% ############################ 39.0% ############################ 39.8% ############################# 40.7% - ############################# 41.2% ############################## 42.0% ############################## 42.8% ############################### 43.5% ############################### 44.0% ############################### 44.4% ################################ 44.8% ################################ 45.3% ################################ 45.7% ################################# 46.1% ################################# 46.5% - ################################# 47.0% ################################## 47.4% ################################## 47.8% ################################## 48.2% ################################### 48.7% ################################### 49.1% ################################### 49.5% ################################### 49.9% #################################### 50.3% #################################### 50.8% #################################### 51.2% - ##################################### 51.6% ##################################### 52.0% ##################################### 52.4% ###################################### 52.9% ###################################### 53.3% ###################################### 53.7% ###################################### 54.0% ####################################### 54.6% ####################################### 55.0% ####################################### 55.3% ######################################## 55.7% - ######################################## 56.1% ######################################## 56.7% ######################################### 57.0% ######################################### 57.4% ######################################### 57.8% ######################################### 58.2% ########################################## 58.7% ########################################## 59.1% ########################################## 59.5% ########################################### 59.9% ########################################### 60.3% - ########################################### 60.7% ########################################### 61.1% ############################################ 61.5% ############################################ 61.8% ############################################ 62.2% ############################################ 62.5% ############################################# 62.9% ############################################# 63.3% ############################################# 63.6% ############################################## 63.9% ############################################## 64.2% - ############################################## 64.4% ############################################## 64.7% ############################################## 64.9% ############################################## 65.2% ############################################### 65.3% ############################################### 65.6% ############################################### 65.9% ############################################### 66.0% ############################################### 66.3% ############################################### 66.5% ############################################### 66.6% ################################################ 66.9% - ################################################ 67.0% ################################################ 67.3% ################################################ 67.6% ################################################ 67.7% ################################################ 68.0% ################################################# 68.1% ################################################# 68.3% ################################################# 68.6% ################################################# 68.7% ################################################# 69.0% - ################################################# 69.3% ################################################## 69.6% ################################################## 69.9% ################################################## 70.1% ################################################## 70.5% ################################################## 70.7% ################################################### 70.9% ################################################### 71.1% ################################################### 71.3% ################################################### 71.6% ################################################### 71.7% - ################################################### 72.0% ################################################### 72.1% #################################################### 72.4% #################################################### 72.6% #################################################### 72.8% #################################################### 72.9% #################################################### 73.1% #################################################### 73.3% #################################################### 73.5% ##################################################### 73.7% ##################################################### 73.9% - ##################################################### 74.2% ##################################################### 74.4% ##################################################### 74.7% ##################################################### 74.8% ###################################################### 75.1% ###################################################### 75.2% ###################################################### 75.5% ###################################################### 75.7% ###################################################### 75.9% ###################################################### 76.1% ###################################################### 76.4% - ####################################################### 76.5% ####################################################### 76.8% ####################################################### 76.9% ####################################################### 77.2% ####################################################### 77.4% ####################################################### 77.6% ######################################################## 77.8% ######################################################## 77.9% ######################################################## 78.2% ######################################################## 78.5% ######################################################## 78.6% - ######################################################## 78.9% ######################################################## 79.1% ######################################################### 79.2% ######################################################### 79.5% ######################################################### 79.7% ######################################################### 79.9% ######################################################### 80.1% ######################################################### 80.4% ######################################################### 80.5% ########################################################## 80.8% ########################################################## 81.0% - ########################################################## 81.2% ########################################################## 81.4% ########################################################## 81.7% ########################################################## 81.8% ########################################################### 82.1% ########################################################### 82.4% ########################################################### 82.5% ########################################################### 82.7% ########################################################### 83.0% ########################################################### 83.1% - ############################################################ 83.4% ############################################################ 83.6% ############################################################ 83.8% ############################################################ 84.0% ############################################################ 84.3% ############################################################ 84.4% ############################################################ 84.7% ############################################################# 84.9% ############################################################# 85.1% ############################################################# 85.3% ############################################################# 85.5% - ############################################################# 85.7% ############################################################# 86.0% ############################################################## 86.1% ############################################################## 86.4% ############################################################## 86.5% ############################################################## 86.8% ############################################################## 86.9% ############################################################## 87.2% ############################################################## 87.4% ############################################################### 87.7% - ############################################################### 87.8% ############################################################### 88.1% ############################################################### 88.4% ############################################################### 88.6% ############################################################### 88.9% ################################################################ 89.1% ################################################################ 89.5% ################################################################ 89.8% ################################################################ 90.2% ################################################################# 90.5% ################################################################# 90.9% - ################################################################# 91.5% ################################################################## 91.7% ################################################################## 92.0% ################################################################## 92.2% ################################################################## 92.5% ################################################################## 92.8% ################################################################### 93.2% ################################################################### 93.4% ################################################################### 93.7% ################################################################### 93.9% ################################################################### 94.2% - #################################################################### 94.5% #################################################################### 94.8% #################################################################### 95.1% #################################################################### 95.3% #################################################################### 95.6% ##################################################################### 95.9% ##################################################################### 96.1% ##################################################################### 96.4% ##################################################################### 96.8% ##################################################################### 97.0% ###################################################################### 97.3% - ###################################################################### 97.6% ###################################################################### 97.8% ###################################################################### 98.1% ###################################################################### 98.4% ####################################################################### 98.6% ####################################################################### 98.9% ####################################################################### 99.3% ####################################################################### 99.5% ####################################################################### 99.8% ######################################################################## 100.0% - ==> Pouring portable-ruby-4.0.1.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 2 taps (homebrew/core and homebrew/cask). - ==> New Formulae - ffc.h: Single-header C99 accelerated float/double parsing - garden: Grow and cultivate collections of Git trees - ipapatch: CLI tool to patch iOS IPA files and their plugins - nfd2nfc: Convert filesystem entry names from NFD to NFC for cross-platform compatibility - nono: Capability-based sandbox shell for AI agents with OS-enforced isolation - powershell: Command-line shell and scripting language - scala-cli: Scala language runner and build tool - tsshd: UDP SSH server for trzsz-ssh (tssh) with roaming support - zsign: Cross-platform codesigning tool for iOS apps - zvbi: Vertical Blanking Interval (VBI) decoding library <><> 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-base-tests.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 <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "mercurial" - ==> Fetching downloads for: mercurial - ✔︎ Bottle Manifest mercurial (7.2) - ✔︎ Bottle Manifest mercurial (7.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.1) - ✔︎ Bottle Manifest readline (8.3.3) - ✔︎ Bottle readline (8.3.3) - ✔︎ Bottle Manifest sqlite (3.51.2_1) - ✔︎ Bottle sqlite (3.51.2_1) - ✔︎ Bottle Manifest xz (5.8.2) - ✔︎ Bottle Manifest lz4 (1.10.0) - ✔︎ Bottle lz4 (1.10.0) - ✔︎ Bottle Manifest zstd (1.5.7_1) - ✔︎ Bottle Manifest python@3.14 (3.14.3_1) - ✔︎ Bottle xz (5.8.2) - ✔︎ Bottle zstd (1.5.7_1) - ✔︎ Bottle mercurial (7.2) - ✔︎ Bottle openssl@3 (3.6.1) - ✔︎ Bottle python@3.14 (3.14.3_1) - ==> Installing dependencies for mercurial: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz, lz4, zstd and python@3.14 - ==> Installing mercurial dependency: mpdecimal - ==> Pouring mpdecimal--4.0.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/mpdecimal/4.0.1: 22 files, 659.6KB - ==> Installing mercurial dependency: ca-certificates - ==> Pouring ca-certificates--2025-12-02.all.bottle.1.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.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/openssl@3/3.6.1: 7,624 files, 37.4MB - ==> 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.2_1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/sqlite/3.51.2_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_1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB - ==> Installing mercurial dependency: python@3.14 - ==> Pouring python@3.14--3.14.3_1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/python@3.14/3.14.3_1: 3,764 files, 75.2MB - ==> Installing mercurial - ==> Pouring mercurial--7.2.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/mercurial/7.2: 710 files, 11.4MB - ==> Running `brew cleanup mercurial`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> Caveats - Bash completion has been installed to: - /opt/homebrew/etc/bash_completion.d # To update the current shell environment, run: eval $(opam env) 2026-03-12 17:44.32 ---> using "a0f508e43125310a3c6ef2db635b197adbabb24dd2f16671f1e80c725d7f9d13" 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 67 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.21.1 - install dune-configurator 3.21.1 - install dyn 3.21.1 - install eio 1.3 - install eio_main 1.3 - install eio_posix 1.3 - install fmt 0.11.0 - install fpath 0.7.3 - install fpath-sexp0 0.4.0 - install fs-io 3.21.1 - install hmap 0.8.1 - install iomux 0.4 - install jane-street-headers v0.17.0 - install jst-config v0.17.0 - install loc 0.3.3 - 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.21.1 - 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_assert v0.17.0 - install ppx_base v0.17.0 - install ppx_cold v0.17.0 - install ppx_compare v0.17.0 - install ppx_derivers 1.2.1 - install ppx_enumerate v0.17.0 - install ppx_expect v0.17.3 - install ppx_globalize v0.17.2 - install ppx_hash v0.17.0 - install ppx_here v0.17.0 - install ppx_inline_test v0.17.1 - install ppx_optcomp v0.17.1 - install ppx_sexp_conv v0.17.1 - 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 stdio v0.17.0 - install stdlib-shims 0.3.0 - install stdune 3.21.1 - install thread-table 1.0.0 - install time_now v0.17.0 - install top-closure 3.21.1 - install topkg 1.1.1 - install yojson 3.0.0 <><> 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 cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (cached) -> retrieved fpath-sexp0.0.4.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved iomux.0.4 (cached) -> installed conf-hg.1.0 -> retrieved jane-street-headers.v0.17.0 (cached) -> retrieved jst-config.v0.17.0 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved loc.0.3.3 (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_assert.v0.17.0 (cached) -> retrieved ppx_base.v0.17.0 (cached) -> retrieved ppx_cold.v0.17.0 (cached) -> retrieved ppx_compare.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_enumerate.v0.17.0 (cached) -> retrieved ppx_globalize.v0.17.2 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_expect.v0.17.3 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_inline_test.v0.17.1 (cached) -> retrieved ppx_optcomp.v0.17.1 (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 stdio.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 time_now.v0.17.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1 (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 astring.0.8.5 -> installed fmt.0.11.0 -> installed fpath.0.7.3 -> installed dune.3.21.1 -> installed cstruct.6.2.0 -> installed csexp.1.5.2 -> installed cmdlang.0.0.10 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ocaml-compiler-libs.v0.17.0 -> installed lwt-dllist.1.1.0 -> installed optint.0.3.0 -> installed cmdlang-to-cmdliner.0.0.10 -> installed dune-configurator.3.21.1 -> installed fs-io.3.21.1 -> installed jane-street-headers.v0.17.0 -> installed bitv.2.1 -> installed ppx_derivers.1.2.1 -> installed pp.2.0.0 -> installed psq.0.2.1 -> installed bigstringaf.0.10.0 -> installed thread-table.1.0.0 -> installed stdlib-shims.0.3.0 -> installed spawn.v0.17.0 -> installed sexplib0.v0.17.0 -> installed iomux.0.4 -> installed ordering.3.21.1 -> installed domain-local-await.1.0.1 -> installed fpath-sexp0.0.4.0 -> installed top-closure.3.21.1 -> installed yojson.3.0.0 -> installed parsexp.v0.17.0 -> installed dyn.3.21.1 -> installed eio.1.3 -> installed base.v0.17.3 -> installed stdio.v0.17.0 -> installed eio_posix.1.3 -> installed eio_main.1.3 -> installed stdune.3.21.1 -> installed loc.0.3.3 -> 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_cold.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_optcomp.v0.17.1 -> installed ppxlib_jane.v0.17.4 -> installed ppx_enumerate.v0.17.0 -> installed ppx_globalize.v0.17.2 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.1 -> installed ppx_hash.v0.17.0 -> installed ppx_assert.v0.17.0 -> installed ppx_base.v0.17.0 -> installed jst-config.v0.17.0 -> installed time_now.v0.17.0 -> installed ppx_inline_test.v0.17.1 -> installed ppx_expect.v0.17.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-12 17:44.32 ---> using "cfa58d0bdaf322a4be66480e7df0d9817e34af77eff210027a2051d27c0b473e" from cache /: (copy (src .) (dst ./src)) 2026-03-12 17:44.32 ---> using "12067a8c1912d3f3e4f96f6fc1b8eb0cd9b9d4beaec19677bb71d9d537238546" from cache /: (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,volgo-base-tests,vcs-test-helpers @install @check @runtest && rm -rf _build")) 2026-03-12 17:44.32 ---> using "2112eaaa3857c9f6580a9c4f5b307598053193c7aa4e274ccd617380d95505da" from cache Job succeeded 2026-03-12 17:44.39: Job succeeded