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-4.14_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_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_opam-2.4-ee351335079a5e78bcbdf67b0e537830" 2025-12-21 09:23.55: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_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 i7-worker-02 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.57 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_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 "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.58 ---> 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 4c9d80b731..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.58 ---> 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.58 ---> 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.58 ---> using "76cf714afef81383e92598e28a378f8fe462a69a13a3e978d188d211ff9332cd" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-12-21 09:23.59 ---> 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")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469 - #=#=# 0.1% 0.4% 0.8% 1.0% # 1.6% - # 1.9% # 2.0% # 2.4% # 2.7% ## 3.0% ## 3.1% ## 3.4% ## 3.5% ## 3.8% ## 4.1% - ### 4.3% ### 4.5% ### 4.7% ### 4.9% ### 5.1% ### 5.4% #### 5.6% #### 5.8% #### 6.1% #### 6.2% #### 6.5% - #### 6.8% #### 6.9% ##### 7.2% ##### 7.5% ##### 7.6% ##### 7.9% ##### 8.0% ##### 8.3% ###### 8.6% ###### 8.9% - ###### 9.0% ###### 9.3% ###### 9.4% ###### 9.7% ####### 9.9% ####### 10.1% ####### 10.4% ####### 10.6% ####### 10.8% ####### 11.0% ######## 11.2% - ######## 11.6% ######## 11.9% ######## 12.1% ######## 12.4% ######### 12.8% ######### 13.2% ######### 13.8% ########## 14.2% ########## 14.6% ########## 15.0% ########### 15.4% - ########### 15.8% ########### 16.3% ############ 16.8% ############ 17.2% ############ 17.6% ############ 18.0% ############# 18.5% ############# 19.0% ############# 19.4% ############## 19.8% ############## 20.2% - ############## 20.8% ############### 21.2% ############### 21.6% ############### 22.2% ################ 22.6% ################ 23.0% ################ 23.5% ################# 23.9% ################# 24.3% ################# 24.8% - ################## 25.2% ################## 25.6% ################## 26.0% ################### 26.5% ################### 26.8% ################### 27.2% ################### 27.8% #################### 28.2% #################### 28.6% #################### 29.0% ##################### 29.4% - ##################### 29.8% ##################### 30.4% ###################### 30.8% ###################### 31.2% ###################### 31.8% ####################### 32.2% ####################### 32.6% ####################### 33.0% ######################## 33.5% ######################## 33.9% ######################## 34.4% - ######################### 34.8% ######################### 35.2% ######################### 35.6% ######################### 36.0% ########################## 36.6% ########################## 37.0% ########################## 37.4% ########################### 37.8% ########################### 38.2% ########################### 38.7% ############################ 39.2% - ############################ 39.6% ############################ 40.0% ############################# 40.5% ############################# 40.9% ############################# 41.4% ############################## 41.8% ############################## 42.2% ############################## 42.6% ############################### 43.1% ############################### 43.5% - ############################### 44.0% ############################### 44.4% ################################ 44.8% ################################ 45.3% ################################ 45.7% ################################# 46.2% ################################# 46.6% ################################# 47.0% ################################## 47.5% ################################## 47.9% ################################## 48.3% - ################################### 48.8% ################################### 49.2% ################################### 49.6% #################################### 50.1% #################################### 50.5% #################################### 51.0% ##################################### 51.5% ##################################### 51.9% ##################################### 52.3% ##################################### 52.7% ###################################### 53.1% - ###################################### 53.7% ###################################### 54.1% ####################################### 54.5% ####################################### 54.9% ####################################### 55.3% ######################################## 55.9% ######################################## 56.3% ######################################## 56.7% ######################################### 57.1% ######################################### 57.5% ######################################### 57.9% - ########################################## 58.4% ########################################## 58.9% ########################################## 59.3% ########################################### 59.7% ########################################### 60.1% ########################################### 60.6% ########################################### 61.1% ############################################ 61.5% ############################################ 61.9% ############################################ 62.3% ############################################# 62.7% - ############################################# 63.2% ############################################# 63.6% ############################################## 64.1% ############################################## 64.5% ############################################## 64.9% ############################################### 65.4% ############################################### 65.9% ############################################### 66.3% ################################################ 66.7% ################################################ 67.1% ################################################ 67.5% - ################################################ 68.0% ################################################# 68.5% ################################################# 68.9% ################################################# 69.3% ################################################## 69.9% ################################################## 70.3% ################################################## 70.7% ################################################### 71.1% ################################################### 71.5% ################################################### 72.1% #################################################### 72.5% - #################################################### 72.9% #################################################### 73.3% ##################################################### 73.7% ##################################################### 74.1% ##################################################### 74.7% ###################################################### 75.1% ###################################################### 75.5% ###################################################### 75.9% ###################################################### 76.3% ####################################################### 76.9% ####################################################### 77.3% - ####################################################### 77.7% ######################################################## 78.1% ######################################################## 78.5% ######################################################## 79.1% ######################################################### 79.5% ######################################################### 79.9% ######################################################### 80.3% ########################################################## 80.7% ########################################################## 81.3% ########################################################## 81.7% - ########################################################### 82.1% ########################################################### 82.6% ########################################################### 83.0% ############################################################ 83.6% ############################################################ 84.0% ############################################################ 84.4% ############################################################# 84.8% ############################################################# 85.2% ############################################################# 85.8% ############################################################## 86.2% ############################################################## 86.6% - ############################################################## 87.0% ############################################################## 87.4% ############################################################### 87.8% ############################################################### 88.4% ############################################################### 88.8% ################################################################ 89.2% ################################################################ 89.6% ################################################################ 90.0% ################################################################# 90.4% ################################################################# 91.0% ################################################################# 91.4% - ################################################################## 91.8% ################################################################## 92.2% ################################################################## 92.6% ################################################################### 93.2% ################################################################### 93.6% ################################################################### 94.0% ################################################################### 94.4% #################################################################### 94.8% #################################################################### 95.2% #################################################################### 95.8% ##################################################################### 96.2% - ##################################################################### 96.6% ##################################################################### 97.0% ###################################################################### 97.4% ###################################################################### 98.0% ###################################################################### 98.4% ####################################################################### 98.8% ####################################################################### 99.4% ####################################################################### 99.8% ######################################################################## 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 - superseedr: BitTorrent Client in your Terminal - vacuum: World's fastest OpenAPI & Swagger linter <><> 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 <><><><><><><><><><><><><><><><><><><><><><> + /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 Manifest sqlite (3.51.1) - ✔︎ Bottle sqlite (3.51.1) - ✔︎ Bottle Manifest xz (5.8.2) - ✔︎ Bottle Manifest lz4 (1.10.0) - ✔︎ Bottle Manifest zstd (1.5.7) - ✔︎ Bottle Manifest python@3.14 (3.14.2) - ✔︎ Bottle readline (8.3.3) - ✔︎ Bottle lz4 (1.10.0) - ✔︎ 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.d 2025-12-21 09:23.59 ---> 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) -> retrieved cmdliner.2.1.0 (cached) -> retrieved fpath.0.7.3 (cached) -> installed conf-git.1.1 -> 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 ocamlbuild.0.16.1 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved sexplib0.v0.16.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.59 ---> using "381030a525a8b69a3671bd2931ad150e2b9492f9c1948b92bbc91e313978d5e9" from cache /: (copy (src .) (dst ./src)) 2025-12-21 09:24.01 ---> 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.06 ---> saved as "e4bbe8efe3263441525419bac97cac7be100810f11da2c93e45e65a64f6a8e41" Job succeeded 2025-12-21 09:24.13: Job succeeded