Organisationsmbarbinvcs6361b1 (main)ubuntu-22.04-5.4_opam-2.4

ubuntu-22.04-5.4_opam-2.4

Link Copied
Code Copied

Logs

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-22.04-5.4_opam-2.4)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
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-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
# ubuntu-22.04-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam ./
RUN opam pin add -yn volgo.dev './' && \
opam pin add -yn volgo-vcs.dev './' && \
opam pin add -yn volgo-tests.dev './' && \
opam pin add -yn volgo-hg-unix.dev './' && \
opam pin add -yn volgo-hg-eio.dev './' && \
opam pin add -yn volgo-hg-backend.dev './' && \
opam pin add -yn volgo-git-unix.dev './' && \
opam pin add -yn volgo-git-eio.dev './' && \
opam pin add -yn volgo-git-backend.dev './' && \
opam pin add -yn volgo-dev.dev './' && \
opam pin add -yn volgo-base.dev './' && \
opam pin add -yn vcs-test-helpers.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.4.0 fpath-sexp0.0.4.0 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-12-24 13:53.04: Using cache hint "mbarbin/vcs-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b-ubuntu-22.04-5.4_opam-2.4-5c326989b8ae491d55a7c46efd8ba605"
2025-12-24 13:53.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)
(comment ubuntu-22.04-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn volgo.dev './' && \
\nopam pin add -yn volgo-vcs.dev './' && \
\nopam pin add -yn volgo-tests.dev './' && \
\nopam pin add -yn volgo-hg-unix.dev './' && \
\nopam pin add -yn volgo-hg-eio.dev './' && \
\nopam pin add -yn volgo-hg-backend.dev './' && \
\nopam pin add -yn volgo-git-unix.dev './' && \
\nopam pin add -yn volgo-git-eio.dev './' && \
\nopam pin add -yn volgo-git-backend.dev './' && \
\nopam pin add -yn volgo-dev.dev './' && \
\nopam pin add -yn volgo-base.dev './' && \
\nopam pin add -yn vcs-test-helpers.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 eio.1.3 fmt.0.11.0 fpath.0.7.3 fpath-base.0.4.0 fpath-sexp0.0.4.0 hmap.0.8.1 loc.0.2.2 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_let.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_sexp_value.v0.17.0 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 seq.base sexplib0.v0.17.0 spawn.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 thread-table.1.0.0 topkg.1.1.1")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-eio.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-eio.dev volgo-git-backend.dev volgo-base.dev vcs-test-helpers.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-eio,volgo-hg-backend,volgo-git-unix,volgo-git-eio,volgo-git-backend,volgo-base,vcs-test-helpers @install @check @runtest && rm -rf _build"))
)


2025-12-24 13:53.04: Waiting for resource in pool OCluster
2025-12-24 13:53.04: Waiting for worker…
2025-12-24 13:53.05: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 6361b17 Add Dyn and Ordering as standard deps


