2026-01-27 16:49.56: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (51f8ce3a19fc5910bae0840a5955431a7456cbc6) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard 51f8ce3acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb# fedora-42-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam volgo-base-tests.opam vcs-test-helpers.opam ./RUN opam pin add -yn volgo.dev './' && \opam pin add -yn volgo-vcs.dev './' && \opam pin add -yn volgo-tests.dev './' && \opam pin add -yn volgo-hg-unix.dev './' && \opam pin add -yn volgo-hg-eio.dev './' && \opam pin add -yn volgo-hg-backend.dev './' && \opam pin add -yn volgo-git-unix.dev './' && \opam pin add -yn volgo-git-eio.dev './' && \opam pin add -yn volgo-git-backend.dev './' && \opam pin add -yn volgo-dev.dev './' && \opam pin add -yn volgo-base.dev './' && \opam pin add -yn volgo-base-tests.dev './' && \opam pin add -yn vcs-test-helpers.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 dyn.3.21.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.0 hmap.0.8.1 iomux.0.4 jane-street-headers.v0.17.0 jst-config.v0.17.0 loc.0.3.3 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.21.0 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.21.0 thread-table.1.0.0 time_now.v0.17.0 top-closure.3.21.0 topkg.1.1.1 uring.2.7.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev volgo-base-tests.dev vcs-test-helpers.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,volgo-base-tests,vcs-test-helpers @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-27 16:49.56: Using cache hint "mbarbin/vcs-ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb-fedora-42-5.4_opam-2.5-ddfc20cde5021a597d8dfb361b55a5e7"2026-01-27 16:49.56: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)(comment fedora-42-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam volgo-base-tests.opam vcs-test-helpers.opam)(dst ./))(run (network host)(shell "opam pin add -yn volgo.dev './' && \\nopam pin add -yn volgo-vcs.dev './' && \\nopam pin add -yn volgo-tests.dev './' && \\nopam pin add -yn volgo-hg-unix.dev './' && \\nopam pin add -yn volgo-hg-eio.dev './' && \\nopam pin add -yn volgo-hg-backend.dev './' && \\nopam pin add -yn volgo-git-unix.dev './' && \\nopam pin add -yn volgo-git-eio.dev './' && \\nopam pin add -yn volgo-git-backend.dev './' && \\nopam pin add -yn volgo-dev.dev './' && \\nopam pin add -yn volgo-base.dev './' && \\nopam pin add -yn volgo-base-tests.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 dyn.3.21.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.0 hmap.0.8.1 iomux.0.4 jane-street-headers.v0.17.0 jst-config.v0.17.0 loc.0.3.3 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.21.0 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.21.0 thread-table.1.0.0 time_now.v0.17.0 top-closure.3.21.0 topkg.1.1.1 uring.2.7.0 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev volgo-base-tests.dev vcs-test-helpers.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,volgo-base-tests,vcs-test-helpers @install @check @runtest && rm -rf _build")))2026-01-27 16:49.56: Waiting for resource in pool OCluster2026-01-27 16:49.56: Waiting for worker…2026-01-27 16:49.56: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at 51f8ce3 Upgrade action-gh-release to v2.5.0(from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb' locallydocker.io/ocaml/opam@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb: Pulling from ocaml/opam166acd75d0b1: Already exists4742ff274220: Pulling fs layer9a85d981ef69: Pulling fs layer709337e6c4f9: Pulling fs layer667125706fe7: Pulling fs layer6aee10022763: Pulling fs layerd8edbfd1553d: Pulling fs layer4bcc179437c7: Pulling fs layerbd537709889e: Pulling fs layer0a5bc890b847: Pulling fs layer6aee10022763: Waiting667125706fe7: Waitingbd537709889e: Waiting2ab15c03d676: Pulling fs layer4bcc179437c7: Waitingb19c9327ebad: Pulling fs layer2ab15c03d676: Waiting28b80e595254: Pulling fs layer4e2a857ca21b: Pulling fs layerb19c9327ebad: Waitingfe21fab52201: Pulling fs layer28b80e595254: Waitingfa4141d3e347: Pulling fs layer4e2a857ca21b: Waitingb7034fcbc6dc: Pulling fs layerfe21fab52201: Waitingfa4141d3e347: Waiting9ccf5b04de71: Pulling fs layerb7034fcbc6dc: Waitingc9be542ca6c1: Pulling fs layer9ccf5b04de71: Waiting96ce90b7cb1e: Pulling fs layerc9be542ca6c1: Waiting9c82ad7b08d3: Pulling fs layer4f4fb700ef54: Pulling fs layer6f59f06c5a0b: Pulling fs layer96ce90b7cb1e: Waitingd7614a9c4c31: Pulling fs layer9c82ad7b08d3: Waiting4f4fb700ef54: Waitinge391c7382a86: Pulling fs layer6f59f06c5a0b: Waiting2ea64a127864: Pulling fs layerd7614a9c4c31: Waitinge391c7382a86: Waiting34f0b5a69aea: Pulling fs layer34f4e6138760: Pulling fs layer2ea64a127864: Waiting34f0b5a69aea: Waitinge5dc1707904c: Pulling fs layer34f4e6138760: Waitingb462fa07d4e3: Pulling fs layere5dc1707904c: Waiting6671b407da0b: Pulling fs layerb462fa07d4e3: Waiting7eae9294c20e: Pulling fs layer6671b407da0b: Waiting72ad6010d4ae: Pulling fs layer382f52f76e7f: Pulling fs layer7eae9294c20e: Waiting72ad6010d4ae: Waitingb820d6859381: Pulling fs layerb19fe69bb61c: Pulling fs layer382f52f76e7f: Waiting898e81002b72: Pulling fs layerb19fe69bb61c: Waitingffbe06f9127a: Pulling fs layer898e81002b72: Waiting5538f5d49510: Pulling fs layerffbe06f9127a: Waitinge05833a8efc9: Pulling fs layere08b499aefe3: Pulling fs layere05833a8efc9: Waitinge9c65d4f6023: Pulling fs layer4cfbfdcaa1bb: Pulling fs layer26c266e16ab1: Pulling fs layer4cfbfdcaa1bb: Waiting8e249d6da394: Pulling fs layer26c266e16ab1: Waiting8e249d6da394: Waiting4742ff274220: Download complete4742ff274220: Pull complete667125706fe7: Verifying Checksum6aee10022763: Verifying Checksum6aee10022763: Download complete9a85d981ef69: Verifying Checksum9a85d981ef69: Download completed8edbfd1553d: Verifying Checksumd8edbfd1553d: Download complete4bcc179437c7: Verifying Checksum4bcc179437c7: Download complete0a5bc890b847: Verifying Checksum0a5bc890b847: Download completebd537709889e: Verifying Checksumbd537709889e: Download complete2ab15c03d676: Verifying Checksum2ab15c03d676: Download completeb19c9327ebad: Verifying Checksumb19c9327ebad: Download complete4e2a857ca21b: Verifying Checksum4e2a857ca21b: Download completefe21fab52201: Verifying Checksumfe21fab52201: Download complete28b80e595254: Verifying Checksum28b80e595254: Download completefa4141d3e347: Verifying Checksumfa4141d3e347: Download completeb7034fcbc6dc: Verifying Checksumb7034fcbc6dc: Download complete9ccf5b04de71: Download complete96ce90b7cb1e: Verifying Checksum96ce90b7cb1e: Download completec9be542ca6c1: Download complete9a85d981ef69: Pull complete4f4fb700ef54: Download complete9c82ad7b08d3: Download complete6f59f06c5a0b: Verifying Checksum6f59f06c5a0b: Download completed7614a9c4c31: Verifying Checksumd7614a9c4c31: Download complete2ea64a127864: Verifying Checksum2ea64a127864: Download completee391c7382a86: Verifying Checksume391c7382a86: Download complete34f4e6138760: Verifying Checksum34f4e6138760: Download complete34f0b5a69aea: Download completee5dc1707904c: Verifying Checksume5dc1707904c: Download complete6671b407da0b: Verifying Checksum6671b407da0b: Download completeb462fa07d4e3: Verifying Checksumb462fa07d4e3: Download complete72ad6010d4ae: Download complete7eae9294c20e: Download complete382f52f76e7f: Download completeb19fe69bb61c: Download complete709337e6c4f9: Verifying Checksum709337e6c4f9: Download completeffbe06f9127a: Verifying Checksumffbe06f9127a: Download complete5538f5d49510: Verifying Checksum5538f5d49510: Download completee05833a8efc9: Download completee08b499aefe3: Verifying Checksume08b499aefe3: Download completee9c65d4f6023: Verifying Checksume9c65d4f6023: Download complete4cfbfdcaa1bb: Verifying Checksum4cfbfdcaa1bb: Download complete26c266e16ab1: Download complete8e249d6da394: Download complete898e81002b72: Verifying Checksum898e81002b72: Download completeb820d6859381: Verifying Checksumb820d6859381: Download complete709337e6c4f9: Pull complete667125706fe7: Pull complete6aee10022763: Pull completed8edbfd1553d: Pull complete4bcc179437c7: Pull completebd537709889e: Pull complete0a5bc890b847: Pull complete2ab15c03d676: Pull completeb19c9327ebad: Pull complete28b80e595254: Pull complete4e2a857ca21b: Pull completefe21fab52201: Pull completefa4141d3e347: Pull completeb7034fcbc6dc: Pull complete9ccf5b04de71: Pull completec9be542ca6c1: Pull complete96ce90b7cb1e: Pull complete9c82ad7b08d3: Pull complete4f4fb700ef54: Pull complete6f59f06c5a0b: Pull completed7614a9c4c31: Pull completee391c7382a86: Pull complete2ea64a127864: Pull complete34f0b5a69aea: Pull complete34f4e6138760: Pull completee5dc1707904c: Pull completeb462fa07d4e3: Pull complete6671b407da0b: Pull complete7eae9294c20e: Pull complete72ad6010d4ae: Pull complete382f52f76e7f: Pull completeb820d6859381: Pull completeb19fe69bb61c: Pull complete898e81002b72: Pull completeffbe06f9127a: Pull complete5538f5d49510: Pull completee05833a8efc9: Pull completee08b499aefe3: Pull completee9c65d4f6023: Pull complete4cfbfdcaa1bb: Pull complete26c266e16ab1: Pull complete8e249d6da394: Pull completeDigest: sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbbStatus: Downloaded newer image for ocaml/opam@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb2026-01-27 16:53.03 ---> saved as "036f9b732f9d17c01c758b4a476cea75fc5ffc0b43db5723c9bcbaffb014b54a"/: (comment fedora-42-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 28.7 KiB/s | 12.4 KiB | 00m00sFedora 42 - x86_64 100% | 79.3 KiB/s | 22.6 KiB | 00m00sFedora 42 openh264 (From Cisco) - x86_ 100% | 6.7 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-01-27 16:53.11 ---> saved as "588c434da937157851c1fdd79d468b8fbe29979786d68316bd7dca540f11abbb"/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-27 16:53.11 ---> saved as "261e20e1f8f71b537145407ffb40a24cd62176eb08a4c4e42f73955442e82c28"/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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 /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-27 16:53.35 ---> saved as "042111dbe804c3e3e9a1dae31a4d4bd5a1ca2cc34c00b6bef56a8d6aa60bda24"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-01-27 16:53.35 ---> saved as "8ca1d76b03366644862de06631e57eba020ac1bf4bdffd05b1e1e9c149b2b02b"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 16:53.35 ---> saved as "01060aa655f86127c338903c2da3486b461f3f62339b138a62f8550c06ee8e88"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..51158b2cc8 master -> origin/master51158b2cc8 Merge pull request #29283 from mbarbin/opam-publish-loc.0.3.3<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-27 16:53.48 ---> saved as "077f043e357a3e65b0b1ceaf7b163476ca8278d865300c66af4d8ef818818056"/src: (copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam volgo-base-tests.opam vcs-test-helpers.opam)(dst ./))2026-01-27 16:53.48 ---> saved as "70311d3b2d1fc5a840fc26743f45ae8879caccb6753941613e2448560ff3d5c7"/src: (run (network host)(shell "opam pin add -yn volgo.dev './' && \\nopam pin add -yn volgo-vcs.dev './' && \\nopam pin add -yn volgo-tests.dev './' && \\nopam pin add -yn volgo-hg-unix.dev './' && \\nopam pin add -yn volgo-hg-eio.dev './' && \\nopam pin add -yn volgo-hg-backend.dev './' && \\nopam pin add -yn volgo-git-unix.dev './' && \\nopam pin add -yn volgo-git-eio.dev './' && \\nopam pin add -yn volgo-git-backend.dev './' && \\nopam pin add -yn volgo-dev.dev './' && \\nopam pin add -yn volgo-base.dev './' && \\nopam pin add -yn volgo-base-tests.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))[volgo.dev] synchronised (file:///src)volgo is now pinned to file:///src (version dev)[volgo-vcs.dev] synchronised (file:///src)volgo-vcs is now pinned to file:///src (version dev)[NOTE] Package volgo-tests does not exist in opam repositories registered in the current switch.[volgo-tests.dev] synchronised (file:///src)volgo-tests is now pinned to file:///src (version dev)[volgo-hg-unix.dev] synchronised (file:///src)volgo-hg-unix is now pinned to file:///src (version dev)[volgo-hg-eio.dev] synchronised (file:///src)volgo-hg-eio is now pinned to file:///src (version dev)[volgo-hg-backend.dev] synchronised (file:///src)volgo-hg-backend is now pinned to file:///src (version dev)[volgo-git-unix.dev] synchronised (file:///src)volgo-git-unix is now pinned to file:///src (version dev)[volgo-git-eio.dev] synchronised (file:///src)volgo-git-eio is now pinned to file:///src (version dev)[volgo-git-backend.dev] synchronised (file:///src)volgo-git-backend is now pinned to file:///src (version dev)[NOTE] Package volgo-dev does not exist in opam repositories registered in the current switch.[volgo-dev.dev] synchronised (file:///src)volgo-dev is now pinned to file:///src (version dev)[volgo-base.dev] synchronised (file:///src)volgo-base is now pinned to file:///src (version dev)[NOTE] Package volgo-base-tests does not exist in opam repositories registered in the current switch.[volgo-base-tests.dev] synchronised (file:///src)volgo-base-tests is now pinned to file:///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:///src)vcs-test-helpers is now pinned to file:///src (version dev)2026-01-27 16:53.57 ---> saved as "83862fc457b277020679085930f5026c7ee7aa0b40357d1603aac8ceb89fbd18"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 16:53.57 ---> saved as "77d65072b575a95dc083c998e1299805221fa515d9fe1bec82595355198d4e45"/src: (env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 dyn.3.21.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.0 hmap.0.8.1 iomux.0.4 jane-street-headers.v0.17.0 jst-config.v0.17.0 loc.0.3.3 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.21.0 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.21.0 thread-table.1.0.0 time_now.v0.17.0 top-closure.3.21.0 topkg.1.1.1 uring.2.7.0 yojson.3.0.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev volgo-base-tests.dev vcs-test-helpers.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[vcs-test-helpers.dev] synchronised (file:///src)[volgo.dev] synchronised (file:///src)[volgo-base.dev] synchronised (file:///src)[volgo-base-tests.dev] synchronised (file:///src)[volgo-git-backend.dev] synchronised (file:///src)[volgo-git-eio.dev] synchronised (file:///src)[volgo-git-unix.dev] synchronised (file:///src)[volgo-hg-backend.dev] synchronised (file:///src)[volgo-hg-eio.dev] synchronised (file:///src)[volgo-hg-unix.dev] synchronised (file:///src)[volgo-vcs.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:mercurial<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "mercurial"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- mercurial x86_64 6.9.5-2.fc42 updates 31.1 MiB-- Transaction Summary:- Installing: 1 package-- Total size of inbound packages is 7 MiB. Need to download 7 MiB.- After this operation, 31 MiB extra will be used (install 31 MiB, remove 0 B).- [1/1] mercurial-0:6.9.5-2.fc42.x86_64 100% | 25.3 MiB/s | 6.7 MiB | 00m00s- --------------------------------------------------------------------------------- [1/1] Total 100% | 15.2 MiB/s | 6.7 MiB | 00m00s- Running transaction- [1/3] Verify package files 100% | 21.0 B/s | 1.0 B | 00m00s- [2/3] Prepare transaction 100% | 15.0 B/s | 1.0 B | 00m00s- [3/3] Installing mercurial-0:6.9.5-2.fc 100% | 117.9 MiB/s | 31.4 MiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "mercurial"- mercurial-6.9.5-2.fc42.x86_64# To update the current shell environment, run: eval $(opam env)2026-01-27 16:54.07 ---> saved as "798e3777dde8c76aa088734c6abc13888d3c36f50206a7bf8e4241ea930cbf15"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 69 packages- install astring 0.8.5- install base v0.17.3- install bigstringaf 0.10.0- install bitv 2.1- install cmdlang 0.0.10- install cmdlang-cmdliner-err-runner 0.0.16- install cmdlang-to-cmdliner 0.0.10- install cmdliner 2.1.0- install conf-git 1.1- install conf-hg 1.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.21.0- install dune-configurator 3.21.0- install dyn 3.21.0- install eio 1.3- install eio_linux 1.3- install eio_main 1.3- install eio_posix 1.3- install fmt 0.11.0- install fpath 0.7.3- install fpath-sexp0 0.4.0- install fs-io 3.21.0- install hmap 0.8.1- install iomux 0.4- install jane-street-headers v0.17.0- install jst-config v0.17.0- install loc 0.3.3- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install ordering 3.21.0- install parsexp v0.17.0- install pp 2.0.0- install pplumbing-err 0.0.16- install pplumbing-pp-tty 0.0.16- install ppx_assert v0.17.0- install ppx_base v0.17.0- install ppx_cold v0.17.0- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.17.0- install ppx_expect v0.17.3- install ppx_globalize v0.17.2- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_inline_test v0.17.1- install ppx_optcomp v0.17.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install psq 0.2.1- install seq base- install sexplib0 v0.17.0- install spawn v0.17.0- install stdio v0.17.0- install stdlib-shims 0.3.0- install stdune 3.21.0- install thread-table 1.0.0- install time_now v0.17.0- install top-closure 3.21.0- install topkg 1.1.1- install uring 2.7.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved bitv.2.1 (cached)-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached)-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved fmt.0.11.0 (cached)-> installed conf-hg.1.0-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.4.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved iomux.0.4 (cached)-> retrieved jane-street-headers.v0.17.0 (cached)-> retrieved jst-config.v0.17.0 (cached)-> retrieved loc.0.3.3 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved ppx_assert.v0.17.0 (cached)-> retrieved ppx_base.v0.17.0 (cached)-> retrieved ppx_cold.v0.17.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_expect.v0.17.3 (cached)-> retrieved ppx_globalize.v0.17.2 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_inline_test.v0.17.1 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0 (cached)-> retrieved ppx_optcomp.v0.17.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved seq.base (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved spawn.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed seq.base-> retrieved time_now.v0.17.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uring.2.7.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.21.0-> installed bitv.2.1-> installed cmdlang.0.0.10-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed jane-street-headers.v0.17.0-> installed lwt-dllist.1.1.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed optint.0.3.0-> installed pp.2.0.0-> installed ppx_derivers.1.2.1-> installed psq.0.2.1-> installed sexplib0.v0.17.0-> installed spawn.v0.17.0-> installed stdlib-shims.0.3.0-> installed thread-table.1.0.0-> installed yojson.3.0.0-> installed cmdlang-to-cmdliner.0.0.10-> installed fpath-sexp0.0.4.0-> installed domain-local-await.1.0.1-> installed ordering.3.21.0-> installed parsexp.v0.17.0-> installed fs-io.3.21.0-> installed top-closure.3.21.0-> installed dune-configurator.3.21.0-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed dyn.3.21.0-> installed eio.1.3-> installed uring.2.7.0-> installed eio_linux.1.3-> installed eio_posix.1.3-> installed eio_main.1.3-> installed stdune.3.21.0-> installed loc.0.3.3-> installed pplumbing-pp-tty.0.0.16-> installed base.v0.17.3-> installed pplumbing-err.0.0.16-> installed cmdlang-cmdliner-err-runner.0.0.16-> installed stdio.v0.17.0-> installed ppxlib.0.37.0-> installed ppx_optcomp.v0.17.1-> installed ppxlib_jane.v0.17.4-> installed ppx_cold.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_globalize.v0.17.2-> installed ppx_compare.v0.17.0-> installed ppx_sexp_conv.v0.17.1-> installed ppx_hash.v0.17.0-> installed ppx_assert.v0.17.0-> installed ppx_base.v0.17.0-> installed jst-config.v0.17.0-> installed time_now.v0.17.0-> installed ppx_inline_test.v0.17.1-> installed ppx_expect.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2026-01-27 16:55.21 ---> saved as "a8ac3ab47fccd24743ac1a56c24711db761d0596591e960ba62738b747431065"/src: (copy (src .) (dst /src))2026-01-27 16:55.21 ---> saved as "066503d935da96cd1f1f289916ed619280debdeb3c5e53f09bd72c3c816c3f5f"/src: (run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,volgo-base-tests,vcs-test-helpers @install @check @runtest && rm -rf _build"))2026-01-27 16:55.25 ---> saved as "efad208260158c2084ef8d6e4777dc4c0f8e580b15f6d6cf858a58a51179a00e"Job succeeded2026-01-27 16:55.25: Job succeeded