2025-07-17 11:42.20: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (2222653dbac3af6222d6cc6aa78f9cf1467f49f1) (macos-x86_64:macos-homebrew-4.14_opam-2.3)
Base: macos-homebrew-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard 2222653d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.3 ~/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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && 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.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 logs.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-07-17 11:42.20: Using cache hint "mbarbin/vcs-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-a265a3abc40d3c54f0ca866c21d6ea02"
2025-07-17 11:42.20: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.3 ~/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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)
(dst ./src/./))
(run (network host)
(shell "opam pin add -yn volgo.dev './src/./' && \
\nopam pin add -yn volgo-vcs.dev './src/./' && \
\nopam pin add -yn volgo-tests.dev './src/./' && \
\nopam pin add -yn volgo-hg-unix.dev './src/./' && \
\nopam pin add -yn volgo-hg-eio.dev './src/./' && \
\nopam pin add -yn volgo-hg-backend.dev './src/./' && \
\nopam pin add -yn volgo-git-unix.dev './src/./' && \
\nopam pin add -yn volgo-git-eio.dev './src/./' && \
\nopam pin add -yn volgo-git-backend.dev './src/./' && \
\nopam pin add -yn volgo-dev.dev './src/./' && \
\nopam pin add -yn volgo-base.dev './src/./' && \
\nopam pin add -yn vcs-test-helpers.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 logs.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8")
(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.3 --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-07-17 11:42.20: Waiting for resource in pool OCluster
2025-07-17 11:42.20: Waiting for worker…
2025-07-17 11:42.20: Got resource from pool OCluster
Building on i7-worker-02
HEAD is now at 8dab04a Merge pull request #88 from mbarbin/diff-and-name-fixes
HEAD is now at 2222653 Edit changelog
(from macos-homebrew-ocaml-4.14)
2025-07-17 11:42.21 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (comment macos-homebrew-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-07-17 11:42.22 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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-07-17 11:42.22 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-17 11:42.22 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
67e940587b..64169c3d1d master -> origin/master
64169c3d1d Merge pull request #28149 from dbuenzli/b0-publish-logs.0.9.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, 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-07-17 11:42.22 ---> using "3dcb1b99ca5414ab368feaa7ee6e60c9a7767c5d5667ee04a8d11b3cb45ed104" 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-07-17 11:42.23 ---> using "ec304f3f2080c419e3a7054c95543685c0409e7420e0a03b658332218e2c0c87" 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)
Package volgo-tests does not exist, create as a NEW package? [y/n] y
[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)
Package volgo-dev does not exist, create as a NEW package? [y/n] y
[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)
Package vcs-test-helpers does not exist, create as a NEW package? [y/n] y
[vcs-test-helpers.dev] synchronised (file:///Users/mac1000/src)
vcs-test-helpers is now pinned to file:///Users/mac1000/src (version dev)
2025-07-17 11:42.23 ---> using "66dd6646824a06207d8bc879768a00bd656aeb18cd2d7a11559d5b9fd4a366d4" from cache
/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-07-17 11:42.23 ---> using "c7aa77d77cf85cdf9635c41266ef590488e122f80c1c4b3efaf78ea26338df95" from cache
/: (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdlang.0.0.9 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 logs.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 pplumbing.0.0.14 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_here.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_value.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8")
/: (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.3 --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/portable-ruby/portable-ruby/blobs/sha256:45cea656cc5b5f5b53a9d4fc9e6c88d3a29b3aac862d1a55f1c70df534df5636
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.4.4.el_capitan.bottle.tar.gz
- ==> Pouring portable-ruby-3.4.4.el_capitan.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
- burrow: Kafka Consumer Lag Checking
- scdl: Command-line tool to download music from SoundCloud
- ==> Outdated Formulae
- gpatch
-
- You have 1 outdated formula installed.
- You can upgrade it with brew upgrade
- or list it with brew outdated.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[volgo.dev] synchronised (file:///Users/mac1000/src)
[volgo-git-unix.dev] synchronised (file:///Users/mac1000/src)
[volgo-git-backend.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"
- ==> Downloading https://ghcr.io/v2/homebrew/core/mercurial/manifests/7.0.3
- ==> Fetching dependencies for mercurial: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz and python@3.13
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dbbf60721dc54b6215f6c0988496331d4110a2a358da867a1129cd84b8166b31--mpdecimal-4.0.1.bottle_manifest.json
- ==> Fetching mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:2d5d6956ca6cafdcd541611c99eed16c0f7a3c7c217efb0141ecfed265716564
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f59cff770a88170ea5db59e11d3c2e6974233fa4a89febe6d904c5a56319108e--mpdecimal--4.0.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-07-15
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b8ec93adfe410583ff46788783b030707eec1898c7ded356e25694e4c29aa32--ca-certificates-2025-07-15.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:84e089e758e75d61228f97d54b3eb1918737a2272c747206cc4d9d75d8a3cb52
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2b4ae11f56221481ba995171d173e64679267530761c1e32c331269d91aaedb1--ca-certificates--2025-07-15.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d8c8da104539ae29f198f366fe5794ac377d96a92458ae62557e3f83b03a351--openssl@3-3.5.1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:752c0242eaad67ab63c47448f113c0953c3aae9084d6e7e1cc0faf14f1601924
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c6f5a8f725f0ac98ac5f23e096b2e25b8b1889fbfd37399f32dd8c06c703f513--openssl@3--3.5.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:85d56c6896ac184bf38b1b0867d050235fb0a4873c152b52a46748aa1b458ec9
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/174a21a1715a51dca20bbf72e02d1f2f53cf5faa29f2301178aa70bdde5a5cb0--sqlite-3.50.2.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:577f8aa80ca4950b15d8d9485d223129e7de442229d4d0065cf6c648be1dced9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5ea006e3a7772a472a25f61bf9b8aaa8a5e4dcbc5c5f04377887e7837aa8614a--sqlite--3.50.2.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:6558e19cb2f13893677ec1fe075d268a69ce242a064ce1dc53940234da4b2c5f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b6542fb56398cfc7335831c3feeff47ff3e191a92b7c43c5e74539fe62d952c--xz--5.8.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.5-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6f054ddb0b7ceefefd45be898b4aee4dd0b8e38c8e43c6d5370347f18bf28259--python@3.13-3.13.5-1.bottle_manifest.json
- ==> Fetching python@3.13
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/blobs/sha256:60d51cebd864b7b7f60c20533e4a86707fc5a9fd7d6235a3f705fedcae372792
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/99d03cdf76401fc57e178f1fb25f870eb979bd517ef5d9846ed64c73bf420db8--python@3.13--3.13.5.sequoia.bottle.1.tar.gz
- ==> Fetching mercurial
- ==> Downloading https://ghcr.io/v2/homebrew/core/mercurial/blobs/sha256:4ab670a504fb5f26bd44257e94028192a59b24ef989ae639d07a49cb199423e6
- ==> Installing dependencies for mercurial: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz and python@3.13
- ==> Installing mercurial dependency: mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dbbf60721dc54b6215f6c0988496331d4110a2a358da867a1129cd84b8166b31--mpdecimal-4.0.1.bottle_manifest.json
- ==> Pouring mpdecimal--4.0.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/mpdecimal/4.0.1: 22 files, 556.9KB
- ==> Installing mercurial dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-07-15
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b8ec93adfe410583ff46788783b030707eec1898c7ded356e25694e4c29aa32--ca-certificates-2025-07-15.bottle_manifest.json
- ==> Pouring ca-certificates--2025-07-15.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /usr/local/Cellar/ca-certificates/2025-07-15: 4 files, 225.3KB
- ==> Installing mercurial dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d8c8da104539ae29f198f366fe5794ac377d96a92458ae62557e3f83b03a351--openssl@3-3.5.1.bottle_manifest.json
- ==> Pouring openssl@3--3.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/openssl@3/3.5.1: 7,563 files, 35.7MB
- ==> Installing mercurial dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json
- ==> Pouring readline--8.3.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/readline/8.3.1: 56 files, 2.4MB
- ==> Installing mercurial dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/174a21a1715a51dca20bbf72e02d1f2f53cf5faa29f2301178aa70bdde5a5cb0--sqlite-3.50.2.bottle_manifest.json
- ==> Pouring sqlite--3.50.2.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/sqlite/3.50.2: 13 files, 4.8MB
- ==> Installing mercurial dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Pouring xz--5.8.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/xz/5.8.1: 96 files, 2.3MB
- ==> Installing mercurial dependency: python@3.13
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.5-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6f054ddb0b7ceefefd45be898b4aee4dd0b8e38c8e43c6d5370347f18bf28259--python@3.13-3.13.5-1.bottle_manifest.json
- ==> Pouring python@3.13--3.13.5.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/python@3.13/3.13.5: 3,603 files, 62.6MB
- ==> Installing mercurial
- ==> Pouring mercurial--7.0.3.sonoma.bottle.tar.gz
- No entry for terminal type "unknown";
- using dumb terminal settings.
- 🍺 /usr/local/Cellar/mercurial/7.0.3: 662 files, 10.3MB
- ==> Running `brew cleanup mercurial`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- Removing: /Users/mac1000/Library/Caches/Homebrew/mercurial_bottle_manifest--7.0.2... (18KB)
- Removing: /Users/mac1000/Library/Caches/Homebrew/mercurial_bottle_manifest--7.0.2-1... (18KB)
- Removing: /Users/mac1000/Library/Caches/Homebrew/mercurial--7.0.2... (2.8MB)
- ==> Caveats
- Bash completion has been installed to:
- /usr/local/etc/bash_completion.d
2025-07-17 11:42.23 ---> using "30cf006ae8df12325af9b1913bd4367de6c86a915a6a99cb331365f126f97eff" 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 34 packages
- install astring 0.8.5
- install base v0.16.4
- install cmdlang 0.0.9
- install cmdlang-to-cmdliner 0.0.9
- install cmdliner 1.3.0
- install conf-git 1.1
- install conf-hg 1.0
- install csexp 1.5.2
- install dune 3.19.1
- install dune-configurator 3.19.1
- install dyn 3.19.1
- install fmt 0.10.0
- install fpath 0.7.3
- install fpath-sexp0 0.3.1
- install loc 0.2.2
- install logs 0.9.0
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ordering 3.19.1
- install parsexp v0.16.0
- install pp 2.0.0
- install pplumbing 0.0.14
- install ppx_derivers 1.2.1
- install ppx_enumerate v0.16.0
- install ppx_here v0.16.0
- install ppx_sexp_conv v0.16.0
- install ppx_sexp_value v0.16.0
- install ppxlib 0.35.0
- install sexplib0 v0.16.0
- install spawn v0.17.0
- install stdlib-shims 0.3.0
- install stdune 3.19.1
- install topkg 1.0.8
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-git.1.1
-> retrieved cmdlang.0.0.9, cmdlang-to-cmdliner.0.0.9 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved fpath-sexp0.0.3.1 (cached)
-> retrieved loc.0.2.2 (cached)
-> retrieved logs.0.9.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved pplumbing.0.0.14 (cached)
-> retrieved pp.2.0.0 (cached)
-> installed conf-hg.1.0
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_here.v0.16.0 (cached)
-> retrieved ppx_sexp_value.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved spawn.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1, dyn.3.19.1, ordering.3.19.1, stdune.3.19.1 (cached)
-> installed ocamlbuild.0.16.1
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.9.0
-> installed dune.3.19.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed spawn.v0.17.0
-> installed sexplib0.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed pp.2.0.0
-> installed cmdlang.0.0.9
-> installed cmdlang-to-cmdliner.0.0.9
-> installed fpath-sexp0.0.3.1
-> installed ordering.3.19.1
-> installed dune-configurator.3.19.1
-> installed parsexp.v0.16.0
-> installed dyn.3.19.1
-> installed base.v0.16.4
-> installed stdune.3.19.1
-> installed loc.0.2.2
-> installed pplumbing.0.0.14
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_sexp_value.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-17 11:42.24 ---> using "2b7cb659c85738a11d9285336d3a2454cb3fe77c81566bb948a6671ee1bda582" from cache
/: (copy (src .) (dst ./src))
2025-07-17 11:42.25 ---> saved as "e79002d77d2fa43922c65f3c2b16381613aadbdab6229b3b096440114c62e4bc"
/: (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-07-17 11:42.32 ---> saved as "98f90ff583a2f41317be3912b04e6ecaa1b7cd63f0fd3496a73f945fc07602f5"
Job succeeded
2025-07-17 11:42.39: Job succeeded