Organisationstaridesopam-monorepo037eb0 ()debian-13-5.3_opam-2.5

debian-13-5.3_opam-2.5

Link Copied
Code Copied

Logs

2026-02-12 10:20.00: New job: test tarides/opam-monorepo https://github.com/tarides/opam-monorepo.git#refs/heads/main (037eb072917c0414e4b570324817286d64f09401) (linux-x86_64:debian-13-5.3_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992
opam-monorepo build


To reproduce locally:


git clone --recursive "https://github.com/tarides/opam-monorepo.git" -b "main" && cd "opam-monorepo" && git reset --hard 037eb072
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992
# debian-13-5.3_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.4 dune.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 opam-monorepo.0.3.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y  $DEPS
RUN opam install $DEPS
WORKDIR /src
RUN sudo chown opam /src
COPY --chown=1000:1000 dune-project opam-monorepo.opam.locked /src/
RUN opam monorepo depext --yes --lock ./opam-monorepo.opam.locked
RUN opam install --yes --ignore-pin-depends --deps-only ./opam-monorepo.opam.locked
RUN opam exec -- opam monorepo pull
COPY --chown=1000:1000 . /src/
RUN opam exec -- dune build @install
RUN opam exec -- dune runtest


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


2026-02-12 10:20.00: Using cache hint "tarides/opam-monorepo-ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992-debian-13-5.3_opam-2.5-opam-monorepo-debian-13-5.3_opam-2.5"
2026-02-12 10:20.00: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992)
(comment debian-13-5.3_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /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"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.4 dune.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 opam-monorepo.0.3.6")
(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.2 --depext-only -y  $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(copy (src dune-project opam-monorepo.opam.locked) (dst /src/))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam monorepo depext --yes --lock ./opam-monorepo.opam.locked"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes --ignore-pin-depends --deps-only ./opam-monorepo.opam.locked"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam exec -- opam monorepo pull"))
(copy (src .) (dst /src/))
(run (cache (dune:tarides:opam-monorepo (target /src/_build) (buildkit_options ((sharing private)))))
(shell "opam exec -- dune build @install"))
(run (cache (dune:tarides:opam-monorepo (target /src/_build) (buildkit_options ((sharing private)))))
(shell "opam exec -- dune runtest"))
)


2026-02-12 10:20.00: Waiting for resource in pool OCluster
2026-02-12 12:24.42: Waiting for worker…
2026-02-12 12:28.25: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 037eb072 lockfile: bump OCaml to 5.3


(from ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992)
2026-02-12 12:28.26 ---> using "e1dec835eb16aab2e6170aa754d4be70a523b94de2df7b5426224e11fdbb44f0" from cache


/: (comment debian-13-5.3_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2026-02-12 12:28.26 ---> using "450346138de40d5c6a588acf343bf9cd3ec7f1207f997576569c987c69419dc2" 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 development 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
2026-02-12 12:28.26 ---> using "0e08e35a209fe353da2be9ddab45a26645d2c9afbd137e499b6885719407190e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.3.0
2.2.1
2026-02-12 12:28.26 ---> using "bbd092222b094e2e5a4ee7554bc1bf99d161cc2cf5f576e19bd293c9efc547b1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-12 12:28.26 ---> using "8deef9b6bf7bceff7c4995b7d6e6696c79d653caefc78039e1a676fe248ed123" 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2026-02-12 12:28.42 ---> saved as "2027b922035a96822d5c94b0554d9ed2c6605c7bc334a5beee1dcf0d348cca90"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.4 dune.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 opam-monorepo.0.3.6")


