2025-12-24 13:53.04: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/add-dyn-to-stdlib (6361b17cebbe12e09fc8064d0bd54241a969e2f5) (linux-x86_64:ubuntu-25.10-4.14_opam-2.4) Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/vcs.git" -b "add-dyn-to-stdlib" && cd "vcs" && git reset --hard 6361b17c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173 # ubuntu-25.10-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-24 13:53.04: Using cache hint "mbarbin/vcs-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173-ubuntu-25.10-4.14_opam-2.4-ee351335079a5e78bcbdf67b0e537830" 2025-12-24 13:53.04: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173) (comment ubuntu-25.10-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-24 13:53.04: Waiting for resource in pool OCluster 2025-12-24 13:53.04: Waiting for worker… 2025-12-24 13:53.04: Got resource from pool OCluster Building on asteria.caelum.ci.dev HEAD is now at 7ae3434 Merge pull request #118 from mbarbin/initiate-local-stdlib HEAD is now at 6361b17 Add Dyn and Ordering as standard deps (from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173' locally docker.io/ocaml/opam@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173: Pulling from ocaml/opam a206cee1e839: Already exists 31a4860f1a71: Pulling fs layer 39e1a38aeb75: Pulling fs layer 809ec5b87400: Pulling fs layer 093176b16caf: Pulling fs layer ac0434fe2275: Pulling fs layer 093176b16caf: Waiting 86111f9687be: Pulling fs layer ac0434fe2275: Waiting acba9462cead: Pulling fs layer 9b773cbc6ab7: Pulling fs layer 86111f9687be: Waiting 169f0c98de02: Pulling fs layer 9b773cbc6ab7: Waiting 79d5a71e5d4d: Pulling fs layer acba9462cead: Waiting c8ad29fa07f4: Pulling fs layer 38362d2beb6c: Pulling fs layer c8ad29fa07f4: Waiting 9735327f785c: Pulling fs layer 169f0c98de02: Waiting 25d986e4e09c: Pulling fs layer 38362d2beb6c: Waiting 08765368831e: Pulling fs layer 263d027970a4: Pulling fs layer 08765368831e: Waiting 25d986e4e09c: Waiting 263d027970a4: Waiting 0db8ad403ffc: Pulling fs layer 0774a22e03ec: Pulling fs layer ecae8e86db15: Pulling fs layer 9735327f785c: Waiting 7bde8086daf3: Pulling fs layer 0774a22e03ec: Waiting 0db8ad403ffc: Waiting 4f4fb700ef54: Pulling fs layer ecae8e86db15: Waiting c8795f0be74f: Pulling fs layer 7bde8086daf3: Waiting 4f4fb700ef54: Waiting bf1686ddcf2f: Pulling fs layer c8795f0be74f: Waiting 6190e5884020: Pulling fs layer d3ef051d940f: Pulling fs layer 74516cbf13d5: Pulling fs layer 6190e5884020: Waiting 2b9c6d0ca8aa: Pulling fs layer 828602f5a7e1: Pulling fs layer 74516cbf13d5: Waiting d3ef051d940f: Waiting 1c2200cbac34: Pulling fs layer 828602f5a7e1: Waiting ddcac09cadd2: Pulling fs layer 2b9c6d0ca8aa: Waiting f72178fefb52: Pulling fs layer e391052d0a0a: Pulling fs layer 1c2200cbac34: Waiting ddcac09cadd2: Waiting 092f96d7da41: Pulling fs layer 728c71316025: Pulling fs layer f72178fefb52: Waiting 092f96d7da41: Waiting e391052d0a0a: Waiting 26503a58709c: Pulling fs layer e6440340e603: Pulling fs layer c919b1d29ded: Pulling fs layer 7dba17a6ef30: Pulling fs layer 26503a58709c: Waiting e91032db10a1: Pulling fs layer 2f57edf6fe74: Pulling fs layer 7dba17a6ef30: Waiting e91032db10a1: Waiting 1cdd68167d33: Pulling fs layer 2f57edf6fe74: Waiting 6115e63915a5: Pulling fs layer 1cdd68167d33: Waiting dcf82fa7072e: Pulling fs layer 6115e63915a5: Waiting dcf82fa7072e: Waiting e6440340e603: Waiting 728c71316025: Waiting c919b1d29ded: Waiting 39e1a38aeb75: Download complete 31a4860f1a71: Download complete 31a4860f1a71: Pull complete 39e1a38aeb75: Pull complete 093176b16caf: Verifying Checksum 093176b16caf: Download complete 809ec5b87400: Verifying Checksum 809ec5b87400: Download complete 809ec5b87400: Pull complete acba9462cead: Verifying Checksum acba9462cead: Download complete 093176b16caf: Pull complete 86111f9687be: Verifying Checksum 86111f9687be: 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: Download complete 263d027970a4: Verifying Checksum 263d027970a4: Download complete 0db8ad403ffc: Download complete 0774a22e03ec: Download complete ecae8e86db15: Verifying Checksum ecae8e86db15: Download complete 7bde8086daf3: Verifying Checksum 7bde8086daf3: Download complete 4f4fb700ef54: Download complete c8795f0be74f: Verifying Checksum c8795f0be74f: Download complete bf1686ddcf2f: Download complete 6190e5884020: Download complete d3ef051d940f: Download complete 2b9c6d0ca8aa: Verifying Checksum 2b9c6d0ca8aa: Download complete 74516cbf13d5: Download complete ac0434fe2275: Verifying Checksum ac0434fe2275: Download complete ddcac09cadd2: Download complete 1c2200cbac34: Download complete 828602f5a7e1: Verifying Checksum 828602f5a7e1: Download complete f72178fefb52: Verifying Checksum f72178fefb52: Download complete e391052d0a0a: Download complete 092f96d7da41: Download complete 26503a58709c: Verifying Checksum 26503a58709c: Download complete c919b1d29ded: Verifying Checksum c919b1d29ded: Download complete 7dba17a6ef30: Verifying Checksum 7dba17a6ef30: Download complete e91032db10a1: Verifying Checksum e91032db10a1: Download complete e6440340e603: Verifying Checksum e6440340e603: Download complete 1cdd68167d33: Verifying Checksum 1cdd68167d33: Download complete 6115e63915a5: Download complete dcf82fa7072e: Verifying Checksum dcf82fa7072e: 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: Verifying Checksum 728c71316025: Download complete 2f57edf6fe74: Verifying Checksum 2f57edf6fe74: Download complete 728c71316025: Pull complete 26503a58709c: Pull complete e6440340e603: Pull complete c919b1d29ded: Pull complete 7dba17a6ef30: Pull complete e91032db10a1: Pull complete 2f57edf6fe74: Pull complete 1cdd68167d33: Pull complete 6115e63915a5: Pull complete dcf82fa7072e: Pull complete Digest: sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173 Status: Downloaded newer image for ocaml/opam@sha256:4087553a96c02e8760fc4cfc5a30f7b1dd51349a77a7a908d4d845cd58b8e173 2025-12-24 13:53.05 ---> using "12e1d80dd71b085b54062164a54764ef454482e5efb893e28a3c1ca8536b6c5f" from cache /: (comment ubuntu-25.10-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-24 13:53.05 ---> using "c7649993826c1247a54da68459b135f9fc5da336a1835c94bcab5fd052539ed9" 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 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-24 13:53.05 ---> using "ed05c9c301d03c63a1e6b05f54998a75c261d80d8c689d4668cefc4e28726ea0" from cache /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-24 13:53.05 ---> using "7e0e8a69d1703dfb55c49156568ed82c87dddf6de73da68e5b373aae50ce44d2" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-24 13:53.05 ---> using "631c118085e3d40a5650e069a6d46f8511d17d845f6012f4c269945841199183" 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..235b964523 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 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-24 13:53.05 ---> using "e70a690d7859873bc1e60e9e3c89308b46c9f3712c45dcdc8e14c3468859ce87" 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-24 13:53.06 ---> saved as "01d3cb9a362421730248ebb0c09f38c06d63f8e617d7292cc558db0326666814" /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-24 13:53.22 ---> saved as "af0d5279cc397d1151f00dcea8b3c77a071443f503dbff51769e3c24dfcc606b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-24 13:53.22 ---> saved as "2e0183a2e1e08f55bdb3a40fbc84bfcc8064cb2cfd3e0ec1a00bb1e36c71b8c2" /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 questing InRelease - Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:4 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [1689 B] - Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [259 kB] - Get:6 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [147 kB] - Get:7 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [109 kB] - Get:8 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [666 B] - Get:9 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Get:10 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [89.3 kB] - Get:11 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [133 kB] - Fetched 1144 kB in 1s (1483 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" - 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 ... 18716 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 ... 19041 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 ... 20011 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: Wed Dec 24 13:53:35 GMT 2025. - Universal Time is now: Wed Dec 24 13:53:35 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-24 13:53.38 ---> saved as "eb3c9db9f12fd4bfd6d5944a261fc50086c6b1347c8b9f1b766e7d96a5a8e98a" /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 ocamlfind.1.9.8 (cached) -> installed conf-hg.1.0 -> retrieved ocamlbuild.0.16.1 (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-24 13:54.19 ---> saved as "2d5f3a2cc990140662f3e6cdd39ea5ef489cdc3dd3600c7f61bb6a9413fa6df8" /src: (copy (src .) (dst /src)) 2025-12-24 13:54.20 ---> saved as "8cabd83cdb935f2d527fd30ef9835d6ad2ff3902313d23b3b04fdea753d6a924" /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-24 13:54.22 ---> saved as "677f6e4e966e12388872151889a21d817029b267615467f48fde3e7425f48bb8" Job succeeded 2025-12-24 13:54.22: Job succeeded