2026-03-17 14:33.21: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (a8cdd158642a2fb17ae208a4a0e77ffd107f3d47) (linux-x86_64:fedora-43-4.14_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard a8cdd158cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2# fedora-43-4.14_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.1 loc.0.3.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.21.1 top-closure.3.21.1 topkg.1.1.1 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-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN 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 _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-17 14:33.21: Using cache hint "mbarbin/vcs-ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2-fedora-43-4.14_opam-2.5-d56b9dd7256a2078d8e6732436939c48"2026-03-17 14:33.21: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)(comment fedora-43-4.14_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.1 loc.0.3.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.21.1 top-closure.3.21.1 topkg.1.1.1 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-backend.dev volgo-git-unix.dev volgo-git-backend.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-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build")))2026-03-17 14:33.21: Waiting for resource in pool OCluster2026-03-17 14:33.21: Waiting for worker…2026-03-17 14:33.37: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at a8cdd15 Modernize project headers and update year(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2' locallydocker.io/ocaml/opam@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2: Pulling from ocaml/opam5bc90b3315da: Already exists33cde4bdcf90: Pulling fs layerb5955b8be52e: Pulling fs layerfbf1b27930a6: Pulling fs layerb347f3d8654c: Pulling fs layer612ce5ee7018: Pulling fs layer39a0083c72b4: Pulling fs layer2a32d726bc66: Pulling fs layere11ae392722c: Pulling fs layer8d611bf8a252: Pulling fs layer0e1351173a64: Pulling fs layerf8d564b68b69: Pulling fs layer0e1646b50296: Pulling fs layer2801b00e97cb: Pulling fs layer4043da018e76: Pulling fs layer78d7c0bec0d9: Pulling fs layer3b3b2404c3c9: Pulling fs layer8467b570f768: Pulling fs layeraf1b4ee1a3ae: Pulling fs layerd8dfc440aace: Pulling fs layer49b2a8e5a461: Pulling fs layer4f4fb700ef54: Pulling fs layer8be6bee5bc68: Pulling fs layer3c9a56c64991: Pulling fs layere80b01b68140: Pulling fs layerfef37f6a2418: Pulling fs layer2585abb9d55d: Pulling fs layer120374638853: Pulling fs layer63dfb60472ab: Pulling fs layerabc6281a8a2d: Pulling fs layereed1b7440d1e: Pulling fs layer0a3bf2765d2e: Pulling fs layer886ab5bf800e: Pulling fs layera46169c2e251: Pulling fs layer80ef96b71029: Pulling fs layer895656fb7a7a: Pulling fs layerfa1d27dc8eab: Pulling fs layer3813748e3271: Pulling fs layer55d32576fd82: Pulling fs layer77f643b56c63: Pulling fs layer1c1f26e1d048: Pulling fs layer02871ce6db7b: Pulling fs layer47618e07c40b: Pulling fs layer79033ef94591: Pulling fs layer4f4fb700ef54: Waiting8be6bee5bc68: Waiting3c9a56c64991: Waitinge80b01b68140: Waitingfef37f6a2418: Waiting2585abb9d55d: Waiting120374638853: Waiting63dfb60472ab: Waitingf8d564b68b69: Waiting3b3b2404c3c9: Waiting0e1646b50296: Waiting8467b570f768: Waiting2801b00e97cb: Waiting4043da018e76: Waiting78d7c0bec0d9: Waitingaf1b4ee1a3ae: Waitingd8dfc440aace: Waiting49b2a8e5a461: Waiting39a0083c72b4: Waiting2a32d726bc66: Waitingeed1b7440d1e: Waiting0a3bf2765d2e: Waiting886ab5bf800e: Waitinga46169c2e251: Waiting80ef96b71029: Waiting895656fb7a7a: Waitingfa1d27dc8eab: Waiting3813748e3271: Waiting0e1351173a64: Waitinge11ae392722c: Waiting8d611bf8a252: Waitingb347f3d8654c: Waiting55d32576fd82: Waiting77f643b56c63: Waiting47618e07c40b: Waiting1c1f26e1d048: Waiting79033ef94591: Waiting612ce5ee7018: Waiting02871ce6db7b: Waitingabc6281a8a2d: Waiting33cde4bdcf90: Download complete33cde4bdcf90: Pull completeb347f3d8654c: Verifying Checksumb347f3d8654c: Download complete612ce5ee7018: Verifying Checksum612ce5ee7018: Download complete39a0083c72b4: Verifying Checksum39a0083c72b4: Download completeb5955b8be52e: Verifying Checksumb5955b8be52e: Download complete2a32d726bc66: Verifying Checksum2a32d726bc66: Download completee11ae392722c: Verifying Checksume11ae392722c: Download complete8d611bf8a252: Verifying Checksum8d611bf8a252: Download complete0e1351173a64: Verifying Checksum0e1351173a64: Download completef8d564b68b69: Download completefbf1b27930a6: Verifying Checksumfbf1b27930a6: Download complete2801b00e97cb: Verifying Checksum2801b00e97cb: Download complete0e1646b50296: Verifying Checksum0e1646b50296: Download complete4043da018e76: Verifying Checksum4043da018e76: Download complete78d7c0bec0d9: Verifying Checksum78d7c0bec0d9: Download complete3b3b2404c3c9: Verifying Checksum3b3b2404c3c9: Download complete8467b570f768: Verifying Checksum8467b570f768: Download completeaf1b4ee1a3ae: Download completed8dfc440aace: Verifying Checksumd8dfc440aace: Download completeb5955b8be52e: Pull complete49b2a8e5a461: Verifying Checksum49b2a8e5a461: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8be6bee5bc68: Download complete3c9a56c64991: Verifying Checksum3c9a56c64991: Download completee80b01b68140: Verifying Checksume80b01b68140: Download completefef37f6a2418: Verifying Checksumfef37f6a2418: Download complete2585abb9d55d: Verifying Checksum2585abb9d55d: Download complete120374638853: Verifying Checksum120374638853: Download complete63dfb60472ab: Verifying Checksum63dfb60472ab: Download completeabc6281a8a2d: Download completeeed1b7440d1e: Verifying Checksumeed1b7440d1e: Download complete0a3bf2765d2e: Verifying Checksum0a3bf2765d2e: Download completea46169c2e251: Download complete886ab5bf800e: Verifying Checksum886ab5bf800e: Download complete895656fb7a7a: Download complete3813748e3271: Verifying Checksum3813748e3271: Download complete55d32576fd82: Download complete77f643b56c63: Verifying Checksum77f643b56c63: Download completefa1d27dc8eab: Verifying Checksumfa1d27dc8eab: Download complete02871ce6db7b: Verifying Checksum02871ce6db7b: Download complete1c1f26e1d048: Verifying Checksum1c1f26e1d048: Download complete47618e07c40b: Download complete79033ef94591: Verifying Checksum79033ef94591: Download completefbf1b27930a6: Pull completeb347f3d8654c: Pull complete612ce5ee7018: Pull complete39a0083c72b4: Pull complete2a32d726bc66: Pull completee11ae392722c: Pull complete80ef96b71029: Verifying Checksum80ef96b71029: Download complete8d611bf8a252: Pull complete0e1351173a64: Pull completef8d564b68b69: Pull complete0e1646b50296: Pull complete2801b00e97cb: Pull complete4043da018e76: Pull complete78d7c0bec0d9: Pull complete3b3b2404c3c9: Pull complete8467b570f768: Pull completeaf1b4ee1a3ae: Pull completed8dfc440aace: Pull complete49b2a8e5a461: Pull complete4f4fb700ef54: Pull complete8be6bee5bc68: Pull complete3c9a56c64991: Pull completee80b01b68140: Pull completefef37f6a2418: Pull complete2585abb9d55d: Pull complete120374638853: Pull complete63dfb60472ab: Pull completeabc6281a8a2d: Pull completeeed1b7440d1e: Pull complete0a3bf2765d2e: Pull complete886ab5bf800e: Pull completea46169c2e251: Pull complete80ef96b71029: Pull complete895656fb7a7a: Pull completefa1d27dc8eab: Pull complete3813748e3271: Pull complete55d32576fd82: Pull complete77f643b56c63: Pull complete1c1f26e1d048: Pull complete02871ce6db7b: Pull complete47618e07c40b: Pull complete79033ef94591: Pull completeDigest: sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2Status: Downloaded newer image for ocaml/opam@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f22026-03-17 14:35.22 ---> saved as "b53e31b79ae240e911bd4dbe895cf7d23581a2cfb176110e802dbc172e2207f8"/: (comment fedora-43-4.14_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 - Updates 100% | 122.6 KiB/s | 16.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-03-17 14:35.30 ---> saved as "f5535a281226abe35a70c0937d17524041000012367450952c04ff905fc43a19"/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-17 14:35.30 ---> saved as "e656820258ae1329e61e088e3b74323a9a81fb7a1976bfda84b891534625d81b"/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.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-17 14:36.13 ---> saved as "c194778dad03d316bbe8a9f0f0aecf84315fcfe8d38c84882015ad3c4a4fdd05"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-101-genericThe OCaml toplevel, version 4.14.22.5.02026-03-17 14:36.13 ---> saved as "f74c1f9434fc5d15e8a7f828a1fac776d0dedfb6095982641fa0091f3e3a89a3"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-17 14:36.13 ---> saved as "e1a7186bf4aff43814a8f63902df06605e7abd22e993d46675dd54a432e5c693"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-17 14:36.36 ---> saved as "2e0175cd7e1fbfea5c781751960baa4a0edee6efae908ec1e23c11aa33538207"/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-03-17 14:36.37 ---> saved as "144620f8e8c148df3abb65dc5edda2c07398a85808513cba1831f7d02399ec2b"/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-03-17 14:36.55 ---> saved as "d5dc6f5b31d1680f5ff141647e737126ebc95a4eaed100d0c249f221a3363a3b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-17 14:36.55 ---> saved as "58d80fc8d41b298a40cb95ac6d33632373d8ff4e5fff9df2d48ab4690e7dd7c6"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.1 loc.0.3.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.21.1 top-closure.3.21.1 topkg.1.1.1 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-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[volgo.dev] synchronised (file:///src)[volgo-git-backend.dev] synchronised (file:///src)[volgo-git-unix.dev] synchronised (file:///src)[volgo-hg-backend.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 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/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% | 14.6 MiB/s | 6.9 MiB | 00m00s- --------------------------------------------------------------------------------- [1/1] Total 100% | 11.3 MiB/s | 6.9 MiB | 00m01s- Running transaction- [1/3] Verify package files 100% | 6.0 B/s | 1.0 B | 00m00s- [2/3] Prepare transaction 100% | 8.0 B/s | 1.0 B | 00m00s- [3/3] Installing mercurial-0:7.1.1-2.fc 100% | 56.8 MiB/s | 32.5 MiB | 00m01s- 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-03-17 14:37.18 ---> saved as "ca63dbf8f38472cd9ae80dcdf70b2fe11125e6c47301044c6f7152cbae50932c"/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 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 28 packages- install astring 0.8.5- install bitv 2.1- install cmdlang 0.0.10- install cmdlang-cmdliner-err-runner 0.0.16- install cmdlang-to-cmdliner 0.0.10- install cmdliner 2.1.0- install conf-git 1.1- install conf-hg 1.0- install csexp 1.5.2- install dune 3.21.1- install dyn 3.21.1- install fpath 0.7.3- install fpath-sexp0 0.4.0- install fs-io 3.21.1- install loc 0.3.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.21.1- install parsexp v0.16.0- install pp 2.0.0- install pplumbing-err 0.0.16- install pplumbing-pp-tty 0.0.16- install sexplib0 v0.16.0- install spawn v0.17.0- install stdune 3.21.1- install top-closure 3.21.1- install topkg 1.1.1- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved bitv.2.1 (cached)-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached)-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.4.0 (cached)-> retrieved loc.0.3.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> installed conf-hg.1.0-> retrieved parsexp.v0.16.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved spawn.v0.17.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.21.1-> installed bitv.2.1-> installed cmdlang.0.0.10-> installed csexp.1.5.2-> installed pp.2.0.0-> installed sexplib0.v0.16.0-> installed spawn.v0.17.0-> installed cmdlang-to-cmdliner.0.0.10-> installed fpath-sexp0.0.4.0-> installed ordering.3.21.1-> installed yojson.3.0.0-> installed parsexp.v0.16.0-> installed fs-io.3.21.1-> installed top-closure.3.21.1-> installed dyn.3.21.1-> installed stdune.3.21.1-> installed loc.0.3.3-> installed pplumbing-pp-tty.0.0.16-> installed pplumbing-err.0.0.16-> installed cmdlang-cmdliner-err-runner.0.0.16Done.# To update the current shell environment, run: eval $(opam env)2026-03-17 14:39.02 ---> saved as "87a9eacf9fb3fb94bb6b61be1035f177bf148f279edc9e55e6da849b9bc13d27"/src: (copy (src .) (dst /src))2026-03-17 14:39.02 ---> saved as "b678d504302455bea3140898a1dbdea91dc69f2e1479794c23ec9545700297b7"/src: (run (shell "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"))2026-03-17 14:39.06 ---> saved as "f5c6da7e4584f06f1a96dab723f4a1836237b19951fb4b6ebddf27bc9904eb3f"Job succeeded2026-03-17 14:39.06: Job succeeded