Organisationsmbarbinvcsfc28dd (main)(lower-bound)

(lower-bound)

Logs

Show full logs
2025-09-26 21:44.51: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (fc28ddb24e71c44edc15107a49f9053fe982d8e1) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard fc28ddb2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc
# debian-13-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 38ac0f5570b0740fb8e4554da13b9df13f27c1be || git fetch origin master) && git reset -q --hard 38ac0f5570b0740fb8e4554da13b9df13f27c1be && 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.9 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.0 conf-hg.1.0 conf-which.1 csexp.1.5.1 dune.3.17.2 dyn.3.17.2 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ordering.3.17.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.17.2 topkg.1.0.8"
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-09-26 21:44.51: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc-debian-13-4.14_opam-2.4-f62663744a5a66786fb70ef4fc616710"
2025-09-26 21:44.51: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc)
 (comment debian-13-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 38ac0f5570b0740fb8e4554da13b9df13f27c1be || git fetch origin master) && git reset -q --hard 38ac0f5570b0740fb8e4554da13b9df13f27c1be && 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.9 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.0 conf-hg.1.0 conf-which.1 csexp.1.5.1 dune.3.17.2 dyn.3.17.2 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ordering.3.17.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.17.2 topkg.1.0.8")
 (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-09-26 21:44.51: Waiting for resource in pool OCluster
2025-09-26 21:44.51: Waiting for worker…
2025-09-26 21:45.53: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at fc28ddb Merge pull request #101 from mbarbin/pplumbing-pkgs

(from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc' locally
docker.io/ocaml/opam@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc: Pulling from ocaml/opam
15b1d8a5ff03: Already exists
4d5eb3ed0208: Already exists
b44e00377829: Already exists
93018e586176: Already exists
587e432a29e2: Already exists
cdf304204754: Already exists
a444cfe202e3: Already exists
964991c828c0: Already exists
a94458d90f79: Already exists
e972c69afbc9: Already exists
3997d62e9de2: Already exists
d78ea61f72f9: Already exists
c68a1176424c: Already exists
63495b383f1a: Already exists
aa1a6204320d: Already exists
187b2023e0b3: Already exists
4787e66ddf43: Already exists
973a552bac2d: Already exists
8ad831d15267: Already exists
a8377bc33a29: Already exists
84a002321686: Already exists
4f4fb700ef54: Already exists
5d52c4f201d6: Already exists
68ef19bc296a: Already exists
1cda2aa0af1b: Already exists
769f31bcfe07: Already exists
b1d715eb0b34: Already exists
6b92d559de80: Already exists
1552f16d9075: Already exists
7a69328970da: Already exists
e66b1fc86e6f: Already exists
b14737f10b30: Already exists
4b7cf33f8dea: Already exists
0499d18bfcaa: Already exists
fb0e4a52e51b: Already exists
af1ea896d29c: Already exists
cff41317f198: Already exists
fbb90a49a8ca: Already exists
2f7f155032eb: Already exists
02f68e1ce660: Already exists
ecccefc40725: Pulling fs layer
b3c55c49d7c7: Pulling fs layer
086c23210c52: Pulling fs layer
be64ebf82eb2: Pulling fs layer
086c23210c52: Waiting
be64ebf82eb2: Waiting
b3c55c49d7c7: Verifying Checksum
b3c55c49d7c7: Download complete
086c23210c52: Verifying Checksum
086c23210c52: Download complete
be64ebf82eb2: Download complete
ecccefc40725: Verifying Checksum
ecccefc40725: Download complete
ecccefc40725: Pull complete
b3c55c49d7c7: Pull complete
086c23210c52: Pull complete
be64ebf82eb2: Pull complete
Digest: sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc
Status: Downloaded newer image for ocaml/opam@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc
2025-09-26 21:45.48 ---> using "f2c15438f4e8107ac42e1adfbd29c5c483ff0e5aaf05ff1291b0b30470c339be" from cache

/: (comment debian-13-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-09-26 21:45.48 ---> using "26ab65df60191c64e560c28233f493c202a4bbd9bc7407470045de6309f3dbc7" 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-09-26 21:45.48 ---> using "b01fa340a5410b8655d54e5c8ba6922600038d8aa3bf6fea9cde94dbae538950" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-26 21:45.48 ---> using "bcd57de4dd2d7ffb6e6f53b8fc195555675a5e0356946d206dfa1f13f1fad62e" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-09-26 21:45.48 ---> using "2d027b54766bada2509ab183947b4aa5380e26a0ea7dd540a7b7e4593762f848" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 38ac0f5570b0740fb8e4554da13b9df13f27c1be || git fetch origin master) && git reset -q --hard 38ac0f5570b0740fb8e4554da13b9df13f27c1be && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   bcac5d1731..ec0dc125ad  master     -> origin/master
38ac0f5570 Merge pull request #28572 from mbarbin/opam-publish-pplumbing.0.0.16

<><> 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.3.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-09-26 21:46.11 ---> saved as "baca73b4f1699c1c1da38512a2de1db0a9b43da630208a67a18c8784c88bbcfe"

/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-09-26 21:46.12 ---> saved as "12b7c36aaf5609751a1343bab3662ab09671296625f57539a13d23f2f10f50ce"

/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-09-26 21:46.32 ---> saved as "20c52ca0f44cf3ab9ec0e1d0035b21ecbce1b914169c6a1d0c8ef9832958649a"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-26 21:46.32 ---> saved as "0db5a5df4d093bdcf319b08e9d1562c3ed97f2c662482d5a2cf3731640811361"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.9 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.9 cmdliner.1.3.0 conf-git.1.0 conf-hg.1.0 conf-which.1 csexp.1.5.1 dune.3.17.2 dyn.3.17.2 fpath.0.7.3 fpath-sexp0.0.3.1 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ordering.3.17.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.17.2 topkg.1.0.8")

/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://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [46.2 kB]
- Fetched 137 kB in 1s (123 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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.5-2_amd64.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:amd64 (3.13.5-2) ...
- Setting up python3.13-minimal (3.13.5-2) ...
- 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 ... 20947 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_amd64.deb ...
- Unpacking python3-minimal (3.13.5-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 readline-common.
- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../3-libreadline8t64_8.2-6_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_amd64.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.5-1) ...
- Setting up python3-minimal (3.13.5-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 ... 21433 files and directories currently installed.)
- Preparing to unpack .../0-python3_3.13.5-1_amd64.deb ...
- Unpacking python3 (3.13.5-1) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../1-sensible-utils_0.0.25_all.deb ...
- Unpacking sensible-utils (0.0.25) ...
- Selecting previously unselected package libtext-charwidth-perl:amd64.
- Preparing to unpack .../2-libtext-charwidth-perl_0.04-11+b4_amd64.deb ...
- Unpacking libtext-charwidth-perl:amd64 (0.04-11+b4) ...
- Selecting previously unselected package libtext-wrapi18n-perl.
- Preparing to unpack .../3-libtext-wrapi18n-perl_0.06-10_all.deb ...
- Unpacking libtext-wrapi18n-perl (0.06-10) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../4-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 .../5-mercurial-common_7.0.1-2_all.deb ...
- Unpacking mercurial-common (7.0.1-2) ...
- Selecting previously unselected package mercurial.
- Preparing to unpack .../6-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-11+b4) ...
- Setting up libtext-wrapi18n-perl (0.06-10) ...
- Setting up sensible-utils (0.0.25) ...
- Setting up readline-common (8.2-6) ...
- Setting up ucf (3.0052) ...
- Setting up libreadline8t64:amd64 (8.2-6) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.5-2) ...
- Setting up libpython3-stdlib:amd64 (3.13.5-1) ...
- Setting up python3.13 (3.13.5-2) ...
- Setting up python3 (3.13.5-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
- Processing triggers for libc-bin (2.41-12) ...
2025-09-26 21:48.36 ---> saved as "be801a13a3e385a3c58a253999bdba4405680af4880c0b51bf590e452a359b96"

/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 26 packages
  - install astring                     0.8.5
  - install bitv                        2.1
  - install cmdlang                     0.0.9
  - install cmdlang-cmdliner-err-runner 0.0.16
  - install cmdlang-to-cmdliner         0.0.9
  - install cmdliner                    1.3.0
  - install conf-git                    1.0
  - install conf-hg                     1.0
  - install conf-which                  1
  - install csexp                       1.5.1
  - install dune                        3.17.2
  - install dyn                         3.17.2
  - install fpath                       0.7.3
  - install fpath-sexp0                 0.3.1
  - install loc                         0.2.2
  - install ocamlbuild                  0.14.0
  - install ocamlfind                   1.9.1
  - install ordering                    3.17.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.17.2
  - install topkg                       1.0.8

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bitv.2.1  (cached)
-> retrieved cmdlang.0.0.9, cmdlang-to-cmdliner.0.0.9  (cached)
-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.1  (cached)
-> installed conf-which.1
-> retrieved fpath.0.7.3  (cached)
-> installed conf-git.1.0
-> retrieved fpath-sexp0.0.3.1  (cached)
-> retrieved loc.0.2.2  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (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.0.8  (cached)
-> retrieved dune.3.17.2, dyn.3.17.2, ordering.3.17.2, stdune.3.17.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.14.0
-> installed ocamlfind.1.9.1
-> installed topkg.1.0.8
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.17.2
-> installed bitv.2.1
-> installed cmdlang.0.0.9
-> installed csexp.1.5.1
-> installed pp.2.0.0
-> installed cmdlang-to-cmdliner.0.0.9
-> installed spawn.v0.17.0
-> installed sexplib0.v0.16.0
-> installed fpath-sexp0.0.3.1
-> installed ordering.3.17.2
-> installed parsexp.v0.16.0
-> installed dyn.3.17.2
-> installed stdune.3.17.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-09-26 21:49.32 ---> saved as "b2238c72f0083c04ad64730d6dae9e6bfa043819b3da79ed8d21810ab036ad4b"

/src: (copy (src .) (dst /src))
2025-09-26 21:49.33 ---> saved as "a326ce7444391ddc7d422f46efd204d8e44b4566347f4c1fc22e3af9aa1bffd0"

/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-09-26 21:49.38 ---> saved as "e48237deaf6414b45dd398f55fe1be60891abe65ca03f6499939df8e46a5cab1"
Job succeeded
2025-09-26 21:49.38: Job succeeded