2026-01-26 18:46.35: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (46399fe4ce174a362399a62a2f5435548c38a7c4) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard 46399fe4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7# fedora-43-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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.2.2 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-26 18:46.35: Using cache hint "mbarbin/vcs-ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7-fedora-43-5.4_opam-2.5-be65c61154d064e4c673dc00fa7ac6fa"2026-01-26 18:46.35: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7)(comment fedora-43-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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.2.2 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-26 18:46.35: Waiting for resource in pool OCluster2026-01-26 18:46.35: Waiting for worker…2026-01-26 18:46.36: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at 46399fe Merge pull request #135 from mbarbin/cli-output-format(from ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7' locallydocker.io/ocaml/opam@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7: Pulling from ocaml/opam1216d224fefc: Already existsd2b80d0f9692: Pulling fs layerb44754d8bf82: Pulling fs layer36abc5888bbf: Pulling fs layerd2b80d0f9692: Waiting13ceeda275e3: Pulling fs layer9d0a0e279caf: Pulling fs layer40e2d63e6bc8: Pulling fs layer36abc5888bbf: Waiting75b3ac574ea6: Pulling fs layerb44754d8bf82: Waiting1049f777ea82: Pulling fs layer03fc9df51c6a: Pulling fs layer40e2d63e6bc8: Waiting75b3ac574ea6: Waiting9d0a0e279caf: Waitingb047e90b13a5: Pulling fs layer9e9b975180f0: Pulling fs layer03fc9df51c6a: Waiting1049f777ea82: Waiting67d0d0d5c8c1: Pulling fs layer89a5d6bde7a7: Pulling fs layer9e9b975180f0: Waiting1d93c1211989: Pulling fs layerb047e90b13a5: Waiting29eae7cc87b0: Pulling fs layer89a5d6bde7a7: Waiting1d93c1211989: Waitingcbc0891b6ad5: Pulling fs layer29eae7cc87b0: Waiting1dcdb5dba4d6: Pulling fs layercbbbe6830481: Pulling fs layercbc0891b6ad5: Waiting21e1ea572da2: Pulling fs layercbbbe6830481: Waiting4f4fb700ef54: Pulling fs layer98b69470db28: Pulling fs layer2dcdfd57803f: Pulling fs layer4f4fb700ef54: Waiting21e1ea572da2: Waiting379ef38822e9: Pulling fs layer3bc4f9dcff1f: Pulling fs layer98b69470db28: Waiting379ef38822e9: Waitingd9698ccc8ea7: Pulling fs layer2dcdfd57803f: Waiting5ed663178eca: Pulling fs layerc8305c642087: Pulling fs layer8f6d93fd556f: Pulling fs layer921519ed1807: Pulling fs layerc8305c642087: Waitingc60d13ca69bb: Pulling fs layer3bc4f9dcff1f: Waitingd9698ccc8ea7: Waiting2aac9c9633a8: Pulling fs layerc0e95d961175: Pulling fs layer921519ed1807: Waiting5ed663178eca: Waiting8f6d93fd556f: Waiting27ce8579a8e4: Pulling fs layerfe5862feaa51: Pulling fs layerc60d13ca69bb: Waitingc0e95d961175: Waiting27ce8579a8e4: Waitinge29132ca7758: Pulling fs layer7f1e364d449b: Pulling fs layerfe5862feaa51: Waitinga8bd8d8144bc: Pulling fs layer571a3efac70d: Pulling fs layer7f1e364d449b: Waitinga83a90a79bde: Pulling fs layer965ec293f8c1: Pulling fs layer571a3efac70d: Waitinga8bd8d8144bc: Waiting98102c35b6c5: Pulling fs layera83a90a79bde: Waitingbe27aa16171d: Pulling fs layer965ec293f8c1: Waitingc900362c76d3: Pulling fs layer98102c35b6c5: Waitingd2b80d0f9692: Verifying Checksumd2b80d0f9692: Download completed2b80d0f9692: Pull completeb44754d8bf82: Verifying Checksumb44754d8bf82: Download complete13ceeda275e3: Verifying Checksum13ceeda275e3: Download complete9d0a0e279caf: Verifying Checksum9d0a0e279caf: Download complete40e2d63e6bc8: Verifying Checksum40e2d63e6bc8: Download completeb44754d8bf82: Pull complete75b3ac574ea6: Verifying Checksum75b3ac574ea6: Download complete36abc5888bbf: Verifying Checksum36abc5888bbf: Download complete1049f777ea82: Verifying Checksum1049f777ea82: Download completeb047e90b13a5: Verifying Checksumb047e90b13a5: Download complete03fc9df51c6a: Verifying Checksum03fc9df51c6a: Download complete9e9b975180f0: Verifying Checksum9e9b975180f0: Download complete67d0d0d5c8c1: Verifying Checksum67d0d0d5c8c1: Download complete89a5d6bde7a7: Verifying Checksum89a5d6bde7a7: Download complete1d93c1211989: Verifying Checksum29eae7cc87b0: Download completecbc0891b6ad5: Download complete1dcdb5dba4d6: Download completecbbbe6830481: Download complete21e1ea572da2: Verifying Checksum21e1ea572da2: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete98b69470db28: Verifying Checksum98b69470db28: Download complete2dcdfd57803f: Verifying Checksum2dcdfd57803f: Download complete379ef38822e9: Verifying Checksum379ef38822e9: Download complete3bc4f9dcff1f: Verifying Checksum3bc4f9dcff1f: Download completed9698ccc8ea7: Verifying Checksumd9698ccc8ea7: Download complete5ed663178eca: Verifying Checksum5ed663178eca: Download completec8305c642087: Download complete8f6d93fd556f: Verifying Checksum8f6d93fd556f: Download complete921519ed1807: Verifying Checksum921519ed1807: Download completec60d13ca69bb: Verifying Checksumc60d13ca69bb: Download complete2aac9c9633a8: Verifying Checksum2aac9c9633a8: Download completec0e95d961175: Download completefe5862feaa51: Verifying Checksumfe5862feaa51: Download complete7f1e364d449b: Download completea8bd8d8144bc: Download complete571a3efac70d: Download completea83a90a79bde: Verifying Checksuma83a90a79bde: Download complete27ce8579a8e4: Verifying Checksum27ce8579a8e4: Download completee29132ca7758: Verifying Checksume29132ca7758: Download complete98102c35b6c5: Verifying Checksum98102c35b6c5: Download completebe27aa16171d: Download completec900362c76d3: Download complete965ec293f8c1: Verifying Checksum965ec293f8c1: Download complete36abc5888bbf: Pull complete13ceeda275e3: Pull complete9d0a0e279caf: Pull complete40e2d63e6bc8: Pull complete75b3ac574ea6: Pull complete1049f777ea82: Pull complete03fc9df51c6a: Pull completeb047e90b13a5: Pull complete9e9b975180f0: Pull complete67d0d0d5c8c1: Pull complete89a5d6bde7a7: Pull complete1d93c1211989: Pull complete29eae7cc87b0: Pull completecbc0891b6ad5: Pull complete1dcdb5dba4d6: Pull completecbbbe6830481: Pull complete21e1ea572da2: Pull complete4f4fb700ef54: Pull complete98b69470db28: Pull complete2dcdfd57803f: Pull complete379ef38822e9: Pull complete3bc4f9dcff1f: Pull completed9698ccc8ea7: Pull complete5ed663178eca: Pull completec8305c642087: Pull complete8f6d93fd556f: Pull complete921519ed1807: Pull completec60d13ca69bb: Pull complete2aac9c9633a8: Pull completec0e95d961175: Pull complete27ce8579a8e4: Pull completefe5862feaa51: Pull completee29132ca7758: Pull complete7f1e364d449b: Pull completea8bd8d8144bc: Pull complete571a3efac70d: Pull completea83a90a79bde: Pull complete965ec293f8c1: Pull complete98102c35b6c5: Pull completebe27aa16171d: Pull completec900362c76d3: Pull completeDigest: sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7Status: Downloaded newer image for ocaml/opam@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b72026-01-26 18:46.37 ---> using "4e2b8591845136281b2629afb7934c15f1ae534ce6c700ee8841e11b607a33a7" from cache/: (comment fedora-43-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 43 - x86_64 100% | 40.1 KiB/s | 22.4 KiB | 00m01sFedora 43 openh264 (From Cisco) - x86_ 100% | 3.4 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 114.7 KiB/s | 20.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-01-26 18:46.37 ---> using "837c07188bf50ea546afbccb4d2f64bc0404968bc0937813826ca26b88c6ea71" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-26 18:46.37 ---> using "a0e1ae1c42dd01ffe431135132f32b5d6f97bc76e97c00f10122bcde345422b4" from cache/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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-26 18:46.37 ---> using "61a7774f29dc5820513e99ec972f57df997429bf3f81ba129e961d9c42ee9cf0" from cache/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-26 18:46.37 ---> using "63917ca5af84f6109637526de6c22761387273cdcaa1b1d885dc1d45fbb1fa8b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-26 18:46.37 ---> using "26df678581fbe1125840d6b3260cbe14d9d438bec832027001047372311489df" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..f9f7db30fd master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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-26 18:46.37 ---> using "49b37028defa538922886761feef9a46e2c85e832a643652757c45819caa9f86" from cache/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-26 18:46.37 ---> using "f23994c8ed04bbdfd9470f9a68524bce1c3e925e05394da206069aea2004b1a6" from cache/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-26 18:46.37 ---> using "f314f0f665a33dd4a68dde9fd31859e6ab7087f85116efe58de8a0d0fbfa0eeb" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-26 18:46.37 ---> using "fcfba5325ed4e6f8495d1f5de53e82742638eb7f52774956698469496a660a10" from cache/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.2.2 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 7.1.1-2.fc43 updates 32.2 MiB-- Transaction Summary:- Installing: 1 package-- Total size of inbound packages is 7 MiB. Need to download 7 MiB.- After this operation, 32 MiB extra will be used (install 32 MiB, remove 0 B).- [1/1] mercurial-0:7.1.1-2.fc43.x86_64 100% | 16.5 MiB/s | 6.9 MiB | 00m00s- --------------------------------------------------------------------------------- [1/1] Total 100% | 11.2 MiB/s | 6.9 MiB | 00m01s- Running transaction- [1/3] Verify package files 100% | 14.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:7.1.1-2.fc 100% | 96.0 MiB/s | 32.5 MiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "mercurial"- mercurial-7.1.1-2.fc43.x86_64# To update the current shell environment, run: eval $(opam env)2026-01-26 18:46.37 ---> using "c6ccd7e400f85297db2bc5b58eb625494e54cf91775af780bbfe0b096d1c874e" from cache/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.2.2- 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 bitv.2.1 (cached)-> retrieved bigstringaf.0.10.0 (https://opam.ocaml.org/cache)-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached)-> retrieved base.v0.17.3 (https://opam.ocaml.org/cache)-> 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 domain-local-await.1.0.1 (https://opam.ocaml.org/cache)-> installed conf-hg.1.0-> retrieved cstruct.6.2.0 (https://opam.ocaml.org/cache)-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.4.0 (cached)-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (https://opam.ocaml.org/cache)-> retrieved hmap.0.8.1 (https://opam.ocaml.org/cache)-> retrieved iomux.0.4 (https://opam.ocaml.org/cache)-> retrieved jane-street-headers.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved loc.0.2.2 (cached)-> retrieved jst-config.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved lwt-dllist.1.1.0 (https://opam.ocaml.org/cache)-> 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 mtime.2.1.0 (https://opam.ocaml.org/cache)-> retrieved ocaml-compiler-libs.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (https://opam.ocaml.org/cache)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> installed cmdliner.2.1.0-> retrieved pp.2.0.0 (cached)-> retrieved optint.0.3.0 (https://opam.ocaml.org/cache)-> retrieved parsexp.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_base.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_assert.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_cold.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache)-> retrieved ppx_enumerate.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_compare.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_globalize.v0.17.2 (https://opam.ocaml.org/cache)-> retrieved ppx_hash.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_expect.v0.17.3 (https://opam.ocaml.org/cache)-> retrieved ppx_here.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_inline_test.v0.17.1 (https://opam.ocaml.org/cache)-> retrieved ppx_optcomp.v0.17.1 (https://opam.ocaml.org/cache)-> retrieved ppx_sexp_conv.v0.17.1 (https://opam.ocaml.org/cache)-> retrieved ppxlib_jane.v0.17.4 (https://opam.ocaml.org/cache)-> retrieved psq.0.2.1 (https://opam.ocaml.org/cache)-> retrieved sexplib0.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppxlib.0.37.0 (https://opam.ocaml.org/cache)-> retrieved seq.base (2 extra sources)-> retrieved seq.base (2 extra sources)-> installed seq.base-> retrieved spawn.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache)-> retrieved topkg.1.1.1 (cached)-> retrieved thread-table.1.0.0 (https://opam.ocaml.org/cache)-> retrieved time_now.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved yojson.3.0.0 (cached)-> retrieved uring.2.7.0 (https://opam.ocaml.org/cache)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> 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 fs-io.3.21.0-> installed top-closure.3.21.0-> installed ordering.3.21.0-> installed parsexp.v0.17.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.2.2-> installed base.v0.17.3-> installed pplumbing-pp-tty.0.0.16-> installed stdio.v0.17.0-> installed pplumbing-err.0.0.16-> installed cmdlang-cmdliner-err-runner.0.0.16-> installed ppxlib.0.37.0-> installed ppxlib_jane.v0.17.4-> installed ppx_optcomp.v0.17.1-> 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-26 18:46.37 ---> using "e27a8a5dfac572aecda7666e4c2c66a2fbcd269cf3c30f5d233896caebaf3291" from cache/src: (copy (src .) (dst /src))2026-01-26 18:46.37 ---> using "6037ee700bd1f836b62d424b476e6839266b93c3841350c52250de5eda1e360f" from cache/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-26 18:46.37 ---> using "ef8036bb9f6dab397971b85093ae2cc5c884c7b46a8865d5ee602c094f9be780" from cacheJob succeeded2026-01-26 18:46.37: Job succeeded