Organisationsmbarbinvcs6361b1 (main)opensuse-15.6-4.14_opam-2.4

opensuse-15.6-4.14_opam-2.4

Logs

Show full logs
2025-12-28 07:22.47: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/add-dyn-to-stdlib (6361b17cebbe12e09fc8064d0bd54241a969e2f5) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a
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:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a
# opensuse-15.6-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam ./
RUN opam pin add -yn volgo.dev './' && \
    opam pin add -yn volgo-vcs.dev './' && \
    opam pin add -yn volgo-tests.dev './' && \
    opam pin add -yn volgo-hg-unix.dev './' && \
    opam pin add -yn volgo-hg-eio.dev './' && \
    opam pin add -yn volgo-hg-backend.dev './' && \
    opam pin add -yn volgo-git-unix.dev './' && \
    opam pin add -yn volgo-git-eio.dev './' && \
    opam pin add -yn volgo-git-backend.dev './' && \
    opam pin add -yn volgo-dev.dev './' && \
    opam pin add -yn volgo-base.dev './' && \
    opam pin add -yn vcs-test-helpers.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build

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

2025-12-28 07:22.47: Using cache hint "mbarbin/vcs-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a-opensuse-15.6-4.14_opam-2.4-ee351335079a5e78bcbdf67b0e537830"
2025-12-28 07:22.47: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a)
 (comment opensuse-15.6-4.14_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn volgo.dev './' && \
             \nopam pin add -yn volgo-vcs.dev './' && \
             \nopam pin add -yn volgo-tests.dev './' && \
             \nopam pin add -yn volgo-hg-unix.dev './' && \
             \nopam pin add -yn volgo-hg-eio.dev './' && \
             \nopam pin add -yn volgo-hg-backend.dev './' && \
             \nopam pin add -yn volgo-git-unix.dev './' && \
             \nopam pin add -yn volgo-git-eio.dev './' && \
             \nopam pin add -yn volgo-git-backend.dev './' && \
             \nopam pin add -yn volgo-dev.dev './' && \
             \nopam pin add -yn volgo-base.dev './' && \
             \nopam pin add -yn vcs-test-helpers.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 topkg.1.1.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build"))
)

2025-12-28 07:22.47: Waiting for resource in pool OCluster
2025-12-28 07:56.04: Waiting for worker…
2025-12-28 08:02.54: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 6361b17 Add Dyn and Ordering as standard deps

