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) (linux-x86_64:debian-13-4.09_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2eOpam 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:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e# debian-13-4.09_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee || git fetch origin master) && git reset -q --hard 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee && 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.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.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.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.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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-16 12:44.16: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e-debian-13-4.09_opam-2.5-5983d8e3d80d9257f9270d3065e91854"2026-04-16 12:44.16: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e)(comment debian-13-4.09_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 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 ./))(run (network host)(shell "opam pin add -yn opam-test.dev './'"))(run (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.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.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.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.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.1 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.5 --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")))2026-04-16 12:44.16: Waiting for resource in pool OCluster2026-04-16 12:44.16: Waiting for worker…2026-04-16 12:46.03: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 9cc7455 Add README(from ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e)Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e' locallydocker.io/ocaml/opam@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e: Pulling from ocaml/opama7730063fcfe: Already exists1a27fd2181de: Already existsc29591c91388: Already exists356a64daa753: Already existsac02f8f2062b: Already existsaaa2f390e4c8: Already existsb668811757f6: Already exists32fd4e1a774f: Already existsb1d486fb8fdf: Already existscf8a2024f299: Already exists8c4a5dac67c3: Already exists6adfe24d7b40: Already existsdccd6e3c0589: Already exists2ee4bcb55cd4: Already exists2dc3b58478d7: Already existsdaf15e5c44c6: Already exists564e978a8088: Already exists564e978a8088: Already exists25a652a8c456: Already existsb3bfea7bff3f: Already existsa00f2937f570: Already exists78bd1737ebff: Already exists4f4fb700ef54: Already exists4291a055edd7: Already exists3c2b2836d59a: Already exists7b3e96544a52: Already existsc72503effb14: Already existsbca08df11a10: Already exists2ab0829b2daf: Already exists1d246d4da211: Already existsa09cb4870027: Already exists2ce07b4fe7c0: Already exists6b96f28d505e: Already existsb6ad36bba9bf: Already exists56d62791a0f9: Already exists4d60780055d1: Already exists43f57a7c44cb: Already existsf21057dc4e85: Already existse0d2ca1300ed: Already exists9da2f7598f8e: Already existscb569bb28593: Already exists865945196817: Pulling fs layeree2d9ecc9d98: Pulling fs layer6147a10ef827: Pulling fs layerf9d68e4f9f43: Pulling fs layerf9d68e4f9f43: Waitingee2d9ecc9d98: Verifying Checksumee2d9ecc9d98: Download complete6147a10ef827: Verifying Checksum6147a10ef827: Download completef9d68e4f9f43: Verifying Checksumf9d68e4f9f43: Download complete865945196817: Verifying Checksum865945196817: Download complete865945196817: Pull completeee2d9ecc9d98: Pull complete6147a10ef827: Pull completef9d68e4f9f43: Pull completeDigest: sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2eStatus: Downloaded newer image for ocaml/opam@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e2026-04-16 12:46.04 ---> using "2315430a2b9f3e6551a273bddfee694c78eb1da9ff2b8f19908a3b7fe84b2feb" from cache/: (comment debian-13-4.09_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-16 12:46.04 ---> using "2b073f222d3cd4a93e31f678de1dc32fccbf6c5be4a4c54e9345740a11c73182" 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] y[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-16 12:46.04 ---> using "cba2d830b7ba9947ee04b5579e649ea25c76e6ad7d69046a7626f21fae5bfb20" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.09.12.5.02026-04-16 12:46.04 ---> using "e611800b15ab13d3bc3c8fbb6e686f41716e2e39ad4fd175203d01473b0cc76e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 12:46.04 ---> using "63a50d5ea8eb5e9e4d238369d041842fc5bac110276a1735d7dd624285a8f37e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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_HEAD42844088d7..ea549f9f24 master -> origin/master17afc56c0a Merge pull request #29731 from kit-ty-kate/opam-publish-opam-client.2.5.1<><> 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.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 12:46.22 ---> saved as "ecfd35dd0c69569d7f874de70f5ab692c72fb9a3073462cad92b0f36d42df63a"/src: (copy (src opam-test.opam) (dst ./))2026-04-16 12:46.24 ---> saved as "bbe9bdb6a77c4c4142f1e189018f8f42969e60b3d9eb2125df583ac418625eef"/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)2026-04-16 12:46.27 ---> saved as "41eb95d5eca096a83d6e469c5416e3f9cb886248f2851f103930c41890dffb1d"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 12:46.28 ---> saved as "72e1135f8bd490cc0266545d8341e143917efab57b5cd4ebb7ddf9d097b15258"/src: (env DEPS "0install-solver.2.18 base-bigarray.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.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.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.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.1 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.5 --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 [123 kB]- Fetched 213 kB in 0s (1212 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).# To update the current shell environment, run: eval $(opam env)2026-04-16 12:46.44 ---> saved as "55b9a5a40f461b123023668064dff1be5c564532e90c12b0d8cf8c0881af063c"/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 36 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.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.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved 0install-solver.2.18 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved cmdliner.2.1.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.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.22.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.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 opam-file-format.2.2.0 (cached)-> retrieved seq.base (cached)-> installed cmdliner.2.1.0-> installed seq.base-> retrieved patch.3.1.0 (cached)-> retrieved re.1.11.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.1 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed jsonm.1.0.2-> installed dune.3.22.2-> installed base64.3.5.2-> installed 0install-solver.2.18-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed cppo.1.8.0-> installed stdlib-shims.0.3.0-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed patch.3.1.0-> installed spdx_licenses.1.4.0-> installed swhid_core.0.1-> installed re.1.11.0-> installed extlib.1.8.0-> installed sha.1.15.4-> 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.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-16 12:48.30 ---> saved as "5a43a962740ed4051376bf7830fce353ec5c834b19553dbb425fe645e92f709b"/src: (copy (src .) (dst /src))2026-04-16 12:48.32 ---> saved as "56e54d0a76f4d67549985207844d81f7b66bdbb52862449692d5b03f09e9967d"/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-core/cmdliner -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/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-core/cmdliner -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: Unbound value Cmdliner.Term.info(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-core/cmdliner -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 12026-04-16 12:48.36: Job failed: Failed: Build failed