2025-10-15 10:13.42: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-ppc64:debian-13-4.14_ppc64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f# debian-13-4.14_ppc64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-15 10:13.42: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f-debian-13-4.14_ppc64_opam-2.4-32070cfd19fc27f0ea797c9014853bf8"2025-10-15 10:13.42: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f)(comment debian-13-4.14_ppc64_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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-15 10:13.42: Waiting for resource in pool OCluster2025-10-15 10:48.56: Waiting for worker…2025-10-15 11:02.30: Got resource from pool OClusterBuilding on orithia.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/opam-test.git-3d42cae92cce14751b3ba47932ea28d86cfee2c1/.git/HEAD is now at 9cc7455 Add README(from ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f' locallydocker.io/ocaml/opam@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f: Pulling from ocaml/opam71fbf24a2393: Already exists83dbd7bf17ea: Already exists9a65c1a24e17: Already exists3ddaeece5198: Already exists7b9d7a80f7ec: Already exists38aeca3c1618: Already exists0b596ce0a20e: Already exists0bbee5d6af7b: Already exists5298b4255e13: Already exists5d2e3e353c70: Already exists7e826a6260ef: Already exists1e1e8ba66fd1: Already exists80a95ac0076d: Already existsddf5f1a96e1f: Already exists8c5199c15aa0: Already exists9adfaeda889f: Already exists9adfaeda889f: Already exists1c7fc7e831bb: Already exists73d81cd9f2f1: Already existsaad978d660cd: Already exists79f97c7fe0e1: Already exists4f4fb700ef54: Already exists0d0929900137: Already exists51ace838e111: Already exists5e3d32d58263: Already exists312c19c10354: Already existsb8a6f72a4879: Already exists701b5b70672c: Already exists423ecb89d367: Already exists1daad2e46849: Already existsee810ee132eb: Already exists87cbcd4f135f: Already existsb0d89dead177: Already exists7797421764ef: Already exists3eaad8887796: Already exists6620c200808d: Already exists5fe59832ab21: Already existsb92d9ca399fc: Already exists1f82ed4aae51: Already exists7d53bd33957c: Already exists774ef7afd9e0: Pulling fs layerea2ee057f3bb: Pulling fs layer0d0454f0d863: Pulling fs layered3511b5485d: Pulling fs layered3511b5485d: Waitingea2ee057f3bb: Download complete0d0454f0d863: Download completeed3511b5485d: Verifying Checksumed3511b5485d: Download complete774ef7afd9e0: Download complete774ef7afd9e0: Pull completeea2ee057f3bb: Pull complete0d0454f0d863: Pull completeed3511b5485d: Pull completeDigest: sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144fStatus: Downloaded newer image for ocaml/opam@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f2025-10-15 11:02.31 ---> using "1cb942cfda1f8e1ddbf40e5bdcbeac5fd965ced289f74a8c35099e1a102034e9" from cache/: (comment debian-13-4.14_ppc64_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-15 11:02.31 ---> using "2718b6b4fbbf7e4749c9d720e3d02153c391f01749b90904ca85ae4f23a8120a" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-15 11:02.31 ---> using "92a282fe656dc9bd68064dc3d350288ac9479d44cd28978f21085bbf2b5af975" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-85-genericThe OCaml toplevel, version 4.14.22.4.12025-10-15 11:02.31 ---> using "136c44bb1d5823a2fafbdeb5b8f649b3e611251de3488c712e9593d030c65f47" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 11:02.31 ---> using "d81465d278c872c629803ec8f96f7ed89da224b51326fd434324c4a8ccefd4a5" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u"))dfe27d924d Merge pull request #28613 from kit-ty-kate/opam-2.4-stable-patch<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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)2025-10-15 11:03.01 ---> saved as "e4212edbc8b3d9425b6e85ee14e5a133949d04a7ec25e9a17b0cd6c7ab8db6f4"/src: (copy (src opam-test.opam) (dst ./))2025-10-15 11:03.01 ---> saved as "cf36b8e7d02a97765e3311a08c7f1e5aeaa15afb8c008773540ab22407c9093f"/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-15 11:03.03 ---> saved as "98326ede9d1938e8fa9d8894fcf24aa07947e0b76421400cb1f4251a0e010a93"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 11:03.04 ---> saved as "4a92024e0ad61139b2dade36349e79309736c80181772010d5e00058811ae054"/src: (env DEPS "0install-solver.2.18 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [51.4 kB]- Fetched 142 kB in 0s (1219 kB/s)- Reading package lists...-<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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).2025-10-15 11:03.18 ---> saved as "dabc4f8b3c93ae520c0aacec45875f725a9f30ffafc7c69aea91b6b06ebdd75e"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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 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 uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (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 spdx_licenses.1.4.0-> installed swhid_core.0.1-> installed 0install-solver.2.18-> installed patch.3.0.0-> installed menhirSdk.20250912-> installed cppo.1.8.0-> installed menhirLib.20250912-> installed re.1.14.0-> installed extlib.1.8.0-> installed sha.1.15.4-> 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.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-15 11:05.09 ---> saved as "4127cd505cfc22abeaeb7955725318e09f9976eeb4ba175db6bb2b5d13a0f11a"/src: (copy (src .) (dst /src))2025-10-15 11:05.09 ---> saved as "7e2187b0337d17aca34f0a4926ceb8c0e6f91366776941bad4d168bb0b0d95cd"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14/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 -I lib/.opam_test.objs/byte -I /home/opam/.opam/4.14/lib/0install-solver -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cudf -I /home/opam/.opam/4.14/lib/dose3/algo -I /home/opam/.opam/4.14/lib/dose3/common -I /home/opam/.opam/4.14/lib/extlib -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/mccs -I /home/opam/.opam/4.14/lib/mccs/glpk/internal -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-0install-cudf -I /home/opam/.opam/4.14/lib/opam-client -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/opam-solver -I /home/opam/.opam/4.14/lib/opam-state -I /home/opam/.opam/4.14/lib/patch -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/pcre -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/spdx_licenses -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/swhid_core -I /home/opam/.opam/4.14/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.infoUse Cmd.info instead.File "lib/cli.ml", line 9, characters 17-21:9 | Cmdliner.Term.(exit @@ eval v)^^^^Error (alert deprecated): Cmdliner.Term.exitUse 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.evalUse Cmd.v and one of Cmd.eval* instead.(cd _build/default && /home/opam/.opam/4.14/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 -I lib/.opam_test.objs/byte -I /home/opam/.opam/4.14/lib/0install-solver -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cudf -I /home/opam/.opam/4.14/lib/dose3/algo -I /home/opam/.opam/4.14/lib/dose3/common -I /home/opam/.opam/4.14/lib/extlib -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/mccs -I /home/opam/.opam/4.14/lib/mccs/glpk/internal -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-0install-cudf -I /home/opam/.opam/4.14/lib/opam-client -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/opam-solver -I /home/opam/.opam/4.14/lib/opam-state -I /home/opam/.opam/4.14/lib/patch -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/pcre -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/spdx_licenses -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/swhid_core -I /home/opam/.opam/4.14/lib/uutf -intf-suffix .ml -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/4.14/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/4.14/lib/0install-solver -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cudf -I /home/opam/.opam/4.14/lib/dose3/algo -I /home/opam/.opam/4.14/lib/dose3/common -I /home/opam/.opam/4.14/lib/extlib -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/mccs -I /home/opam/.opam/4.14/lib/mccs/glpk/internal -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-0install-cudf -I /home/opam/.opam/4.14/lib/opam-client -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/opam-solver -I /home/opam/.opam/4.14/lib/opam-state -I /home/opam/.opam/4.14/lib/patch -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/pcre -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/spdx_licenses -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/swhid_core -I /home/opam/.opam/4.14/lib/uutf -intf-suffix .ml -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 12025-10-15 11:05.10: Job failed: Failed: Build failed