2026-04-22 14:12.53: 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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.1 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-22 14:12.53: Using cache hint "Leonidas-from-XIV/opam-test-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.5-aeedbf21c9963b42734a1867df03f879" 2026-04-22 14:12.53: 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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.1 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-22 14:12.53: Waiting for resource in pool OCluster 2026-04-22 16:22.03: Waiting for worker… 2026-04-22 21:29.46: Got resource from pool OCluster Building on i7-worker-03 All commits already cached HEAD is now at 9cc7455 Add README (from macos-homebrew-ocaml-5.4) 2026-04-22 21:29.47 ---> 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-22 21:29.48 ---> 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-22 21:29.48 ---> 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-22 21:29.48 ---> 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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 95f7875db7..80ba534fc6 master -> origin/master 036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository default (at git+file:///Users/mac1000/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///Users/mac1000/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 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-22 21:29.48 ---> using "71cc5e00934cb201b0a7fe329a73e3354758237e0d32bb279642d981d93fb031" from cache /: (copy (src opam-test.opam) (dst ./src/./)) 2026-04-22 21:29.50 ---> saved as "5eac4bf98f8b948b4aa637625e79003ace658d0680852e5e761b7c9fab48a273" /: (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-22 21:30.03 ---> saved as "a816ce4f46baa2c82a7a58254b0dce342d327dc492c6898d9b1209aac2862b98" /: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-04-22 21:30.05 ---> saved as "dad0bc93255232878d5b2d8abccacc7ce0a7480eb42fb0484eeaf496b69df3b1" /: (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.1 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-22 21:30.36 ---> saved as "0f8383af0234f5c13d65546167e52cf2c76751be7e5b09f62b18692f291d31e5" /: (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.1 - 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.1 (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.1 -> 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 menhirLib.20260209 -> installed stdlib-shims.0.3.0 -> installed cppo.1.8.0 -> installed menhirSdk.20260209 -> installed swhid_core.0.1 -> installed spdx_licenses.1.4.0 -> installed patch.3.1.0 -> installed sha.1.15.4 -> installed extlib.1.8.0 -> installed re.1.14.0 -> installed cudf.0.10 -> installed ocamlgraph.2.2.0 -> 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-22 21:32.53 ---> saved as "8a05f4fbf48f08da6e52802be0b81177e92468253aae01432aae70fec1b301a5" /: (copy (src .) (dst ./src)) 2026-04-22 21:32.54 ---> saved as "ff57a1c40f19842f67843b8b1f910d240895e95940ee2d196bedc1b8b1595c94" /: (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-22 21:33.00: Job failed: Failed: Build failed