(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a' locally
docker.io/ocaml/opam@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a: Pulling from ocaml/opam
d358089470df: Already exists
3df71b9b3e7f: Pulling fs layer
b997bd420a3c: Pulling fs layer
12d178b9321a: Pulling fs layer
023fa28c6b25: Pulling fs layer
735e4d9b87e0: Pulling fs layer
6542116374a0: Pulling fs layer
44c143ceab21: Pulling fs layer
023fa28c6b25: Waiting
73d9c6c0a253: Pulling fs layer
dcc99122ebd7: Pulling fs layer
6542116374a0: Waiting
5eb9e4eb1e0d: Pulling fs layer
9bf67a7d90d1: Pulling fs layer
735e4d9b87e0: Waiting
44c143ceab21: Waiting
73d9c6c0a253: Waiting
4e169419decb: Pulling fs layer
83236c382b5f: Pulling fs layer
e9abdc611934: Pulling fs layer
5856cf582d06: Pulling fs layer
dcc99122ebd7: Waiting
487cfb4f2ade: Pulling fs layer
9bf67a7d90d1: Waiting
5eb9e4eb1e0d: Waiting
f161a5c7d41a: Pulling fs layer
e9abdc611934: Waiting
83236c382b5f: Waiting
4e169419decb: Waiting
487cfb4f2ade: Waiting
5856cf582d06: Waiting
752c4eefe314: Pulling fs layer
f161a5c7d41a: Waiting
4f4fb700ef54: Pulling fs layer
752c4eefe314: Waiting
8574634fb855: Pulling fs layer
4f4fb700ef54: Waiting
45ffc9a6e835: Pulling fs layer
8574634fb855: Waiting
9b2e97c90544: Pulling fs layer
6f4caa19f8ea: Pulling fs layer
45ffc9a6e835: Waiting
01fa1df0cfec: Pulling fs layer
24ce8b1b4144: Pulling fs layer
9b2e97c90544: Waiting
1d7b4875e8fa: Pulling fs layer
6f4caa19f8ea: Waiting
01fa1df0cfec: Waiting
5abf41dc1464: Pulling fs layer
1d7b4875e8fa: Waiting
d5d3780fe7b4: Pulling fs layer
5abf41dc1464: Waiting
64d6876b8f1b: Pulling fs layer
8d4ce630c014: Pulling fs layer
d5d3780fe7b4: Waiting
1ac83bafd18d: Pulling fs layer
64d6876b8f1b: Waiting
8d4ce630c014: Waiting
87088f8e69bd: Pulling fs layer
1ac83bafd18d: Waiting
653f0ca87c5a: Pulling fs layer
86b7aeb0fb7e: Pulling fs layer
87088f8e69bd: Waiting
653f0ca87c5a: Waiting
3d67e4541f01: Pulling fs layer
86b7aeb0fb7e: Waiting
8b29fa24d7dc: Pulling fs layer
c3b051d5b40a: Pulling fs layer
3d67e4541f01: Waiting
cea0ae7b006a: Pulling fs layer
8b29fa24d7dc: Waiting
423ca6061d72: Pulling fs layer
c3b051d5b40a: Waiting
4b16ecf8eaf2: Pulling fs layer
cea0ae7b006a: Waiting
423ca6061d72: Waiting
3c0e8f4c1ce7: Pulling fs layer
3c0e8f4c1ce7: Waiting
3df71b9b3e7f: Verifying Checksum
3df71b9b3e7f: Download complete
3df71b9b3e7f: Pull complete
023fa28c6b25: Verifying Checksum
023fa28c6b25: Download complete
735e4d9b87e0: Verifying Checksum
735e4d9b87e0: Download complete
12d178b9321a: Verifying Checksum
12d178b9321a: Download complete
44c143ceab21: Verifying Checksum
44c143ceab21: Download complete
6542116374a0: Verifying Checksum
6542116374a0: Download complete
73d9c6c0a253: Verifying Checksum
73d9c6c0a253: Download complete
dcc99122ebd7: Verifying Checksum
dcc99122ebd7: Download complete
5eb9e4eb1e0d: Verifying Checksum
5eb9e4eb1e0d: Download complete
b997bd420a3c: Download complete
9bf67a7d90d1: Verifying Checksum
9bf67a7d90d1: Download complete
4e169419decb: Verifying Checksum
4e169419decb: Download complete
83236c382b5f: Download complete
e9abdc611934: Verifying Checksum
e9abdc611934: Download complete
b997bd420a3c: Pull complete
5856cf582d06: Download complete
487cfb4f2ade: Verifying Checksum
487cfb4f2ade: Download complete
f161a5c7d41a: Verifying Checksum
f161a5c7d41a: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
752c4eefe314: Verifying Checksum
752c4eefe314: Download complete
8574634fb855: Download complete
45ffc9a6e835: Verifying Checksum
45ffc9a6e835: Download complete
9b2e97c90544: Verifying Checksum
9b2e97c90544: Download complete
6f4caa19f8ea: Verifying Checksum
6f4caa19f8ea: Download complete
01fa1df0cfec: Verifying Checksum
01fa1df0cfec: Download complete
24ce8b1b4144: Verifying Checksum
24ce8b1b4144: Download complete
1d7b4875e8fa: Download complete
5abf41dc1464: Verifying Checksum
5abf41dc1464: Download complete
d5d3780fe7b4: Verifying Checksum
d5d3780fe7b4: Download complete
64d6876b8f1b: Verifying Checksum
64d6876b8f1b: Download complete
1ac83bafd18d: Download complete
8d4ce630c014: Verifying Checksum
8d4ce630c014: Download complete
653f0ca87c5a: Verifying Checksum
653f0ca87c5a: Download complete
12d178b9321a: Pull complete
023fa28c6b25: Pull complete
735e4d9b87e0: Pull complete
3d67e4541f01: Download complete
6542116374a0: Pull complete
44c143ceab21: Pull complete
73d9c6c0a253: Pull complete
dcc99122ebd7: Pull complete
5eb9e4eb1e0d: Pull complete
9bf67a7d90d1: Pull complete
8b29fa24d7dc: Download complete
4e169419decb: Pull complete
83236c382b5f: Pull complete
e9abdc611934: Pull complete
5856cf582d06: Pull complete
487cfb4f2ade: Pull complete
f161a5c7d41a: Pull complete
752c4eefe314: Pull complete
4f4fb700ef54: Pull complete
8574634fb855: Pull complete
45ffc9a6e835: Pull complete
9b2e97c90544: Pull complete
6f4caa19f8ea: Pull complete
01fa1df0cfec: Pull complete
24ce8b1b4144: Pull complete
1d7b4875e8fa: Pull complete
5abf41dc1464: Pull complete
d5d3780fe7b4: Pull complete
64d6876b8f1b: Pull complete
8d4ce630c014: Pull complete
1ac83bafd18d: Pull complete
c3b051d5b40a: Verifying Checksum
c3b051d5b40a: Download complete
86b7aeb0fb7e: Verifying Checksum
86b7aeb0fb7e: Download complete
423ca6061d72: Verifying Checksum
423ca6061d72: Download complete
4b16ecf8eaf2: Download complete
87088f8e69bd: Verifying Checksum
87088f8e69bd: Download complete
cea0ae7b006a: Verifying Checksum
cea0ae7b006a: Download complete
3c0e8f4c1ce7: Verifying Checksum
3c0e8f4c1ce7: Download complete
87088f8e69bd: Pull complete
653f0ca87c5a: Pull complete
86b7aeb0fb7e: Pull complete
3d67e4541f01: Pull complete
8b29fa24d7dc: Pull complete
c3b051d5b40a: Pull complete
cea0ae7b006a: Pull complete
423ca6061d72: Pull complete
4b16ecf8eaf2: Pull complete
3c0e8f4c1ce7: Pull complete
Digest: sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a
Status: Downloaded newer image for ocaml/opam@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a
2025-12-28 08:23.44 ---> using "0063fda8739f5f8013b4d7431f310f1304f8d8914c38c2397f6b381aa46ec273" from cache

/: (comment opensuse-15.6-4.14_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-28 08:23.44 ---> using "53dad08e061322df7226cdfefd70d755b5994512cd6fd5e0337eb9f74a349eb5" 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-28 08:23.44 ---> using "acda9e1362db25f787f1e87ad3ad82e574cb076989d5fec702762c18148a2ee8" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-12-28 08:23.44 ---> using "6fac0f4a58503df98e06c061ea62a6d3c61aa636596468a86e037106811c787a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-12-28 08:23.44 ---> using "aa9a0a56382c325a142c5d9226106b994c6f69a6e311fd2ad655b5803d8dadb4" 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"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-28 08:23.44 ---> using "09cca588dac5457bd10aee2d0bd19f4ccd1dd208500037de8aed1b490ed0f3e6" 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-28 08:23.45 ---> saved as "36084f01c7013703e3ba45e49fa5e09b38e28223c52e865980aaa96ede27fc99"

/src: (run (network host)
           (shell  "opam pin add -yn volgo.dev './' && \
                  \nopam pin add -yn volgo-vcs.dev './' && \
                  \nopam pin add -yn volgo-tests.dev './' && \
                  \nopam pin add -yn volgo-hg-unix.dev './' && \
                  \nopam pin add -yn volgo-hg-eio.dev './' && \
                  \nopam pin add -yn volgo-hg-backend.dev './' && \
                  \nopam pin add -yn volgo-git-unix.dev './' && \
                  \nopam pin add -yn volgo-git-eio.dev './' && \
                  \nopam pin add -yn volgo-git-backend.dev './' && \
                  \nopam pin add -yn volgo-dev.dev './' && \
                  \nopam pin add -yn volgo-base.dev './' && \
                  \nopam pin add -yn vcs-test-helpers.dev './'"))
[volgo.dev] synchronised (file:///src)
volgo is now pinned to file:///src (version dev)
[volgo-vcs.dev] synchronised (file:///src)
volgo-vcs is now pinned to file:///src (version dev)
[NOTE] Package volgo-tests does not exist in opam repositories registered in the current switch.
[volgo-tests.dev] synchronised (file:///src)
volgo-tests is now pinned to file:///src (version dev)
[volgo-hg-unix.dev] synchronised (file:///src)
volgo-hg-unix is now pinned to file:///src (version dev)
[volgo-hg-eio.dev] synchronised (file:///src)
volgo-hg-eio is now pinned to file:///src (version dev)
[volgo-hg-backend.dev] synchronised (file:///src)
volgo-hg-backend is now pinned to file:///src (version dev)
[volgo-git-unix.dev] synchronised (file:///src)
volgo-git-unix is now pinned to file:///src (version dev)
[volgo-git-eio.dev] synchronised (file:///src)
volgo-git-eio is now pinned to file:///src (version dev)
[volgo-git-backend.dev] synchronised (file:///src)
volgo-git-backend is now pinned to file:///src (version dev)
[NOTE] Package volgo-dev does not exist in opam repositories registered in the current switch.
[volgo-dev.dev] synchronised (file:///src)
volgo-dev is now pinned to file:///src (version dev)
[volgo-base.dev] synchronised (file:///src)
volgo-base is now pinned to file:///src (version dev)
[NOTE] Package vcs-test-helpers does not exist in opam repositories registered in the current switch.
[vcs-test-helpers.dev] synchronised (file:///src)
vcs-test-helpers is now pinned to file:///src (version dev)
2025-12-28 08:23.51 ---> saved as "ff02840cc7616cf4770f11130c1fa222cd8559fb1d4e2054f18860ae0d05e37d"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-28 08:23.51 ---> saved as "74b69746cc28be39a65d140d3827d05b18734ecc0029cfda55e4122e6a24ba5d"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 topkg.1.1.1")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'Update repository of openSUSE Backports' is up to date.
- Repository 'Update repository with updates from SUSE Linux Enterprise 15' is up to date.
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.

<><> 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 "zypper" "--non-interactive" "install" "mercurial"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 19 NEW packages are going to be installed:
-   fontconfig libXext6 libXft2 libXmuu1 libXrender1 libXss1 libfontconfig1 libfreetype6 libopenssl1_1 libpng16-16 libpython3_6m1_0 mercurial python3 python3-base python3-curses sqlite3-tcl tcl tk xhost
- 
- 19 new packages to install.
- 
- Package download size:    20.0 MiB
- 
- Package install size change:
-               |      69.3 MiB  required by packages that will be installed
-     69.3 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (1/19),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.....
- ....
- ....
- ...done]
- Retrieving: libXmuu1-1.1.2-1.30.x86_64 (Main Repository) (2/19),  14.4 KiB    
- Retrieving: libXmuu1-1.1.2-1.30.x86_64.rpm [.done]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (3/19),  24.1 KiB    
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libXss1-1.2.2-3.4.x86_64 (Main Repository) (4/19),  12.5 KiB    
- Retrieving: libXss1-1.2.2-3.4.x86_64.rpm [.done]
- Retrieving: xhost-1.0.7-1.29.x86_64 (Main Repository) (5/19),  29.0 KiB    
- Retrieving: xhost-1.0.7-1.29.x86_64.rpm [.done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/19),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [...
- ....
- ....
- .....not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.
- .done (825.6 KiB/s)]
- Retrieving: libpng16-16-1.6.40-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/19), 139.3 KiB    
- Retrieving: libpng16-16-1.6.40-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/19), 725.7 KiB    
- Retrieving: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64.rpm [.not found]
- Retrieving: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64.rpm [.not found]
- Retrieving: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64.rpm [..done (490.4 KiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/19),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64.rpm [...done (961.3 KiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.100.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (10/19),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.100.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.100.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.100.1.x86_64.rpm [....
- ........
- ..done (3.7 MiB/s)]
- Retrieving: python3-3.6.15-150300.10.100.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (11/19), 106.0 KiB    
- Retrieving: python3-3.6.15-150300.10.100.1.x86_64.rpm [.not found]
- Retrieving: python3-3.6.15-150300.10.100.1.x86_64.rpm [.not found]
- Retrieving: python3-3.6.15-150300.10.100.1.x86_64.rpm [.done]
- Retrieving: python3-curses-3.6.15-150300.10.100.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/19),  91.7 KiB    
- Retrieving: python3-curses-3.6.15-150300.10.100.1.x86_64.rpm [.not found]
- Retrieving: python3-curses-3.6.15-150300.10.100.1.x86_64.rpm [.not found]
- Retrieving: python3-curses-3.6.15-150300.10.100.1.x86_64.rpm [.done]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/19), 454.8 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [..done (128.4 KiB/s)]
- Retrieving: tcl-8.6.12-150300.14.9.1.x86_64 (Main Repository) (14/19),   2.3 MiB    
- Retrieving: tcl-8.6.12-150300.14.9.1.x86_64.rpm [..done (1.0 MiB/s)]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (15/19),  81.4 KiB    
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (16/19), 126.4 KiB    
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (17/19),  43.5 KiB    
- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [.done]
- Retrieving: tk-8.6.12-150300.10.3.1.x86_64 (Main Repository) (18/19),   1.7 MiB    
- Retrieving: tk-8.6.12-150300.10.3.1.x86_64.rpm [..done (1.3 MiB/s)]
- Retrieving: mercurial-5.9.1-150400.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/19),   3.8 MiB    
- Retrieving: mercurial-5.9.1-150400.3.6.1.x86_64.rpm [.not found]
- Retrieving: mercurial-5.9.1-150400.3.6.1.x86_64.rpm [.
- not found]
- Retrieving: mercurial-5.9.1-150400.3.6.1.x86_64.rpm [.......done (3.7 MiB/s)]
- 
- Checking for file conflicts: [..done]
- ( 1/19) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 2/19) Installing: libXmuu1-1.1.2-1.30.x86_64 [..done]
- ( 3/19) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- ( 4/19) Installing: libXss1-1.2.2-3.4.x86_64 [..done]
- ( 5/19) Installing: xhost-1.0.7-1.29.x86_64 [.
- .done]
- ( 6/19) Installing: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 [..done]
- ( 7/19) Installing: libpng16-16-1.6.40-150600.3.3.1.x86_64 [..done]
- ( 8/19) Installing: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64 [..done]
- ( 9/19) Installing: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64 [..done]
- (10/19) Installing: python3-base-3.6.15-150300.10.100.1.x86_64 [.......
- ..done]
- (11/19) Installing: python3-3.6.15-150300.10.100.1.x86_64 [..done]
- (12/19) Installing: python3-curses-3.6.15-150300.10.100.1.x86_64 [..done]
- (13/19) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- (14/19) Installing: tcl-8.6.12-150300.14.9.1.x86_64 [...done]
- (15/19) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (16/19) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (17/19) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- (18/19) Installing: tk-8.6.12-150300.10.3.1.x86_64 [...done]
- (19/19) Installing: mercurial-5.9.1-150400.3.6.1.x86_64 [...
- ..done]
2025-12-28 08:24.15 ---> saved as "4e14e82f011bad99058477d3d28dbadd13bc0a048055e208ca12713a84cecbe1"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 25 packages
  - install astring                     0.8.5
  - install bitv                        2.1
  - install cmdlang                     0.0.10
  - install cmdlang-cmdliner-err-runner 0.0.16
  - install cmdlang-to-cmdliner         0.0.10
  - install cmdliner                    2.1.0
  - install conf-git                    1.1
  - install conf-hg                     1.0
  - install csexp                       1.5.2
  - install dune                        3.20.2
  - install dyn                         3.20.2
  - install fpath                       0.7.3
  - install fpath-sexp0                 0.4.0
  - install loc                         0.2.2
  - install ocamlbuild                  0.16.1
  - install ocamlfind                   1.9.8
  - install ordering                    3.20.2
  - install parsexp                     v0.16.0
  - install pp                          2.0.0
  - install pplumbing-err               0.0.16
  - install pplumbing-pp-tty            0.0.16
  - install sexplib0                    v0.16.0
  - install spawn                       v0.17.0
  - install stdune                      3.20.2
  - install topkg                       1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bitv.2.1  (cached)
-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10  (cached)
-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-git.1.1
-> retrieved fpath.0.7.3  (cached)
-> retrieved fpath-sexp0.0.4.0  (cached)
-> retrieved loc.0.2.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-hg.1.0
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed bitv.2.1
-> installed cmdlang.0.0.10
-> installed csexp.1.5.2
-> installed pp.2.0.0
-> installed spawn.v0.17.0
-> installed cmdlang-to-cmdliner.0.0.10
-> installed sexplib0.v0.16.0
-> installed ordering.3.20.2
-> installed fpath-sexp0.0.4.0
-> installed parsexp.v0.16.0
-> installed dyn.3.20.2
-> installed stdune.3.20.2
-> installed loc.0.2.2
-> installed pplumbing-pp-tty.0.0.16
-> installed pplumbing-err.0.0.16
-> installed cmdlang-cmdliner-err-runner.0.0.16
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-28 08:24.49 ---> saved as "40fcaf184e79d2e478852bbc6ff75c121dc9da8874ff8cf76f64059c64c2b435"

/src: (copy (src .) (dst /src))
2025-12-28 08:24.50 ---> saved as "13680adfd8b229e1a81af3de2e66f043d5e7c18ca8f3a653b36cf67ec9aa95b2"

/src: (run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build"))
2025-12-28 08:24.52 ---> saved as "d18d140535ed8231f0e51482e22c95cd4932842061af3ad26324cc1853039e21"
Job succeeded
2025-12-28 08:24.52: Job succeeded