Organisationsocaml-opamopam-0install-solverbb2820 (master)(lower-bound)

(lower-bound)

Logs

Show full logs
2025-10-15 10:12.57: New job: test ocaml-opam/opam-0install-solver https://github.com/ocaml-opam/opam-0install-solver.git#refs/heads/master (bb2820066fec4bda3e4f9e30ec2660434a964e79) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-opam/opam-0install-solver.git" -b "master" && cd "opam-0install-solver" && git reset --hard bb282006
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce
# debian-13-4.10_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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-0install.opam ./
RUN opam pin add -yn opam-0install.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="0install-solver.2.17 alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 camlbz2.0.7.0 camlp4.4.10+1 camlzip.1.11 cmdliner.1.3.0 conf-aclocal.1.0.0 conf-autoconf.0.1 conf-c++.1.0 conf-libbz2.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 conf-zlib.1 cppo.1.6.1 cudf.0.7 dose3.6.1 dune.2.7.1 extlib.1.7.8 fmt.0.8.8 jbuilder.1.0+beta20.1 jsonm.1.0.2 mccs.1.1+17 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlgraph.2.0.0 opam-0install-cudf.0.4 opam-client.2.2.1 opam-core.2.2.1 opam-file-format.2.1.4 opam-format.2.2.1 opam-repository.2.2.1 opam-solver.2.2.1 opam-state.2.2.1 parmap.1.0-rc11 re.1.10.3 seq.0.3 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 swhid_core.0.1 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y opam-0install.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

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

2025-10-15 10:12.57: Using cache hint "ocaml-opam/opam-0install-solver-ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce-debian-13-4.10_opam-2.4-5f6288741f618ecb2dc49084436e9819"
2025-10-15 10:12.57: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce)
 (comment debian-13-4.10_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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-0install.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam-0install.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "0install-solver.2.17 alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 camlbz2.0.7.0 camlp4.4.10+1 camlzip.1.11 cmdliner.1.3.0 conf-aclocal.1.0.0 conf-autoconf.0.1 conf-c++.1.0 conf-libbz2.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 conf-zlib.1 cppo.1.6.1 cudf.0.7 dose3.6.1 dune.2.7.1 extlib.1.7.8 fmt.0.8.8 jbuilder.1.0+beta20.1 jsonm.1.0.2 mccs.1.1+17 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlgraph.2.0.0 opam-0install-cudf.0.4 opam-client.2.2.1 opam-core.2.2.1 opam-file-format.2.1.4 opam-format.2.2.1 opam-repository.2.2.1 opam-solver.2.2.1 opam-state.2.2.1 parmap.1.0-rc11 re.1.10.3 seq.0.3 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 swhid_core.0.1 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3")
 (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 opam-0install.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 @install @check @runtest && rm -rf _build"))
)

2025-10-15 10:12.57: Waiting for resource in pool OCluster
2025-10-15 10:38.27: Waiting for worker…
2025-10-15 10:40.11: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at bb28200 Merge pull request #64 from talex5/release

