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

(lower-bound)

Link Copied
Code Copied

Logs

2024-11-19 18:54.37: New job: test ocaml-opam/opam-0install-solver https://github.com/ocaml-opam/opam-0install-solver.git#refs/heads/master (f4e5478242f9d70340b8d6e74a75ed035d4d544a) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.10@sha256:bca53c9021079f3169d2663826e24da3063b1bbf2f5af32c11ef43c43e315f07
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 f4e54782
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.10@sha256:bca53c9021079f3169d2663826e24da3063b1bbf2f5af32c11ef43c43e315f07
# debian-12-4.10_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-0install.opam ./
RUN opam pin add -yn opam-0install.dev './'
ENV DEPS="0install-solver.2.17 alcotest.0.8.0 astring.0.8.2 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.08 cmdliner.1.1.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.0 extlib.1.7.8 fmt.0.8.7 jbuilder.1.0+beta20.1 jsonm.1.0.1 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 result.1.0 seq.0.2.2 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 swhid_core.0.1 topkg.0.9.0 uchar.0.0.2 uutf.1.0.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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


2024-11-19 18:54.37: Using cache hint "ocaml-opam/opam-0install-solver-ocaml/opam:debian-12-ocaml-4.10@sha256:bca53c9021079f3169d2663826e24da3063b1bbf2f5af32c11ef43c43e315f07-debian-12-4.10_opam-2.3-fa4035ad1f100ba907a903f20c6607fc"
2024-11-19 18:54.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:bca53c9021079f3169d2663826e24da3063b1bbf2f5af32c11ef43c43e315f07)
(comment debian-12-4.10_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.3 /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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && 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 './'"))
(env DEPS "0install-solver.2.17 alcotest.0.8.0 astring.0.8.2 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.08 cmdliner.1.1.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.0 extlib.1.7.8 fmt.0.8.7 jbuilder.1.0+beta20.1 jsonm.1.0.1 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 result.1.0 seq.0.2.2 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 swhid_core.0.1 topkg.0.9.0 uchar.0.0.2 uutf.1.0.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.3 --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"))
)


2024-11-19 18:54.37: Waiting for resource in pool OCluster
2024-11-20 07:53.49: Waiting for worker…
2024-11-20 07:57.18: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at f4e5478 Merge pull request #60 from talex5/release


(from ocaml/opam:debian-12-ocaml-4.10@sha256:bca53c9021079f3169d2663826e24da3063b1bbf2f5af32c11ef43c43e315f07)
2024-11-20 07:57.18 ---> using "6c3bca4e0cc7ab1059410892bcb4ec9b153df86bb05848b6bf7b26fa4358c296" from cache


/: (comment debian-12-4.10_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.3 /usr/bin/opam"))
2024-11-20 07:57.18 ---> saved as "a819a74a41f0f510971ea683f5a263e548d4d9fa45a6fc21bb4b84bd6911c51b"


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 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-11-20 07:58.30 ---> saved as "2b07b184a8c3969baf8edc37534c1324b223c75ee2eb00c82086fb8a7f8247eb"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-125-generic
The OCaml toplevel, version 4.10.2
2.3.0
2024-11-20 07:58.31 ---> saved as "48e1e0882f9d2dbd0adb773bd94d5b8669aa850ace726e74496c4db618a03294"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-11-20 07:58.31 ---> saved as "6ec753a722b51d29ada594422586d9ca021dd3a5b122a1c005d260aadd6fa6cb"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u"))
28daeff6f3 Merge pull request #26814 from mtelvers/m4


<><> 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.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 07:59.30 ---> saved as "cad0eddca6a7b60f50437ee93b91388dca06fdcd2c1022d4eca8a999496bc716"


/src: (copy (src opam-0install.opam) (dst ./))
2024-11-20 07:59.30 ---> saved as "ff87fe776f3b948b648546450c996da53db97aba573fe892d7eedb8766d8d6aa"


/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)
2024-11-20 07:59.33 ---> saved as "fbe5a8df4b678dada6ea0104cd45c6f8b935d5f8305c64aed488bbebd174d75f"


