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-4.14_arm64_opam-2.4) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "dependabot/github_actions/actions/checkout-6" && cd "vcs" && git reset --hard 92e2d4e4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 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-bigarray.base base-threads.base base-unix.base 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 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 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-backend.dev volgo-git-unix.dev volgo-git-backend.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-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-12-21 09:23.55: Using cache hint "mbarbin/vcs-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-ee351335079a5e78bcbdf67b0e537830" 2025-12-21 09:23.55: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_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-bigarray.base base-threads.base base-unix.base 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 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 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-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst ./src)) (run (shell "cd ./src && opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build")) ) 2025-12-21 09:23.55: Waiting for resource in pool OCluster 2025-12-21 09:23.55: Waiting for worker… 2025-12-21 09:23.55: Got resource from pool OCluster Building on m1-worker-04 HEAD is now at 3baba20 Upgrade actions/checkout to v6 in CI HEAD is now at 92e2d4e Bump actions/checkout from 5 to 6 (from macos-homebrew-ocaml-4.14) 2025-12-21 09:23.56 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_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 "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" 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 2025-12-21 09:23.57 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 4.14.2 2.4.1 2025-12-21 09:23.57 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" 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_HEAD 95f7875db7..c65fcb1165 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-21 09:23.57 ---> using "f76e7975cdead0b431949952755f6427fa0939733c81a292d7d2f02657cf1111" 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 "f84ee3af14dcbbc2a067cefeb272f8041543035c5be73b96f10a42d3b593cfc9" 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 "76cf714afef81383e92598e28a378f8fe462a69a13a3e978d188d211ff9332cd" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-12-21 09:23.57 ---> using "9b58c178c6809cc2be147b9364ee40d291d2739edffd02f14b3d4c5c283f473b" from cache /: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base 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 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 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-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167 - #=#=# 0.7% 1.2% # 1.8% # 2.2% # 2.6% - ## 3.0% ## 3.4% ## 3.9% ### 4.4% ### 4.8% ### 5.2% #### 5.6% #### 6.0% #### 6.5% #### 6.9% ##### 7.3% - ##### 7.9% ##### 8.3% ###### 8.7% ###### 9.1% ###### 9.5% ####### 10.0% ####### 10.4% ####### 10.8% ######## 11.2% ######## 11.7% ######## 12.1% ######### 12.5% - ######### 12.9% ######### 13.3% ######### 13.7% ########## 14.3% ########## 14.7% ########## 15.1% ########### 15.6% ########### 16.0% ########### 16.4% ############ 16.8% ############ 17.3% - ############ 17.7% ############# 18.1% ############# 18.6% ############# 19.0% ############# 19.4% ############## 19.8% ############## 20.1% ############## 20.5% ############## 20.7% ############### 21.1% ############### 21.5% - ############### 21.8% ############### 22.1% ############### 22.2% ################ 22.5% ################ 22.8% ################ 22.9% ################ 23.2% ################ 23.4% ################# 23.7% ################# 23.8% - ################# 24.1% ################# 24.3% ################# 24.6% ################# 24.7% ################## 25.0% ################## 25.1% ################## 25.4% ################## 25.7% ################## 25.8% ################## 26.1% ################## 26.2% - ################### 26.5% ################### 26.8% ################### 26.9% ################### 27.2% ################### 27.4% #################### 27.8% #################### 28.2% #################### 28.7% #################### 29.1% ##################### 29.5% ##################### 29.9% - ##################### 30.2% ##################### 30.3% ###################### 30.6% ###################### 30.8% ###################### 31.0% ###################### 31.3% ###################### 31.6% ###################### 31.7% ####################### 32.0% ####################### 32.2% ####################### 32.4% - ####################### 32.6% ####################### 32.9% ####################### 33.0% ####################### 33.3% ######################## 33.5% ######################## 33.7% ######################## 33.9% ######################## 34.2% ######################## 34.3% ######################## 34.6% ######################### 34.8% - ######################### 35.1% ######################### 35.3% ######################### 35.5% ######################### 35.7% ######################### 36.0% ########################## 36.1% ########################## 36.4% ########################## 36.5% ########################## 36.8% ########################## 36.9% ########################## 37.2% - ########################## 37.5% ########################### 37.7% ########################### 38.0% ########################### 38.2% ########################### 38.4% ########################### 38.6% ########################### 38.8% ############################ 39.0% ############################ 39.2% ############################ 39.5% - ############################ 39.7% ############################ 39.9% ############################ 40.1% ############################ 40.3% ############################# 40.5% ############################# 40.8% ############################# 40.9% ############################# 41.2% ############################# 41.5% ############################# 41.6% ############################## 41.9% - ############################## 42.1% ############################## 42.3% ############################## 42.6% ############################## 42.8% ############################## 43.0% ############################### 43.2% ############################### 43.4% ############################### 43.6% ############################### 43.9% ############################### 44.0% ############################### 44.3% - ################################ 44.5% ################################ 44.8% ################################ 44.9% ################################ 45.2% ################################ 45.5% ################################ 45.6% ################################# 45.9% ################################# 46.1% ################################# 46.4% ################################# 46.6% - ################################# 46.8% ################################# 47.0% ################################## 47.2% ################################## 47.4% ################################## 47.6% ################################## 47.9% ################################## 48.0% ################################## 48.3% ################################## 48.4% ################################### 48.7% ################################### 49.0% - ################################### 49.2% ################################### 49.5% ################################### 49.6% ################################### 49.9% #################################### 50.1% #################################### 50.3% #################################### 50.6% #################################### 50.7% #################################### 51.0% #################################### 51.2% #################################### 51.4% - ##################################### 51.6% ##################################### 51.9% ##################################### 52.2% ##################################### 52.4% ##################################### 52.6% ###################################### 52.8% ###################################### 53.0% ###################################### 53.2% ###################################### 53.5% ###################################### 53.6% ###################################### 53.9% - ####################################### 54.2% ####################################### 54.3% ####################################### 54.6% ####################################### 54.7% ####################################### 55.0% ####################################### 55.3% ####################################### 55.4% ######################################## 55.6% ######################################## 55.9% ######################################## 56.2% - ######################################## 56.4% ######################################## 56.6% ######################################## 56.8% ######################################### 57.1% ######################################### 57.2% ######################################### 57.5% ######################################### 57.6% ######################################### 57.9% ######################################### 58.2% ######################################### 58.3% ########################################## 58.6% - ########################################## 58.9% ########################################## 59.0% ########################################## 59.3% ########################################## 59.4% ########################################## 59.7% ########################################### 59.9% ########################################### 60.2% ########################################### 60.3% ########################################### 60.6% ########################################### 60.8% ########################################### 61.0% - ############################################ 61.2% ############################################ 61.4% ############################################ 61.6% ############################################ 61.9% ############################################ 62.1% ############################################ 62.3% ############################################# 62.6% ############################################# 62.9% ############################################# 63.0% ############################################# 63.3% - ############################################# 63.4% ############################################# 63.7% ############################################## 63.9% ############################################## 64.2% ############################################## 64.3% ############################################## 64.6% ############################################## 64.9% ############################################## 65.0% ############################################## 65.2% ############################################### 65.5% ############################################### 65.8% - ############################################### 65.9% ############################################### 66.2% ############################################### 66.3% ############################################### 66.6% ################################################ 66.9% ################################################ 67.0% ################################################ 67.3% ################################################ 67.4% ################################################ 67.7% ################################################ 67.9% ################################################# 68.1% - ################################################# 68.3% ################################################# 68.5% ################################################# 68.7% ################################################# 69.0% ################################################# 69.1% ################################################# 69.4% ################################################## 69.7% ################################################## 70.0% ################################################## 70.2% ################################################## 70.5% ################################################## 70.6% - ################################################### 70.9% ################################################### 71.2% ################################################### 71.3% ################################################### 71.7% ################################################### 71.8% ################################################### 72.1% ################################################### 72.2% #################################################### 72.5% #################################################### 72.7% #################################################### 72.9% - #################################################### 73.1% #################################################### 73.4% #################################################### 73.6% ##################################################### 73.8% ##################################################### 74.1% ##################################################### 74.2% ##################################################### 74.5% ##################################################### 74.6% ##################################################### 74.9% ###################################################### 75.2% - ###################################################### 75.3% ###################################################### 75.6% ###################################################### 75.8% ###################################################### 76.0% ###################################################### 76.2% ####################################################### 76.5% ####################################################### 76.6% ####################################################### 76.9% ####################################################### 77.0% ####################################################### 77.3% ####################################################### 77.6% - ######################################################## 77.8% ######################################################## 78.0% ######################################################## 78.2% ######################################################## 78.5% ######################################################## 78.6% ######################################################## 78.9% ######################################################### 79.2% ######################################################### 79.3% ######################################################### 79.6% ######################################################### 79.7% ######################################################### 80.0% - ######################################################### 80.2% ######################################################### 80.4% ########################################################## 80.7% ########################################################## 80.9% ########################################################## 81.1% ########################################################## 81.3% ########################################################## 81.6% ########################################################## 81.8% ########################################################### 82.0% ########################################################### 82.2% - ########################################################### 82.4% ########################################################### 82.6% ########################################################### 82.8% ########################################################### 83.0% ########################################################### 83.3% ############################################################ 83.4% ############################################################ 83.7% ############################################################ 84.0% ############################################################ 84.4% ############################################################# 84.8% ############################################################# 85.2% - ############################################################# 85.6% ############################################################# 86.0% ############################################################## 86.5% ############################################################## 86.9% ############################################################## 87.3% ############################################################### 87.7% ############################################################### 88.3% ############################################################### 88.7% ############################################################### 88.8% ################################################################ 89.1% ################################################################ 89.4% - ################################################################ 89.5% ################################################################ 89.8% ################################################################ 90.0% ################################################################# 90.3% ################################################################# 90.6% ################################################################# 90.7% ################################################################# 91.0% ################################################################# 91.1% ################################################################# 91.4% ################################################################# 91.6% - ################################################################## 91.8% ################################################################## 92.0% ################################################################## 92.2% ################################################################## 92.5% ################################################################## 92.7% ################################################################## 92.9% ################################################################### 93.1% ################################################################### 93.4% ################################################################### 93.6% ################################################################### 93.8% ################################################################### 94.0% - ################################################################### 94.3% ################################################################### 94.4% #################################################################### 94.7% #################################################################### 95.0% #################################################################### 95.1% #################################################################### 95.4% #################################################################### 95.6% #################################################################### 95.8% ##################################################################### 96.2% ##################################################################### 96.3% - ##################################################################### 96.6% ##################################################################### 96.7% ##################################################################### 97.0% ##################################################################### 97.1% ###################################################################### 97.4% ###################################################################### 97.6% ###################################################################### 97.9% ###################################################################### 98.0% ###################################################################### 98.3% ###################################################################### 98.6% ####################################################################### 98.7% - ####################################################################### 99.0% ####################################################################### 99.2% ####################################################################### 99.4% ####################################################################### 99.6% ####################################################################### 99.9% ######################################################################## 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 - 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-git-unix.dev] synchronised (file:///Users/mac1000/src) [volgo-git-backend.dev] synchronised (file:///Users/mac1000/src) [volgo.dev] synchronised (file:///Users/mac1000/src) [volgo-hg-backend.dev] synchronised (file:///Users/mac1000/src) [volgo-hg-unix.dev] synchronised (file:///Users/mac1000/src) [volgo-vcs.dev] synchronised (file:///Users/mac1000/src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: mercurial <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "mercurial" - ==> 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.d 2025-12-21 09:23.57 ---> using "2e43896ae61b73bdaeac58277b3231fb09a9fd7b1b70e6102b2ec78a3612ffa2" 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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 25 packages - install astring 0.8.5 - 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 dune 3.20.2 - install dyn 3.20.2 - install fpath 0.7.3 - install fpath-sexp0 0.4.0 - install loc 0.2.2 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.20.2 - install parsexp v0.16.0 - install pp 2.0.0 - install pplumbing-err 0.0.16 - install pplumbing-pp-tty 0.0.16 - install sexplib0 v0.16.0 - install spawn v0.17.0 - install stdune 3.20.2 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached) -> retrieved bitv.2.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-git.1.1 -> retrieved cmdliner.2.1.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached) -> retrieved fpath-sexp0.0.4.0 (cached) -> retrieved loc.0.2.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved topkg.1.1.1 (cached) -> installed conf-hg.1.0 -> retrieved dune.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 astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed cmdlang.0.0.10 -> installed bitv.2.1 -> installed pp.2.0.0 -> installed spawn.v0.17.0 -> installed cmdlang-to-cmdliner.0.0.10 -> installed ordering.3.20.2 -> installed sexplib0.v0.16.0 -> installed fpath-sexp0.0.4.0 -> installed dyn.3.20.2 -> installed parsexp.v0.16.0 -> installed stdune.3.20.2 -> installed loc.0.2.2 -> installed pplumbing-pp-tty.0.0.16 -> installed pplumbing-err.0.0.16 -> installed cmdlang-cmdliner-err-runner.0.0.16 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-21 09:23.57 ---> using "381030a525a8b69a3671bd2931ad150e2b9492f9c1948b92bbc91e313978d5e9" from cache /: (copy (src .) (dst ./src)) 2025-12-21 09:23.59 ---> saved as "6fcf6e72b19a9227582b4df50843c4997a8383ffb2cae6d824491092c03bf57f" /: (run (shell "cd ./src && opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build")) 2025-12-21 09:24.02 ---> saved as "e4bbe8efe3263441525419bac97cac7be100810f11da2c93e45e65a64f6a8e41" Job succeeded 2025-12-21 09:24.07: Job succeeded