2025-12-28 07:28.17: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/actions/checkout-6 (92e2d4e48c39ae237887fdd9ac8c35a6d070a43e) (linux-x86_64:ubuntu-24.04-4.14_opam-2.4) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d 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-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d # ubuntu-24.04-4.14_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-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.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 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.20.2 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.20.2 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-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 2025-12-28 07:28.17: Using cache hint "mbarbin/vcs-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d-ubuntu-24.04-4.14_opam-2.4-ee351335079a5e78bcbdf67b0e537830" 2025-12-28 07:28.17: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d) (comment ubuntu-24.04-4.14_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-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.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 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.20.2 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.20.2 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-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")) ) 2025-12-28 07:28.17: Waiting for resource in pool OCluster 2025-12-28 08:46.32: Waiting for worker… 2025-12-28 08:53.42: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 92e2d4e Bump actions/checkout from 5 to 6 (from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d' locally docker.io/ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d: Pulling from ocaml/opam 20043066d3d5: Already exists 74a201e1c126: Already exists d63bb9fbbf86: Already exists 9467c6371b02: Already exists 404716bfcac3: Already exists fed733e23844: Already exists 707d11c2eefa: Already exists 399e5b85a0fc: Already exists d0bd8a3f061c: Already exists a49e067103b6: Already exists 564fcb11fd5c: Already exists b54d000bca39: Already exists 1022f2c60c0e: Already exists d0473c037ed5: Already exists b4b0a2839de5: Already exists f95ab9582825: Already exists 20d40f2e0f67: Already exists 20d40f2e0f67: Already exists 7e5f024df647: Already exists d39cb8682827: Already exists 72072a576a9f: Already exists 7b230cb3ef48: Already exists 4f4fb700ef54: Already exists 23c320078945: Already exists 8f7a7c3573c5: Already exists 1564848c4b7b: Already exists cc7ba7d9e277: Already exists 14120930af46: Already exists baa80d4afe8f: Already exists 68007a21c1c4: Already exists d2df30cde401: Already exists f21ee1a89225: Already exists fde2d5a241cf: Already exists 6d474fa3c976: Already exists a45b9e268599: Already exists fb9fa892ed79: Already exists ba013a08453d: Already exists 9be3559c7d84: Already exists 57e25f9db71c: Already exists ade4c34ce8e6: Already exists 7ad8fb0274dc: Already exists 9938feee8fe6: Pulling fs layer 8e8b4e5d5c39: Pulling fs layer f4499fee2455: Pulling fs layer b28e8701a421: Pulling fs layer b28e8701a421: Waiting f4499fee2455: Verifying Checksum f4499fee2455: Download complete 8e8b4e5d5c39: Verifying Checksum 8e8b4e5d5c39: Download complete b28e8701a421: Verifying Checksum b28e8701a421: Download complete 9938feee8fe6: Verifying Checksum 9938feee8fe6: Download complete 9938feee8fe6: Pull complete 8e8b4e5d5c39: Pull complete f4499fee2455: Pull complete b28e8701a421: Pull complete Digest: sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d Status: Downloaded newer image for ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d 2025-12-28 08:54.27 ---> saved as "8e09f142ca4c8b9565a6c3a204c9c7517ea1af6e151cb81a7b7a04b2b0967b6a" /: (comment ubuntu-24.04-4.14_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-28 08:54.28 ---> saved as "e79fa32069ed7ded2149f6411a7265426315bdb6f3507f03c32e865e524aef42" /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-28 08:54.48 ---> saved as "e0853df83aa55f1f675784533c14be4a599b4bdb36a79d47b936360eb0fabaed" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-12-28 08:54.48 ---> saved as "61929bacfed9858bf04a5810f9f06ae536330362fde4fb94c1be0c34cd80b803" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-28 08:54.49 ---> saved as "548d6c719a0be1f8ccaa756375e0145b4a9832c6fee141abd3c6fde322672791" /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")) c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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) 2025-12-28 08:55.04 ---> saved as "783ebdbd0cf7d523858e74d36a1609a5ff0e6eb63f13eb6e1096ce0b157c3d74" /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-28 08:55.04 ---> saved as "00929cd490eba0d9269048942d765c812fea13a833b82f568f7b615baa8c435b" /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-28 08:55.21 ---> saved as "fe7fc2c8fe6d9d1935d9538dbcc51f5260bd5b231a2397a77eafa1120758bc09" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-28 08:55.21 ---> saved as "8082537b8778db2f60b4be5de289d469331cadd464b6fda5d8e7ff63364b1a6c" /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.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 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.20.2 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.20.2 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-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease - Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Fetched 378 kB in 0s (1347 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.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/bin/sudo "apt-get" "install" "-qq" "-yy" "mercurial" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython3.12-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 ... 16335 files and directories currently installed.) - Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.9_amd64.deb ... - Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.9) ... - Selecting previously unselected package python3.12-minimal. - Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.9_amd64.deb ... - Unpacking python3.12-minimal (3.12.3-1ubuntu0.9) ... - Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.9) ... - Setting up python3.12-minimal (3.12.3-1ubuntu0.9) ... - 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 ... 16646 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2.1_amd64.deb ... - Unpacking python3-minimal (3.12.3-0ubuntu2.1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_10.1.0_all.deb ... - Unpacking media-types (10.1.0) ... - Selecting previously unselected package tzdata. - Preparing to unpack .../2-tzdata_2025b-0ubuntu0.24.04.1_all.deb ... - Unpacking tzdata (2025b-0ubuntu0.24.04.1) ... - Selecting previously unselected package libpython3.12-stdlib:amd64. - Preparing to unpack .../3-libpython3.12-stdlib_3.12.3-1ubuntu0.9_amd64.deb ... - Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.9) ... - Selecting previously unselected package python3.12. - Preparing to unpack .../4-python3.12_3.12.3-1ubuntu0.9_amd64.deb ... - Unpacking python3.12 (3.12.3-1ubuntu0.9) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../5-libpython3-stdlib_3.12.3-0ubuntu2.1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ... - Setting up python3-minimal (3.12.3-0ubuntu2.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 ... 17609 files and directories currently installed.) - Preparing to unpack .../python3_3.12.3-0ubuntu2.1_amd64.deb ... - Unpacking python3 (3.12.3-0ubuntu2.1) ... - Selecting previously unselected package ucf. - Preparing to unpack .../ucf_3.0043+nmu1_all.deb ... - Moving old data out of the way - Unpacking ucf (3.0043+nmu1) ... - Selecting previously unselected package mercurial-common. - Preparing to unpack .../mercurial-common_6.7.2-1ubuntu2.2_all.deb ... - Unpacking mercurial-common (6.7.2-1ubuntu2.2) ... - Selecting previously unselected package mercurial. - Preparing to unpack .../mercurial_6.7.2-1ubuntu2.2_amd64.deb ... - Unpacking mercurial (6.7.2-1ubuntu2.2) ... - Setting up media-types (10.1.0) ... - Setting up tzdata (2025b-0ubuntu0.24.04.1) ... - - Current default time zone: 'Europe/London' - Local time is now: Sun Dec 28 08:55:34 GMT 2025. - Universal Time is now: Sun Dec 28 08:55:34 UTC 2025. - Run 'dpkg-reconfigure tzdata' if you wish to change it. - - Setting up ucf (3.0043+nmu1) ... - Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.9) ... - Setting up python3.12 (3.12.3-1ubuntu0.9) ... - Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ... - Setting up python3 (3.12.3-0ubuntu2.1) ... - running python rtupdate hooks for python3.12... - running python post-rtupdate hooks for python3.12... - Setting up mercurial-common (6.7.2-1ubuntu2.2) ... - Setting up mercurial (6.7.2-1ubuntu2.2) ... - - Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version 2025-12-28 08:55.36 ---> saved as "21cf26393ad6fd4a70f62a1ce44ef46165a66d37603d722c42966a4235bfbffe" /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 25 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.20.2 - install dyn 3.20.2 - install fpath 0.7.3 - install fpath-sexp0 0.4.0 - install loc 0.2.2 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.20.2 - 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.20.2 - install topkg 1.1.1 <><> 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.2.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> installed conf-hg.1.0 -> 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 dune.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 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 pp.2.0.0 -> installed cmdlang-to-cmdliner.0.0.10 -> installed spawn.v0.17.0 -> installed sexplib0.v0.16.0 -> installed fpath-sexp0.0.4.0 -> installed ordering.3.20.2 -> installed parsexp.v0.16.0 -> installed dyn.3.20.2 -> installed stdune.3.20.2 -> installed loc.0.2.2 -> 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) 2025-12-28 08:56.11 ---> saved as "8f26f702e4ef79d8040739f70f5063d0115577c7e73e3027dbd9e2ec6fc92517" /src: (copy (src .) (dst /src)) 2025-12-28 08:56.13 ---> saved as "6e331df1948f21fa94c4807e1b581d5ff704d2cb89b480373eca305683ade7d1" /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")) 2025-12-28 08:56.15 ---> saved as "39a04d309c83c03ba5ff88c0c9d68292cba37a1c19a746cf0314728a085be782" Job succeeded 2025-12-28 08:56.16: Job succeeded