2026-05-15 16:02.06: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (34cc510684a7bdbe825a9561df1b3ce7aa169e88) (linux-x86_64:(lint-doc))Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9Opam project lint documentationTo 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:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9# alpine-3.23-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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.2 --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 $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-15 16:02.06: Using cache hint "mbarbin/vcs-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9-alpine-3.23-4.14_opam-2.5-b97fe30b26c4bc9613f80a1795210707"2026-05-15 16:02.06: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9)(comment alpine-3.23-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.2 /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.2 --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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @doc || (echo \"dune build @doc failed\"; exit 2)")))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.07: 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:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9' locallydocker.io/ocaml/opam@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9: Pulling from ocaml/opam6a0ac1617861: Pulling fs layer9630673831f3: Pulling fs layer4cffb540229a: Pulling fs layeraa3cee094119: Pulling fs layer6a0ac1617861: Waitingf2700202f619: Pulling fs layer9630673831f3: Waiting33135c7375d5: Pulling fs layer4cffb540229a: Waiting1ea4b64ae955: Pulling fs layeraa3cee094119: Waitingf2700202f619: Waitingca34ef70eda1: Pulling fs layer33135c7375d5: Waiting1ea4b64ae955: Waitingd4998b6f8f35: Pulling fs layerca34ef70eda1: Waiting4a43cfe8648c: Pulling fs layer453dd28eaace: Pulling fs layerd4998b6f8f35: Waitinga962f0379f0a: Pulling fs layer4a43cfe8648c: Waitingb68882dcbbd8: Pulling fs layer453dd28eaace: Waitinga962f0379f0a: Waiting3f63b4eac828: Pulling fs layer0720e1e1068a: Pulling fs layerb68882dcbbd8: Waiting0676d4d6023a: Pulling fs layer3f63b4eac828: Waiting0ab690805f49: Pulling fs layer0720e1e1068a: Waitingfc0af979c0fe: Pulling fs layer0676d4d6023a: Waiting4f4fb700ef54: Pulling fs layer0ab690805f49: Waiting63f1d0bef8ae: Pulling fs layerfc0af979c0fe: Waiting43fd6995d88f: Pulling fs layer4f4fb700ef54: Waiting63f1d0bef8ae: Waitingc775bfb331ab: Pulling fs layera7a9b5ed8780: Pulling fs layer86ac791930d3: Pulling fs layer2e34d70b785c: Pulling fs layer56c554cb0baa: Pulling fs layer0109b7ea4beb: Pulling fs layera72aa581a14e: Pulling fs layer0b969b88b90b: Pulling fs layera7a9b5ed8780: Waitingd1ae0e2bf910: Pulling fs layer2e34d70b785c: Waiting86ac791930d3: Waiting43fd6995d88f: Waitingcfd8efe5a061: Pulling fs layerc775bfb331ab: Waiting0109b7ea4beb: Waiting56c554cb0baa: Waiting0b969b88b90b: Waitinga34595d6f491: Pulling fs layera72aa581a14e: Waitingd1ae0e2bf910: Waiting7333547f58a0: Pulling fs layercfd8efe5a061: Waiting803cdf5f2902: Pulling fs layera34595d6f491: Waitingd74501489c54: Pulling fs layer7333547f58a0: Waiting803cdf5f2902: Waiting628aecb9cafb: Pulling fs layer0c52f398a865: Pulling fs layerd74501489c54: Waitingc0458221ae1b: Pulling fs layer628aecb9cafb: Waiting0c52f398a865: Waiting5f395ae7d7f2: Pulling fs layer767edc63c5be: Pulling fs layerc0458221ae1b: Waitingf3eb2829860a: Pulling fs layer2cde0115c1f3: Pulling fs layer5f395ae7d7f2: Waitingf3eb2829860a: Waiting767edc63c5be: Waiting2cde0115c1f3: Waiting6a0ac1617861: Verifying Checksum6a0ac1617861: Download complete9630673831f3: Verifying Checksum9630673831f3: Download complete6a0ac1617861: Pull complete9630673831f3: Pull complete4cffb540229a: Verifying Checksum4cffb540229a: Download complete4cffb540229a: Pull completeaa3cee094119: Verifying Checksumaa3cee094119: Download completef2700202f619: Verifying Checksumf2700202f619: Download complete33135c7375d5: Verifying Checksum33135c7375d5: Download complete1ea4b64ae955: Download completeca34ef70eda1: Verifying Checksumca34ef70eda1: Download complete4a43cfe8648c: Verifying Checksum4a43cfe8648c: Download completed4998b6f8f35: Verifying Checksumd4998b6f8f35: Download completea962f0379f0a: Verifying Checksuma962f0379f0a: Download complete453dd28eaace: Verifying Checksum453dd28eaace: Download complete3f63b4eac828: Download completeaa3cee094119: Pull completeb68882dcbbd8: Verifying Checksumb68882dcbbd8: Download completef2700202f619: Pull complete0720e1e1068a: Verifying Checksum0720e1e1068a: Download complete33135c7375d5: Pull complete1ea4b64ae955: Pull complete0676d4d6023a: Verifying Checksum0676d4d6023a: Download completeca34ef70eda1: Pull completed4998b6f8f35: Pull complete0ab690805f49: Download complete4a43cfe8648c: Pull completefc0af979c0fe: Verifying Checksumfc0af979c0fe: Download complete63f1d0bef8ae: Verifying Checksum63f1d0bef8ae: Download complete453dd28eaace: Pull completea962f0379f0a: Pull completeb68882dcbbd8: Pull complete3f63b4eac828: Pull complete0720e1e1068a: Pull complete0676d4d6023a: Pull complete0ab690805f49: Pull completefc0af979c0fe: Pull complete4f4fb700ef54: Pull complete63f1d0bef8ae: Pull completec775bfb331ab: Verifying Checksumc775bfb331ab: Download completea7a9b5ed8780: Verifying Checksuma7a9b5ed8780: Download complete43fd6995d88f: Verifying Checksum43fd6995d88f: Download complete43fd6995d88f: Pull completec775bfb331ab: Pull completea7a9b5ed8780: Pull complete86ac791930d3: Download complete86ac791930d3: Pull complete2e34d70b785c: Verifying Checksum2e34d70b785c: Download complete2e34d70b785c: Pull complete0109b7ea4beb: Verifying Checksum0109b7ea4beb: Download completea72aa581a14e: Verifying Checksuma72aa581a14e: Download complete56c554cb0baa: Verifying Checksum56c554cb0baa: Download complete56c554cb0baa: Pull complete0109b7ea4beb: Pull completea72aa581a14e: Pull completed1ae0e2bf910: Verifying Checksumd1ae0e2bf910: Download complete0b969b88b90b: Download complete0b969b88b90b: Pull completed1ae0e2bf910: Pull completecfd8efe5a061: Download completecfd8efe5a061: Pull complete7333547f58a0: Download completed74501489c54: Download complete628aecb9cafb: Download complete0c52f398a865: Download completea34595d6f491: Verifying Checksuma34595d6f491: Download completec0458221ae1b: Verifying Checksumc0458221ae1b: Download complete767edc63c5be: Verifying Checksum767edc63c5be: Download completef3eb2829860a: Download complete2cde0115c1f3: Download complete5f395ae7d7f2: Verifying Checksum5f395ae7d7f2: Download completea34595d6f491: Pull complete7333547f58a0: Pull complete803cdf5f2902: Verifying Checksum803cdf5f2902: Download complete803cdf5f2902: Pull completed74501489c54: Pull complete628aecb9cafb: Pull complete0c52f398a865: Pull completec0458221ae1b: Pull complete5f395ae7d7f2: Pull complete767edc63c5be: Pull completef3eb2829860a: Pull complete2cde0115c1f3: Pull completeDigest: sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9Status: Downloaded newer image for ocaml/opam@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef92026-05-15 16:02.09 ---> using "8e65bc4d84a4bbc3f291f4c89c5f0411ea9740fc4228eddb2c11cbc44748b04d" from cache/: (comment alpine-3.23-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.2 /usr/bin/opam"))2026-05-15 16:02.09 ---> using "a94f933c2065f1331b71c9d3e0f08d7c877e02d1c25b554eec73dda9103c15f6" 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.19 ---> saved as "a884f5c9e58ad7f52d9a6b905ac206136fb32599b171437ddb41b97caa035d00"/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 development 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[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 (Could not contact DNS servers)"[default] Initialised2026-05-15 16:02.44 ---> saved as "12e1020146a58cb0729bd3f511a362a61af36c15b1aa73df825f1169e0b3213c"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.2.12026-05-15 16:02.44 ---> saved as "d6e10c1fdc68439fc9b050c01a8188126e5eb82681a097144032bf8104eda6ba"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-15 16:02.44 ---> saved as "73a12cf40bb3ebedf43bd72fc3a8a58ebbe12be726a23294c4781e91dcba9843"/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-repository[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patchesEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-05-15 16:02.51 ---> saved as "d6768ca3501dee8ef4d7a813d5f7d1671aeb30aaa376a890bb7e3ac0d6019b0b"/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.52 ---> saved as "399e2321ee33c0a6e99e3636779842a5ea430c5fc5360af96c1f787145caaedb"/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)Package volgo-tests does not exist, create as a NEW package? [y/n] y[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)Package volgo-dev does not exist, create as a NEW package? [y/n] y[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)Package volgo-base-tests does not exist, create as a NEW package? [y/n] y[volgo-base-tests.dev] synchronised (file:///src)volgo-base-tests is now pinned to file:///src (version dev)Package vcs-test-helpers does not exist, create as a NEW package? [y/n] y[vcs-test-helpers.dev] synchronised (file:///src)vcs-test-helpers is now pinned to file:///src (version dev)2026-05-15 16:03.08 ---> saved as "8cf339383715364d65f92f97fa2bef0eb38157a24894bfa83372c62f13972071"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-15 16:03.08 ---> saved as "c3a7f2586ddaf88d58af56bffc9d69a4e300e96d381b6ed08e404853a57176ee"/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.2 --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 "apk" "update"- v3.23.4-206-g84ffda38c0e [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-200-gb0cf24326a6 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-9690-g82e0df06424 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-9585-g60e83a2648f [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-9582-g90765209b09 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62236 distinct packages available<><> 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).2026-05-15 16:03.17 ---> saved as "94a21a94120e81433173c5d1412ee49780d590ee0bcbcc9c84c5f61ac2acc016"/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 bitv.2.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached)-> retrieved cmdlang.0.0.11, cmdlang-to-cmdliner.0.0.11 (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.# Run eval $(opam env) to update the current shell environment2026-05-15 16:04.12 ---> saved as "2049df8655a4cf4603f7ca54d45ae77c546434b10c9ee91063b9dfdd4955b7e8"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.23.0).The following actions will be performed:=== install 11 packages- install camlp-streams 5.0.1 [required by odoc-parser]- install cppo 1.8.0 [required by odoc]- install crunch 4.0.0 [required by odoc]- install fmt 0.11.0 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install re 1.14.0 [required by tyxml]- install seq base [required by tyxml]- install tyxml 4.6.0 [required by odoc]- install uutf 1.0.4 [required by tyxml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> installed camlp-streams.5.0.1-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed cppo.1.8.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed re.1.14.0-> installed uutf.1.0.4-> installed crunch.4.0.0-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2026-05-15 16:04.30 ---> saved as "81520acc1868dcab308ab44453b95de944d6e314e9ee30e1caf7770c9504ea1b"/src: (copy (src .) (dst /src/))2026-05-15 16:04.31 ---> saved as "073b03f951f5ef1af9a3cd21b520d4ebd3fe22606a2528f9d276feca0d26f8b4"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @doc || (echo \"dune build @doc failed\"; exit 2)"))2026-05-15 16:04.32 ---> saved as "307f3edb8620230fc9ee039b141897ef192e62b36e7b17cb053931434cb1c80e"Job succeeded2026-05-15 16:04.32: Job succeeded