2025-12-21 09:23.55: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/actions/checkout-6 (92e2d4e48c39ae237887fdd9ac8c35a6d070a43e) (linux-x86_64:ubuntu-25.10-5.4_opam-2.4) Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "dependabot/github_actions/actions/checkout-6" && cd "vcs" && git reset --hard 92e2d4e4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3 # ubuntu-25.10-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 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 vcs-test-helpers.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 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 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.4.0 fpath-sexp0.0.4.0 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.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-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-12-21 09:23.55: Using cache hint "mbarbin/vcs-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3-ubuntu-25.10-5.4_opam-2.4-5c326989b8ae491d55a7c46efd8ba605" 2025-12-21 09:23.55: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3) (comment ubuntu-25.10-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 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 vcs-test-helpers.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 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 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.4.0 fpath-sexp0.0.4.0 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 topkg.1.1.1") (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.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.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-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build")) ) 2025-12-21 09:23.55: Waiting for resource in pool OCluster 2025-12-21 09:23.55: Waiting for worker… 2025-12-21 09:23.55: Got resource from pool OCluster Building on laodoke.caelum.ci.dev HEAD is now at 3baba20 Upgrade actions/checkout to v6 in CI HEAD is now at 92e2d4e Bump actions/checkout from 5 to 6 (from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3' locally docker.io/ocaml/opam@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3: Pulling from ocaml/opam a206cee1e839: Pulling fs layer 31a4860f1a71: Pulling fs layer 39e1a38aeb75: Pulling fs layer 809ec5b87400: Pulling fs layer 093176b16caf: Pulling fs layer 809ec5b87400: Waiting ac0434fe2275: Pulling fs layer 093176b16caf: Waiting 86111f9687be: Pulling fs layer ac0434fe2275: Waiting acba9462cead: Pulling fs layer 86111f9687be: Waiting 9b773cbc6ab7: Pulling fs layer acba9462cead: Waiting 169f0c98de02: Pulling fs layer 79d5a71e5d4d: Pulling fs layer 169f0c98de02: Waiting c8ad29fa07f4: Pulling fs layer 79d5a71e5d4d: Waiting 38362d2beb6c: Pulling fs layer 9735327f785c: Pulling fs layer c8ad29fa07f4: Waiting 38362d2beb6c: Waiting 25d986e4e09c: Pulling fs layer 9735327f785c: Waiting 08765368831e: Pulling fs layer 25d986e4e09c: Waiting 263d027970a4: Pulling fs layer 08765368831e: Waiting 263d027970a4: Waiting 0db8ad403ffc: Pulling fs layer 0774a22e03ec: Pulling fs layer 0db8ad403ffc: Waiting ecae8e86db15: Pulling fs layer 0774a22e03ec: Waiting 7bde8086daf3: Pulling fs layer ecae8e86db15: Waiting 4f4fb700ef54: Pulling fs layer c8795f0be74f: Pulling fs layer 7bde8086daf3: Waiting 4f4fb700ef54: Waiting bf1686ddcf2f: Pulling fs layer c8795f0be74f: Waiting 6190e5884020: Pulling fs layer d3ef051d940f: Pulling fs layer bf1686ddcf2f: Waiting 74516cbf13d5: Pulling fs layer 6190e5884020: Waiting d3ef051d940f: Waiting 2b9c6d0ca8aa: Pulling fs layer 828602f5a7e1: Pulling fs layer 2b9c6d0ca8aa: Waiting 1c2200cbac34: Pulling fs layer 828602f5a7e1: Waiting ddcac09cadd2: Pulling fs layer 1c2200cbac34: Waiting f72178fefb52: Pulling fs layer ddcac09cadd2: Waiting e391052d0a0a: Pulling fs layer f72178fefb52: Waiting 092f96d7da41: Pulling fs layer 728c71316025: Pulling fs layer e391052d0a0a: Waiting 092f96d7da41: Waiting 26503a58709c: Pulling fs layer e6440340e603: Pulling fs layer c919b1d29ded: Pulling fs layer 26503a58709c: Waiting 7dba17a6ef30: Pulling fs layer e91032db10a1: Pulling fs layer 7dba17a6ef30: Waiting fdf50f15a889: Pulling fs layer e91032db10a1: Waiting 021fb7876a3f: Pulling fs layer fdf50f15a889: Waiting cc4987229b93: Pulling fs layer 021fb7876a3f: Waiting cc4987229b93: Waiting f3a98ed10735: Pulling fs layer ef572132f747: Pulling fs layer f3a98ed10735: Waiting 7450e9d280a4: Pulling fs layer 15cad31e1f60: Pulling fs layer 7450e9d280a4: Waiting ef572132f747: Waiting 15cad31e1f60: Waiting 31a4860f1a71: Verifying Checksum 31a4860f1a71: Download complete 39e1a38aeb75: Verifying Checksum 39e1a38aeb75: Download complete a206cee1e839: Download complete 093176b16caf: Verifying Checksum 093176b16caf: Download complete 86111f9687be: Verifying Checksum 86111f9687be: Download complete 809ec5b87400: Verifying Checksum 809ec5b87400: Download complete acba9462cead: Verifying Checksum acba9462cead: Download complete 9b773cbc6ab7: Verifying Checksum 9b773cbc6ab7: Download complete 169f0c98de02: Verifying Checksum 169f0c98de02: Download complete 79d5a71e5d4d: Verifying Checksum 79d5a71e5d4d: Download complete c8ad29fa07f4: Verifying Checksum c8ad29fa07f4: Download complete 38362d2beb6c: Verifying Checksum 38362d2beb6c: Download complete 9735327f785c: Verifying Checksum 9735327f785c: Download complete 25d986e4e09c: Verifying Checksum 25d986e4e09c: Download complete 08765368831e: Verifying Checksum 08765368831e: Download complete 263d027970a4: Verifying Checksum 263d027970a4: Download complete ac0434fe2275: Verifying Checksum ac0434fe2275: Download complete 0db8ad403ffc: Download complete 0774a22e03ec: Verifying Checksum 0774a22e03ec: Download complete ecae8e86db15: Verifying Checksum ecae8e86db15: Download complete 7bde8086daf3: Verifying Checksum a206cee1e839: Pull complete 31a4860f1a71: Pull complete 39e1a38aeb75: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete c8795f0be74f: Verifying Checksum c8795f0be74f: Download complete bf1686ddcf2f: Verifying Checksum bf1686ddcf2f: Download complete 6190e5884020: Verifying Checksum 6190e5884020: Download complete d3ef051d940f: Verifying Checksum d3ef051d940f: Download complete 74516cbf13d5: Verifying Checksum 74516cbf13d5: Download complete 2b9c6d0ca8aa: Download complete 828602f5a7e1: Verifying Checksum 828602f5a7e1: Download complete 1c2200cbac34: Verifying Checksum 1c2200cbac34: Download complete ddcac09cadd2: Verifying Checksum ddcac09cadd2: Download complete f72178fefb52: Verifying Checksum f72178fefb52: Download complete e391052d0a0a: Download complete 092f96d7da41: Verifying Checksum 092f96d7da41: Download complete 26503a58709c: Download complete 809ec5b87400: Pull complete 093176b16caf: Pull complete c919b1d29ded: Verifying Checksum c919b1d29ded: Download complete 7dba17a6ef30: Download complete e91032db10a1: Verifying Checksum e91032db10a1: Download complete fdf50f15a889: Download complete 021fb7876a3f: Download complete cc4987229b93: Verifying Checksum cc4987229b93: Download complete 728c71316025: Verifying Checksum 728c71316025: Download complete ef572132f747: Verifying Checksum ef572132f747: Download complete 7450e9d280a4: Verifying Checksum 7450e9d280a4: Download complete 15cad31e1f60: Verifying Checksum 15cad31e1f60: Download complete e6440340e603: Verifying Checksum e6440340e603: Download complete f3a98ed10735: Verifying Checksum f3a98ed10735: Download complete ac0434fe2275: Pull complete 86111f9687be: Pull complete acba9462cead: Pull complete 9b773cbc6ab7: Pull complete 169f0c98de02: Pull complete 79d5a71e5d4d: Pull complete c8ad29fa07f4: Pull complete 38362d2beb6c: Pull complete 9735327f785c: Pull complete 25d986e4e09c: Pull complete 08765368831e: Pull complete 263d027970a4: Pull complete 0db8ad403ffc: Pull complete 0774a22e03ec: Pull complete ecae8e86db15: Pull complete 7bde8086daf3: Pull complete 4f4fb700ef54: Pull complete c8795f0be74f: Pull complete bf1686ddcf2f: Pull complete 6190e5884020: Pull complete d3ef051d940f: Pull complete 74516cbf13d5: Pull complete 2b9c6d0ca8aa: Pull complete 828602f5a7e1: Pull complete 1c2200cbac34: Pull complete ddcac09cadd2: Pull complete f72178fefb52: Pull complete e391052d0a0a: Pull complete 092f96d7da41: Pull complete 728c71316025: Pull complete 26503a58709c: Pull complete e6440340e603: Pull complete c919b1d29ded: Pull complete 7dba17a6ef30: Pull complete e91032db10a1: Pull complete fdf50f15a889: Pull complete 021fb7876a3f: Pull complete cc4987229b93: Pull complete f3a98ed10735: Pull complete ef572132f747: Pull complete 7450e9d280a4: Pull complete 15cad31e1f60: Pull complete Digest: sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3 Status: Downloaded newer image for ocaml/opam@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3 2025-12-21 09:23.56 ---> using "2d3af8a2eb621494054029e85a3557d7609b364473df85d89e2f074564c464ef" from cache /: (comment ubuntu-25.10-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-21 09:23.56 ---> using "930120da246238c58f7bccfef9e0052ba87b560a49eca0fb430ab3bb5031e654" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-21 09:23.56 ---> using "87d4d8989ff0d37efce0e2bd8d973725267d971ce148ccb676f3d3bcd02f6348" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-86-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-12-21 09:23.56 ---> using "9dfc24236317377d9ead175f39a0388685e064f9930bd431505fefe0399933c6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-21 09:23.56 ---> using "7fd88b264336dd298ee2717e73967e4addc32f588002e8f9c2ff6c75957d52e8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee48e882f0..a2ea42d4ff master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-21 09:23.56 ---> using "9bd500e71c3158fea66a48750c00938b6e503d96083baeee00ab2ec86352c82f" 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 vcs-test-helpers.opam) (dst ./)) 2025-12-21 09:23.56 ---> using "5e15c15f5e657ce51930704babd868ce834467aa2099c949aab25290327a26e1" 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 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 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) 2025-12-21 09:23.56 ---> using "9a1875c00a3ea9bccb2a415a70c938858796d2cf235bac44113e56feec607bb7" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-21 09:23.56 ---> using "98ec0116a752c876ee7668c006c39df4acd88c5ae0a442449db64cdc8d38762b" from cache /src: (env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 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 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.4.0 fpath-sexp0.0.4.0 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 topkg.1.1.1") /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.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Get:2 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [89.3 kB] - Get:3 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [133 kB] - Hit:4 http://archive.ubuntu.com/ubuntu questing InRelease - Get:5 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:6 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:7 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [1689 B] - Get:8 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [109 kB] - Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [147 kB] - Get:10 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [259 kB] - Get:11 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [666 B] - Fetched 1144 kB in 0s (2690 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [vcs-test-helpers.dev] synchronised (file:///src) [volgo.dev] synchronised (file:///src) [volgo-base.dev] synchronised (file:///src) [volgo-git-backend.dev] synchronised (file:///src) [volgo-git-eio.dev] synchronised (file:///src) [volgo-git-unix.dev] synchronised (file:///src) [volgo-hg-backend.dev] synchronised (file:///src) [volgo-hg-eio.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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/bin/sudo "apt-get" "install" "-qq" "-yy" "mercurial" - Preconfiguring packages ... - Selecting previously unselected package libpython3.13-minimal:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18746 files and directories currently installed.) - Preparing to unpack .../libpython3.13-minimal_3.13.7-1ubuntu0.1_amd64.deb ... - Unpacking libpython3.13-minimal:amd64 (3.13.7-1ubuntu0.1) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../python3.13-minimal_3.13.7-1ubuntu0.1_amd64.deb ... - Unpacking python3.13-minimal (3.13.7-1ubuntu0.1) ... - Setting up libpython3.13-minimal:amd64 (3.13.7-1ubuntu0.1) ... - Setting up python3.13-minimal (3.13.7-1ubuntu0.1) ... - Selecting previously unselected package python3-minimal. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19071 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.7-1_amd64.deb ... - Unpacking python3-minimal (3.13.7-1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_13.0.0_all.deb ... - Unpacking media-types (13.0.0) ... - Selecting previously unselected package tzdata. - Preparing to unpack .../2-tzdata_2025b-3ubuntu1_all.deb ... - Unpacking tzdata (2025b-3ubuntu1) ... - Selecting previously unselected package libpython3.13-stdlib:amd64. - Preparing to unpack .../3-libpython3.13-stdlib_3.13.7-1ubuntu0.1_amd64.deb ... - Unpacking libpython3.13-stdlib:amd64 (3.13.7-1ubuntu0.1) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../4-python3.13_3.13.7-1ubuntu0.1_amd64.deb ... - Unpacking python3.13 (3.13.7-1ubuntu0.1) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../5-libpython3-stdlib_3.13.7-1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.13.7-1) ... - Setting up python3-minimal (3.13.7-1) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20041 files and directories currently installed.) - Preparing to unpack .../0-python3_3.13.7-1_amd64.deb ... - Unpacking python3 (3.13.7-1) ... - Selecting previously unselected package libtext-charwidth-perl:amd64. - Preparing to unpack .../1-libtext-charwidth-perl_0.04-11build4_amd64.deb ... - Unpacking libtext-charwidth-perl:amd64 (0.04-11build4) ... - Selecting previously unselected package libtext-wrapi18n-perl. - Preparing to unpack .../2-libtext-wrapi18n-perl_0.06-10_all.deb ... - Unpacking libtext-wrapi18n-perl (0.06-10) ... - Selecting previously unselected package ucf. - Preparing to unpack .../3-ucf_3.0052_all.deb ... - Moving old data out of the way - Unpacking ucf (3.0052) ... - Selecting previously unselected package mercurial-common. - Preparing to unpack .../4-mercurial-common_7.0.1-2_all.deb ... - Unpacking mercurial-common (7.0.1-2) ... - Selecting previously unselected package mercurial. - Preparing to unpack .../5-mercurial_7.0.1-2_amd64.deb ... - Unpacking mercurial (7.0.1-2) ... - Setting up media-types (13.0.0) ... - Setting up libtext-charwidth-perl:amd64 (0.04-11build4) ... - Setting up libtext-wrapi18n-perl (0.06-10) ... - Setting up tzdata (2025b-3ubuntu1) ... - - Current default time zone: 'Europe/London' - Local time is now: Sun Dec 21 08:56:50 GMT 2025. - Universal Time is now: Sun Dec 21 08:56:50 UTC 2025. - Run 'dpkg-reconfigure tzdata' if you wish to change it. - - Setting up ucf (3.0052) ... - Setting up libpython3.13-stdlib:amd64 (3.13.7-1ubuntu0.1) ... - Setting up libpython3-stdlib:amd64 (3.13.7-1) ... - Setting up python3.13 (3.13.7-1ubuntu0.1) ... - Setting up python3 (3.13.7-1) ... - running python rtupdate hooks for python3.13... - running python post-rtupdate hooks for python3.13... - Setting up mercurial-common (7.0.1-2) ... - Setting up mercurial (7.0.1-2) ... - Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version 2025-12-21 09:23.56 ---> using "7e604096a2183d0da91f4ca54ad02a161bde9770b1a9286f92fd45819e42689a" 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 53 packages - install astring 0.8.5 - install base v0.17.3 - install bigstringaf 0.10.0 - 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 cstruct 6.2.0 - install domain-local-await 1.0.1 - install dune 3.20.2 - install dune-configurator 3.20.2 - install dyn 3.20.2 - install eio 1.3 - install fmt 0.11.0 - install fpath 0.7.3 - install fpath-base 0.4.0 - install fpath-sexp0 0.4.0 - install hmap 0.8.1 - install loc 0.2.2 - install lwt-dllist 1.1.0 - install mtime 2.1.0 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install optint 0.3.0 - install ordering 3.20.2 - install parsexp v0.17.0 - install pp 2.0.0 - install pplumbing-err 0.0.16 - install pplumbing-pp-tty 0.0.16 - install ppx_compare v0.17.0 - install ppx_derivers 1.2.1 - install ppx_enumerate v0.17.0 - install ppx_hash v0.17.0 - install ppx_here v0.17.0 - install ppx_let v0.17.1 - install ppx_sexp_conv v0.17.1 - install ppx_sexp_value v0.17.0 - install ppxlib 0.37.0 - install ppxlib_jane v0.17.4 - install psq 0.2.1 - install seq base - install sexplib0 v0.17.0 - install spawn v0.17.0 - install stdlib-shims 0.3.0 - install stdune 3.20.2 - install thread-table 1.0.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.17.3 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bitv.2.1 (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.10, cmdlang-to-cmdliner.0.0.10 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-git.1.1 -> retrieved cstruct.6.2.0 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> installed conf-hg.1.0 -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved fpath-base.0.4.0, fpath-sexp0.0.4.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved loc.0.2.2 (cached) -> retrieved eio.1.3 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved ppx_compare.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_enumerate.v0.17.0 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_let.v0.17.1 (cached) -> retrieved ppx_sexp_conv.v0.17.1 (cached) -> retrieved ppx_sexp_value.v0.17.0 (cached) -> retrieved ppxlib_jane.v0.17.4 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed hmap.0.8.1 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.20.2 -> installed bitv.2.1 -> installed cmdlang.0.0.10 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed lwt-dllist.1.1.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed optint.0.3.0 -> installed pp.2.0.0 -> installed ppx_derivers.1.2.1 -> installed psq.0.2.1 -> installed sexplib0.v0.17.0 -> installed spawn.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed thread-table.1.0.0 -> installed cmdlang-to-cmdliner.0.0.10 -> installed fpath-sexp0.0.4.0 -> installed domain-local-await.1.0.1 -> installed ordering.3.20.2 -> installed parsexp.v0.17.0 -> installed dune-configurator.3.20.2 -> installed bigstringaf.0.10.0 -> installed dyn.3.20.2 -> installed eio.1.3 -> installed stdune.3.20.2 -> installed loc.0.2.2 -> installed pplumbing-pp-tty.0.0.16 -> installed pplumbing-err.0.0.16 -> installed base.v0.17.3 -> installed cmdlang-cmdliner-err-runner.0.0.16 -> installed fpath-base.0.4.0 -> installed ppxlib.0.37.0 -> installed ppxlib_jane.v0.17.4 -> installed ppx_here.v0.17.0 -> installed ppx_enumerate.v0.17.0 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.1 -> installed ppx_let.v0.17.1 -> installed ppx_hash.v0.17.0 -> installed ppx_sexp_value.v0.17.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-21 09:23.56 ---> using "63f4d790cd8925f8de463c5f93159b23aa918eaadc363c53fc903a6aca45bc95" from cache /src: (copy (src .) (dst /src)) 2025-12-21 09:23.57 ---> saved as "e5934c3326e0bdd46064ddc403282baa016000a27a19f3f6cee9667367599808" /src: (run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build")) 2025-12-21 09:24.00 ---> saved as "2f12406864a83eeade139b93580bc376e99f75f821eff41661af77aaea37dcb1" Job succeeded 2025-12-21 09:24.01: Job succeeded