2026-05-15 16:02.06: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (34cc510684a7bdbe825a9561df1b3ce7aa169e88) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard 34cc5106cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4# ubuntu-24.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e a73ef272eef4e9e41a9b7950448f0f02f2c9c4dc || git fetch origin master) && git reset -q --hard a73ef272eef4e9e41a9b7950448f0f02f2c9c4dc && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.11 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.11 cmdliner.2.1.1 conf-git.1.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dyn.3.23.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.23.0 loc.0.3.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.0 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.23.0 top-closure.3.23.0 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-05-15 16:02.06: Using cache hint "mbarbin/vcs-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4-ubuntu-24.04-4.14_opam-2.5-b97fe30b26c4bc9613f80a1795210707"2026-05-15 16:02.06: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)(comment ubuntu-24.04-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a73ef272eef4e9e41a9b7950448f0f02f2c9c4dc || git fetch origin master) && git reset -q --hard a73ef272eef4e9e41a9b7950448f0f02f2c9c4dc && git log --no-decorate -n1 --oneline"))(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 "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.11 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.11 cmdliner.2.1.1 conf-git.1.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dyn.3.23.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.23.0 loc.0.3.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.0 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.23.0 top-closure.3.23.0 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-05-15 16:02.06: Waiting for resource in pool OCluster2026-05-15 16:02.06: Waiting for worker…2026-05-15 16:02.06: Got resource from pool OClusterBuilding on eumache.caelum.ci.devHEAD is now at fcf696c Enable 5.5 in CIHEAD is now at 34cc510 Run the tests first and instrumented after that(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4' locallydocker.io/ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4: Pulling from ocaml/opamb40150c1c271: Pulling fs layer5635dddaaf61: Pulling fs layer0a6d5f853ae3: Pulling fs layer799f202be4df: Pulling fs layerb903f564077a: Pulling fs layer6c1d10b3d08f: Pulling fs layer5f5807185d05: Pulling fs layer070c54c49939: Pulling fs layerc74f78aa4319: Pulling fs layer5635dddaaf61: Waiting08f490e2d1d6: Pulling fs layer0a6d5f853ae3: Waiting799f202be4df: Waiting90f22d77deb3: Pulling fs layer5f5807185d05: Waitingb903f564077a: Waiting6c1d10b3d08f: Waiting7934f3d64cde: Pulling fs layer070c54c49939: Waitingc9675ca4ea04: Pulling fs layer7934f3d64cde: Waiting2d56e81bc648: Pulling fs layer08f490e2d1d6: Waitingc74f78aa4319: Waiting90f22d77deb3: Waitingc9675ca4ea04: Waiting747607799543: Pulling fs layer2d56e81bc648: Waiting620bc2c277c5: Pulling fs layer747607799543: Waitingbd268c40989e: Pulling fs layer620bc2c277c5: Waiting52dd6f008393: Pulling fs layer1ac04842be81: Pulling fs layere50d59eb16a8: Pulling fs layerbd268c40989e: Waiting5dcb466db21c: Pulling fs layer52dd6f008393: Waitinge50d59eb16a8: Waiting4f4fb700ef54: Pulling fs layer1ac04842be81: Waiting5dcb466db21c: Waiting155ed5167872: Pulling fs layer4f4fb700ef54: Waiting0d0ddeec4e9f: Pulling fs layer155ed5167872: Waiting11a59e72671d: Pulling fs layerf5e116e6aaf6: Pulling fs layer95c72a92d56a: Pulling fs layer0d0ddeec4e9f: Waiting11a59e72671d: Waiting711d037d18c7: Pulling fs layer95c72a92d56a: Waiting100470c8287d: Pulling fs layerf5e116e6aaf6: Waiting711d037d18c7: Waiting76c9f10ccc79: Pulling fs layer100470c8287d: Waiting18a3f6bf5510: Pulling fs layer964c51b347ff: Pulling fs layer76c9f10ccc79: Waiting18a3f6bf5510: Waiting4020793ba1b6: Pulling fs layer964c51b347ff: Waitingff88a2087566: Pulling fs layer1599e1710bd3: Pulling fs layerff88a2087566: Waitinge9e27cfec680: Pulling fs layer1599e1710bd3: Waitinged5bd70fe984: Pulling fs layerff9f18578fd4: Pulling fs layered5bd70fe984: Waitinge9e27cfec680: Waiting290bf7c7792f: Pulling fs layerff9f18578fd4: Waiting1be1bd893fc7: Pulling fs layer7482771bd187: Pulling fs layer901ff5f800f2: Pulling fs layer1be1bd893fc7: Waiting42231f02769a: Pulling fs layer450229835c85: Pulling fs layer42231f02769a: Waiting901ff5f800f2: Waiting450229835c85: Waitingb40150c1c271: Download complete5635dddaaf61: Download complete0a6d5f853ae3: Verifying Checksum0a6d5f853ae3: Download complete799f202be4df: Verifying Checksum799f202be4df: Download completeb40150c1c271: Pull complete5635dddaaf61: Pull complete0a6d5f853ae3: Pull complete799f202be4df: Pull completeb903f564077a: Verifying Checksumb903f564077a: Download completeb903f564077a: Pull complete6c1d10b3d08f: Verifying Checksum6c1d10b3d08f: Download complete5f5807185d05: Verifying Checksum5f5807185d05: Download complete070c54c49939: Verifying Checksum070c54c49939: Download completec74f78aa4319: Verifying Checksumc74f78aa4319: Download complete6c1d10b3d08f: Pull complete5f5807185d05: Pull complete070c54c49939: Pull completec74f78aa4319: Pull complete08f490e2d1d6: Verifying Checksum08f490e2d1d6: Download complete08f490e2d1d6: Pull complete90f22d77deb3: Verifying Checksum90f22d77deb3: Download complete90f22d77deb3: Pull complete7934f3d64cde: Verifying Checksum7934f3d64cde: Download complete7934f3d64cde: Pull completec9675ca4ea04: Verifying Checksumc9675ca4ea04: Download completec9675ca4ea04: Pull complete2d56e81bc648: Verifying Checksum2d56e81bc648: Download complete620bc2c277c5: Verifying Checksum620bc2c277c5: Download complete2d56e81bc648: Pull complete747607799543: Download complete747607799543: Pull complete620bc2c277c5: Pull completebd268c40989e: Verifying Checksumbd268c40989e: Download completebd268c40989e: Pull complete52dd6f008393: Download complete52dd6f008393: Pull completee50d59eb16a8: Download complete1ac04842be81: Verifying Checksum1ac04842be81: Download complete1ac04842be81: Pull completee50d59eb16a8: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete5dcb466db21c: Verifying Checksum5dcb466db21c: Download complete5dcb466db21c: Pull complete4f4fb700ef54: Pull complete155ed5167872: Verifying Checksum155ed5167872: Download complete155ed5167872: Pull complete0d0ddeec4e9f: Download complete0d0ddeec4e9f: Pull complete11a59e72671d: Verifying Checksum11a59e72671d: Download complete11a59e72671d: Pull completef5e116e6aaf6: Verifying Checksumf5e116e6aaf6: Download completef5e116e6aaf6: Pull complete711d037d18c7: Verifying Checksum711d037d18c7: Download complete100470c8287d: Verifying Checksum100470c8287d: Download complete95c72a92d56a: Verifying Checksum95c72a92d56a: Download complete95c72a92d56a: Pull complete711d037d18c7: Pull complete100470c8287d: Pull complete76c9f10ccc79: Verifying Checksum76c9f10ccc79: Download complete76c9f10ccc79: Pull complete18a3f6bf5510: Download complete18a3f6bf5510: Pull complete964c51b347ff: Download complete964c51b347ff: Pull complete4020793ba1b6: Download complete4020793ba1b6: Pull completeff88a2087566: Verifying Checksumff88a2087566: Download completeff88a2087566: Pull completee9e27cfec680: Verifying Checksume9e27cfec680: Download completeed5bd70fe984: Verifying Checksumed5bd70fe984: Download completeff9f18578fd4: Download complete290bf7c7792f: Verifying Checksum290bf7c7792f: Download complete1be1bd893fc7: Download complete7482771bd187: Verifying Checksum7482771bd187: Download complete901ff5f800f2: Download complete42231f02769a: Download complete450229835c85: Verifying Checksum450229835c85: Download complete1599e1710bd3: Verifying Checksum1599e1710bd3: Download complete1599e1710bd3: Pull completee9e27cfec680: Pull completeed5bd70fe984: Pull completeff9f18578fd4: Pull complete290bf7c7792f: Pull complete1be1bd893fc7: Pull complete7482771bd187: Pull complete901ff5f800f2: Pull complete42231f02769a: Pull complete450229835c85: Pull completeDigest: sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4Status: Downloaded newer image for ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb42026-05-15 16:02.08 ---> using "f6983aa83ec90cbaf3229e60f783e3846dbf203b22126e1fa9deb5af4a02fea2" from cache/: (comment ubuntu-24.04-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-15 16:02.08 ---> using "cf6b682db0eb0265b50e065ef8ebeee7f5670b75b54916f04daec292c2291574" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a73ef272eef4e9e41a9b7950448f0f02f2c9c4dc || git fetch origin master) && git reset -q --hard a73ef272eef4e9e41a9b7950448f0f02f2c9c4dc && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..28d044eb9c master -> origin/mastera73ef272ee Merge pull request #29878 from mbarbin/opam-publish-cmdlang.0.0.112026-05-15 16:02.16 ---> saved as "2c1ddf5a35162551878130cbfb0a0610e9aaa150fd9beeff79307d3df756801f"/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-05-15 16:02.40 ---> saved as "6bb1f348cb8fcdee81e27686e39b12a97c903de6bce79d0bd67c7f54dab344e7"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-15 16:02.41 ---> saved as "00a6016fdd88e13ff3a87a8681a2b36c2ce1523961b5f85cc6fc26b652bf28f0"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-15 16:02.42 ---> saved as "37c78d553b28f1355121a82d66f55304a685b0cd229bc6b25550260b7078624d"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes 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-05-15 16:02.51 ---> saved as "ce3a022048ae39c9633f96b7111ed00dd7ce24c753a73f473919e752e82b5e4c"/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-05-15 16:02.51 ---> saved as "2d18328caa024cc8cdc279bb1b9856816e7c8e24e698e8369a13528de04a42c4"/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-05-15 16:03.21 ---> saved as "24bc9b7951e264feef379fe048e40ab871585d17b0a1ee7dd4c654716aedb5bb"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-15 16:03.21 ---> saved as "d4ffea3d9638ece1234202f920a0e61bec02418e1ca73242b655345843def3f8"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.11 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.11 cmdliner.2.1.1 conf-git.1.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dyn.3.23.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.23.0 loc.0.3.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.0 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.23.0 top-closure.3.23.0 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/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1504 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2038 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3610 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2451 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3901 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2147 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.1 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB]- Fetched 16.2 MB in 1s (12.6 MB/s)- Reading package lists...-<><> 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).# To update the current shell environment, run: eval $(opam env)2026-05-15 16:03.33 ---> saved as "d6843bf5f1d920a866250a3aea3d84d0fee28f4b2dd9f27fd12c7c6d450b35bc"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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.11- install cmdlang-cmdliner-err-runner 0.0.16- install cmdlang-to-cmdliner 0.0.11- install cmdliner 2.1.1- install conf-git 1.1- install csexp 1.5.2- install dune 3.23.0- install dune-build-info 3.23.0- install dyn 3.23.0- install fpath 0.7.3- install fpath-sexp0 0.4.0- install fs-io 3.23.0- install loc 0.3.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.23.0- 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.23.0- install top-closure 3.23.0- 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.11, cmdlang-to-cmdliner.0.0.11 (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.1 (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)-> 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.23.0, dune-build-info.3.23.0, dyn.3.23.0, fs-io.3.23.0, ordering.3.23.0, stdune.3.23.0, top-closure.3.23.0 (cached)-> installed cmdliner.2.1.1-> 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.23.0-> installed bitv.2.1-> installed cmdlang.0.0.11-> installed csexp.1.5.2-> installed dune-build-info.3.23.0-> installed fs-io.3.23.0-> installed ordering.3.23.0-> installed pp.2.0.0-> installed sexplib0.v0.16.0-> installed spawn.v0.17.0-> installed top-closure.3.23.0-> installed yojson.3.0.0-> installed cmdlang-to-cmdliner.0.0.11-> installed fpath-sexp0.0.4.0-> installed dyn.3.23.0-> installed parsexp.v0.16.0-> installed stdune.3.23.0-> 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-05-15 16:04.26 ---> saved as "d0296de90d5424e7a7e91d85074e434172bd07034989e6b4a7b6298a4aac0767"/src: (copy (src .) (dst /src))2026-05-15 16:04.27 ---> saved as "8d8d6e99705b93be9ef4620e1ffd4d7e517d17d60fc24ba37a5162242dbf6b37"/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-05-15 16:04.29 ---> saved as "85ac2f153877d59c2db6e31a78c10f43d13349c4046c4cae7508c6dd5e6bdcfc"Job succeeded2026-05-15 16:04.30: Job succeeded