Organisationstaridesopam-monorepo141d35 (main)debian-12-5.0_opam-2.3

debian-12-5.0_opam-2.3

Link Copied
Code Copied

Logs

2024-12-19 22:49.46: New job: test tarides/opam-monorepo https://github.com/tarides/opam-monorepo.git#refs/heads/main (141d351b79715c99d66bfd898a2a64115a2e8769) (linux-x86_64:debian-12-5.0_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452
opam-monorepo build


To reproduce locally:


git clone --recursive "https://github.com/tarides/opam-monorepo.git" -b "main" && cd "opam-monorepo" && git reset --hard 141d351b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452
# debian-12-5.0_opam-2.3
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 01aa7e5fa3a719d7eaef358f0afbee2f53638458 || git fetch origin master) && git reset -q --hard 01aa7e5fa3a719d7eaef358f0afbee2f53638458 && git log --no-decorate -n1 --oneline && opam update -u
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.3 dune.3.6.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.0.0 ocaml-base-compiler.5.0.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


2024-12-19 22:49.46: Using cache hint "tarides/opam-monorepo-ocaml/opam:debian-12-ocaml-5.0@sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452-debian-12-5.0_opam-2.3-opam-monorepo-debian-12-5.0_opam-2.3"
2024-12-19 22:49.46: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452)
(comment debian-12-5.0_opam-2.3)
(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 01aa7e5fa3a719d7eaef358f0afbee2f53638458 || git fetch origin master) && git reset -q --hard 01aa7e5fa3a719d7eaef358f0afbee2f53638458 && git log --no-decorate -n1 --oneline && opam update -u"))
(env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.3 dune.3.6.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.0.0 ocaml-base-compiler.5.0.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"))
)


2024-12-19 22:49.46: Waiting for resource in pool OCluster
2024-12-20 10:57.13: Waiting for worker…
2024-12-20 10:59.55: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/opam-monorepo.git-02bfdbeb8e225d9e2947bc223a8f1a4e3ac3d163/.git/
HEAD is now at 141d351b Merge pull request #403 from samoht/speed-up-pull


(from ocaml/opam:debian-12-ocaml-5.0@sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452' locally
docker.io/ocaml/opam@sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452: Pulling from ocaml/opam
1ff2e6ced110: Pulling fs layer
1ff2e6ced110: Verifying Checksum
1ff2e6ced110: Download complete
1ff2e6ced110: Pull complete
Digest: sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452
Status: Downloaded newer image for ocaml/opam@sha256:86bf5626a3edf0dc4e12aa26f6c9bdfac678e44a59bb6ea10cfb06d640865452
2024-12-20 10:59.58 ---> using "f0e58922b99e7a7955dd2ed4bd30c333adafee88d37a3701da02ad0412f94c9d" from cache


/: (comment debian-12-5.0_opam-2.3)


/: (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"))
2024-12-20 10:59.58 ---> using "ce1e4f6c840212eafa99681f93b0db9d2ae5c921ecfbef8472f63168d9e04ab3" 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 39 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=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-20 10:59.58 ---> using "161c6d38627664502bad1224ad6e18cf54c37448f2b02edfc0304a4697dac6f6" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 5.0.0
2.2.1
2024-12-20 10:59.58 ---> using "5b70920be121ed544f93c57dd1cfaf26598c488f304d4ecec41150ee978e76c0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-12-20 10:59.58 ---> using "8bdda22430fe5b448b8d4750cc20259118a00761a81a4eaa2adb94ca219b257c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 01aa7e5fa3a719d7eaef358f0afbee2f53638458 || git fetch origin master) && git reset -q --hard 01aa7e5fa3a719d7eaef358f0afbee2f53638458 && git log --no-decorate -n1 --oneline && opam update -u"))
01aa7e5fa3  Replace pkg-config with pkgconf when the distribution is brew  (#26891)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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
2024-12-20 11:01.26 ---> saved as "1e21b75151c2575aa47739a35ad817d44610757bdfb404b704a4d34ac6ff39d4"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-pkg-config.3 dune.3.6.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.0.0 ocaml-base-compiler.5.0.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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [236 kB]
- Fetched 339 kB in 0s (965 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-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18745 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2024-12-20 11:01.55 ---> saved as "9559bb7c67d690cf509a60f2d4b6875108bb1b58f2625e7083dfadae1c789fa5"


/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-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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 3
- install dune            3.6.1
- install opam-monorepo   0.3.6


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.3
-> retrieved dune.3.6.1  (cached)
-> retrieved opam-monorepo.0.3.6  (cached)
-> installed dune.3.6.1
-> installed opam-monorepo.0.3.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-12-20 11:03.06 ---> saved as "7601199d3c2e006c67e0671413eb859dd1e2b573cee2a6f2a9bbf8ed0cf9ef4b"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-12-20 11:03.07 ---> saved as "bc864033afb4d814b73a5b001b8a089795f87ccaf87eb6d8789ac9a2af92655e"


/src: (copy (src dune-project opam-monorepo.opam.locked) (dst /src/))
2024-12-20 11:03.07 ---> saved as "880d3d6cbb635fca9c5649fc3fb8bfcf7e7a142848c4a9635538d6904f60642b"


/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
2024-12-20 11:03.08 ---> saved as "b78f1e640765af4525dac1f05ba986e2e24adfd553735c7bc1ca87f59918be0c"


/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 3 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.3
-> installed conf-pkg-config.2
-> installed opam-monorepo.0.3.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-12-20 11:04.21 ---> saved as "b33aa406d0d91d905fde04937f3e8f171816f9563184c1c5185dd76f2c730b0f"


/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 35/35 repositories
2024-12-20 11:04.59 ---> saved as "6cf156b50befc1ead4ad9d87da9f5f32ab35e62f14559e0d5f929ca77471093f"


/src: (copy (src .) (dst /src/))
2024-12-20 11:04.59 ---> saved as "71465655ccd7cfcda205dcd1efa6dd07efc6feec766e6342cb4363e047b6e247"


/src: (run (cache (dune:tarides:opam-monorepo (target /src/_build) (buildkit_options ((sharing private)))))
(shell "opam exec -- dune build @install"))
2024-12-20 11:05.16 ---> saved as "d50072b9e09b55465e1b957b6250823fbd899e340e31f8aa66bae0de4ace075b"


/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 `O9US6A1L'.


[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_with_pin.


Full test results in `/src/_build/default/test/lib/_build/_tests/Duniverse'.
Test Successful in 0.739s. 190 tests run.
2024-12-20 11:05.56 ---> saved as "1c110ef94ed89d3b389972ec18f24371ab20d3af1cf765adbc4a9021d0e38701"
Job succeeded
2024-12-20 11:05.56: Job succeeded