2025-10-15 10:17.47: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-x86_64:debian-13-4.09_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813Opam 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.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813# debian-13-4.09_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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.11.0 seq.base 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:17.47: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813-debian-13-4.09_opam-2.4-e9b10d415f6c4ca92dce671df5b53816"2025-10-15 10:17.47: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813)(comment debian-13-4.09_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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.11.0 seq.base 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:17.47: Waiting for resource in pool OCluster2025-10-15 11:00.01: Waiting for worker…2025-10-15 11:03.22: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at 9cc7455 Add README(from ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813)Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813' locallydocker.io/ocaml/opam@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Already exists8f6112f72fa5: Already existsf06108004adb: Already existsf34ea90e6bf7: Already existsb44a65709156: Already exists4c25908bbac9: Already existsf76df728146d: Already exists1fee769dfcf3: Already exists9089a7f69af3: Already exists6f758b47b2a0: Already exists16b225bbb395: Already existsabbf3ec39b68: Already exists1a61521655a9: Already exists6a8565a9e443: Already existsc059a4cbd7b9: Already exists3a00fdc9e291: Already existsa0b62589bd38: Already exists6e8d713bf843: Already existsbca1fd5341ba: Already exists34b9849c2772: Already exists4f4fb700ef54: Already existsd8d3d0744e38: Already exists788c7ce0e0e5: Already existsa297eab0ca3b: Already exists2e79af39acdb: Already exists8858e600236c: Already exists9efe23d1fe7d: Already exists47d185934312: Already exists64a949a6caff: Already existsc9d6a7c18bb1: Already existse4fde4815f0c: Already existsd1f759c16950: Already existsf3dd45bf195f: Already exists3985a6049101: Already existsaae849592418: Already exists6173459dc6b2: Already exists7f16ef63bee0: Already existsfe355de6a899: Already existsb0bc5a15bc9d: Already existsabc4a9858046: Pulling fs layer48194d740918: Pulling fs layer32807745f23c: Pulling fs layerded03aa9a71c: Pulling fs layerded03aa9a71c: Waiting48194d740918: Verifying Checksum48194d740918: Download complete32807745f23c: Verifying Checksum32807745f23c: Download completeded03aa9a71c: Verifying Checksumded03aa9a71c: Download completeabc4a9858046: Verifying Checksumabc4a9858046: Download completeabc4a9858046: Pull complete48194d740918: Pull complete32807745f23c: Pull completeded03aa9a71c: Pull completeDigest: sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813Status: Downloaded newer image for ocaml/opam@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff698132025-10-15 11:03.22 ---> using "1f5f752d6fe2e9d2389be97f468e29013b1f7bee304f743b5fa4ce0538d87397" from cache/: (comment debian-13-4.09_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:03.22 ---> using "087a118c2857b0c9374e64b33025ff7fe30efb4476cb6564e4a8ac3d184e170b" from cache/src: (run (shell "opam init --reinit -ni"))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.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.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-15 11:03.29 ---> saved as "1ab5044821b1b1b34c5caa21ec1d966968436bc17957e789ed07f322f3f65c24"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.09.12.4.12025-10-15 11:03.30 ---> saved as "81bd5ab43eee27d22f3c072caf298b3b314c8083d01719d6b617d1f3e621a3fe"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 11:03.30 ---> saved as "8076d81ba6abd8df0b02692373d7fd13877642972dfa3e0055daf15ed2551da6"/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:04.08 ---> saved as "d8f9e00c8b2a200be379bbb5a5a81418b9017b9618e20e451f1e6eff808577c0"/src: (copy (src opam-test.opam) (dst ./))2025-10-15 11:04.09 ---> saved as "9b1eccea15ec44f2dcc40b023f85bcafee903c06843489071b97a144b138d19a"/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:04.12 ---> saved as "3cc4c48279175f58d1d46dc69b69e6ed0c9c55622a122197ef6cb1e42a965d11"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 11:04.13 ---> saved as "c210cc50128033e1a8ca3f3ef9ec866f0cc36d10439956ae1e042d750199f942"/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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.11.0 seq.base 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 amd64 Packages [53.8 kB]- Fetched 145 kB in 0s (824 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-test.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.1).[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:04.36 ---> saved as "dc700f7a693464a135584d36261357793753b652adc0435aed9fc198a915b057"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.1).[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 35 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.11.0- install seq base- 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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved dune.3.20.2 (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)-> retrieved seq.base (cached)-> retrieved patch.3.0.0 (cached)-> retrieved re.1.11.0 (cached)-> installed cmdliner.1.3.0-> installed seq.base-> 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 spdx_licenses.1.4.0-> installed patch.3.0.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed 0install-solver.2.18-> installed menhirSdk.20250912-> installed menhirLib.20250912-> installed cppo.1.8.0-> installed re.1.11.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.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-15 11:07.22 ---> saved as "d5e1a66b5b8aa76f6d266362b241630b7af5bf422fcc2b76478a200f70582590"/src: (copy (src .) (dst /src))2025-10-15 11:07.22 ---> saved as "7bcfbd5a564cc647b49e553fe5437ebdf67cbfca5a0ec79da63fda3c5626604a"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.09/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.09/lib/0install-solver -I /home/opam/.opam/4.09/lib/base64 -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/cudf -I /home/opam/.opam/4.09/lib/dose3/algo -I /home/opam/.opam/4.09/lib/dose3/common -I /home/opam/.opam/4.09/lib/extlib -I /home/opam/.opam/4.09/lib/jsonm -I /home/opam/.opam/4.09/lib/mccs -I /home/opam/.opam/4.09/lib/mccs/glpk/internal -I /home/opam/.opam/4.09/lib/ocamlgraph -I /home/opam/.opam/4.09/lib/opam-0install-cudf -I /home/opam/.opam/4.09/lib/opam-client -I /home/opam/.opam/4.09/lib/opam-core -I /home/opam/.opam/4.09/lib/opam-file-format -I /home/opam/.opam/4.09/lib/opam-format -I /home/opam/.opam/4.09/lib/opam-repository -I /home/opam/.opam/4.09/lib/opam-solver -I /home/opam/.opam/4.09/lib/opam-state -I /home/opam/.opam/4.09/lib/patch -I /home/opam/.opam/4.09/lib/re -I /home/opam/.opam/4.09/lib/re/pcre -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sha -I /home/opam/.opam/4.09/lib/spdx_licenses -I /home/opam/.opam/4.09/lib/stdlib-shims -I /home/opam/.opam/4.09/lib/swhid_core -I /home/opam/.opam/4.09/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.09/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.09/lib/0install-solver -I /home/opam/.opam/4.09/lib/base64 -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/cudf -I /home/opam/.opam/4.09/lib/dose3/algo -I /home/opam/.opam/4.09/lib/dose3/common -I /home/opam/.opam/4.09/lib/extlib -I /home/opam/.opam/4.09/lib/jsonm -I /home/opam/.opam/4.09/lib/mccs -I /home/opam/.opam/4.09/lib/mccs/glpk/internal -I /home/opam/.opam/4.09/lib/ocamlgraph -I /home/opam/.opam/4.09/lib/opam-0install-cudf -I /home/opam/.opam/4.09/lib/opam-client -I /home/opam/.opam/4.09/lib/opam-core -I /home/opam/.opam/4.09/lib/opam-file-format -I /home/opam/.opam/4.09/lib/opam-format -I /home/opam/.opam/4.09/lib/opam-repository -I /home/opam/.opam/4.09/lib/opam-solver -I /home/opam/.opam/4.09/lib/opam-state -I /home/opam/.opam/4.09/lib/patch -I /home/opam/.opam/4.09/lib/re -I /home/opam/.opam/4.09/lib/re/pcre -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sha -I /home/opam/.opam/4.09/lib/spdx_licenses -I /home/opam/.opam/4.09/lib/stdlib-shims -I /home/opam/.opam/4.09/lib/swhid_core -I /home/opam/.opam/4.09/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): this function application is partial,maybe some arguments are missing.(cd _build/default && /home/opam/.opam/4.09/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.09/lib/0install-solver -I /home/opam/.opam/4.09/lib/base64 -I /home/opam/.opam/4.09/lib/cmdliner -I /home/opam/.opam/4.09/lib/cudf -I /home/opam/.opam/4.09/lib/dose3/algo -I /home/opam/.opam/4.09/lib/dose3/common -I /home/opam/.opam/4.09/lib/extlib -I /home/opam/.opam/4.09/lib/jsonm -I /home/opam/.opam/4.09/lib/mccs -I /home/opam/.opam/4.09/lib/mccs/glpk/internal -I /home/opam/.opam/4.09/lib/ocamlgraph -I /home/opam/.opam/4.09/lib/opam-0install-cudf -I /home/opam/.opam/4.09/lib/opam-client -I /home/opam/.opam/4.09/lib/opam-core -I /home/opam/.opam/4.09/lib/opam-file-format -I /home/opam/.opam/4.09/lib/opam-format -I /home/opam/.opam/4.09/lib/opam-repository -I /home/opam/.opam/4.09/lib/opam-solver -I /home/opam/.opam/4.09/lib/opam-state -I /home/opam/.opam/4.09/lib/patch -I /home/opam/.opam/4.09/lib/re -I /home/opam/.opam/4.09/lib/re/pcre -I /home/opam/.opam/4.09/lib/seq -I /home/opam/.opam/4.09/lib/sha -I /home/opam/.opam/4.09/lib/spdx_licenses -I /home/opam/.opam/4.09/lib/stdlib-shims -I /home/opam/.opam/4.09/lib/swhid_core -I /home/opam/.opam/4.09/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): 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:07.23: Job failed: Failed: Build failed