/src: (env DEPS "0install-solver.2.17 alcotest.0.8.0 astring.0.8.2 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.08 cmdliner.1.1.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.0 extlib.1.7.8 fmt.0.8.7 jbuilder.1.0+beta20.1 jsonm.1.0.1 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 result.1.0 seq.0.2.2 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 swhid_core.0.1 topkg.0.9.0 uchar.0.0.2 uutf.1.0.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.3 --depext-only -y opam-0install.dev $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 [204 kB]
- Fetched 308 kB in 0s (1003 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-0install.dev] synchronised (no changes)


[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"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18745 files and directories currently installed.)
- Preparing to unpack .../00-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../01-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../03-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../04-bzip2-doc_1.0.8-5_all.deb ...
- Unpacking bzip2-doc (1.0.8-5) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../05-libbz2-dev_1.0.8-5+b1_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-5+b1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../06-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../07-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../08-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../09-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../10-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up bzip2-doc (1.0.8-5) ...
- Setting up m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up autoconf (2.71-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libbz2-dev:amd64 (1.0.8-5+b1) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- 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-11-20 07:59.47 ---> saved as "ca49f284143ab3559c34017eaf877b2e62993ca179356ce88478910f8a9b00fc"


/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 48 packages
- install 0install-solver    2.17
- install alcotest           0.8.0
- install astring            0.8.2
- install base-bytes         base
- install base64             3.1.0
- install camlbz2            0.7.0
- install camlp4             4.10+1
- install camlzip            1.08
- install cmdliner           1.1.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.0
- install extlib             1.7.8
- install fmt                0.8.7
- install jbuilder           1.0+beta20.1
- install jsonm              1.0.1
- 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 result             1.0
- install seq                0.2.2
- install sha                1.13
- install spdx_licenses      1.0.0
- install stdlib-shims       0.1.0
- install swhid_core         0.1
- install topkg              0.9.0
- install uchar              0.0.2
- install uutf               1.0.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.0.8.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved 0install-solver.2.17  (cached)
-> retrieved camlbz2.0.7.0  (https://gitlab.com/irill/camlbz2/-/archive/0.7.0/camlbz2-0.7.0.tar.gz)
-> retrieved cmdliner.1.1.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
-> installed conf-zlib.1
-> installed conf-aclocal.1.0.0
-> installed conf-autoconf.0.1
-> installed conf-libbz2.1
-> retrieved camlp4.4.10+1  (https://github.com/camlp4/camlp4/archive/4.10+1.tar.gz)
-> retrieved camlzip.1.08  (https://github.com/xavierleroy/camlzip/archive/rel108.zip)
-> retrieved dose3.6.1  (cached)
-> retrieved extlib.1.7.8  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved cudf.0.7  (https://gitlab.com/irill/cudf/-/archive/v0.7/cudf-v0.7.tar.gz)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved dune.2.7.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved mccs.1.1+17  (https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+17.tar.gz)
-> 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)
-> installed cmdliner.1.1.0
-> retrieved opam-0install-cudf.0.4  (https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4/opam-0install-cudf-v0.4.tbz)
-> retrieved re.1.10.3  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> installed result.1.0
-> retrieved parmap.1.0-rc11  (https://github.com/rdicosmo/parmap/archive/1.0-rc11.tar.gz)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved spdx_licenses.1.0.0  (https://github.com/kit-ty-kate/spdx_licenses/releases/download/v1.0.0/spdx_licenses-v1.0.0.tbz)
-> retrieved sha.1.13  (https://github.com/djs55/ocaml-sha/releases/download/v1.13/sha-v1.13.tbz)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed camlzip.1.08
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed camlbz2.0.7.0
-> installed jbuilder.1.0+beta20.1
-> installed cppo.1.6.1
-> installed parmap.1.0-rc11
-> installed dune.2.7.0
-> installed stdlib-shims.0.1.0
-> installed base64.3.1.0
-> installed swhid_core.0.1
-> installed spdx_licenses.1.0.0
-> installed seq.0.2.2
-> installed opam-file-format.2.1.4
-> installed 0install-solver.2.17
-> installed sha.1.13
-> installed re.1.10.3
-> installed topkg.0.9.0
-> installed extlib.1.7.8
-> installed ocamlgraph.2.0.0
-> installed uutf.1.0.1
-> installed fmt.0.8.7
-> installed astring.0.8.2
-> installed alcotest.0.8.0
-> installed jsonm.1.0.1
-> 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 mccs.1.1+17
-> installed dose3.6.1
-> installed opam-solver.2.2.1
-> installed opam-client.2.2.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 08:01.48 ---> saved as "b591d48d25a74038cbb4cbbec3a57b933c8a8d7c01f6bc4c5c5d7595c2670878"


/src: (copy (src .) (dst /src))
2024-11-20 08:01.48 ---> saved as "6f417153990323cf7f92ce50f61f79ff93b42bdd4911e4fcdbef3092e504ab87"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.10/lib/alcotest/alcotest.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
2024-11-20 08:01.49 ---> saved as "621552419916845c797f8c8455623f5167261f8edde0d03a9ba806029babb2e3"
Job succeeded
2024-11-20 08:01.50: Job succeeded