OrganisationsLeonidas-from-XIVopam-test9cc745 (main)opensuse-15.6-5.4_opam-2.4

opensuse-15.6-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-10-27 22:39.39: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-x86_64:opensuse-15.6-5.4_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97
# opensuse-15.6-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-test.opam ./
RUN opam pin add -yn opam-test.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="0install-solver.2.18 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.0.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y opam-test.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-27 22:39.39: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97-opensuse-15.6-5.4_opam-2.4-ad21675e9e4d1dc623e6c42b1adec67c"
2025-10-27 22:39.39: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97)
(comment opensuse-15.6-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-test.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn opam-test.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "0install-solver.2.18 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.0.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4")
(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-test.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-27 22:39.39: Waiting for resource in pool OCluster
2025-10-27 23:05.32: Waiting for worker…
2025-10-27 23:06.34: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9cc7455 Add README


(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97' locally
docker.io/ocaml/opam@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97: Pulling from ocaml/opam
fc8a24cc533c: Pulling fs layer
90cd161318ac: Pulling fs layer
a6ee25031616: Pulling fs layer
388350438afb: Pulling fs layer
10cb99b51569: Pulling fs layer
fc8a24cc533c: Waiting
a6e883ede098: Pulling fs layer
2c40aeca1b5f: Pulling fs layer
ee8a2db70249: Pulling fs layer
388350438afb: Waiting
a6ee25031616: Waiting
a6e883ede098: Waiting
2c40aeca1b5f: Waiting
ee8a2db70249: Waiting
90cd161318ac: Verifying Checksum
90cd161318ac: Download complete
a6ee25031616: Download complete
388350438afb: Verifying Checksum
388350438afb: Download complete
10cb99b51569: Verifying Checksum
10cb99b51569: Download complete
a6e883ede098: Verifying Checksum
a6e883ede098: Download complete
2c40aeca1b5f: Verifying Checksum
2c40aeca1b5f: Download complete
ee8a2db70249: Verifying Checksum
ee8a2db70249: Download complete
fc8a24cc533c: Verifying Checksum
fc8a24cc533c: Download complete
fc8a24cc533c: Pull complete
90cd161318ac: Pull complete
a6ee25031616: Pull complete
388350438afb: Pull complete
10cb99b51569: Pull complete
a6e883ede098: Pull complete
2c40aeca1b5f: Pull complete
ee8a2db70249: Pull complete
Digest: sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97
Status: Downloaded newer image for ocaml/opam@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97
2025-10-27 23:06.35 ---> using "ae1cf7874d1348db516956c3b0f04d2e72f623ebde5436869fa3fbfc5bad9e6d" from cache


/: (comment opensuse-15.6-5.4_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-27 23:06.35 ---> using "bcdc17b3ac77279cc0d22245f3d4882045d63fca79a0088cf9f8b9a4bdad354d" 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-27 23:06.35 ---> using "bb715596ca145bfa6cd68223417ee352ad0ffd2c5802210c32b1340ab12475ac" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-157-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-27 23:06.35 ---> using "2ad2a6ec92abda11867bb601b151ab3e60260ae1cdefbdf9cbd2c57a5f276391" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-27 23:06.35 ---> using "666d928111f3644c7d7e3ce175c6d1dee44967a51cf2d50712c3e9353eaaccc6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
5bf570252b..7f9c784b97  master     -> origin/master
7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 23:06.35 ---> using "9d4cc55ada4a1fc4a3df567e98b26f1b660e425749581b7b857ed337c29c659a" from cache


/src: (copy (src opam-test.opam) (dst ./))
2025-10-27 23:06.35 ---> saved as "df5dc3527b2206ee55044a91b8886b1eb8d7c123901e78f247aecace7cb44516"


/src: (run (network host)
(shell "opam pin add -yn opam-test.dev './'"))
[opam-test.dev] synchronised (file:///src)
[WARNING] Failed checks on opam-test package definition from source at file:///src:
warning 68: Missing field 'license'
opam-test is now pinned to file:///src (version dev)
2025-10-27 23:06.37 ---> saved as "89f4ea8d4b70ab95f6a563fcfa3f237a858dc33895925493dd8769992baa5ab1"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-27 23:06.37 ---> saved as "fe3243e32b90a8e6b8195d4f5f97126a8bc323e1adddd8acd29deb2f125c39d9"


/src: (env DEPS "0install-solver.2.18 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.0.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4")


/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-test.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- 
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ........
- ........
- .......
- .........
- .........
- ..........done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ...
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- .........
- .......
- .........
- ........
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- .....
- .........
- ......
- .....
- ........
- ........
- .........
- .........
- ........
- ..........
- ........
- .........
- .........
- ..........
- .........
- .......
- .......
- ....
- ....
- .........
- .........
- ........
- ........
- .......
- .......
- .........
- ........
- .........
- .........
- .........
- .......
- ........
- ..........
- ........
- .........
- .........
- ........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- ........
- ........
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- .......
- .......
- .........
- .........
- ........
- ........
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- .......
- .......
- .........
- ..........
- ......
- .........
- ........
- ........
- ........
- ........
- ........
- ........
- .........
- .......
- ........
- .........
- ........
- ..........
- .........
- ........
- .........
- ..........
- ........
- .........
- .........
- ..........
- .........
- .........
- ..........
- ........
- .........
- .........
- .......
- .........
- ..........
- ..........
- .........
- ..........
- .........
- .......
- ......
- ......
- ........
- ..........
- .........
- .........
- ......
- ......
- ..
- ..........
- .........
- .........
- ......
- ...
- .......
- .
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [.
- .
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ..
- .
- ..
- ..
- ..
- ....
- .
- ..
- done]
- Building repository 'Main Update Repository' cache [..
- ..done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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).
2025-10-27 23:10.24 ---> saved as "dafcac8336b1167f376fca6fff391545f3ee67b40e6be3eac35b1e456c677520"


/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 34 packages
- install 0install-solver    2.18
- install base64             3.5.2
- install cmdliner           1.3.0
- install conf-c++           1.0
- install cppo               1.8.0
- install cudf               0.10
- install dose3              7.0.0
- install dune               3.20.2
- install extlib             1.8.0
- install jsonm              1.0.2
- install mccs               1.1+19
- install menhir             20250912
- install menhirCST          20250912
- install menhirLib          20250912
- install menhirSdk          20250912
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install ocamlgraph         2.2.0
- install opam-0install-cudf 0.5.0
- install opam-client        2.4.1
- install opam-core          2.4.1
- install opam-file-format   2.2.0
- install opam-format        2.4.1
- install opam-repository    2.4.1
- install opam-solver        2.4.1
- install opam-state         2.4.1
- install patch              3.0.0
- install re                 1.14.0
- install sha                1.15.4
- install spdx_licenses      1.4.0
- install stdlib-shims       0.3.0
- install swhid_core         0.1
- install topkg              1.1.0
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved 0install-solver.2.18  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-c++.1.0
-> retrieved cudf.0.10  (cached)
-> retrieved dose3.7.0.0  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved mccs.1.1+19  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved dune.3.20.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-0install-cudf.0.5.0  (cached)
-> retrieved opam-client.2.4.1, opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-solver.2.4.1, opam-state.2.4.1  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved patch.3.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved spdx_licenses.1.4.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed menhirCST.20250912
-> installed stdlib-shims.0.3.0
-> installed 0install-solver.2.18
-> installed menhirSdk.20250912
-> installed patch.3.0.0
-> installed spdx_licenses.1.4.0
-> installed swhid_core.0.1
-> installed menhirLib.20250912
-> installed cppo.1.8.0
-> installed sha.1.15.4
-> installed re.1.14.0
-> installed extlib.1.8.0
-> installed ocamlgraph.2.2.0
-> installed cudf.0.10
-> installed opam-0install-cudf.0.5.0
-> installed dose3.7.0.0
-> installed mccs.1.1+19
-> installed opam-core.2.4.1
-> installed menhir.20250912
-> installed opam-file-format.2.2.0
-> installed opam-format.2.4.1
-> installed opam-repository.2.4.1
-> installed opam-solver.2.4.1
-> installed opam-state.2.4.1
-> installed opam-client.2.4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 23:11.26 ---> saved as "ed30611136c1d63cead2cf2a35268718603adeee3529cdd0c1392e4889c588a8"


/src: (copy (src .) (dst /src))
2025-10-27 23:11.26 ---> saved as "bc50effc61b96b98ce3ae23cec315c9613ee49ec279f92d3670ed2400ad0b19a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.opam_test.objs/byte -I /home/opam/.opam/5.4/lib/0install-solver -I /home/opam/.opam/5.4/lib/base64 -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/cudf -I /home/opam/.opam/5.4/lib/dose3/algo -I /home/opam/.opam/5.4/lib/dose3/common -I /home/opam/.opam/5.4/lib/extlib -I /home/opam/.opam/5.4/lib/jsonm -I /home/opam/.opam/5.4/lib/mccs -I /home/opam/.opam/5.4/lib/mccs/glpk/internal -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocamlgraph -I /home/opam/.opam/5.4/lib/opam-0install-cudf -I /home/opam/.opam/5.4/lib/opam-client -I /home/opam/.opam/5.4/lib/opam-core -I /home/opam/.opam/5.4/lib/opam-file-format -I /home/opam/.opam/5.4/lib/opam-format -I /home/opam/.opam/5.4/lib/opam-repository -I /home/opam/.opam/5.4/lib/opam-solver -I /home/opam/.opam/5.4/lib/opam-state -I /home/opam/.opam/5.4/lib/patch -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/re/pcre -I /home/opam/.opam/5.4/lib/sha -I /home/opam/.opam/5.4/lib/spdx_licenses -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/lib/swhid_core -I /home/opam/.opam/5.4/lib/uutf -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/byte/opam_test__Cli.cmo -c -impl lib/cli.ml)
File "lib/cli.ml", line 7, characters 13-31:
7 |   let info = Cmdliner.Term.info "opam-test" ~version:"%%VERSION%%" in
^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.


File "lib/cli.ml", line 9, characters 17-21:
9 |   Cmdliner.Term.(exit @@ eval v)
^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.


File "lib/cli.ml", line 9, characters 25-29:
9 |   Cmdliner.Term.(exit @@ eval v)
^^^^
Error (alert deprecated): Cmdliner.Term.eval
Use Cmd.v and one of Cmd.eval* instead.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.opam_test.objs/byte -I /home/opam/.opam/5.4/lib/0install-solver -I /home/opam/.opam/5.4/lib/base64 -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/cudf -I /home/opam/.opam/5.4/lib/dose3/algo -I /home/opam/.opam/5.4/lib/dose3/common -I /home/opam/.opam/5.4/lib/extlib -I /home/opam/.opam/5.4/lib/jsonm -I /home/opam/.opam/5.4/lib/mccs -I /home/opam/.opam/5.4/lib/mccs/glpk/internal -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocamlgraph -I /home/opam/.opam/5.4/lib/opam-0install-cudf -I /home/opam/.opam/5.4/lib/opam-client -I /home/opam/.opam/5.4/lib/opam-core -I /home/opam/.opam/5.4/lib/opam-file-format -I /home/opam/.opam/5.4/lib/opam-format -I /home/opam/.opam/5.4/lib/opam-repository -I /home/opam/.opam/5.4/lib/opam-solver -I /home/opam/.opam/5.4/lib/opam-state -I /home/opam/.opam/5.4/lib/patch -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/re/pcre -I /home/opam/.opam/5.4/lib/sha -I /home/opam/.opam/5.4/lib/spdx_licenses -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/lib/swhid_core -I /home/opam/.opam/5.4/lib/uutf -cmi-file lib/.opam_test.objs/byte/opam_test__Init.cmi -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/byte/opam_test__Init.cmo -c -impl lib/init.ml)
File "lib/init.ml", line 4, characters 9-45:
4 |   ignore (OpamStateConfig.load_defaults root);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 5 [ignored-partial-application]): this function application is partial,
maybe some arguments are missing.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.opam_test.objs/byte -I lib/.opam_test.objs/native -I /home/opam/.opam/5.4/lib/0install-solver -I /home/opam/.opam/5.4/lib/base64 -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/cudf -I /home/opam/.opam/5.4/lib/dose3/algo -I /home/opam/.opam/5.4/lib/dose3/common -I /home/opam/.opam/5.4/lib/extlib -I /home/opam/.opam/5.4/lib/jsonm -I /home/opam/.opam/5.4/lib/mccs -I /home/opam/.opam/5.4/lib/mccs/glpk/internal -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocamlgraph -I /home/opam/.opam/5.4/lib/opam-0install-cudf -I /home/opam/.opam/5.4/lib/opam-client -I /home/opam/.opam/5.4/lib/opam-core -I /home/opam/.opam/5.4/lib/opam-file-format -I /home/opam/.opam/5.4/lib/opam-format -I /home/opam/.opam/5.4/lib/opam-repository -I /home/opam/.opam/5.4/lib/opam-solver -I /home/opam/.opam/5.4/lib/opam-state -I /home/opam/.opam/5.4/lib/patch -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/re/pcre -I /home/opam/.opam/5.4/lib/sha -I /home/opam/.opam/5.4/lib/spdx_licenses -I /home/opam/.opam/5.4/lib/stdlib-shims -I /home/opam/.opam/5.4/lib/swhid_core -I /home/opam/.opam/5.4/lib/uutf -cmi-file lib/.opam_test.objs/byte/opam_test__Init.cmi -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/native/opam_test__Init.cmx -c -impl lib/init.ml)
File "lib/init.ml", line 4, characters 9-45:
4 |   ignore (OpamStateConfig.load_defaults root);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 5 [ignored-partial-application]): this function application is partial,
maybe some arguments are missing.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-10-27 23:11.27: Job failed: Failed: Build failed