OrganisationsLeonidas-from-XIVopam-test9cc745 (main)macos-homebrew-5.4_opam-2.5

macos-homebrew-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-16 12:44.16: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (macos-x86_64:macos-homebrew-5.4_opam-2.5)
Base: macos-homebrew-ocaml-5.4
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 macos-homebrew-ocaml-5.4
# macos-homebrew-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee || git fetch origin master) && git reset -q --hard 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-test.opam ./src/./
RUN opam pin add -yn opam-test.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./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.2.1.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.22.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.5.1 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-solver.2.5.1 opam-state.2.5.1 patch.3.1.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.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y opam-test.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-04-16 12:44.16: Using cache hint "Leonidas-from-XIV/opam-test-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.5-6a40552e84dd9067aa7c2dfac45289b1"
2026-04-16 12:44.16: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(comment macos-homebrew-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee || git fetch origin master) && git reset -q --hard 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-test.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn opam-test.dev './src/./'"))
(run (shell "echo '(lang dune 3.0)' > './src/./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.2.1.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.22.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.5.1 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-solver.2.5.1 opam-state.2.5.1 patch.3.1.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.1 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y opam-test.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-16 12:44.16: Waiting for resource in pool OCluster
2026-04-16 12:44.16: Waiting for worker…
2026-04-16 13:04.24: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
HEAD is now at 9cc7455 Add README


(from macos-homebrew-ocaml-5.4)
2026-04-16 13:04.25 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache


/: (comment macos-homebrew-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
2026-04-16 13:04.26 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-04-16 13:04.26 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-16 13:04.27 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee || git fetch origin master) && git reset -q --hard 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4c9d80b731..0b0acbee05  master     -> origin/master
17afc56c0a Merge pull request #29731 from kit-ty-kate/opam-publish-opam-client.2.5.1


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


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-compiler.5.4.1
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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)
2026-04-16 13:05.20 ---> saved as "5990621300d412a908546721d3f7b5ed8b50fd9a190bae1ba34c663c7c9ce104"


/: (copy (src opam-test.opam) (dst ./src/./))
2026-04-16 13:05.21 ---> saved as "db5c0dd11b9076bd88e28f85ebc190f4b1eaefe690163ab82571cfac27de73a4"


/: (run (network host)
(shell "opam pin add -yn opam-test.dev './src/./'"))
[opam-test.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on opam-test package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
opam-test is now pinned to file:///Users/mac1000/src (version dev)
2026-04-16 13:05.34 ---> saved as "60610425018847ea6f6ed9f7e16d49f70757b6b24a6ae897f803c13e8479fcf2"


/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-04-16 13:05.36 ---> saved as "c3097e189109c12f3b0f4d8f322fed130ce62224a7aee5d10c31e4594aa25699"


/: (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.2.1.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.22.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.5.1 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-solver.2.5.1 opam-state.2.5.1 patch.3.1.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.1 uutf.1.0.4")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y opam-test.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-test.dev] synchronised (file:///Users/mac1000/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).
# To update the current shell environment, run: eval $(opam env)
2026-04-16 13:06.08 ---> saved as "3af399a80d9ceff66687ea7c5849c3a62dc5e59dffe17bea404c640ea1286f9e"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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 35 packages
- install 0install-solver    2.18
- install base64             3.5.2
- install cmdliner           2.1.0
- install conf-c++           1.0
- install cppo               1.8.0
- install cudf               0.10
- install dose3              7.0.0
- install dune               3.22.2
- install extlib             1.8.0
- install jsonm              1.0.2
- install mccs               1.1+19
- install menhir             20260209
- install menhirCST          20260209
- install menhirGLR          20260209
- install menhirLib          20260209
- install menhirSdk          20260209
- 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.5.1
- install opam-core          2.5.1
- install opam-file-format   2.2.0
- install opam-format        2.5.1
- install opam-repository    2.5.1
- install opam-solver        2.5.1
- install opam-state         2.5.1
- install patch              3.1.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.1
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-c++.1.0
-> retrieved cudf.0.10  (cached)
-> retrieved 0install-solver.2.18  (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 ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-0install-cudf.0.5.0  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved patch.3.1.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved opam-client.2.5.1, opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-solver.2.5.1, opam-state.2.5.1  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved dune.3.22.2  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved spdx_licenses.1.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed jsonm.1.0.2
-> installed dune.3.22.2
-> installed menhirCST.20260209
-> installed base64.3.5.2
-> installed 0install-solver.2.18
-> installed menhirGLR.20260209
-> installed cppo.1.8.0
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20260209
-> installed swhid_core.0.1
-> installed spdx_licenses.1.4.0
-> installed patch.3.1.0
-> installed menhirSdk.20260209
-> installed extlib.1.8.0
-> installed sha.1.15.4
-> installed re.1.14.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.5.1
-> installed menhir.20260209
-> installed opam-file-format.2.2.0
-> installed opam-format.2.5.1
-> installed opam-repository.2.5.1
-> installed opam-solver.2.5.1
-> installed opam-state.2.5.1
-> installed opam-client.2.5.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-16 13:08.17 ---> saved as "d62c844c1f45f9afd88fb89255ca7102e4bf7e099cf39b3ef0bdc9889c083673"


/: (copy (src .) (dst ./src))
2026-04-16 13:08.19 ---> saved as "47430e6c0219e7068a42ef5e2769e2e56a72b01949dfc5530640bd45f70102ba"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.4.0/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 /Users/mac1000/.opam/5.4.0/lib/0install-solver -I /Users/mac1000/.opam/5.4.0/lib/base64 -I /Users/mac1000/.opam/5.4.0/lib/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/cudf -I /Users/mac1000/.opam/5.4.0/lib/dose3/algo -I /Users/mac1000/.opam/5.4.0/lib/dose3/common -I /Users/mac1000/.opam/5.4.0/lib/extlib -I /Users/mac1000/.opam/5.4.0/lib/jsonm -I /Users/mac1000/.opam/5.4.0/lib/mccs -I /Users/mac1000/.opam/5.4.0/lib/mccs/glpk/internal -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocamlgraph -I /Users/mac1000/.opam/5.4.0/lib/opam-0install-cudf -I /Users/mac1000/.opam/5.4.0/lib/opam-client -I /Users/mac1000/.opam/5.4.0/lib/opam-core -I /Users/mac1000/.opam/5.4.0/lib/opam-core/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/opam-file-format -I /Users/mac1000/.opam/5.4.0/lib/opam-format -I /Users/mac1000/.opam/5.4.0/lib/opam-repository -I /Users/mac1000/.opam/5.4.0/lib/opam-solver -I /Users/mac1000/.opam/5.4.0/lib/opam-state -I /Users/mac1000/.opam/5.4.0/lib/patch -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/re/pcre -I /Users/mac1000/.opam/5.4.0/lib/sha -I /Users/mac1000/.opam/5.4.0/lib/spdx_licenses -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I /Users/mac1000/.opam/5.4.0/lib/swhid_core -I /Users/mac1000/.opam/5.4.0/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: Unbound value Cmdliner.Term.info
(cd _build/default && /Users/mac1000/.opam/5.4.0/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 /Users/mac1000/.opam/5.4.0/lib/0install-solver -I /Users/mac1000/.opam/5.4.0/lib/base64 -I /Users/mac1000/.opam/5.4.0/lib/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/cudf -I /Users/mac1000/.opam/5.4.0/lib/dose3/algo -I /Users/mac1000/.opam/5.4.0/lib/dose3/common -I /Users/mac1000/.opam/5.4.0/lib/extlib -I /Users/mac1000/.opam/5.4.0/lib/jsonm -I /Users/mac1000/.opam/5.4.0/lib/mccs -I /Users/mac1000/.opam/5.4.0/lib/mccs/glpk/internal -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocamlgraph -I /Users/mac1000/.opam/5.4.0/lib/opam-0install-cudf -I /Users/mac1000/.opam/5.4.0/lib/opam-client -I /Users/mac1000/.opam/5.4.0/lib/opam-core -I /Users/mac1000/.opam/5.4.0/lib/opam-core/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/opam-file-format -I /Users/mac1000/.opam/5.4.0/lib/opam-format -I /Users/mac1000/.opam/5.4.0/lib/opam-repository -I /Users/mac1000/.opam/5.4.0/lib/opam-solver -I /Users/mac1000/.opam/5.4.0/lib/opam-state -I /Users/mac1000/.opam/5.4.0/lib/patch -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/re/pcre -I /Users/mac1000/.opam/5.4.0/lib/sha -I /Users/mac1000/.opam/5.4.0/lib/spdx_licenses -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I /Users/mac1000/.opam/5.4.0/lib/swhid_core -I /Users/mac1000/.opam/5.4.0/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 && /Users/mac1000/.opam/5.4.0/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 /Users/mac1000/.opam/5.4.0/lib/0install-solver -I /Users/mac1000/.opam/5.4.0/lib/base64 -I /Users/mac1000/.opam/5.4.0/lib/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/cudf -I /Users/mac1000/.opam/5.4.0/lib/dose3/algo -I /Users/mac1000/.opam/5.4.0/lib/dose3/common -I /Users/mac1000/.opam/5.4.0/lib/extlib -I /Users/mac1000/.opam/5.4.0/lib/jsonm -I /Users/mac1000/.opam/5.4.0/lib/mccs -I /Users/mac1000/.opam/5.4.0/lib/mccs/glpk/internal -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocamlgraph -I /Users/mac1000/.opam/5.4.0/lib/opam-0install-cudf -I /Users/mac1000/.opam/5.4.0/lib/opam-client -I /Users/mac1000/.opam/5.4.0/lib/opam-core -I /Users/mac1000/.opam/5.4.0/lib/opam-core/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/opam-file-format -I /Users/mac1000/.opam/5.4.0/lib/opam-format -I /Users/mac1000/.opam/5.4.0/lib/opam-repository -I /Users/mac1000/.opam/5.4.0/lib/opam-solver -I /Users/mac1000/.opam/5.4.0/lib/opam-state -I /Users/mac1000/.opam/5.4.0/lib/patch -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/re/pcre -I /Users/mac1000/.opam/5.4.0/lib/sha -I /Users/mac1000/.opam/5.4.0/lib/spdx_licenses -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I /Users/mac1000/.opam/5.4.0/lib/swhid_core -I /Users/mac1000/.opam/5.4.0/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" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-04-16 13:08.25: Job failed: Failed: Build failed