(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b' locally
docker.io/ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b: Pulling from ocaml/opam
7e49dc6156b0: Pulling fs layer
277489037e33: Pulling fs layer
5536f9b95256: Pulling fs layer
2c6e079b8a8a: Pulling fs layer
16d46a509c90: Pulling fs layer
18d81e642e16: Pulling fs layer
ee1d4656e61f: Pulling fs layer
8f0f8941159e: Pulling fs layer
3f2ff2430a7f: Pulling fs layer
2c6e079b8a8a: Waiting
337d7dec713d: Pulling fs layer
ee1d4656e61f: Waiting
18d81e642e16: Waiting
e733f12b410c: Pulling fs layer
16d46a509c90: Waiting
8f0f8941159e: Waiting
3f2ff2430a7f: Waiting
617bf2ecaf35: Pulling fs layer
337d7dec713d: Waiting
e733f12b410c: Waiting
b8326fc41276: Pulling fs layer
617bf2ecaf35: Waiting
ef20ef18c9d1: Pulling fs layer
b8326fc41276: Waiting
586c22805e9c: Pulling fs layer
ef20ef18c9d1: Waiting
5bba78ae83f0: Pulling fs layer
58f27f7d4b76: Pulling fs layer
586c22805e9c: Waiting
5bba78ae83f0: Waiting
58f27f7d4b76: Waiting
4f4fb700ef54: Pulling fs layer
15d203cc0fcf: Pulling fs layer
4f4fb700ef54: Waiting
15787f62e7bc: Pulling fs layer
15d203cc0fcf: Waiting
7bde8086daf3: Pulling fs layer
c8795f0be74f: Pulling fs layer
15787f62e7bc: Waiting
bf1686ddcf2f: Pulling fs layer
c8795f0be74f: Waiting
7bde8086daf3: Waiting
6190e5884020: Pulling fs layer
d3ef051d940f: Pulling fs layer
bf1686ddcf2f: Waiting
74516cbf13d5: Pulling fs layer
d3ef051d940f: Waiting
6daf3235d47b: Pulling fs layer
828602f5a7e1: Pulling fs layer
6daf3235d47b: Waiting
74516cbf13d5: Waiting
1c2200cbac34: Pulling fs layer
ddcac09cadd2: Pulling fs layer
1c2200cbac34: Waiting
96becae306e0: Pulling fs layer
828602f5a7e1: Waiting
ddcac09cadd2: Waiting
e391052d0a0a: Pulling fs layer
96becae306e0: Waiting
092f96d7da41: Pulling fs layer
624752d22710: Pulling fs layer
092f96d7da41: Waiting
e391052d0a0a: Waiting
26503a58709c: Pulling fs layer
624752d22710: Waiting
5164467c0bfc: Pulling fs layer
7f9d35f4e99c: Pulling fs layer
5164467c0bfc: Waiting
26503a58709c: Waiting
3147a6c41603: Pulling fs layer
872643ed9c97: Pulling fs layer
7f9d35f4e99c: Waiting
e758a0505734: Pulling fs layer
872643ed9c97: Waiting
6a9372ca22fd: Pulling fs layer
37e65f83e45a: Pulling fs layer
6a9372ca22fd: Waiting
d2cf42473256: Pulling fs layer
37e65f83e45a: Waiting
e799ed481193: Pulling fs layer
d2cf42473256: Waiting
946bbc7fcb10: Pulling fs layer
e799ed481193: Waiting
e1776c4acb7c: Pulling fs layer
946bbc7fcb10: Waiting
e1776c4acb7c: Waiting
5536f9b95256: Verifying Checksum
5536f9b95256: Download complete
277489037e33: Download complete
16d46a509c90: Verifying Checksum
7e49dc6156b0: Verifying Checksum
7e49dc6156b0: Download complete
ee1d4656e61f: Verifying Checksum
ee1d4656e61f: Download complete
8f0f8941159e: Verifying Checksum
8f0f8941159e: Download complete
7e49dc6156b0: Pull complete
277489037e33: Pull complete
5536f9b95256: Pull complete
18d81e642e16: Verifying Checksum
18d81e642e16: Download complete
2c6e079b8a8a: Verifying Checksum
2c6e079b8a8a: Download complete
337d7dec713d: Verifying Checksum
337d7dec713d: Download complete
e733f12b410c: Download complete
3f2ff2430a7f: Verifying Checksum
3f2ff2430a7f: Download complete
617bf2ecaf35: Verifying Checksum
617bf2ecaf35: Download complete
b8326fc41276: Verifying Checksum
b8326fc41276: Download complete
ef20ef18c9d1: Verifying Checksum
ef20ef18c9d1: Download complete
586c22805e9c: Download complete
5bba78ae83f0: Verifying Checksum
5bba78ae83f0: Download complete
58f27f7d4b76: Download complete
4f4fb700ef54: Download complete
15d203cc0fcf: Verifying Checksum
15d203cc0fcf: Download complete
7bde8086daf3: Verifying Checksum
7bde8086daf3: Download complete
c8795f0be74f: Verifying Checksum
c8795f0be74f: Download complete
2c6e079b8a8a: Pull complete
bf1686ddcf2f: Verifying Checksum
bf1686ddcf2f: Download complete
6190e5884020: Verifying Checksum
6190e5884020: Download complete
16d46a509c90: Pull complete
d3ef051d940f: Verifying Checksum
d3ef051d940f: Download complete
74516cbf13d5: Download complete
6daf3235d47b: Verifying Checksum
6daf3235d47b: Download complete
828602f5a7e1: Download complete
1c2200cbac34: Verifying Checksum
1c2200cbac34: Download complete
ddcac09cadd2: Verifying Checksum
ddcac09cadd2: Download complete
96becae306e0: Download complete
092f96d7da41: Verifying Checksum
092f96d7da41: Download complete
e391052d0a0a: Verifying Checksum
e391052d0a0a: Download complete
26503a58709c: Download complete
7f9d35f4e99c: Download complete
3147a6c41603: Download complete
872643ed9c97: Download complete
e758a0505734: Download complete
6a9372ca22fd: Verifying Checksum
6a9372ca22fd: Download complete
37e65f83e45a: Verifying Checksum
37e65f83e45a: Download complete
624752d22710: Verifying Checksum
624752d22710: Download complete
e799ed481193: Download complete
946bbc7fcb10: Verifying Checksum
946bbc7fcb10: Download complete
e1776c4acb7c: Download complete
18d81e642e16: Pull complete
ee1d4656e61f: Pull complete
8f0f8941159e: Pull complete
3f2ff2430a7f: Pull complete
d2cf42473256: Verifying Checksum
d2cf42473256: Download complete
337d7dec713d: Pull complete
e733f12b410c: Pull complete
5164467c0bfc: Verifying Checksum
5164467c0bfc: Download complete
617bf2ecaf35: Pull complete
b8326fc41276: Pull complete
ef20ef18c9d1: Pull complete
586c22805e9c: Pull complete
5bba78ae83f0: Pull complete
58f27f7d4b76: Pull complete
4f4fb700ef54: Pull complete
15d203cc0fcf: Pull complete
15787f62e7bc: Pull complete
7bde8086daf3: Pull complete
c8795f0be74f: Pull complete
bf1686ddcf2f: Pull complete
6190e5884020: Pull complete
d3ef051d940f: Pull complete
74516cbf13d5: Pull complete
6daf3235d47b: Pull complete
828602f5a7e1: Pull complete
1c2200cbac34: Pull complete
ddcac09cadd2: Pull complete
96becae306e0: Pull complete
e391052d0a0a: Pull complete
092f96d7da41: Pull complete
624752d22710: Pull complete
26503a58709c: Pull complete
5164467c0bfc: Pull complete
7f9d35f4e99c: Pull complete
3147a6c41603: Pull complete
872643ed9c97: Pull complete
e758a0505734: Pull complete
6a9372ca22fd: Pull complete
37e65f83e45a: Pull complete
d2cf42473256: Pull complete
e799ed481193: Pull complete
946bbc7fcb10: Pull complete
e1776c4acb7c: Pull complete
Digest: sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
Status: Downloaded newer image for ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
2025-12-24 13:53.06 ---> using "7f91e2bb83d6d357ae6dfb3920265348795501d90daa6df00769b7d07a85dd88" from cache


/: (comment ubuntu-22.04-5.4_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-24 13:53.06 ---> using "b10baba17702824ce3397886586a74a86b43df56e830340d91504f8930049b89" 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.06 ---> using "38cd054f629c2ff65a759fcc3d2903d8d15e320c75afff53a053aa42a098b1c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-24 13:53.06 ---> using "699d03d14ea2f9b02d41e070a8808a882e511d19afee5b2765468c809dcb1a1a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-24 13:53.06 ---> using "74cfbcc9a295d0845e9bd1e64f215006dd5eac3329883f731cc3cadb6f8b0a21" 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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-24 13:53.06 ---> using "741fab8f8b4870ddd5052c4bcabd8380bb2782bdc085c9dfa53ca3ebcba6e261" 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.07 ---> saved as "d8f20cdff14e908d2b001a098b4acf3bab68318d4a5aff2c4e2c599f098c57ee"


/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.27 ---> saved as "a2cfa7ddf938d259ee3be9ee7e61bfb90fde9c8ba06e9f91c877cb8ceeb38069"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-24 13:53.27 ---> saved as "620c026495f1f95416e630f57c02e0aadc0fd05a9bd0dc5df24cda32d590997b"


/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://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3966 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [37.2 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.9 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB]
- Fetched 22.4 MB in 2s (13.0 MB/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"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.10-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 ... 15669 files and directories currently installed.)
- Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.12_amd64.deb ...
- Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ...
- Selecting previously unselected package python3.10-minimal.
- Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.12_amd64.deb ...
- Unpacking python3.10-minimal (3.10.12-1~22.04.12) ...
- Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ...
- Setting up python3.10-minimal (3.10.12-1~22.04.12) ...
- 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 ... 15965 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking python3-minimal (3.10.6-1~22.04.1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_7.0.0_all.deb ...
- Unpacking media-types (7.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
- Selecting previously unselected package libpython3.10-stdlib:amd64.
- Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.12_amd64.deb ...
- Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ...
- Selecting previously unselected package python3.10.
- Preparing to unpack .../4-python3.10_3.10.12-1~22.04.12_amd64.deb ...
- Unpacking python3.10 (3.10.12-1~22.04.12) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...
- Setting up python3-minimal (3.10.6-1~22.04.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 ... 16367 files and directories currently installed.)
- Preparing to unpack .../python3_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking python3 (3.10.6-1~22.04.1) ...
- Selecting previously unselected package mercurial-common.
- Preparing to unpack .../mercurial-common_6.1.1-1ubuntu1_all.deb ...
- Unpacking mercurial-common (6.1.1-1ubuntu1) ...
- Selecting previously unselected package mercurial.
- Preparing to unpack .../mercurial_6.1.1-1ubuntu1_amd64.deb ...
- Unpacking mercurial (6.1.1-1ubuntu1) ...
- Setting up media-types (7.0.0) ...
- Setting up libmpdec3:amd64 (2.5.1-2build2) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ...
- Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...
- Setting up python3.10 (3.10.12-1~22.04.12) ...
- Setting up python3 (3.10.6-1~22.04.1) ...
- running python rtupdate hooks for python3.10...
- running python post-rtupdate hooks for python3.10...
- Setting up mercurial-common (6.1.1-1ubuntu1) ...
- Setting up mercurial (6.1.1-1ubuntu1) ...
- 
- Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version
- Processing triggers for libc-bin (2.35-0ubuntu3.11) ...
2025-12-24 13:53.45 ---> saved as "4d68c71c5b64db13cea4f6b72e57b830cb9860dfa6a955ed9278e961889f626a"


/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
-> installed conf-hg.1.0
-> 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)
-> 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 ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_sexp_value.v0.17.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved ppxlib.0.37.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)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed bitv.2.1
-> installed cmdlang.0.0.10
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed lwt-dllist.1.1.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed optint.0.3.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed cmdlang-to-cmdliner.0.0.10
-> installed fpath-sexp0.0.4.0
-> installed domain-local-await.1.0.1
-> installed ordering.3.20.2
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed dyn.3.20.2
-> installed eio.1.3
-> installed stdune.3.20.2
-> installed loc.0.2.2
-> installed pplumbing-pp-tty.0.0.16
-> installed base.v0.17.3
-> installed pplumbing-err.0.0.16
-> installed fpath-base.0.4.0
-> 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-24 13:54.41 ---> saved as "8110c08450a84689d4df9042afda3853c019ef9658ab28b58ab3f1222611c6a8"


/src: (copy (src .) (dst /src))
2025-12-24 13:54.43 ---> saved as "e550dcd745402f47eb1c85fcf278999061fd0fe11dc0e7c3c1c5f59daa00908d"


/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-24 13:54.45 ---> saved as "7ace4decf7262099a97590deaea76369843c12941f05b9bafeaac696062010f2"
Job succeeded
2025-12-24 13:54.45: Job succeeded