(from ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce' locally
docker.io/ocaml/opam@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce: Pulling from ocaml/opam
Digest: sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce
Status: Downloaded newer image for ocaml/opam@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce
2025-10-15 10:40.14 ---> using "a7d8aa92084787ecd9cea3726f8a3703cc100fde27aa392ff7ae4e327e490213" from cache

/: (comment debian-13-4.10_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-10-15 10:40.14 ---> using "61db02aa4af3b1dab893bd26d9c0da8b01ce1fc8ef2877373b471ec855d6a400" 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-10-15 10:40.14 ---> using "e751554815c5fe2bbbb92804906a5572f8f22b2e5a5b64385e7d1ab48cee2311" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 4.10.2
2.4.1
2025-10-15 10:40.14 ---> using "30009437ecce2f461a88ffd244515101a41741dc4c6c9361c2a0b3d0df04d931" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-15 10:40.14 ---> using "54f468331b7ea69eb4c989692df409118bd36b7d999ba30f8a0906aa22d44301" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u"))
f736a66f83 Merge pull request #28602 from dbuenzli/cmdliner-incompat

<><> 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.3.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-10-15 10:40.15 ---> using "7554c709bf229dd77270660a3bd1c304be4d4095dffaad029e5b372323359058" from cache

/src: (copy (src opam-0install.opam) (dst ./))
2025-10-15 10:40.17 ---> saved as "a31ad83c05f2194cc1aca31723a2e25dbaa4f7e7356e7c96c0b130a3fc5f793c"

/src: (run (network host)
           (shell "opam pin add -yn opam-0install.dev './'"))
[opam-0install.dev] synchronised (file:///src)
opam-0install is now pinned to file:///src (version dev)
2025-10-15 10:40.22 ---> saved as "4e0ca6dfbec48a8e9e506c2e41381642c9bd810108849bba0ca25c589444cbc9"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 10:40.23 ---> saved as "d0e9fac7265b5f7fce57754a07009be4ce8938870785c46922e4f5c70ea7f0b8"

/src: (env DEPS "0install-solver.2.17 alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 camlbz2.0.7.0 camlp4.4.10+1 camlzip.1.11 cmdliner.1.3.0 conf-aclocal.1.0.0 conf-autoconf.0.1 conf-c++.1.0 conf-libbz2.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 conf-zlib.1 cppo.1.6.1 cudf.0.7 dose3.6.1 dune.2.7.1 extlib.1.7.8 fmt.0.8.8 jbuilder.1.0+beta20.1 jsonm.1.0.2 mccs.1.1+17 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlgraph.2.0.0 opam-0install-cudf.0.4 opam-client.2.2.1 opam-core.2.2.1 opam-file-format.2.1.4 opam-format.2.2.1 opam-repository.2.2.1 opam-solver.2.2.1 opam-state.2.2.1 parmap.1.0-rc11 re.1.10.3 seq.0.3 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 swhid_core.0.1 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3")

/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 opam-0install.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB]
- Fetched 145 kB in 0s (699 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-0install.dev] synchronised (file:///src)

[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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:
    autoconf automake libbz2-dev m4 pkg-config zlib1g-dev

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

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "automake" "libbz2-dev" "m4" "pkg-config" "zlib1g-dev"
- Selecting previously unselected package m4.
- (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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../00-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../01-autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../02-autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../03-automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../04-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../05-libbz2-dev_1.0.8-6_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../06-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../07-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../08-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../09-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../10-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up m4 (1.4.19-8) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libbz2-dev:amd64 (1.0.8-6) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
- 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) ...
2025-10-15 10:40.54 ---> saved as "a302a58d7cbb3fb26b009dc064b20a83789ff27dbae879573ede35d2580f8944"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 47 packages
  - install 0install-solver    2.17
  - install alcotest           1.0.1
  - install astring            0.8.3
  - install base-bytes         base
  - install base64             3.1.0
  - install camlbz2            0.7.0
  - install camlp4             4.10+1
  - install camlzip            1.11
  - install cmdliner           1.3.0
  - install conf-aclocal       1.0.0
  - install conf-autoconf      0.1
  - install conf-c++           1.0
  - install conf-libbz2        1
  - install conf-m4            1
  - install conf-pkg-config    1.0
  - install conf-which         1
  - install conf-zlib          1
  - install cppo               1.6.1
  - install cudf               0.7
  - install dose3              6.1
  - install dune               2.7.1
  - install extlib             1.7.8
  - install fmt                0.8.8
  - install jbuilder           1.0+beta20.1 (deprecated)
  - install jsonm              1.0.2
  - install mccs               1.1+17
  - install ocamlbuild         0.14.0
  - install ocamlfind          1.8.1
  - install ocamlgraph         2.0.0
  - install opam-0install-cudf 0.4
  - install opam-client        2.2.1
  - install opam-core          2.2.1
  - install opam-file-format   2.1.4
  - install opam-format        2.2.1
  - install opam-repository    2.2.1
  - install opam-solver        2.2.1
  - install opam-state         2.2.1
  - install parmap             1.0-rc11
  - install re                 1.10.3
  - install seq                0.3
  - install sha                1.13
  - install spdx_licenses      1.0.0
  - install stdlib-shims       0.1.0
  - install swhid_core         0.1
  - install topkg              1.0.8
  - install uuidm              0.9.7
  - install uutf               1.0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved 0install-solver.2.17  (cached)
-> retrieved alcotest.1.0.1  (cached)
-> retrieved astring.0.8.3  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved camlzip.1.11  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-c++.1.0
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved camlbz2.0.7.0  (https://opam.ocaml.org/cache)
-> installed conf-zlib.1
-> installed conf-aclocal.1.0.0
-> retrieved camlp4.4.10+1  (https://opam.ocaml.org/cache)
-> installed conf-autoconf.0.1
-> retrieved dose3.6.1  (cached)
-> retrieved cudf.0.7  (https://opam.ocaml.org/cache)
-> installed conf-libbz2.1
-> retrieved extlib.1.7.8  (cached)
-> retrieved fmt.0.8.8  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved mccs.1.1+17  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.7.1  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocamlgraph.2.0.0  (cached)
-> retrieved opam-client.2.2.1, opam-core.2.2.1, opam-format.2.2.1, opam-repository.2.2.1, opam-solver.2.2.1, opam-state.2.2.1  (cached)
-> retrieved opam-file-format.2.1.4  (cached)
-> retrieved opam-0install-cudf.0.4  (https://opam.ocaml.org/cache)
-> retrieved seq.0.3  (cached)
-> retrieved sha.1.13  (cached)
-> retrieved spdx_licenses.1.0.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved re.1.10.3  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uuidm.0.9.7  (cached)
-> retrieved parmap.1.0-rc11  (https://opam.ocaml.org/cache)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed camlzip.1.11
-> installed ocamlbuild.0.14.0
-> installed camlbz2.0.7.0
-> installed parmap.1.0-rc11
-> installed jbuilder.1.0+beta20.1
-> installed topkg.1.0.8
-> installed cppo.1.6.1
-> installed uuidm.0.9.7
-> installed dune.2.7.1
-> installed uutf.1.0.3
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed base64.3.1.0
-> installed spdx_licenses.1.0.0
-> installed swhid_core.0.1
-> installed astring.0.8.3
-> installed 0install-solver.2.17
-> installed opam-file-format.2.1.4
-> installed jsonm.1.0.2
-> installed re.1.10.3
-> installed extlib.1.7.8
-> installed fmt.0.8.8
-> installed sha.1.13
-> installed alcotest.1.0.1
-> installed ocamlgraph.2.0.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed opam-repository.2.2.1
-> installed opam-state.2.2.1
-> installed camlp4.4.10+1
-> installed cudf.0.7
-> installed opam-0install-cudf.0.4
-> installed dose3.6.1
-> installed mccs.1.1+17
-> installed opam-solver.2.2.1
-> installed opam-client.2.2.1
Done.

<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-10-15 10:46.42 ---> saved as "455da905aa0789301c8d4e7c7900a191d81cdbecb3e27b73861d25383b9ddf9b"

/src: (copy (src .) (dst /src))
2025-10-15 10:46.42 ---> saved as "4e1173151ee095f5c24c25dd6d02b93d547a8f49613d47f31d08aa8c3ebf1f33"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-15 10:46.45 ---> saved as "84f6d083825b8f8ae1437c782fe69b208d450771a0a180deacdd1009871350cd"
Job succeeded
2025-10-15 10:46.45: Job succeeded