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) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.4) 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_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/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 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 ./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.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 cd ./src && 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-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-ad21675e9e4d1dc623e6c42b1adec67c" 2025-10-27 22:39.39: Using OBuilder spec: ((from macos-homebrew-ocaml-5.4) (comment macos-homebrew-5.4_arm64_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.4 ~/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 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 ./src/./)) (run (network host) (shell "opam pin add -yn opam-test.dev './src/./'")) (run (network host) (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.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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --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")) ) 2025-10-27 22:39.39: Waiting for resource in pool OCluster 2025-10-27 22:39.39: Waiting for worker… 2025-10-27 23:54.28: Got resource from pool OCluster Building on m1-worker-02 All commits already cached HEAD is now at 9cc7455 Add README (from macos-homebrew-ocaml-5.4) 2025-10-27 23:54.28 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache /: (comment macos-homebrew-5.4_arm64_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam")) 2025-10-27 23:54.29 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" 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 2025-10-27 23:54.29 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.4.0 2.4.1 2025-10-27 23:54.29 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" 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 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:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-27 23:54.29 ---> using "0d3b40e06fac490f5b93247996fcf52b04dc54fb28708e299ea5669ed85fd164" from cache /: (copy (src opam-test.opam) (dst ./src/./)) 2025-10-27 23:54.30 ---> saved as "9061dfce3dc6d6fe3a8e446a114e9405745f80d97c35829357329cd8f6e2d331" /: (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) 2025-10-27 23:54.39 ---> saved as "c77929180459585816ee0dfe238f6343701d804e05aaa823e7854e348163b4f1" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-10-27 23:54.40 ---> saved as "e271bcf008f3de38aac67fa78a6d67d45c27fb626052767e3941f53a37a893a5" /: (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y opam-test.dev $DEPS")) + /opt/homebrew/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). 2025-10-27 23:54.54 ---> saved as "734717d55c21eb48613548168fb09c9235c7deb26b908eb75910a3a5d42cdcde" /: (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 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 cmdliner.1.3.0 (cached) -> retrieved base64.3.5.2 (cached) -> retrieved 0install-solver.2.18 (cached) -> installed conf-c++.1.0 -> retrieved cudf.0.10 (cached) -> retrieved cppo.1.8.0 (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.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> retrieved opam-0install-cudf.0.5.0 (cached) -> retrieved opam-file-format.2.2.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 patch.3.0.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved dune.3.20.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.0 (cached) -> installed cmdliner.1.3.0 -> 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 0install-solver.2.18 -> installed patch.3.0.0 -> installed menhirSdk.20250912 -> installed menhirLib.20250912 -> installed swhid_core.0.1 -> installed stdlib-shims.0.3.0 -> installed spdx_licenses.1.4.0 -> installed cppo.1.8.0 -> installed re.1.14.0 -> installed sha.1.15.4 -> 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:56.10 ---> saved as "49efd734f1cad559c15206d75b49e6acea2de17382b6431db4f07817b20d7e7a" /: (copy (src .) (dst ./src)) 2025-10-27 23:56.11 ---> saved as "c551f5354fc9bc2adb62dcf7e475b6a75a211bd8e8ff747d315666ead70f7d3c" /: (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-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 (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 && /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-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-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 2025-10-27 23:56.16: Job failed: Failed: Build failed