Organisationsmbarbinvcsfbd9e5 (main)debian-13-5.4_riscv64_opam-2.4

debian-13-5.4_riscv64_opam-2.4

Link Copied
Code Copied

Logs

2025-12-09 13:22.57: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (fbd9e5462e8f89d6e4b3cbc2101a7a453ed78123) (linux-riscv64:debian-13-5.4_riscv64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard fbd9e546
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034
# debian-13-5.4_riscv64_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 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && 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-09 13:22.57: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034-debian-13-5.4_riscv64_opam-2.4-5c326989b8ae491d55a7c46efd8ba605"
2025-12-09 13:22.57: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034)
(comment debian-13-5.4_riscv64_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 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && 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-09 13:22.57: Waiting for resource in pool OCluster
2025-12-09 22:19.04: Waiting for worker…
2025-12-10 07:28.40: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
HEAD is now at fbd9e54 OCaml 5.4 ci transition (Wip)


(from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034' locally
docker.io/ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034: Pulling from ocaml/opam
de6b66e2abcf: Already exists
f35273bca222: Pulling fs layer
f74d000b97f5: Pulling fs layer
39ae9819878d: Pulling fs layer
c240f0b435ad: Pulling fs layer
f0019f84fb08: Pulling fs layer
c2d05d84e811: Pulling fs layer
4b649a717bf1: Pulling fs layer
80eacd7178f8: Pulling fs layer
05c50f7b70c0: Pulling fs layer
6a3e93713da8: Pulling fs layer
55b8b393ea09: Pulling fs layer
61259c231a73: Pulling fs layer
624e31741a12: Pulling fs layer
6172723a5574: Pulling fs layer
b908f9dcd393: Pulling fs layer
1fb0936a68d1: Pulling fs layer
c4ecdc2faab9: Pulling fs layer
2834251ff466: Pulling fs layer
f492155260b5: Pulling fs layer
4f4fb700ef54: Pulling fs layer
212695b63c86: Pulling fs layer
aae1bcd99b15: Pulling fs layer
fa54c2fcea16: Pulling fs layer
683b619cdd5c: Pulling fs layer
be8fff5baf35: Pulling fs layer
4396d8f5a53e: Pulling fs layer
3d6a01641e6a: Pulling fs layer
4ad47d794fea: Pulling fs layer
93e8b9864e5a: Pulling fs layer
ae85395b96e2: Pulling fs layer
f2738d9dcddd: Pulling fs layer
79db15db5590: Pulling fs layer
20c5cef68ce6: Pulling fs layer
53419e81a99e: Pulling fs layer
2388636e9f4e: Pulling fs layer
6fd0d96ea4e3: Pulling fs layer
d9e42c6d0769: Pulling fs layer
98d2cff58fed: Pulling fs layer
af6013686118: Pulling fs layer
1e34a91c5c6e: Pulling fs layer
a5aa14672648: Pulling fs layer
898fba0b521b: Pulling fs layer
f27da72027f4: Pulling fs layer
96c37047d710: Pulling fs layer
480bd1a11240: Pulling fs layer
c240f0b435ad: Waiting
f0019f84fb08: Waiting
c2d05d84e811: Waiting
4b649a717bf1: Waiting
80eacd7178f8: Waiting
05c50f7b70c0: Waiting
6a3e93713da8: Waiting
4ad47d794fea: Waiting
55b8b393ea09: Waiting
93e8b9864e5a: Waiting
61259c231a73: Waiting
ae85395b96e2: Waiting
f2738d9dcddd: Waiting
624e31741a12: Waiting
79db15db5590: Waiting
212695b63c86: Waiting
20c5cef68ce6: Waiting
6172723a5574: Waiting
53419e81a99e: Waiting
aae1bcd99b15: Waiting
b908f9dcd393: Waiting
2388636e9f4e: Waiting
fa54c2fcea16: Waiting
6fd0d96ea4e3: Waiting
1fb0936a68d1: Waiting
683b619cdd5c: Waiting
d9e42c6d0769: Waiting
be8fff5baf35: Waiting
4396d8f5a53e: Waiting
3d6a01641e6a: Waiting
c4ecdc2faab9: Waiting
4f4fb700ef54: Waiting
f492155260b5: Waiting
2834251ff466: Waiting
480bd1a11240: Waiting
98d2cff58fed: Waiting
f27da72027f4: Waiting
af6013686118: Waiting
1e34a91c5c6e: Waiting
898fba0b521b: Waiting
a5aa14672648: Waiting
f35273bca222: Download complete
f74d000b97f5: Verifying Checksum
f74d000b97f5: Download complete
f35273bca222: Pull complete
f74d000b97f5: Pull complete
39ae9819878d: Verifying Checksum
39ae9819878d: Download complete
c240f0b435ad: Verifying Checksum
c240f0b435ad: Download complete
39ae9819878d: Pull complete
c2d05d84e811: Verifying Checksum
c2d05d84e811: Download complete
4b649a717bf1: Verifying Checksum
4b649a717bf1: Download complete
c240f0b435ad: Pull complete
80eacd7178f8: Verifying Checksum
80eacd7178f8: Download complete
05c50f7b70c0: Verifying Checksum
05c50f7b70c0: Download complete
6a3e93713da8: Verifying Checksum
6a3e93713da8: Download complete
55b8b393ea09: Verifying Checksum
55b8b393ea09: Download complete
61259c231a73: Verifying Checksum
61259c231a73: Download complete
624e31741a12: Verifying Checksum
624e31741a12: Download complete
6172723a5574: Download complete
b908f9dcd393: Verifying Checksum
b908f9dcd393: Download complete
1fb0936a68d1: Verifying Checksum
1fb0936a68d1: Download complete
c4ecdc2faab9: Download complete
f492155260b5: Verifying Checksum
f492155260b5: Download complete
2834251ff466: Verifying Checksum
2834251ff466: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
212695b63c86: Verifying Checksum
212695b63c86: Download complete
fa54c2fcea16: Verifying Checksum
fa54c2fcea16: Download complete
aae1bcd99b15: Verifying Checksum
aae1bcd99b15: Download complete
be8fff5baf35: Verifying Checksum
be8fff5baf35: Download complete
683b619cdd5c: Download complete
3d6a01641e6a: Download complete
4396d8f5a53e: Verifying Checksum
4396d8f5a53e: Download complete
4ad47d794fea: Verifying Checksum
4ad47d794fea: Download complete
93e8b9864e5a: Verifying Checksum
93e8b9864e5a: Download complete
f2738d9dcddd: Download complete
79db15db5590: Download complete
ae85395b96e2: Verifying Checksum
ae85395b96e2: Download complete
53419e81a99e: Verifying Checksum
53419e81a99e: Download complete
f0019f84fb08: Verifying Checksum
f0019f84fb08: Download complete
6fd0d96ea4e3: Verifying Checksum
6fd0d96ea4e3: Download complete
d9e42c6d0769: Verifying Checksum
d9e42c6d0769: Download complete
98d2cff58fed: Verifying Checksum
98d2cff58fed: Download complete
af6013686118: Verifying Checksum
af6013686118: Download complete
2388636e9f4e: Verifying Checksum
2388636e9f4e: Download complete
1e34a91c5c6e: Verifying Checksum
1e34a91c5c6e: Download complete
a5aa14672648: Verifying Checksum
a5aa14672648: Download complete
f27da72027f4: Download complete
20c5cef68ce6: Verifying Checksum
20c5cef68ce6: Download complete
480bd1a11240: Verifying Checksum
480bd1a11240: Download complete
96c37047d710: Verifying Checksum
96c37047d710: Download complete
898fba0b521b: Verifying Checksum
898fba0b521b: Download complete
f0019f84fb08: Pull complete
c2d05d84e811: Pull complete
4b649a717bf1: Pull complete
80eacd7178f8: Pull complete
05c50f7b70c0: Pull complete
6a3e93713da8: Pull complete
55b8b393ea09: Pull complete
61259c231a73: Pull complete
624e31741a12: Pull complete
6172723a5574: Pull complete
b908f9dcd393: Pull complete
1fb0936a68d1: Pull complete
c4ecdc2faab9: Pull complete
2834251ff466: Pull complete
f492155260b5: Pull complete
4f4fb700ef54: Pull complete
212695b63c86: Pull complete
aae1bcd99b15: Pull complete
fa54c2fcea16: Pull complete
683b619cdd5c: Pull complete
be8fff5baf35: Pull complete
4396d8f5a53e: Pull complete
3d6a01641e6a: Pull complete
4ad47d794fea: Pull complete
93e8b9864e5a: Pull complete
ae85395b96e2: Pull complete
f2738d9dcddd: Pull complete
79db15db5590: Pull complete
20c5cef68ce6: Pull complete
53419e81a99e: Pull complete
2388636e9f4e: Pull complete
6fd0d96ea4e3: Pull complete
d9e42c6d0769: Pull complete
98d2cff58fed: Pull complete
af6013686118: Pull complete
1e34a91c5c6e: Pull complete
a5aa14672648: Pull complete
898fba0b521b: Pull complete
f27da72027f4: Pull complete
96c37047d710: Pull complete
480bd1a11240: Pull complete
Digest: sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034
Status: Downloaded newer image for ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034
2025-12-10 07:28.40 ---> using "b3c32880e9ace52a7f4c58eee61fac3a9ea28b412d48e692a82bf58097974dbe" from cache


/: (comment debian-13-5.4_riscv64_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-10 07:28.40 ---> using "b479e469dc271ac606d983a11d18c71f6b4dd8abdd638124eec50fb33e361894" 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-10 07:28.40 ---> using "4e329e405b86c4ea5ab800bbb8aa0f489256f018a0d253e70ec77537a2b6c9ed" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-10 07:28.40 ---> using "6481f117732503e6ed4a0b47c83e4afd65373aa7057383ea8a37455f568968e2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-10 07:28.40 ---> using "316cfce25934696500e7734e5969f380c14e08df7819f13d6c05dc1255d9ee4b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
2ec6d6cc92..d684c896eb  master     -> origin/master
13c1962c23 Merge pull request #29040 from dra27/oxcaml-constraints


<><> 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-10 07:28.40 ---> using "0e36c6288a4a69a22eff6dfc13ad603d2c2c2c6fadf483cabadc0ed7321557e8" 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-10 07:28.40 ---> using "3a36f417ea6079d8eae70bc709c0eaee91b4eeba92adf524c6de15862772ad5e" 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-10 07:28.40 ---> using "ae5ef8c2a64809bf1f4d40fdf45dec5c1a88358e7c8117ac809c182431c1dda4" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-10 07:28.40 ---> using "ecafc716d6cc3dfda983760f0407e4a9ddd3778433b99997a54d8add07793585" 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"
- 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 riscv64 Packages [74.1 kB]
- Fetched 165 kB in 0s (366 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:riscv64.
- (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 ... 20731 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.5-2_riscv64.deb ...
- Unpacking libpython3.13-minimal:riscv64 (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.5-2_riscv64.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:riscv64 (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 ... 21056 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_riscv64.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:riscv64.
- Preparing to unpack .../3-libreadline8t64_8.2-6_riscv64.deb ...
- Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8.2 to /lib/riscv64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8.2 to /lib/riscv64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:riscv64 (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:riscv64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_riscv64.deb ...
- Unpacking libpython3.13-stdlib:riscv64 (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_riscv64.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:riscv64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_riscv64.deb ...
- Unpacking libpython3-stdlib:riscv64 (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 ... 21542 files and directories currently installed.)
- Preparing to unpack .../0-python3_3.13.5-1_riscv64.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:riscv64.
- Preparing to unpack .../2-libtext-charwidth-perl_0.04-11+b4_riscv64.deb ...
- Unpacking libtext-charwidth-perl:riscv64 (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_riscv64.deb ...
- Unpacking mercurial (7.0.1-2) ...
- Setting up media-types (13.0.0) ...
- Setting up libtext-charwidth-perl:riscv64 (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:riscv64 (8.2-6) ...
- Setting up libpython3.13-stdlib:riscv64 (3.13.5-2) ...
- Setting up libpython3-stdlib:riscv64 (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-12-10 07:28.40 ---> using "ab2b9860e6dfc7a0af4a870f5bcd306f0ae4b1c2e3dbab8a90771ffdede0a86a" 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)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved fpath-base.0.4.0, fpath-sexp0.0.4.0  (cached)
-> installed conf-hg.1.0
-> retrieved eio.1.3  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved loc.0.2.2  (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)
-> 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 dune.3.20.2, dune-configurator.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed hmap.0.8.1
-> installed fpath.0.7.3
-> installed mtime.2.1.0
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed bitv.2.1
-> installed cmdlang.0.0.10
-> installed cstruct.6.2.0
-> installed lwt-dllist.1.1.0
-> installed cmdlang-to-cmdliner.0.0.10
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed optint.0.3.0
-> installed dune-configurator.3.20.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed bigstringaf.0.10.0
-> installed psq.0.2.1
-> installed ordering.3.20.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed thread-table.1.0.0
-> installed fpath-sexp0.0.4.0
-> installed dyn.3.20.2
-> installed domain-local-await.1.0.1
-> installed parsexp.v0.17.0
-> installed eio.1.3
-> installed base.v0.17.3
-> installed fpath-base.0.4.0
-> 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
-> 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-10 07:28.40 ---> using "1ea3f557b8285ccb84edba87f23845614918a947bcb6260f9bf382ec6a13ca58" from cache


/src: (copy (src .) (dst /src))
2025-12-10 07:28.42 ---> saved as "367e6eacc0eb58de05096b3c85e1fe5b8bbcc7d7db6b8fa02be10cb238101336"


/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-10 07:29.25 ---> saved as "aa0cdb1a543666a988e18f5e32f0c9655d5fd94ccfeb884bffa43ca0efc83281"
Job succeeded
2025-12-10 07:29.26: Job succeeded