/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.2 --depext-only -y  $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [104 kB]
- Fetched 195 kB in 0s (2195 kB/s)
- Reading package lists...
[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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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:
pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- Selecting previously unselected package libpkgconf3: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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
2026-02-12 12:28.54 ---> saved as "2a68b5bdc086a0e6a7d2c797412c3bcdc3bc36e6b117e97cec516828be34e726"


/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 3 packages
- install conf-pkg-config 4
- install dune            3.20.2
- install opam-monorepo   0.3.6


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved dune.3.20.2  (cached)
-> retrieved opam-monorepo.0.3.6  (cached)
-> installed dune.3.20.2
-> installed opam-monorepo.0.3.6
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-12 12:29.28 ---> saved as "343f647875b1805714e728929ee1a3c78e807d9990c1ffa54f4a03dcb5810474"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-12 12:29.28 ---> saved as "fda501d5a7c733d91fed8a3a38691ed404afed8543b808be2cdf37098fa536a9"


/src: (copy (src dune-project opam-monorepo.opam.locked) (dst /src/))
2026-02-12 12:29.28 ---> saved as "e933896222ece2477a124d2af4a1a83dc761a5f6c9193a4488520a17c1443490"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam monorepo depext --yes --lock ./opam-monorepo.opam.locked"))
==> Using lockfile opam-monorepo.opam.locked
2026-02-12 12:29.29 ---> saved as "18daab030920eb94f7e67a61170677b1d6b77853c957bd7a45a8cef1ddf3a654"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes --ignore-pin-depends --deps-only ./opam-monorepo.opam.locked"))
[WARNING] Failed checks on src package definition from source at file:///src:
warning 25: Missing field 'authors'
warning 35: Missing field 'homepage'
warning 36: Missing field 'bug-reports'
warning 47: Synopsis should start with a capital and not end with a dot
warning 68: Missing field 'license'
The following actions will be performed:
=== downgrade 1 package
- downgrade conf-pkg-config 4 to 2 [required by src]
=== recompile 1 package
- recompile opam-monorepo   0.3.6  [uses conf-pkg-config]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-monorepo.0.3.6  (cached)
-> removed   opam-monorepo.0.3.6
-> removed   conf-pkg-config.4
-> installed conf-pkg-config.2
-> installed opam-monorepo.0.3.6
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-12 12:29.48 ---> saved as "d554d79bc468ab1d192d4cefc3544adce11d25ac3ba03725041fb1b37a90e98a"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam exec -- opam monorepo pull"))
==> Using lockfile /src/opam-monorepo.opam.locked
Successfully pulled 38/38 repositories
2026-02-12 12:29.55 ---> saved as "ac7712899d50b5c21e10b1338b56b202f2d67f884cf36443a2720fc174668ed5"


/src: (copy (src .) (dst /src/))
2026-02-12 12:29.55 ---> saved as "fda079ec3c418264652d902f3cb8c189c7459e4c2307ace4cf80e3828ced71c9"


/src: (run (cache (dune:tarides:opam-monorepo (target /src/_build) (buildkit_options ((sharing private)))))
(shell "opam exec -- dune build @install"))
2026-02-12 12:29.59 ---> saved as "8e868759ce90e3d1e81b746a4c6f4a617659153316f33dd1d2fbb95deec3f27b"


/src: (run (cache (dune:tarides:opam-monorepo (target /src/_build) (buildkit_options ((sharing private)))))
(shell "opam exec -- dune runtest"))
(cd _build/default/test/lib && ./test_duniverse_lib.exe -e)
Testing `Duniverse'.
This run has ID `7BT8R98M'.


[OK]          Dev_repo                    0   repo_name: .
[OK]          Dev_repo                    1   repo_name: .
[OK]          Dev_repo                    2   repo_name: /.
[OK]          Dev_repo                    3   repo_name: ./.
[OK]          Dev_repo                    4   repo_name: ...
[OK]          Dev_repo                    5   repo_name: ///.
[OK]          Dev_repo                    6   repo_name: https://github.com.
[OK]          Dev_repo                    7   repo_name: https://github.com/.
[OK]          Dev_repo                    8   repo_name: git://github.com/o...
[OK]          Dev_repo                    9   repo_name: git://github.com/o...
[OK]          Dev_repo                   10   repo_name: git+https://github...
[OK]          Dev_repo                   11   repo_name: git+https://github...
[OK]          Dev_repo                   12   repo_name: git+https://github...
[OK]          Dune_file                   0   Lang.from_content: Empty dune...
[OK]          Dune_file                   1   Lang.from_content: Valid vers...
[OK]          Dune_file                   2   Lang.from_content: Newlines.
[OK]          Dune_file                   3   Lang.from_content: Windows ne...
[OK]          Dune_file                   4   Lang.from_content: Invalid ve...
[OK]          Dune_file                   5   Lang.from_content: Invalid la...
[OK]          Dune_file                   6   Lang.from_content: Does not s...
[OK]          Dune_file                   7   Lang.update: No stanza.
[OK]          Dune_file                   8   Lang.update: Replace.
[OK]          Dune_file                   9   Lang.update: Newlines.
[OK]          Dune_file                  10   Lang.update: Windows newlines.
[OK]          Duniverse                   0   Repo.Package.from_package_sum...
[OK]          Duniverse                   1   Repo.Package.from_package_sum...
[OK]          Duniverse                   2   Repo.Package.from_package_sum...
[OK]          Duniverse                   3   Repo.Package.from_package_sum...
[OK]          Duniverse                   4   Repo.Package.from_package_sum...
[OK]          Duniverse                   5   Repo.Package.from_package_sum...
[OK]          Duniverse                   6   Repo.Package.from_package_sum...
[OK]          Duniverse                   7   Repo.Package.from_package_sum...
[OK]          Duniverse                   8   Repo.Package.from_package_sum...
[OK]          Duniverse                   9   Repo.from_packages: Simple.
[OK]          Duniverse                  10   Repo.from_packages: Uses repo...
[OK]          Duniverse                  11   Repo.from_packages: Expection...
[OK]          Duniverse                  12   Repo.from_packages: Add all t...
[OK]          Duniverse                  13   Repo.from_packages: An empty ...
[OK]          Duniverse                  14   from_dependency_entries: Empty.
[OK]          Duniverse                  15   from_dependency_entries: Filt...
[OK]          Duniverse                  16   from_dependency_entries: Filt...
[OK]          Duniverse                  17   from_dependency_entries: Simple.
[OK]          Duniverse                  18   from_dependency_entries: Pack...
[OK]          Duniverse                  19   from_dependency_entries: Non-...
[OK]          Duniverse                  20   from_dependency_entries: Aggr...
[OK]          Duniverse                  21   from_dependency_entries: Excl...
[OK]          Duniverse                  22   from_dependency_entries: Excl...
[OK]          Git                         0   Ls_remote.parse_output_line: Ok.
[OK]          Git                         1   Ls_remote.parse_output_line: ...
[OK]          Git                         2   Ls_remote.commit_pointed_by: ...
[OK]          Git                         3   Ls_remote.commit_pointed_by: ...
[OK]          Git                         4   Ls_remote.commit_pointed_by: ...
[OK]          Git                         5   Ls_remote.commit_pointed_by: ...
[OK]          Git                         6   Ls_remote.commit_pointed_by: ...
[OK]          Git                         7   Ls_remote.commit_pointed_by: ...
[OK]          Git                         8   Ls_remote.commit_pointed_by: ...
[OK]          Git                         9   Ls_remote.commit_pointed_by: ...
[OK]          Git                        10   Ls_remote.commit_pointed_by: ...
[OK]          Git                        11   Ls_remote.commit_pointed_by: ...
[OK]          Git                        12   Ls_remote.commit_pointed_by: ...
[OK]          Git                        13   Ls_remote.commit_pointed_by: ...
[OK]          Git                        14   Ls_remote.commit_pointed_by: ...
[OK]          Git                        15   Ls_remote.commit_pointed_by: ...
[OK]          Git                        16   Ls_remote.branch_of_symref: E...
[OK]          Git                        17   Ls_remote.branch_of_symref: N...
[OK]          Git                        18   Ls_remote.branch_of_symref: T...
[OK]          Git                        19   Ls_remote.branch_of_symref: A...
[OK]          Git                        20   Ls_remote.branch_of_symref: L...
[OK]          Git                        21   Ls_remote.branch_of_symref: E...
[OK]          Git                        22   Ls_remote.branch_of_symref: E...
[OK]          Opam                        0   Url.from_opam: https://some/a...
[OK]          Opam                        1   Url.from_opam: hg+https://som...
[OK]          Opam                        2   Url.from_opam: file:///home/u...
[OK]          Opam                        3   Url.from_opam: git+https://so...
[OK]          Opam                        4   Url.from_opam: git://some/repo.
[OK]          Opam                        5   Url.from_opam: https://some/r...
[OK]          Opam                        6   Url.from_opam: git+https://so...
[OK]          Opam                        7   Url.is_local_filesystem: http...
[OK]          Opam                        8   Url.is_local_filesystem: git+...
[OK]          Opam                        9   Url.is_local_filesystem: git+...
[OK]          Opam                       10   Url.is_local_filesystem: file...
[OK]          Opam                       11   depends_on_dune: No deps.
[OK]          Opam                       12   depends_on_dune: Just dune.
[OK]          Opam                       13   depends_on_dune: Versioned dune.
[OK]          Opam                       14   depends_on_dune: jbuilder dis...
[OK]          Opam                       15   depends_on_dune: jbuilder all...
[OK]          Opam                       16   depends_on_dune: Several deps.
[OK]          Opam                       17   depends_on_compiler_variants:...
[OK]          Opam                       18   depends_on_compiler_variants:...
[OK]          Opam                       19   depends_on_compiler_variants:...
[OK]          Opam                       20   depends_on_compiler_variants:...
[OK]          Opam                       21   depends_on_compiler_variants:...
[OK]          Opam                       22   depends_on_compiler_variants:...
[OK]          Opam                       23   depends_on_compiler_variants:...
[OK]          Opam                       24   depends_on_compiler_variants:...
[OK]          Opam                       25   depends_on_compiler_variants:...
[OK]          Opam                       26   depends_on_compiler_variants:...
[OK]          Opam                       27   depends_on_compiler_variants:...
[OK]          Opam                       28   depends_on_compiler_variants:...
[OK]          Opam                       29   depends_on_compiler_variants:...
[OK]          Opam                       30   depends_on_compiler_variants:...
[OK]          Opam                       31   depends_on_compiler_variants:...
[OK]          Opam                       32   depends_on_compiler_variants:...
[OK]          Opam                       33   depends_on_compiler_variants:...
[OK]          Opam                       34   depends_on_compiler_variants:...
[OK]          Opam                       35   depends_on_compiler_variants:...
[OK]          Opam                       36   depends_on_compiler_variants:...
[OK]          Opam                       37   depends_on_compiler_variants:...
[OK]          Opam                       38   depends_on_compiler_variants:...
[OK]          Opam                       39   local_package_version: explic...
[OK]          Opam                       40   local_package_version: if no ...
[OK]          Opam                       41   local_package_version: if all...
[OK]          Parallel                    0   map: Identity.
[OK]          Parallel                    1   map: Sleep and add 1.
[OK]          Pin_depends                 0   sort_uniq: Empty.
[OK]          Pin_depends                 1   sort_uniq: Preserve.
[OK]          Pin_depends                 2   sort_uniq: Dedup.
[OK]          Pin_depends                 3   sort_uniq: Different versions.
[OK]          Pin_depends                 4   sort_uniq: Different URLs.
[OK]          Serial_shape                0   Serial_shape.from_opam_val: b...
[OK]          Serial_shape                1   Serial_shape.from_opam_val: s...
[OK]          Serial_shape                2   Serial_shape.from_opam_val: p...
[OK]          Serial_shape                3   Serial_shape.from_opam_val: l...
[OK]          Serial_shape                4   Serial_shape.from_opam_val: c...
[OK]          Serial_shape                5   Serial_shape.from_opam_val: c...
[OK]          Serial_shape                6   Serial_shape.from_opam_val: c...
[OK]          Serial_shape                7   Serial_shape.from_opam_val: c...
[OK]          Serial_shape                8   Serial_shape.from_opam_val: a...
[OK]          Serial_shape                9   Serial_shape.from_opam_val: a...
[OK]          Serial_shape               10   Serial_shape.to_opam_val: bool.
[OK]          Serial_shape               11   Serial_shape.to_opam_val: str...
[OK]          Serial_shape               12   Serial_shape.to_opam_val: pair.
[OK]          Serial_shape               13   Serial_shape.to_opam_val: list.
[OK]          Serial_shape               14   Serial_shape.to_opam_val: conv.
[OK]          Serial_shape               15   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               16   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               17   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               18   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               19   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               20   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               21   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               22   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               23   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               24   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               25   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               26   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               27   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               28   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               29   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               30   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               31   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               32   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               33   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               34   Serial_shape.cmdliner_conv: p...
[OK]          Serial_shape               35   Serial_shape.cmdliner_conv: p...
[OK]          Source_opam_config          0   Opam_repositories_url_rewrite...
[OK]          Source_opam_config          1   Opam_repositories_url_rewrite...
[OK]          Source_opam_config          2   Opam_repositories_url_rewrite...
[OK]          Source_opam_config          3   Opam_repositories_url_rewrite...
[OK]          Source_opam_config          4   Opam_repositories_url_rewrite...
[OK]          Source_opam_config          5   Opam_repositories_url_rewrite...
[OK]          Source_opam_config          6   Opam_repositories_url_rewrite...
[OK]          Source_opam_config          7   Opam_repositories_url_rewrite...
[OK]          Source_opam_config          8   Opam_repositories.from_opam_v...
[OK]          Source_opam_config          9   Opam_repositories.from_opam_v...
[OK]          Source_opam_config         10   Opam_repositories.to_opam_val...
[OK]          Source_opam_config         11   Opam_repositories.to_opam_val...
[OK]          Source_opam_config         12   Opam_repositories.cmdliner_pa...
[OK]          Source_opam_config         13   Opam_repositories.cmdliner_pa...
[OK]          Source_opam_config         14   Opam_global_vars.from_opam_va...
[OK]          Source_opam_config         15   Opam_global_vars.from_opam_va...
[OK]          Source_opam_config         16   Opam_global_vars.to_opam_valu...
[OK]          Source_opam_config         17   Opam_global_vars.cmdliner_par...
[OK]          Source_opam_config         18   Opam_global_vars.cmdliner_par...
[OK]          Source_opam_config         19   Opam_provided.from_opam_value...
[OK]          Source_opam_config         20   Opam_provided.from_opam_value...
[OK]          Source_opam_config         21   Opam_provided.from_opam_value...
[OK]          Source_opam_config         22   Opam_provided.to_opam_value: ...
[OK]          Uri_utils                   0   Comparing git+https://github....
[OK]          Uri_utils                   1   Comparing git://github.com/mi...
[OK]          Uri_utils                   2   Comparing https://github.com/...
[OK]          Uri_utils                   3   Comparing git+https://github....
[OK]          Uri_utils                   4   Comparing git+https://github....
[OK]          Uri_utils                   5   Comparing git+https://github....
[OK]          Uri_utils                   6   Comparing git+https://github....
[OK]          solve                       0   simple.
[OK]          solve                       1   conflicts.
[OK]          solve                       2   conflict_class.
[OK]          solve                       3   conflict_url.
[OK]          solve                       4   no_conflict_when_virtual.
[OK]          solve                       5   no_conflict_with_pin.


Full test results in `/src/_build/default/test/lib/_build/_tests/Duniverse'.
Test Successful in 0.681s. 191 tests run.
2026-02-12 12:30.06 ---> saved as "1f62836a597954525dbe8f6bf4f1c91679c75c49e35a5eb2947d4dd0c75ed96d"
Job succeeded
2026-02-12 12:30.06: Job succeeded