2026-02-02 10:00.14: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/actions/attest-build-provenance-3.2.0 (f7bde3f40f87f3010afe51cb31e55835c171a2b5) (linux-x86_64:fedora-43-4.14_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "dependabot/github_actions/actions/attest-build-provenance-3.2.0" && cd "vcs" && git reset --hard f7bde3f4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 # fedora-43-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e d5976962c5dab924c71b4d588c97e598605b9dd6 || git fetch origin master) && git reset -q --hard d5976962c5dab924c71b4d588c97e598605b9dd6 && git log --no-decorate -n1 --oneline && opam update -u COPY --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.0 dyn.3.21.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.0 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.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.21.0 top-closure.3.21.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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN 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 END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-02 10:00.14: Using cache hint "mbarbin/vcs-ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5-fedora-43-4.14_opam-2.5-f5f3eff14d42c89144561239f1b9b6dc" 2026-02-02 10:00.14: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5) (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 d5976962c5dab924c71b4d588c97e598605b9dd6 || git fetch origin master) && git reset -q --hard d5976962c5dab924c71b4d588c97e598605b9dd6 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam volgo-base-tests.opam vcs-test-helpers.opam) (dst ./)) (run (network host) (shell "opam pin add -yn volgo.dev './' && \ \nopam pin add -yn volgo-vcs.dev './' && \ \nopam pin add -yn volgo-tests.dev './' && \ \nopam pin add -yn volgo-hg-unix.dev './' && \ \nopam pin add -yn volgo-hg-eio.dev './' && \ \nopam pin add -yn volgo-hg-backend.dev './' && \ \nopam pin add -yn volgo-git-unix.dev './' && \ \nopam pin add -yn volgo-git-eio.dev './' && \ \nopam pin add -yn volgo-git-backend.dev './' && \ \nopam pin add -yn volgo-dev.dev './' && \ \nopam pin add -yn volgo-base.dev './' && \ \nopam pin add -yn volgo-base-tests.dev './' && \ \nopam pin add -yn vcs-test-helpers.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base-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.0 dyn.3.21.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.0 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.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.21.0 top-closure.3.21.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-02-02 10:00.14: Waiting for resource in pool OCluster 2026-02-02 10:00.15: Waiting for worker… 2026-02-02 10:00.15: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at f7bde3f Bump actions/attest-build-provenance from 3.0.0 to 3.2.0 (from ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5) Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5' locally docker.io/ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5: Pulling from ocaml/opam 1216d224fefc: Already exists d2b80d0f9692: Pulling fs layer b44754d8bf82: Pulling fs layer 36abc5888bbf: Pulling fs layer 13ceeda275e3: Pulling fs layer 9d0a0e279caf: Pulling fs layer 40e2d63e6bc8: Pulling fs layer 75b3ac574ea6: Pulling fs layer 1049f777ea82: Pulling fs layer 03fc9df51c6a: Pulling fs layer b047e90b13a5: Pulling fs layer 9e9b975180f0: Pulling fs layer 67d0d0d5c8c1: Pulling fs layer 13ceeda275e3: Waiting 89a5d6bde7a7: Pulling fs layer 1d93c1211989: Pulling fs layer 40e2d63e6bc8: Waiting 9d0a0e279caf: Waiting 29eae7cc87b0: Pulling fs layer 75b3ac574ea6: Waiting cbc0891b6ad5: Pulling fs layer 1049f777ea82: Waiting 03fc9df51c6a: Waiting 1dcdb5dba4d6: Pulling fs layer 9e9b975180f0: Waiting cbbbe6830481: Pulling fs layer 89a5d6bde7a7: Waiting b047e90b13a5: Waiting 1d93c1211989: Waiting 21e1ea572da2: Pulling fs layer 29eae7cc87b0: Waiting cbc0891b6ad5: Waiting 4f4fb700ef54: Pulling fs layer 1dcdb5dba4d6: Waiting 98b69470db28: Pulling fs layer cbbbe6830481: Waiting 2dcdfd57803f: Pulling fs layer 21e1ea572da2: Waiting 98b69470db28: Waiting 379ef38822e9: Pulling fs layer 2dcdfd57803f: Waiting 3bc4f9dcff1f: Pulling fs layer d9698ccc8ea7: Pulling fs layer 5ed663178eca: Pulling fs layer c8305c642087: Pulling fs layer 379ef38822e9: Waiting d9698ccc8ea7: Waiting 3bc4f9dcff1f: Waiting 8f6d93fd556f: Pulling fs layer 921519ed1807: Pulling fs layer c60d13ca69bb: Pulling fs layer 2aac9c9633a8: Pulling fs layer 921519ed1807: Waiting c8305c642087: Waiting c0e95d961175: Pulling fs layer 8f6d93fd556f: Waiting 2aac9c9633a8: Waiting 27ce8579a8e4: Pulling fs layer c0e95d961175: Waiting fe5862feaa51: Pulling fs layer 27ce8579a8e4: Waiting e29132ca7758: Pulling fs layer 7f1e364d449b: Pulling fs layer a8bd8d8144bc: Pulling fs layer 571a3efac70d: Pulling fs layer e29132ca7758: Waiting a8bd8d8144bc: Waiting 7f1e364d449b: Waiting 9c68ae25f7d9: Pulling fs layer 571a3efac70d: Waiting 0f9e015b3d2e: Pulling fs layer 6bbac6cf626c: Pulling fs layer 1357dfaab010: Pulling fs layer 84b864a466fe: Pulling fs layer 9c68ae25f7d9: Waiting 0f9e015b3d2e: Waiting 6bbac6cf626c: Waiting 1357dfaab010: Waiting d2b80d0f9692: Verifying Checksum d2b80d0f9692: Download complete d2b80d0f9692: Pull complete 13ceeda275e3: Verifying Checksum 13ceeda275e3: Download complete 9d0a0e279caf: Verifying Checksum 9d0a0e279caf: Download complete 40e2d63e6bc8: Verifying Checksum 40e2d63e6bc8: Download complete b44754d8bf82: Verifying Checksum b44754d8bf82: Download complete 75b3ac574ea6: Verifying Checksum 75b3ac574ea6: Download complete 1049f777ea82: Verifying Checksum 1049f777ea82: Download complete 03fc9df51c6a: Verifying Checksum 03fc9df51c6a: Download complete b047e90b13a5: Verifying Checksum b047e90b13a5: Download complete 9e9b975180f0: Verifying Checksum 9e9b975180f0: Download complete 67d0d0d5c8c1: Verifying Checksum 67d0d0d5c8c1: Download complete 89a5d6bde7a7: Download complete 1d93c1211989: Download complete 29eae7cc87b0: Verifying Checksum 29eae7cc87b0: Download complete cbc0891b6ad5: Download complete 1dcdb5dba4d6: Download complete 36abc5888bbf: Verifying Checksum 36abc5888bbf: Download complete cbbbe6830481: Download complete 21e1ea572da2: Verifying Checksum 21e1ea572da2: Download complete 98b69470db28: Verifying Checksum 98b69470db28: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 2dcdfd57803f: Verifying Checksum 2dcdfd57803f: Download complete 379ef38822e9: Verifying Checksum 379ef38822e9: Download complete 3bc4f9dcff1f: Verifying Checksum 3bc4f9dcff1f: Download complete d9698ccc8ea7: Download complete 5ed663178eca: Download complete c8305c642087: Verifying Checksum c8305c642087: Download complete 8f6d93fd556f: Download complete c60d13ca69bb: Verifying Checksum c60d13ca69bb: Download complete 2aac9c9633a8: Verifying Checksum 2aac9c9633a8: Download complete 921519ed1807: Download complete c0e95d961175: Download complete fe5862feaa51: Download complete b44754d8bf82: Pull complete 7f1e364d449b: Download complete a8bd8d8144bc: Verifying Checksum a8bd8d8144bc: Download complete 571a3efac70d: Verifying Checksum 571a3efac70d: Download complete 27ce8579a8e4: Verifying Checksum 27ce8579a8e4: Download complete e29132ca7758: Verifying Checksum e29132ca7758: Download complete 6bbac6cf626c: Verifying Checksum 6bbac6cf626c: Download complete 9c68ae25f7d9: Verifying Checksum 9c68ae25f7d9: Download complete 1357dfaab010: Verifying Checksum 1357dfaab010: Download complete 84b864a466fe: Download complete 0f9e015b3d2e: Verifying Checksum 0f9e015b3d2e: Download complete 36abc5888bbf: Pull complete 13ceeda275e3: Pull complete 9d0a0e279caf: Pull complete 40e2d63e6bc8: Pull complete 75b3ac574ea6: Pull complete 1049f777ea82: Pull complete 03fc9df51c6a: Pull complete b047e90b13a5: Pull complete 9e9b975180f0: Pull complete 67d0d0d5c8c1: Pull complete 89a5d6bde7a7: Pull complete 1d93c1211989: Pull complete 29eae7cc87b0: Pull complete cbc0891b6ad5: Pull complete 1dcdb5dba4d6: Pull complete cbbbe6830481: Pull complete 21e1ea572da2: Pull complete 4f4fb700ef54: Pull complete 98b69470db28: Pull complete 2dcdfd57803f: Pull complete 379ef38822e9: Pull complete 3bc4f9dcff1f: Pull complete d9698ccc8ea7: Pull complete 5ed663178eca: Pull complete c8305c642087: Pull complete 8f6d93fd556f: Pull complete 921519ed1807: Pull complete c60d13ca69bb: Pull complete 2aac9c9633a8: Pull complete c0e95d961175: Pull complete 27ce8579a8e4: Pull complete fe5862feaa51: Pull complete e29132ca7758: Pull complete 7f1e364d449b: Pull complete a8bd8d8144bc: Pull complete 571a3efac70d: Pull complete 9c68ae25f7d9: Pull complete 0f9e015b3d2e: Pull complete 6bbac6cf626c: Pull complete 1357dfaab010: Pull complete 84b864a466fe: Pull complete Digest: sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 Status: Downloaded newer image for ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 2026-02-02 10:00.16 ---> using "f9a5319fd08a3d0936869d3ca5942bd93cc92745d834f6a608361cb54a429951" from cache /: (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 100% | 39.5 KiB/s | 22.1 KiB | 00m01s Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.4 KiB/s | 986.0 B | 00m00s Fedora 43 - x86_64 - Updates 100% | 48.3 KiB/s | 8.2 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-02-02 10:00.16 ---> using "8ac7509c8bdad31fa4853da6b480df4d12af853b2635e4a86c46dbdc2eec4f40" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-02 10:00.16 ---> using "ee8230386aa91c1af05ea74b49b036d1cc62222cc9641aecdb0585c755bda359" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-02-02 10:00.16 ---> using "cb1fef56e6c814614e4ac3e804b34fc9119eb4a773dcf17de00c5f3b9031864e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-02 10:00.16 ---> using "d05ee483c51035e435b0c841d1f8fa8b18538cdc3594578e7841555f6001396d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-02 10:00.16 ---> using "6184ae243d77c34883d81aa8cac0d5634ef60821820cf75a0dbabb8c4362d65a" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d5976962c5dab924c71b4d588c97e598605b9dd6 || git fetch origin master) && git reset -q --hard d5976962c5dab924c71b4d588c97e598605b9dd6 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a6b2f19780..8e585b2703 master -> origin/master d5976962c5 Merge pull request #29310 from mbarbin/opam-publish-volgo.0.0.22 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository [ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches The following actions will be performed: === recompile 2 packages - recompile ocaml 4.14.2 [upstream or system changes] - recompile opam-depext 1.2.3 [uses ocaml] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> removed ocaml.4.14.2 -> installed ocaml.4.14.2 -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead # To update the current shell environment, run: eval $(opam env) 2026-02-02 10:00.16 ---> using "676fcd3ff2d3136e621c24958be48c265e6850d4af1c9b56fae64dd40e1e134c" from cache /src: (copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam volgo-base-tests.opam vcs-test-helpers.opam) (dst ./)) 2026-02-02 10:00.16 ---> using "cd9e615e00affa397939e2446360f41593cf7fee2e1a54af8084da6e1356a1b6" from cache /src: (run (network host) (shell "opam pin add -yn volgo.dev './' && \ \nopam pin add -yn volgo-vcs.dev './' && \ \nopam pin add -yn volgo-tests.dev './' && \ \nopam pin add -yn volgo-hg-unix.dev './' && \ \nopam pin add -yn volgo-hg-eio.dev './' && \ \nopam pin add -yn volgo-hg-backend.dev './' && \ \nopam pin add -yn volgo-git-unix.dev './' && \ \nopam pin add -yn volgo-git-eio.dev './' && \ \nopam pin add -yn volgo-git-backend.dev './' && \ \nopam pin add -yn volgo-dev.dev './' && \ \nopam pin add -yn volgo-base.dev './' && \ \nopam pin add -yn volgo-base-tests.dev './' && \ \nopam pin add -yn vcs-test-helpers.dev './'")) [volgo.dev] synchronised (file:///src) volgo is now pinned to file:///src (version dev) [volgo-vcs.dev] synchronised (file:///src) volgo-vcs is now pinned to file:///src (version dev) [NOTE] Package volgo-tests does not exist in opam repositories registered in the current switch. [volgo-tests.dev] synchronised (file:///src) volgo-tests is now pinned to file:///src (version dev) [volgo-hg-unix.dev] synchronised (file:///src) volgo-hg-unix is now pinned to file:///src (version dev) [volgo-hg-eio.dev] synchronised (file:///src) volgo-hg-eio is now pinned to file:///src (version dev) [volgo-hg-backend.dev] synchronised (file:///src) volgo-hg-backend is now pinned to file:///src (version dev) [volgo-git-unix.dev] synchronised (file:///src) volgo-git-unix is now pinned to file:///src (version dev) [volgo-git-eio.dev] synchronised (file:///src) volgo-git-eio is now pinned to file:///src (version dev) [volgo-git-backend.dev] synchronised (file:///src) volgo-git-backend is now pinned to file:///src (version dev) [NOTE] Package volgo-dev does not exist in opam repositories registered in the current switch. [volgo-dev.dev] synchronised (file:///src) volgo-dev is now pinned to file:///src (version dev) [volgo-base.dev] synchronised (file:///src) volgo-base is now pinned to file:///src (version dev) [NOTE] Package volgo-base-tests does not exist in opam repositories registered in the current switch. [volgo-base-tests.dev] synchronised (file:///src) volgo-base-tests is now pinned to file:///src (version dev) [NOTE] Package vcs-test-helpers does not exist in opam repositories registered in the current switch. [vcs-test-helpers.dev] synchronised (file:///src) vcs-test-helpers is now pinned to file:///src (version dev) 2026-02-02 10:00.16 ---> using "0d31a64bf9b7a54db1262ba9ffc0a14cd5db145b3a784ffd601d3e76aec596b6" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-02 10:00.16 ---> using "49d474f0c48c78a16245fd45edb386801dc533134046be78a9ff7ac3738221c2" from cache /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.0 dyn.3.21.0 fpath.0.7.3 fpath-sexp0.0.4.0 fs-io.3.21.0 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.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.21.0 top-closure.3.21.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/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% | 24.9 MiB/s | 6.9 MiB | 00m00s - -------------------------------------------------------------------------------- - [1/1] Total 100% | 15.1 MiB/s | 6.9 MiB | 00m00s - Running transaction - [1/3] Verify package files 100% | 9.0 B/s | 1.0 B | 00m00s - [2/3] Prepare transaction 100% | 10.0 B/s | 1.0 B | 00m00s - [3/3] Installing mercurial-0:7.1.1-2.fc 100% | 111.2 MiB/s | 32.5 MiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "mercurial" - mercurial-7.1.1-2.fc43.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-02-02 10:00.16 ---> using "ca82a4125e8065c62f8b089e5bd0f365e5efa09307cad4337370a99ba357f61c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 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.0 - install dyn 3.21.0 - install fpath 0.7.3 - install fpath-sexp0 0.4.0 - install fs-io 3.21.0 - install loc 0.3.3 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.21.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.21.0 - install top-closure 3.21.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.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.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0 (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.0 -> 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.0 -> installed yojson.3.0.0 -> installed parsexp.v0.16.0 -> installed fs-io.3.21.0 -> installed top-closure.3.21.0 -> installed dyn.3.21.0 -> installed stdune.3.21.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.16 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-02 10:00.16 ---> using "71ea091086dbf45c362a7934ccdb190df99baf1e800b5669785cb40be208bc67" from cache /src: (copy (src .) (dst /src)) 2026-02-02 10:00.16 ---> saved as "55b0b971c4e73bbd46b61ea324b47eca2e108456e45f2f0e5fddeae1dec20733" /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-02-02 10:00.18 ---> saved as "27738d50e3409ec889749ca31b8dfa0309d95a44f728e7f5cc9ee4c0dd487e05" Job succeeded 2026-02-02 10:00.18: Job succeeded