2026-05-16 13:53.56: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (34cc510684a7bdbe825a9561df1b3ce7aa169e88) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121Opam 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-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121# ubuntu-25.10-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-16 13:53.56: Using cache hint "mbarbin/vcs-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121-ubuntu-25.10-4.14_opam-2.5-b97fe30b26c4bc9613f80a1795210707"2026-05-16 13:53.56: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)(comment ubuntu-25.10-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-16 13:53.56: Waiting for resource in pool OCluster2026-05-16 16:31.07: Waiting for worker…2026-05-16 16:37.34: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 34cc510 Run the tests first and instrumented after that(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121' locallydocker.io/ocaml/opam@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121: Pulling from ocaml/opam16c195d4c5e9: Pulling fs layer5d5ae59f12bf: Pulling fs layer2a1bdaff57b1: Pulling fs layer5d5ae59f12bf: Waiting4f0da68efc03: Pulling fs layer16c195d4c5e9: Waiting2a1bdaff57b1: Waitingddae77db6783: Pulling fs layer4f0da68efc03: Waitingfdb5e27abf0f: Pulling fs layer93a3171e4fee: Pulling fs layerddae77db6783: Waiting93a3171e4fee: Waitingdbf7af4bbc5e: Pulling fs layerfdb5e27abf0f: Waiting5f7df1a633be: Pulling fs layer91c5054ad467: Pulling fs layerdbf7af4bbc5e: Waiting5f7df1a633be: Waitingf85e33539fc1: Pulling fs layer60715424f1f3: Pulling fs layer91c5054ad467: Waitingf85e33539fc1: Waiting3d928beeeddb: Pulling fs layer60715424f1f3: Waitingad721eb63d8e: Pulling fs layer3d928beeeddb: Waiting6423a1c6a219: Pulling fs layerad721eb63d8e: Waiting5b5461462268: Pulling fs layer6423a1c6a219: Waitingd0115271718d: Pulling fs layer5b5461462268: Waiting9fd788776761: Pulling fs layerd0115271718d: Waitingee0541408fb9: Pulling fs layer3710803c65d7: Pulling fs layerce2c52193d43: Pulling fs layer4f4fb700ef54: Pulling fs layeree0541408fb9: Waiting9fd788776761: Waiting3710803c65d7: Waitinga2f980d0b98b: Pulling fs layer410070a2f222: Pulling fs layerce2c52193d43: Waitinga2f980d0b98b: Waitingd3816a848673: Pulling fs layer4f4fb700ef54: Waiting7c855ca71d74: Pulling fs layerd3816a848673: Waiting1528501eaf16: Pulling fs layer410070a2f222: Waiting23228c2200ea: Pulling fs layer7c855ca71d74: Waiting1528501eaf16: Waiting54f128346b20: Pulling fs layer76cf7939a21f: Pulling fs layer23228c2200ea: Waiting54f128346b20: Waitingebfcf91f683f: Pulling fs layer76cf7939a21f: Waitingaba3e293a4a1: Pulling fs layer5f6c0c42c902: Pulling fs layer266bc6609d9e: Pulling fs layeraba3e293a4a1: Waiting5f6c0c42c902: Waiting9ba70185e826: Pulling fs layer892f7eadbfc9: Pulling fs layer266bc6609d9e: Waiting9ba70185e826: Waiting81c302137335: Pulling fs layera255dc714083: Pulling fs layer892f7eadbfc9: Waiting81c302137335: Waitingda091890895b: Pulling fs layera255dc714083: Waiting40fc735d2330: Pulling fs layere17b0673218b: Pulling fs layerda091890895b: Waiting228a2a4b38bc: Pulling fs layere17b0673218b: Waiting832881162d49: Pulling fs layer40fc735d2330: Waiting228a2a4b38bc: Waiting295fec493822: Pulling fs layer832881162d49: Waiting295fec493822: Waiting16c195d4c5e9: Verifying Checksum16c195d4c5e9: Download complete5d5ae59f12bf: Download complete2a1bdaff57b1: Verifying Checksum2a1bdaff57b1: Download complete4f0da68efc03: Verifying Checksum4f0da68efc03: Download complete16c195d4c5e9: Pull complete5d5ae59f12bf: Pull complete2a1bdaff57b1: Pull complete4f0da68efc03: Pull completeddae77db6783: Verifying Checksumddae77db6783: Download completeddae77db6783: Pull completefdb5e27abf0f: Verifying Checksumfdb5e27abf0f: Download complete93a3171e4fee: Verifying Checksum93a3171e4fee: Download completedbf7af4bbc5e: Verifying Checksumdbf7af4bbc5e: Download complete5f7df1a633be: Verifying Checksum5f7df1a633be: Download complete91c5054ad467: Verifying Checksum91c5054ad467: Download completef85e33539fc1: Verifying Checksumf85e33539fc1: Download complete60715424f1f3: Verifying Checksum60715424f1f3: Download complete3d928beeeddb: Verifying Checksum3d928beeeddb: Download completead721eb63d8e: Verifying Checksumad721eb63d8e: Download complete6423a1c6a219: Verifying Checksum6423a1c6a219: Download complete5b5461462268: Verifying Checksum5b5461462268: Download completed0115271718d: Download complete9fd788776761: Verifying Checksum9fd788776761: Download completeee0541408fb9: Download completefdb5e27abf0f: Pull complete93a3171e4fee: Pull completedbf7af4bbc5e: Pull complete5f7df1a633be: Pull complete3710803c65d7: Verifying Checksum3710803c65d7: Download complete91c5054ad467: Pull completece2c52193d43: Verifying Checksumce2c52193d43: Download completef85e33539fc1: Pull complete60715424f1f3: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete3d928beeeddb: Pull completead721eb63d8e: Pull complete6423a1c6a219: Pull complete5b5461462268: Pull completed0115271718d: Pull completea2f980d0b98b: Verifying Checksuma2f980d0b98b: Download complete410070a2f222: Verifying Checksum410070a2f222: Download completed3816a848673: Download complete9fd788776761: Pull completeee0541408fb9: Pull complete3710803c65d7: Pull completece2c52193d43: Pull complete4f4fb700ef54: Pull completea2f980d0b98b: Pull complete410070a2f222: Pull completed3816a848673: Pull complete7c855ca71d74: Verifying Checksum7c855ca71d74: Download complete7c855ca71d74: Pull complete1528501eaf16: Download complete1528501eaf16: Pull complete23228c2200ea: Verifying Checksum23228c2200ea: Download complete23228c2200ea: Pull complete54f128346b20: Verifying Checksum54f128346b20: Download complete54f128346b20: Pull complete76cf7939a21f: Verifying Checksum76cf7939a21f: Download complete76cf7939a21f: Pull completeebfcf91f683f: Verifying Checksumebfcf91f683f: Download completeebfcf91f683f: Pull completeaba3e293a4a1: Verifying Checksumaba3e293a4a1: Pull complete266bc6609d9e: Verifying Checksum266bc6609d9e: Download complete5f6c0c42c902: Verifying Checksum5f6c0c42c902: Download complete5f6c0c42c902: Pull complete266bc6609d9e: Pull complete892f7eadbfc9: Download complete9ba70185e826: Verifying Checksum9ba70185e826: Download completea255dc714083: Verifying Checksuma255dc714083: Download completeda091890895b: Download complete81c302137335: Verifying Checksum81c302137335: Download complete40fc735d2330: Verifying Checksum40fc735d2330: Download complete228a2a4b38bc: Verifying Checksum228a2a4b38bc: Download complete832881162d49: Verifying Checksum832881162d49: Download completee17b0673218b: Verifying Checksume17b0673218b: Download complete295fec493822: Download complete9ba70185e826: Pull complete892f7eadbfc9: Pull complete81c302137335: Pull completea255dc714083: Pull completeda091890895b: Pull complete40fc735d2330: Pull completee17b0673218b: Pull complete228a2a4b38bc: Pull complete832881162d49: Pull complete295fec493822: Pull completeDigest: sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121Status: Downloaded newer image for ocaml/opam@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f1212026-05-16 16:39.58 ---> saved as "7d42f7b527b21a50e9c485d51cd4562c3b21cb305a289008a67ad4a1619765d8"/: (comment ubuntu-25.10-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-16 16:39.59 ---> saved as "a508bcb9f6599921ad86d400dc525df4f4257b0143a1880fe8fb965c8f122c4b"/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"))a73ef272ee Merge pull request #29878 from mbarbin/opam-publish-cmdlang.0.0.112026-05-16 16:40.02 ---> saved as "c3340a6787422d71ae5414943a673540e36986f275087fee404d9d78519b9de1"/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.1 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 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] synchronised from git+file:///home/opam/opam-repository2026-05-16 16:40.14 ---> saved as "7fd48bfe0e7ee944f52ca4f4d3c21319bcd1d253f5e301a663b099c02ffa4bfb"/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-16 16:40.15 ---> saved as "0bfef85d39ef4cad973b6286e8ff7e295aeeb15c72ca83b48c397c9062c502d7"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-16 16:40.15 ---> saved as "ab42e8f1a6710a3a5ff0f2f257f48d43cf6f5cc4965ff2cd7443f2c12d96fd4c"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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-16 16:40.24 ---> saved as "9ac5b1ae609cd9e18820ec59807f1b7a7aaba955dbadab0c4d4118a49516d582"/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-16 16:40.24 ---> saved as "7b00121765fa514d62a66abf59b12ae8d353b7d3a0e64b1d64236953a66bb1f5"/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-16 16:40.42 ---> saved as "78b2df6c3a39bf7082107b9595840a4d15a046450e7835a25bc41868aee2fcc1"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-16 16:40.42 ---> saved as "5a7fe0aad246e6e37cdc3b5c898495f7b397d45ca53b205eefff67fd5a12c7e8"/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 questing InRelease- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [313 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [388 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [401 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [312 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [537 kB]- Fetched 2354 kB in 0s (5164 kB/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-16 16:40.51 ---> saved as "ef0e903319d2365ec3e058f5d978761af918774befa5646c777de924f98de152"/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-16 16:41.45 ---> saved as "65219ee31826238448b09d6dffa8ae5ee783507a048f35141da144f51e5cabb1"/src: (copy (src .) (dst /src))2026-05-16 16:41.45 ---> saved as "cf025399e34610ba1860d3e6f236f309c55d5d83d5432ffb9f1719d5367f817d"/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-16 16:41.47 ---> saved as "053dc4ea87fbb352a9a0cd6dbef764532a45675363c47a631dfae86db1fbf1f9"Job succeeded2026-05-16 16:41.48: Job succeeded