Build:
  1. 0
2026-02-16 22:29.21: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocaml-opam/opam2web.git#refs/pull/247/head (4b93f80debf83ce3bd825495738af474a2ed7e9d)]
2026-02-16 22:29.21: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile"
2026-02-16 22:29.21: Waiting for resource in pool OCluster
2026-02-16 22:29.21: Waiting for worker…
2026-02-16 22:29.22: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'
HEAD is now at 4b93f80 Avoid duplicated archive-mirrors: field in the repo file
Synchronizing submodule url for 'content/doc'
Cleared directory 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) unregistered for path 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) registered for path 'content/doc'
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 3.29kB done
#1 DONE 0.1s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1.3
#2 DONE 0.1s

#3 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
#3 CACHED

#4 [internal] load .dockerignore
#4 transferring context: 53B done
#4 DONE 0.1s

#5 [internal] load metadata for docker.io/ocaml/opam:alpine-3.20-ocaml-4.14
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocaml/opam:archive
#6 DONE 0.1s

#7 [stage-2  1/13] FROM docker.io/ocaml/opam:archive@sha256:de684a7cdf272c04466ea797b76fca1779a3e025c479f6478030c117eb997259
#7 DONE 0.0s

#8 [build-opam-doc  1/15] FROM docker.io/ocaml/opam:alpine-3.20-ocaml-4.14@sha256:f92b268390a2ea23f1e5a779f5cf75454639ec00650fa9def72c458bec72ddf4
#8 DONE 0.0s

#9 [internal] load build context
#9 DONE 0.0s

#10 [build-opam-doc  3/15] RUN sudo mkdir -p /usr/local/bin     && echo -e '#!/bin/sh -e\n                echo\n                echo\n                echo "<!DOCTYPE html>"\n                echo "<HTML><HEAD><TITLE>$(basename $2 .1) manpage</TITLE></HEAD><BODY>"\n                /usr/lib/cgit/filters/html-converters/man2html <$2\n                echo "</BODY></HTML>\n'        | sudo tee /usr/local/bin/man2html     && sudo chmod a+x /usr/local/bin/man2html
#10 CACHED

#11 [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#11 CACHED

#12 [build-opam-doc  7/15] RUN git clone https://github.com/ocaml/opam /home/opam/opam     && git -C /home/opam/opam checkout 5888e2110ce9f2aa43ca17e29e73f2f246a09c23
#12 CACHED

#13 [build-opam-doc  8/15] WORKDIR /home/opam/opam
#13 CACHED

#14 [build-opam-doc  6/15] RUN opam install odoc
#14 CACHED

#15 [build-opam-doc  2/15] RUN sudo apk add cgit groff
#15 CACHED

#16 [build-opam-doc  4/15] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#16 CACHED

#17 [build-opam-doc  5/15] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#17 CACHED

#18 [build-opam-doc 10/15] RUN echo '(vendored_dirs src_ext)' >> dune
#18 CACHED

#9 [internal] load build context
#9 transferring context: 1.16MB 0.0s done
#9 DONE 0.1s

#19 [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune
#19 ...

#20 [build-opam2web  4/14] WORKDIR /home/opam/opam2web
#20 CACHED

#21 [build-opam2web  5/14] RUN sudo mkdir -p /opt/opam2web && sudo chown opam:opam /opt/opam2web
#21 CACHED

#22 [build-opam2web  2/14] RUN sudo apk add g++ gmp-dev
#22 CACHED

#23 [build-opam2web  3/14] COPY --chown=opam:opam . /home/opam/opam2web
#23 CACHED

#24 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#24 CACHED

#25 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#fb7c82f2d0cd4c37a0e6e4ffe18eadf5dddb0a0f
#25 ...

#19 [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune
#19 0.520 make: Entering directory '/home/opam/opam/doc'
#19 0.522 rm -rf html
#19 0.525 cd .. && dune build --profile=release --root .  @doc
#19 1.100 File "src/core/cmdliner/opamCmdliner.mli", line 279, characters 2-51:
#19 1.100 Warning: Alert deprecated not expected here.
#19 1.100 File "src/core/cmdliner/opamCmdliner.mli", line 309, characters 2-50:
#19 1.100 Warning: Alert deprecated not expected here.
#19 1.100 File "src/core/cmdliner/opamCmdliner.mli", line 327, characters 2-46:
#19 1.100 Warning: Alert deprecated not expected here.
#19 1.100 File "src/core/cmdliner/opamCmdliner.mli", line 824, characters 2-59:
#19 1.100 Warning: Alert deprecated not expected here.
#19 1.100 File "src/core/cmdliner/opamCmdliner.mli", line 1171, characters 2-56:
#19 1.100 Warning: Alert deprecated not expected here.
#19 1.100 File "src/core/cmdliner/opamCmdliner.mli", line 1182, characters 2-50:
#19 1.100 Warning: Alert deprecated not expected here.
#19 1.320 File "src_ext/ocamlgraph/src/builder.mli", line 21, characters 43-44:
#19 1.320 Warning: Paragraph should begin on its own line.
#19 1.326 File "src_ext/ocamlgraph/src/graphviz.mli", line 132, characters 67-72:
#19 1.326 Warning: '{ | }': bad markup.
#19 1.326 Suggestion: did you mean '{! | }' or '[ | ]'?
#19 1.334 File "src_ext/ocamlgraph/src/gml.mli", line 38, characters 23-55:
#19 1.334 Warning: '{v ... v}' (verbatim text) should begin on its own line.
#19 1.334 File "src_ext/ocamlgraph/src/gml.mli", line 38, characters 57-61:
#19 1.334 Warning: Paragraph should begin on its own line.
#19 1.365 File "src_ext/re/lib/core.mli", line 79, characters 22-56:
#19 1.365 Warning: Alert deprecated not expected here.
#19 1.365 File "src_ext/re/lib/core.mli", line 317, characters 4-29:
#19 1.365 Warning: '6': bad heading level (0-5 allowed).
#19 1.365 File "src_ext/re/lib/core.mli", line 370, characters 4-29:
#19 1.365 Warning: '6': bad heading level (0-5 allowed).
#19 1.365 File "src_ext/re/lib/core.mli", line 744, characters 26-60:
#19 1.365 Warning: Alert deprecated not expected here.
#19 1.365 File "src_ext/re/lib/core.mli", line 767, characters 21-53:
#19 1.365 Warning: Alert deprecated not expected here.
#19 1.484 File "src/core/opamStd.mli", line 643, characters 32-33:
#19 1.484 Warning: Stray '@'.
#19 1.484 File "src/core/opamStd.mli", line 646, characters 40-41:
#19 1.484 Warning: Stray '@'.
#19 1.506 File "src/core/opamConsole.mli", line 166, characters 22-23:
#19 1.506 Warning: '-' (bulleted list item) should not be empty.
#19 1.577 File "src_ext/extlib/src/enum.mli", line 33, characters 4-23:
#19 1.577 Warning: '6': bad heading level (0-5 allowed).
#19 1.577 File "src_ext/extlib/src/enum.mli", line 69, characters 4-24:
#19 1.577 Warning: '6': bad heading level (0-5 allowed).
#19 1.577 File "src_ext/extlib/src/enum.mli", line 113, characters 4-25:
#19 1.577 Warning: '6': bad heading level (0-5 allowed).
#19 1.577 File "src_ext/extlib/src/enum.mli", line 146, characters 4-20:
#19 1.577 Warning: '6': bad heading level (0-5 allowed).
#19 1.577 File "src_ext/extlib/src/enum.mli", line 191, characters 4-16:
#19 1.577 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 33, characters 8-22:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 55, characters 8-17:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 96, characters 8-34:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 129, characters 8-27:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 174, characters 8-24:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 211, characters 8-25:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 228, characters 8-28:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 242, characters 8-27:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 279, characters 8-31:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 313, characters 8-32:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 345, characters 8-22:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 356, characters 8-17:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 366, characters 8-34:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 444, characters 8-37:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.584 File "src_ext/extlib/src/optParse.mli", line 457, characters 8-26:
#19 1.584 Warning: '6': bad heading level (0-5 allowed).
#19 1.589 File "src_ext/extlib/src/extHashtbl.mli", line 30, characters 6-23:
#19 1.589 Warning: '6': bad heading level (0-5 allowed).
#19 1.589 File "src_ext/extlib/src/extHashtbl.mli", line 93, characters 6-25:
#19 1.589 Warning: '6': bad heading level (0-5 allowed).
#19 1.591 File "src_ext/extlib/src/extArray.mli", line 33, characters 6-23:
#19 1.591 Warning: '6': bad heading level (0-5 allowed).
#19 1.591 File "src_ext/extlib/src/extArray.mli", line 103, characters 6-22:
#19 1.591 Warning: '6': bad heading level (0-5 allowed).
#19 1.591 File "src_ext/extlib/src/extArray.mli", line 111, characters 6-33:
#19 1.591 Warning: '6': bad heading level (0-5 allowed).
#19 1.591 File "src_ext/extlib/src/extArray.mli", line 145, characters 6-23:
#19 1.591 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extList.mli", line 39, characters 6-23:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extList.mli", line 152, characters 6-24:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extList.mli", line 164, characters 6-33:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extList.mli", line 177, characters 6-28:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extList.mli", line 212, characters 6-28:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extList.mli", line 238, characters 6-25:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extList.mli", line 321, characters 6-20:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extList.mli", line 339, characters 33-34:
#19 1.598 Warning: Stray '@'.
#19 1.598 File "src_ext/extlib/src/extString.mli", line 31, characters 6-23:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extString.mli", line 168, characters 6-33:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.598 File "src_ext/extlib/src/extString.mli", line 178, characters 6-25:
#19 1.598 Warning: '6': bad heading level (0-5 allowed).
#19 1.599 File "src_ext/extlib/src/refList.mli", line 103, characters 4-29:
#19 1.599 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/dllist.mli", line 32, characters 4-23:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/dllist.mli", line 153, characters 4-24:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/dllist.mli", line 164, characters 4-14:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/IO.mli", line 46, characters 4-20:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/IO.mli", line 112, characters 4-37:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/IO.mli", line 158, characters 4-17:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/IO.mli", line 185, characters 4-24:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/IO.mli", line 301, characters 4-16:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.604 File "src_ext/extlib/src/IO.mli", line 331, characters 4-34:
#19 1.604 Warning: '6': bad heading level (0-5 allowed).
#19 1.605 File "src_ext/extlib/src/dynArray.mli", line 38, characters 4-22:
#19 1.605 Warning: '6': bad heading level (0-5 allowed).
#19 1.605 File "src_ext/extlib/src/dynArray.mli", line 51, characters 4-36:
#19 1.605 Warning: '6': bad heading level (0-5 allowed).
#19 1.605 File "src_ext/extlib/src/dynArray.mli", line 107, characters 4-33:
#19 1.605 Warning: '6': bad heading level (0-5 allowed).
#19 1.605 File "src_ext/extlib/src/dynArray.mli", line 138, characters 4-32:
#19 1.605 Warning: '6': bad heading level (0-5 allowed).
#19 1.605 File "src_ext/extlib/src/dynArray.mli", line 175, characters 4-22:
#19 1.605 Warning: '6': bad heading level (0-5 allowed).
#19 1.605 File "src_ext/extlib/src/dynArray.mli", line 278, characters 26-27:
#19 1.605 Warning: Paragraph should begin on its own line.
#19 1.605 File "src_ext/extlib/src/dynArray.mli", line 278, characters 4-25:
#19 1.605 Warning: '6': bad heading level (0-5 allowed).
#19 1.640 File "src_ext/cudf/lib/cudf_types.mli", line 28, characters 4-24:
#19 1.640 Warning: '6': bad heading level (0-5 allowed).
#19 1.640 File "src_ext/cudf/lib/cudf_types.mli", line 121, characters 4-28:
#19 1.640 Warning: '6': bad heading level (0-5 allowed).
#19 1.652 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.652 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#19 1.652 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.652 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.652 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#19 1.652 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.652 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.652 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#19 1.652 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.652 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.652 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#19 1.652 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.652 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.652 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#19 1.652 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.652 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.652 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#19 1.652 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.653 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.653 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#19 1.653 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.653 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.653 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#19 1.653 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.653 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.653 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#19 1.653 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.653 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.653 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#19 1.653 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.653 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.653 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#19 1.653 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.653 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.653 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#19 1.653 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.654 File "src/core/opamVersionCompare.mli", line 39, characters 4-21:
#19 1.654 Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
#19 1.656 File "src/core/opamStubs.mli", line 116, characters 43-57:
#19 1.656 Warning: Failed to resolve reference unresolvedroot(Unix).putenv Couldn't find "Unix"
#19 1.656 File "src/core/opamStubs.mli", line 108, characters 4-59:
#19 1.656 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.656 File "src/core/opamStubs.mli", line 98, characters 4-61:
#19 1.656 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.656 File "src/core/opamStubs.mli", line 86, characters 6-47:
#19 1.656 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.656 File "src/core/opamStubs.mli", line 85, characters 6-51:
#19 1.656 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.656 File "src/core/opamStubs.mli", line 71, characters 6-76:
#19 1.656 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.656 File "src/core/opamStubs.mli", line 46, characters 6-65:
#19 1.656 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.656 File "src/core/opamStubs.mli", line 23, characters 56-70:
#19 1.656 Warning: Failed to resolve reference unresolvedroot(Unix).getpid Couldn't find "Unix"
#19 1.657 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.657 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#19 1.657 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.657 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.657 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#19 1.657 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.657 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.657 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#19 1.657 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.657 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.657 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#19 1.657 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.657 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.657 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#19 1.657 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.657 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.657 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#19 1.657 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.658 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.658 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#19 1.658 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.658 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.658 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#19 1.658 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.658 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.658 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#19 1.658 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.658 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.658 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#19 1.658 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.658 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.658 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#19 1.658 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.658 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.658 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#19 1.658 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.659 File "src_ext/cudf/lib/cudf_types_pp.mli", line 30, characters 4-20:
#19 1.659 Warning: '6': bad heading level (0-5 allowed).
#19 1.659 File "src_ext/cudf/lib/cudf_types_pp.mli", line 50, characters 4-38:
#19 1.659 Warning: '6': bad heading level (0-5 allowed).
#19 1.659 File "src_ext/cudf/lib/cudf_types_pp.mli", line 86, characters 4-30:
#19 1.659 Warning: '6': bad heading level (0-5 allowed).
#19 1.661 File "src_ext/cudf/lib/cudf_conf.mli", line 35, characters 4-52:
#19 1.661 Warning: '6': bad heading level (0-5 allowed).
#19 1.662 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.662 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.662 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#19 1.662 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#19 1.662 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#19 1.662 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.662 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.662 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.662 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.662 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.662 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.662 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.662 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.662 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.662 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.662 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.662 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#19 1.662 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.663 File "src/core/opamSystem.mli", line 391, characters 49-67:
#19 1.663 Warning: Failed to resolve reference unresolvedroot(Sys).catch_break Couldn't find "Sys"
#19 1.663 File "src/core/opamSystem.mli", line 346, characters 4-35:
#19 1.663 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.663 File "src/core/opamSystem.mli", line 325, characters 4-60:
#19 1.663 Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
#19 1.663 File "src/core/opamSystem.mli", line 208, character 4 to line 209, character 53:
#19 1.663 Warning: Failed to resolve reference unresolvedroot(Command_not_found,) Couldn't find "Command_not_found,"
#19 1.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.665 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#19 1.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.665 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#19 1.665 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.665 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#19 1.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.665 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#19 1.665 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.665 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#19 1.665 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.665 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#19 1.665 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.665 File "src/core/opamStd.mli", line 262, characters 11-35:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Stdlib).String.compare Couldn't find "Stdlib"
#19 1.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 189, characters 6-50:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 1.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 1.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.666 File "src_ext/cudf/lib/cudf.mli", line 17, characters 4-22:
#19 1.666 Warning: '6': bad heading level (0-5 allowed).
#19 1.666 File "src_ext/cudf/lib/cudf.mli", line 75, characters 4-37:
#19 1.666 Warning: '6': bad heading level (0-5 allowed).
#19 1.666 File "src_ext/cudf/lib/cudf.mli", line 87, characters 4-36:
#19 1.666 Warning: '6': bad heading level (0-5 allowed).
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 1.671 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 1.671 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 1.671 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 1.671 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 9, characters 41-67:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(examples) Couldn't find page "examples"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 9, characters 4-36:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(cli) Couldn't find page "cli"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 8, characters 16-42:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tutorial) Couldn't find page "tutorial"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1161, characters 6-58:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1114, characters 34-53:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).is_directory Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1114, characters 11-29:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1109, characters 34-53:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).is_directory Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1109, characters 11-29:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1105, characters 18-36:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1101, characters 6-46:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1099, characters 57-74:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1090, characters 35-53:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(float_of_string) Couldn't find "float_of_string"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1087, characters 35-53:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Int64).of_string Couldn't find "Int64"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1084, characters 35-53:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Int32).of_string Couldn't find "Int32"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1081, characters 39-61:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Nativeint).of_string Couldn't find "Nativeint"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1078, characters 33-49:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(int_of_string) Couldn't find "int_of_string"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 1072, characters 34-51:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(bool_of_string) Couldn't find "bool_of_string"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 915, characters 13-61:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 912, characters 27-71:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(cli).envlookup Couldn't find page "cli"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 781, characters 19-30:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 772, characters 6-25:
#19 1.674 Warning: Reference to 'eval' is ambiguous. Please specify its kind: section-eval, val-eval.
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 764, characters 22-45:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 762, characters 22-45:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Format).std_formatter Couldn't find "Format"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 757, characters 12-25:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).getenv Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 755, characters 65-76:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 679, characters 52-66:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Stdlib).exit Couldn't find "Stdlib"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 648, character 39 to line 649, character 22:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 607, characters 21-76:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 603, characters 10-43:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Manpage.s_environment Couldn't find "Cmdliner"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 565, characters 19-74:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 424, characters 19-30:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 402, characters 11-24:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).getenv Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 399, characters 48-71:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 398, characters 19-42:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Format).std_formatter Couldn't find "Format"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 391, characters 61-72:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 358, character 39 to line 359, character 22:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 320, characters 19-74:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 318, characters 29-62:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Manpage.s_environment Couldn't find "Cmdliner"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 290, characters 19-74:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 266, characters 47-62:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Cmd Couldn't find "Cmdliner"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 18, characters 16-48:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).manual Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 161, characters 40-63:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 53, characters 6-61:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.674 File "src/core/cmdliner/opamCmdliner.mli", line 49, characters 18-73:
#19 1.674 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#19 1.679 File "src_ext/cudf/lib/cudf_printer.mli", line 20, characters 4-48:
#19 1.679 Warning: '6': bad heading level (0-5 allowed).
#19 1.679 File "src_ext/cudf/lib/cudf_printer.mli", line 33, characters 4-48:
#19 1.679 Warning: '6': bad heading level (0-5 allowed).
#19 1.679 File "src_ext/cudf/lib/cudf_printer.mli", line 52, characters 4-45:
#19 1.679 Warning: '6': bad heading level (0-5 allowed).
#19 1.686 File "src_ext/cudf/lib/cudf_parser.mli", line 54, characters 4-34:
#19 1.686 Warning: '6': bad heading level (0-5 allowed).
#19 1.686 File "src_ext/cudf/lib/cudf_parser.mli", line 109, characters 4-33:
#19 1.686 Warning: '6': bad heading level (0-5 allowed).
#19 1.686 File "src_ext/cudf/lib/cudf_parser.mli", line 120, characters 4-35:
#19 1.686 Warning: '6': bad heading level (0-5 allowed).
#19 2.384 File "src/format/opamFilter.mli", line 176, character 4 to line 177, character 38:
#19 2.384 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.384 File "src/format/opamFilter.mli", line 133, characters 4-58:
#19 2.384 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.384 File "src/format/opamFilter.mli", line 112, characters 4-73:
#19 2.384 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.384 File "src/format/opamFilter.mli", line 108, characters 4-46:
#19 2.384 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.384 File "src/format/opamFilter.mli", line 99, characters 4-46:
#19 2.384 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.384 File "src/format/opamFilter.mli", line 82, character 4 to line 83, character 55:
#19 2.384 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.384 File "src/format/opamFilter.mli", line 74, character 4 to line 75, character 60:
#19 2.384 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.385 File "src/format/opamFormat.mli", line 49, characters 34-47:
#19 2.385 Warning: Failed to resolve reference unresolvedroot(Bad_format) Couldn't find "Bad_format"
#19 2.385 File "src/format/opamFormat.mli", line 48, characters 34-47:
#19 2.385 Warning: Failed to resolve reference unresolvedroot(Unexpected) Couldn't find "Unexpected"
#19 2.386 File "src/format/opamFormula.mli", line 46, characters 4-45:
#19 2.386 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.391 File "src/format/opamTypesBase.mli", line 77, character 4 to line 78, character 58:
#19 2.391 Warning: Failed to resolve reference unresolvedroot({!Parse_variable}) Couldn't find "{!Parse_variable}"
#19 2.391 File "src/format/opamTypesBase.mli", line 70, characters 4-40:
#19 2.391 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.393 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.393 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#19 2.393 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.393 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.393 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#19 2.393 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.393 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.393 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#19 2.393 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.393 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.393 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#19 2.393 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.393 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.393 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#19 2.393 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.393 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.393 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#19 2.393 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.394 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.394 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#19 2.394 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.394 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.394 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#19 2.394 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.394 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.394 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#19 2.394 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.394 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.394 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#19 2.394 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.394 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.394 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#19 2.394 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.394 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.394 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#19 2.394 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.395 File "src/format/opamSysPkg.mli", line 33, characters 4-50:
#19 2.395 Warning: Failed to resolve reference unresolvedroot(OpamSysInteract).install_packages_commands_t Couldn't find "OpamSysInteract"
#19 2.395 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.395 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#19 2.395 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.395 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.395 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#19 2.395 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.395 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.395 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#19 2.395 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.395 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.395 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#19 2.395 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.395 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.395 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#19 2.395 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.395 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.395 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#19 2.395 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.397 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#19 2.397 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.397 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#19 2.397 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.397 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#19 2.397 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.397 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#19 2.397 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.397 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#19 2.397 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.397 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#19 2.397 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.397 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#19 2.397 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.397 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#19 2.397 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.397 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#19 2.397 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.397 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#19 2.397 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.397 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#19 2.397 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.397 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.397 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#19 2.397 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.398 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.398 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.398 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.398 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.398 File "src/format/opamPackage.mli", line 119, characters 4-50:
#19 2.398 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.398 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#19 2.398 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.398 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.398 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.398 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.398 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.398 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#19 2.398 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.475 File "src/repository/opamDownload.mli", line 20, character 4 to line 21, character 17:
#19 2.475 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.481 File "src/repository/opamRepository.mli", line 29, characters 4-59:
#19 2.481 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.485 File "src/repository/opamRepositoryBackend.mli", line 115, character 4 to line 119, character 77:
#19 2.485 Warning: Failed to resolve reference unresolvedroot(Stdlib).Failure Couldn't find "Stdlib"
#19 2.582 File "src/state/opamPinned.mli", line 63, characters 29-64:
#19 2.582 Warning: '{OpamSwitchState.overlay_opam_file}': bad markup.
#19 2.582 Suggestion: did you mean '{!OpamSwitchState.overlay_opam_file}' or '[OpamSwitchState.overlay_opam_file]'?
#19 2.588 File "src/state/opamRepositoryState.mli", line 84, characters 4-30:
#19 2.588 Warning: '{OpamFile.get_extra_files}': bad markup.
#19 2.588 Suggestion: did you mean '{!OpamFile.get_extra_files}' or '[OpamFile.get_extra_files]'?
#19 2.606 File "src/state/opamPinned.mli", line 26, characters 4-37:
#19 2.606 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.606 File "src/state/opamPinned.mli", line 18, characters 4-37:
#19 2.606 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.613 File "src/state/opamFormatUpgrade.mli", line 21, characters 45-74:
#19 2.613 Warning: Failed to resolve reference unresolvedroot(OpamCliMain).main_catch_all Couldn't find "OpamCliMain"
#19 2.618 File "src/state/opamSwitchState.mli", line 134, characters 4-61:
#19 2.618 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.618 File "src/state/opamSwitchState.mli", line 126, characters 4-37:
#19 2.618 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.618 File "src/state/opamSwitchState.mli", line 98, characters 4-37:
#19 2.618 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.658 File "src/solver/opamCudfCriteria.mli", line 36, characters 4-53:
#19 2.658 Warning: Failed to resolve reference unresolvedroot({!Stdlib).Failure} Couldn't find "{!Stdlib"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.665 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.665 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.665 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.665 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.665 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.665 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.665 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.665 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.665 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.667 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.667 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.667 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.667 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.667 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.667 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.667 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.667 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.667 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.667 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.667 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.667 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.667 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.667 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.667 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.667 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.667 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.667 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.667 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#19 2.675 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#19 2.675 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#19 2.675 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#19 2.675 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#19 2.675 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#19 2.675 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.675 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.675 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.675 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.675 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.675 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.675 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.675 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.675 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.675 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.850 File "src/client/opamCLIVersion.mli", line 38, characters 4-40:
#19 2.850 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.850 File "src/core/opamStd.mli", line 88, characters 6-73:
#19 2.850 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#19 2.850 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.850 File "src/core/opamStd.mli", line 79, characters 6-59:
#19 2.850 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#19 2.850 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.850 File "src/core/opamStd.mli", line 45, characters 6-73:
#19 2.850 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#19 2.850 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#19 2.850 File "src/core/opamStd.mli", line 36, characters 6-59:
#19 2.850 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#19 2.850 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.850 File "src/core/opamStd.mli", line 25, characters 6-39:
#19 2.850 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#19 2.850 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#19 2.850 File "src/core/opamStd.mli", line 24, characters 6-38:
#19 2.850 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#19 2.850 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#19 2.850 File "src/client/opamCliMain.mli", line 25, characters 4-16:
#19 2.850 Warning: Failed to resolve reference unresolvedroot(Unix).exec Couldn't find "Unix"
#19 2.929 cp -r ../_build/default/_doc/_html html
#19 3.008 chmod -R +w html
#19 3.026 sed 's/%{OPAMVERSION}%/'2.6.0~alpha1~dev'/g' index.html > html/index.html
#19 3.029 mkdir -p html/ocamldoc
#19 3.032 cd html/ocamldoc && for f in ../*/*/index.html; do\
#19 3.032   ln -sf $f $(basename $(dirname $f)).html;\
#19 3.032 done
#19 3.534 rm -rf man-html
#19 3.536 mkdir -p man-html
#19 3.539 echo '<!DOCTYPE html>' >man-html/index.html
#19 3.540 echo '<html><head>' >>man-html/index.html
#19 3.542 echo '  <title>Opam man-pages index</title>' >>man-html/index.html
#19 3.542 echo '</head><body>' >>man-html/index.html
#19 3.543 echo '<h1>Opam 2.6.0~alpha1~dev man-pages index</h1>' >>man-html/index.html
#19 3.544 echo '<ul>' >>man-html/index.html
#19 3.544 for f in ../_build/default/doc/man/*; do\
#19 3.544   man2html -r $f | sed 1,2d > man-html/$(basename $f .1).html;\
#19 3.544   echo "  <li><a href=\"$(basename $f .1).html\">$(basename $f .1)</a></li>" >>man-html/index.html;\
#19 3.544 done
#19 3.615 /usr/local/bin/man2html: line 9: syntax error: unterminated quoted string
#19 3.615 make: Leaving directory '/home/opam/opam/doc'
#19 3.615 make: *** [Makefile:41: man-html] Error 2
#19 ERROR: process "/bin/sh -c opam exec -- make -C doc html man-html DUNE=dune" did not complete successfully: exit code: 2

#25 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#fb7c82f2d0cd4c37a0e6e4ffe18eadf5dddb0a0f
#25 CANCELED
------
 > [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune:
3.542 echo '</head><body>' >>man-html/index.html
3.543 echo '<h1>Opam 2.6.0~alpha1~dev man-pages index</h1>' >>man-html/index.html
3.544 echo '<ul>' >>man-html/index.html
3.544 for f in ../_build/default/doc/man/*; do\
3.544   man2html -r $f | sed 1,2d > man-html/$(basename $f .1).html;\
3.544   echo "  <li><a href=\"$(basename $f .1).html\">$(basename $f .1)</a></li>" >>man-html/index.html;\
3.544 done
3.615 /usr/local/bin/man2html: line 9: syntax error: unterminated quoted string
3.615 make: Leaving directory '/home/opam/opam/doc'
3.615 make: *** [Makefile:41: man-html] Error 2
------
ERROR: failed to solve: process "/bin/sh -c opam exec -- make -C doc html man-html DUNE=dune" did not complete successfully: exit code: 2
docker-build failed with exit-code 1
2026-02-16 22:29.29: Job failed: Failed: Build failed