Build:
  1. 0
2026-06-03 12:52.09: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocaml-opam/opam2web.git#refs/pull/247/head (4b93f80debf83ce3bd825495738af474a2ed7e9d)]
2026-06-03 12:52.09: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile"
2026-06-03 12:52.09: Waiting for worker…
2026-06-03 12:58.03: Got resource from pool OCluster
Building on toxis.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
Synchronising 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.2s

#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:archive
#5 DONE 0.1s

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

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:04e207bc39bf4b833df156025492897eec46deaf4bbf752699512ad292ed4c4b
#7 CACHED

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

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

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

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

#12 [build-opam2web  3/14] COPY --chown=opam:opam . /home/opam/opam2web
#12 DONE 0.2s

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

#13 [build-opam2web  4/14] WORKDIR /home/opam/opam2web
#13 DONE 0.2s

#14 [build-opam2web  5/14] RUN sudo mkdir -p /opt/opam2web && sudo chown opam:opam /opt/opam2web
#14 DONE 1.7s

#10 [build-opam-doc  2/15] RUN sudo apk add cgit groff
#10 0.790 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
#10 1.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
#10 3.048 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
#10 3.487 fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
#10 5.236 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
#10 6.551 (1/4) Installing lua5.3-libs (5.3.6-r6)
#10 6.631 (2/4) Installing cgit (1.2.3-r5)
#10 7.143 (3/4) Installing perl (5.38.5-r0)
#10 10.52 (4/4) Installing groff (1.23.0-r2)
#10 11.20 Executing busybox-1.36.1-r29.trigger
#10 11.23 OK: 343 MiB in 104 packages
#10 DONE 11.8s

#15 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#15 0.844 Continue? [y/n] y
#15 0.844 This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
#15 0.844 You may want to back it up before going further.
#15 0.844 
#15 0.848 [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
#15 0.848            opam option jobs=255 --global
#15 0.850 Format upgrade done.
#15 ...

#16 [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
#16 0.787 #!/bin/sh -e
#16 0.787                 echo
#16 0.787                 echo
#16 0.787                 echo "<!DOCTYPE html>"
#16 0.787                 echo "<HTML><HEAD><TITLE>$(basename $2 .1) manpage</TITLE></HEAD><BODY>"
#16 0.787                 /usr/lib/cgit/filters/html-converters/man2html <$2
#16 0.787                 echo "</BODY></HTML>
#16 0.787 
#16 DONE 0.9s

#17 [build-opam-doc  4/15] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#17 0.734 This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
#17 0.734 You may want to back it up before going further.
#17 0.734 
#17 0.737 Continue? [y/n] y
#17 0.741 [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
#17 0.741            opam option jobs=255 --global
#17 0.743 Format upgrade done.
#17 ...

#15 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#15 24.75 
#15 24.75 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#15 ...

#17 [build-opam-doc  4/15] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#17 24.17 
#17 24.17 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#17 ...

#15 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#15 156.4 [default] synchronised from file:///home/opam/opam-repository
#15 ...

#17 [build-opam-doc  4/15] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#17 147.6 [default] synchronised from file:///home/opam/opam-repository
#17 ...

#15 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#15 DONE 205.0s

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

#17 [build-opam-doc  4/15] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#17 DONE 196.8s

#19 [build-opam-doc  5/15] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#19 0.863 Added '"https://opam.ocaml.org/cache"' to field archive-mirrors in global configuration
#19 DONE 1.0s

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

#20 [build-opam-doc  6/15] RUN opam install odoc
#20 29.35 The following actions will be performed:
#20 29.35 === install 19 packages
#20 29.35   - install astring       0.8.5  [required by odoc]
#20 29.35   - install camlp-streams 5.0.1  [required by odoc-parser]
#20 29.35   - install cmdliner      1.3.0  [required by odoc]
#20 29.35   - install cppo          1.8.0  [required by odoc]
#20 29.35   - install crunch        3.3.1  [required by odoc]
#20 29.35   - install dune          3.17.0 [required by odoc]
#20 29.35   - install fmt           0.9.0  [required by odoc]
#20 29.35   - install fpath         0.7.3  [required by odoc]
#20 29.35   - install ocamlbuild    0.15.0 [required by fmt, astring, fpath]
#20 29.35   - install ocamlfind     1.9.6  [required by fmt, astring, fpath]
#20 29.35   - install odoc          2.4.4
#20 29.35   - install odoc-parser   2.4.4  [required by odoc]
#20 29.35   - install ptime         1.2.0  [required by crunch]
#20 29.35   - install re            1.12.0 [required by tyxml]
#20 29.35   - install result        1.5    [required by odoc]
#20 29.35   - install seq           base   [required by tyxml]
#20 29.35   - install topkg         1.0.7  [required by fmt, astring, fpath]
#20 29.35   - install tyxml         4.6.0  [required by odoc]
#20 29.35   - install uutf          1.0.3  [required by tyxml]
#20 29.35 
#20 29.35 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#20 29.70 -> retrieved camlp-streams.5.0.1  (https://opam.ocaml.org/cache)
#20 29.77 -> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
#20 29.92 -> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
#20 30.00 -> retrieved cppo.1.8.0  (https://opam.ocaml.org/cache)
#20 30.16 -> retrieved crunch.3.3.1  (https://opam.ocaml.org/cache)
#20 30.23 -> retrieved fmt.0.9.0  (https://opam.ocaml.org/cache)
#20 30.53 -> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
#20 30.76 -> retrieved ocamlbuild.0.15.0  (https://opam.ocaml.org/cache)
#20 31.54 -> retrieved ocamlfind.1.9.6  (https://opam.ocaml.org/cache)
#20 31.84 -> retrieved ptime.1.2.0  (https://opam.ocaml.org/cache)
#20 32.35 -> retrieved re.1.12.0  (https://opam.ocaml.org/cache)
#20 32.56 -> retrieved result.1.5  (https://opam.ocaml.org/cache)
#20 33.00 -> retrieved seq.base  (2 extra sources)
#20 33.00 -> retrieved seq.base  (2 extra sources)
#20 33.33 -> installed seq.base
#20 34.95 -> retrieved odoc.2.4.4, odoc-parser.2.4.4  (https://opam.ocaml.org/cache)
#20 37.66 -> retrieved dune.3.17.0  (https://opam.ocaml.org/cache)
#20 41.86 -> retrieved uutf.1.0.3  (https://opam.ocaml.org/cache)
#20 41.98 -> retrieved tyxml.4.6.0  (https://opam.ocaml.org/cache)
#20 42.02 -> retrieved topkg.1.0.7  (https://opam.ocaml.org/cache)
#20 42.18 -> installed cmdliner.1.3.0
#20 44.43 -> installed ocamlbuild.0.15.0
#20 47.33 -> installed ocamlfind.1.9.6
#20 63.35 -> installed topkg.1.0.7
#20 68.19 -> installed uutf.1.0.3
#20 68.91 -> installed fmt.0.9.0
#20 69.38 -> installed ptime.1.2.0
#20 69.99 -> installed astring.0.8.5
#20 72.21 -> installed fpath.0.7.3
#20 102.6 -> installed dune.3.17.0
#20 103.5 -> installed camlp-streams.5.0.1
#20 103.5 -> installed result.1.5
#20 104.6 -> installed crunch.3.3.1
#20 106.1 -> installed cppo.1.8.0
#20 106.3 -> installed re.1.12.0
#20 106.5 -> installed odoc-parser.2.4.4
#20 114.7 -> installed tyxml.4.6.0
#20 ...

#18 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#47fe8c194368db0ab1efd1129ce7f939720557f2
#18 137.3 [default] Initialised
#18 ...

#20 [build-opam-doc  6/15] RUN opam install odoc
#20 134.8 -> installed odoc.2.4.4
#20 136.4 Done.
#20 136.4 # To update the current shell environment, run: eval $(opam env)
#20 DONE 137.5s

#21 [build-opam-doc  7/15] RUN git clone https://github.com/ocaml/opam /home/opam/opam     && git -C /home/opam/opam checkout cc3e1cc5c1de64e58fdd0eddfe347991a92eaefc
#21 0.433 Cloning into '/home/opam/opam'...
#21 12.41 Note: switching to 'cc3e1cc5c1de64e58fdd0eddfe347991a92eaefc'.
#21 12.41 
#21 12.41 You are in 'detached HEAD' state. You can look around, make experimental
#21 12.41 changes and commit them, and you can discard any commits you make in this
#21 12.41 state without impacting any branches by switching back to a branch.
#21 12.41 
#21 12.41 If you want to create a new branch to retain commits you create, you may
#21 12.41 do so (now or later) by using -c with the switch command. Example:
#21 12.41 
#21 12.41   git switch -c <new-branch-name>
#21 12.41 
#21 12.41 Or undo this operation with:
#21 12.41 
#21 12.41   git switch -
#21 12.41 
#21 12.41 Turn off this advice by setting config variable advice.detachedHead to false
#21 12.41 
#21 12.41 HEAD is now at cc3e1cc5c Merge pull request #6939 from rjbou/reftests-repository
#21 DONE 12.6s

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

#22 [build-opam-doc  8/15] WORKDIR /home/opam/opam
#22 DONE 0.1s

#23 [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#23 0.504 checking for ocamlc... ocamlc
#23 0.515 OCaml version is 4.14.2
#23 0.523 OCaml library path is /home/opam/.opam/4.14/lib/ocaml
#23 0.523 checking for ocamlopt... ocamlopt
#23 0.537 checking for ocamlc.opt... ocamlc.opt
#23 0.547 checking for ocamlopt.opt... ocamlopt.opt
#23 0.561 checking for ocaml... ocaml
#23 0.562 checking for ocamldep... ocamldep
#23 0.562 checking for ocamldep.opt... ocamldep.opt
#23 0.573 checking for ocamlmktop... ocamlmktop
#23 0.573 checking for ocamlmklib... ocamlmklib
#23 0.574 checking for ocamldoc... ocamldoc
#23 0.574 checking for ocamldoc.opt... ocamldoc.opt
#23 0.590 checking for ocamlbuild... ocamlbuild
#23 0.590 checking OCaml Sys.os_type... Unix
#23 0.632 checking for gawk... no
#23 0.633 checking for mawk... no
#23 0.633 checking for nawk... no
#23 0.633 checking for awk... awk
#23 0.643 checking for compiler type... cc
#23 1.280 checking for compiler architecture... amd64
#23 1.842 checking for compiler system... linux
#23 2.454 checking for compiler target... x86_64-pc-linux-musl
#23 2.917 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#23 2.972 checking whether the C compiler works... yes
#23 3.095 checking for C compiler default output file name... a.out
#23 3.098 checking for suffix of executables... 
#23 3.152 checking whether we are cross compiling... no
#23 3.215 checking for suffix of object files... o
#23 3.276 checking whether the compiler supports GNU C... yes
#23 3.336 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#23 3.398 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#23 3.512 checking for ocamlobjinfo... ocamlobjinfo
#23 3.512 checking for ocamlfind... ocamlfind
#23 3.524 checking for curl... curl
#23 3.524 checking for dune... dune
#23 3.525 checking for patch... patch
#23 3.525 checking for bunzip2... bunzip2
#23 3.534 checking for linking method... shared
#23 3.534 
#23 3.534 checking for OCaml findlib package unix... found
#23 3.537 checking for OCaml findlib package re 1.10.0 or later... found 1.12.0
#23 3.547 checking for OCaml findlib package base64 3.1.0 or later... no
#23 3.550 checking for OCaml findlib package ocamlgraph 1.8.8 or later... no
#23 3.552 checking for OCaml findlib package cudf 0.7 or later... no
#23 3.555 checking for OCaml findlib package dose3.common 6.1 or later... no
#23 3.557 checking for OCaml findlib package dose3.algo 6.1 or later... no
#23 3.559 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#23 3.562 checking for OCaml findlib package spdx_licenses 1.4.0 or later... no
#23 3.564 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#23 3.567 checking for OCaml findlib package jsonm 1.0.2 or later... no
#23 3.569 checking for OCaml findlib package uutf 1.0.3 or later... found 1.0.3
#23 3.579 checking for OCaml findlib package sha 1.13 or later... no
#23 3.582 checking for OCaml findlib package swhid_core 0.1 or later... no
#23 3.584 checking for OCaml findlib package patch 3.0.0 or later... no
#23 3.587 checking for OCaml findlib package mccs 1.1+17 or later... no
#23 3.590 
#23 3.615 configure: creating ./config.status
#23 3.742 config.status: creating Makefile.config
#23 3.758 config.status: creating src/ocaml-flags-configure.sexp
#23 3.794 config.status: creating src/core/c-flags.sexp
#23 3.816 
#23 3.818 Opam will be built WITHOUT its default built-in solver
#23 3.818 
#23 3.818 Executables will be installed in /usr/local/bin
#23 3.818 Manual pages will be installed in /usr/local/share/man
#23 3.818 
#23 3.818 Downloading vendored source dependencies...
#23 3.830  * Downloading cppo...
#23 4.543  * Downloading base64...
#23 5.032  * Downloading extlib...
#23 5.499  * Downloading re...
#23 6.041  * Downloading ocamlgraph...
#23 6.800  * Downloading cudf...
#23 7.579  * Downloading dose3...
#23 ...

#18 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#47fe8c194368db0ab1efd1129ce7f939720557f2
#18 DONE 161.7s

#24 [build-opam2web  8/14] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#24 0.432 Added '"https://opam.ocaml.org/cache"' to field archive-mirrors in global configuration
#24 DONE 0.5s

#25 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#25 1.173 [WARNING] Failed checks on opam2web package definition from source at file:///home/opam/opam2web:
#25 1.173            warning 68: Missing field 'license'
#25 4.768 Package opam2web does not exist, create as a NEW package? [y/n] y
#25 4.771 opam2web is now pinned to file:///home/opam/opam2web (version dev)
#25 ...

#23 [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#23 8.555  * Downloading opam-file-format...
#23 8.972  * Downloading stdlib-shims...
#23 9.553  * Downloading spdx_licenses...
#23 11.20  * Downloading opam-0install-cudf...
#23 11.75  * Downloading 0install-solver...
#23 12.25  * Downloading uutf...
#23 12.54  * Downloading jsonm...
#23 12.77  * Downloading sha...
#23 14.30  * Downloading swhid_core...
#23 14.97  * Downloading menhir...
#23 15.46  * Downloading patch...
#23 16.26 done
#23 16.26 Extracting vendored source dependencies in src_ext/... done
#23 18.06 make -j -C src_ext lib-ext
#23 18.06 make[1]: Entering directory '/home/opam/opam/src_ext'
#23 18.07 NOTE: make lib-ext is no longer required
#23 18.07 make[1]: Leaving directory '/home/opam/opam/src_ext'
#23 18.17 dune build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#23 22.82 Creating menhirLib.ml...
#23 22.82 Creating menhirLib.mli...
#23 ...

#25 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#25 19.91 The following actions will be performed:
#25 19.91 === recompile 2 packages
#25 19.91   - recompile ocaml                4.14.2             [upstream or system changes]
#25 19.91   - recompile opam-depext          1.2.3              [uses ocaml]
#25 19.91 === install 98 packages
#25 19.91   - install   angstrom             0.16.1             [required by uri]
#25 19.91   - install   asn1-combinators     0.3.2              [required by x509]
#25 19.91   - install   astring              0.8.5              [required by conduit]
#25 19.91   - install   base                 v0.16.5            [required by ppx_sexp_conv]
#25 19.91   - install   base-bytes           base               [required by omd, extlib]
#25 19.91   - install   base64               3.5.2              [required by cohttp]
#25 19.91   - install   bigstringaf          0.10.0             [required by angstrom]
#25 19.91   - install   bos                  0.3.0              [required by ca-certs]
#25 19.91   - install   ca-certs             1.0.3              [required by conduit-lwt-unix]
#25 19.91   - install   cmdliner             1.3.0              [required by opam2web]
#25 19.91   - install   cohttp               6.1.1              [required by cohttp-lwt-unix]
#25 19.91   - install   cohttp-lwt           6.1.1              [required by cohttp-lwt-unix]
#25 19.91   - install   cohttp-lwt-unix      6.1.1              [required by opam2web]
#25 19.91   - install   conduit              8.0.0              [required by conduit-lwt]
#25 19.91   - install   conduit-lwt          8.0.0              [required by cohttp-lwt-unix]
#25 19.91   - install   conduit-lwt-unix     8.0.0              [required by cohttp-lwt-unix]
#25 19.91   - install   conf-c++             1.0                [required by mccs]
#25 19.91   - install   conf-gmp             5                  [required by conf-gmp-powm-sec, zarith]
#25 19.91   - install   conf-gmp-powm-sec    4                  [required by mirage-crypto-pk]
#25 19.91   - install   conf-pkg-config      4                  [required by zarith]
#25 19.91   - install   cow                  2.5.0              [required by opam2web]
#25 19.91   - install   cppo                 1.8.0              [required by extlib]
#25 19.91   - install   csexp                1.5.2              [required by dune-configurator]
#25 19.91   - install   cstruct              6.2.0              [required by hex]
#25 19.91   - install   cudf                 0.10               [required by opam-lib]
#25 19.91   - install   digestif             1.3.0              [required by ca-certs]
#25 19.91   - install   domain-name          0.5.0              [required by ipaddr]
#25 19.91   - install   dose3                5.0.1-2            [required by opam-lib]
#25 19.91   - install   dune                 3.23.1             [required by opam2web]
#25 19.91   - install   dune-configurator    3.23.1             [required by base, lwt, mirage-crypto]
#25 19.91   - install   duration             0.3.1              [required by mirage-crypto-rng]
#25 19.91   - install   eqaf                 0.10               [required by digestif, mirage-crypto]
#25 19.91   - install   extlib               1.7.7-1            [required by opam-client]
#25 19.92   - install   ezjsonm              1.3.0              [required by cow]
#25 19.92   - install   fmt                  0.11.0             [required by cohttp-lwt-unix]
#25 19.92   - install   fpath                0.7.3              [required by ca-certs]
#25 19.92   - install   gen                  1.1                [required by sedlex]
#25 19.92   - install   gmap                 0.3.0              [required by x509]
#25 19.92   - install   hex                  1.5.0              [required by ezjsonm]
#25 19.92   - install   http                 6.1.1              [required by cohttp-lwt-unix]
#25 19.92   - install   ipaddr               5.6.2              [required by cohttp-lwt, conduit-lwt-unix]
#25 19.92   - install   ipaddr-sexp          5.6.2              [required by conduit-lwt-unix]
#25 19.92   - install   js_of_ocaml          6.2.0              [required by opam2web]
#25 19.92   - install   js_of_ocaml-compiler 6.2.0              [required by js_of_ocaml]
#25 19.92   - install   js_of_ocaml-ppx      6.2.0              [required by opam2web]
#25 19.92   - install   jsonm                1.0.2              [required by opam-lib]
#25 19.92   - install   kdf                  1.0.0              [required by x509]
#25 19.92   - install   logs                 0.10.0             [required by cohttp-lwt-unix]
#25 19.92   - install   lwt                  6.1.2              [required by cohttp-lwt-unix]
#25 19.92   - install   macaddr              5.6.2              [required by ipaddr]
#25 19.92   - install   magic-mime           1.3.1              [required by cohttp-lwt-unix]
#25 19.92   - install   mccs                 1.1+19             [required by opam-solver]
#25 19.92   - install   menhir               20260209           [required by js_of_ocaml-compiler]
#25 19.92   - install   menhirCST            20260209           [required by menhir]
#25 19.92   - install   menhirGLR            20260209           [required by menhir]
#25 19.92   - install   menhirLib            20260209           [required by js_of_ocaml-compiler]
#25 19.92   - install   menhirSdk            20260209           [required by js_of_ocaml-compiler]
#25 19.92   - install   mirage-crypto        2.1.0              [required by ca-certs]
#25 19.92   - install   mirage-crypto-ec     2.1.0              [required by x509]
#25 19.92   - install   mirage-crypto-pk     2.1.0              [required by x509]
#25 19.92   - install   mirage-crypto-rng    2.1.0              [required by x509]
#25 19.92   - install   ocaml-compiler-libs  v0.12.4            [required by ppxlib]
#25 19.92   - install   ocaml-syntax-shims   1.0.0              [required by angstrom]
#25 19.92   - install   ocamlbuild           0.16.1             [required by xmlm]
#25 19.92   - install   ocamlfind            1.9.8              [required by opam-lib, opamfu]
#25 19.92   - install   ocamlgraph           1.8.8              [required by opam-lib]
#25 19.92   - install   ocplib-endian        1.2                [required by lwt]
#25 19.92   - install   ohex                 0.2.0              [required by ca-certs]
#25 19.92   - install   omd                  1.3.2              [required by opam2web]
#25 19.92   - install   opam-client          2.0.10             [required by opam2web]
#25 19.92   - install   opam-core            2.0.10             [required by opam2web]
#25 19.92   - install   opam-file-format     2.1.0              [required by opam2web]
#25 19.92   - install   opam-format          2.0.10             [required by opam2web]
#25 19.92   - install   opam-lib             1.3.1 (deprecated) [required by opam2web]
#25 19.92   - install   opam-repository      2.0.10             [required by opam-client]
#25 19.92   - install   opam-solver          2.0.10             [required by opam-client]
#25 19.92   - install   opam-state           2.0.10             [required by opam2web]
#25 19.92   - install   opam2web             dev (pinned)
#25 19.92   - install   opamfu               0.1.4              [required by opam2web]
#25 19.92   - install   ppx_derivers         1.2.1              [required by ppxlib]
#25 19.92   - install   ppx_sexp_conv        v0.16.0            [required by cohttp-lwt-unix]
#25 19.92   - install   ppxlib               0.35.0             [required by js_of_ocaml, js_of_ocaml-ppx]
#25 19.92   - install   ptime                1.2.0              [required by ca-certs]
#25 19.92   - install   re                   1.14.0             [required by opam2web]
#25 19.92   - install   rresult              0.7.0              [required by bos]
#25 19.92   - install   sedlex               3.7                [required by js_of_ocaml-compiler]
#25 19.92   - install   seq                  base               [required by gen]
#25 19.92   - install   sexplib0             v0.16.0            [required by conduit-lwt, cohttp, cohttp-lwt, ezjsonm]
#25 19.92   - install   stdlib-shims         0.3.0              [required by ppxlib]
#25 19.92   - install   stringext            1.6.0              [required by cohttp]
#25 19.92   - install   topkg                1.1.1              [required by xmlm]
#25 19.92   - install   uri                  4.4.0              [required by opam2web]
#25 19.92   - install   uri-sexp             4.4.0              [required by cohttp]
#25 19.92   - install   uutf                 1.0.4              [required by ezjsonm]
#25 19.92   - install   x509                 1.0.6              [required by ca-certs]
#25 19.92   - install   xmlm                 1.4.0              [required by cow]
#25 19.92   - install   yojson               3.0.0              [required by opam2web]
#25 19.92   - install   zarith               1.14               [required by mirage-crypto-pk]
#25 21.43 
#25 21.43 The following system packages will first need to be installed:
#25 21.43     g++
#25 21.43 
#25 21.43 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#25 21.43 
#25 21.43 opam believes some required external dependencies are missing. opam can:
#25 21.43 > 1. Run apk to install them (may need root/sudo access)
#25 21.43   2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal)
#25 21.43   3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#25 21.43   4. Abort the installation
#25 21.43 
#25 21.43 [1/2/3/4] 1
#25 21.43 
#25 21.43 + /usr/bin/sudo "apk" "add" "g++"
#25 22.43 - fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
#25 22.43 - fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
#25 23.43 - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
#25 23.43 - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
#25 24.43 - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
#25 25.43 - OK: 297 MiB in 102 packages
#25 25.87 
#25 25.87 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#25 26.27 -> retrieved asn1-combinators.0.3.2  (https://opam.ocaml.org/cache)
#25 26.28 -> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
#25 26.32 -> retrieved angstrom.0.16.1  (https://opam.ocaml.org/cache)
#25 26.68 -> retrieved base64.3.5.2  (https://opam.ocaml.org/cache)
#25 26.69 -> retrieved bigstringaf.0.10.0  (https://opam.ocaml.org/cache)
#25 27.03 -> retrieved base.v0.16.5  (https://opam.ocaml.org/cache)
#25 27.06 -> retrieved ca-certs.1.0.3  (https://opam.ocaml.org/cache)
#25 27.07 -> retrieved bos.0.3.0  (https://opam.ocaml.org/cache)
#25 27.46 -> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (https://opam.ocaml.org/cache)
#25 27.50 -> installed conf-c++.1.0
#25 27.53 -> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
#25 27.97 -> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1  (https://opam.ocaml.org/cache)
#25 27.97 -> retrieved conf-gmp.5  (https://opam.ocaml.org/cache)
#25 27.97 -> retrieved conf-gmp-powm-sec.4  (https://opam.ocaml.org/cache)
#25 27.98 -> installed conf-pkg-config.4
#25 27.98 -> installed conf-gmp.5
#25 27.99 -> installed conf-gmp-powm-sec.4
#25 28.23 -> retrieved csexp.1.5.2  (https://opam.ocaml.org/cache)
#25 28.24 -> retrieved cow.2.5.0  (https://opam.ocaml.org/cache)
#25 28.37 -> retrieved cppo.1.8.0  (https://opam.ocaml.org/cache)
#25 28.58 -> retrieved cudf.0.10  (https://opam.ocaml.org/cache)
#25 28.74 -> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
#25 28.84 -> retrieved domain-name.0.5.0  (https://opam.ocaml.org/cache)
#25 30.39 -> retrieved digestif.1.3.0  (https://opam.ocaml.org/cache)
#25 30.66 -> retrieved duration.0.3.1  (https://opam.ocaml.org/cache)
#25 30.97 -> retrieved eqaf.0.10  (https://opam.ocaml.org/cache)
#25 31.12 -> retrieved dose3.5.0.1-2  (https://opam.ocaml.org/cache)
#25 31.38 -> retrieved ezjsonm.1.3.0  (https://opam.ocaml.org/cache)
#25 ...

#23 [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#23 32.33 Read 99 sample input sentences and 99 error messages.
#23 32.33 Read 99 sample input sentences and 47 error messages.
#23 32.85 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#23 32.85 Grammar has 37 terminal symbols.
#23 32.85 Grammar has 129 productions.
#23 32.85 Built an LR(0) automaton with 199 states.
#23 32.85 The grammar is not SLR(1) -- 7 states have a conflict.
#23 32.85 The construction mode is no-pager.
#23 32.85 Built an LR(1) automaton with 308 states.
#23 32.85 One shift/reduce conflict was silently solved.
#23 32.85 Extra reductions on error were added in 50 states.
#23 32.85 Priority played a role in 0 of these states.
#23 32.85 156 out of 308 states have a default reduction.
#23 32.85 108 out of 308 states are represented.
#23 32.85 44 out of 96 symbols keep track of their start position.
#23 32.85 39 out of 96 symbols keep track of their end position.
#23 32.85 The StackLang code contains 4113 instructions in 277 blocks.
#23 32.85 The StackLang code comprises 5 mutually recursive groups.
#23 33.13 Read 99 sample input sentences and 47 error messages.
#23 ...

#25 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#25 38.17 -> retrieved dune.3.23.1, dune-configurator.3.23.1  (https://opam.ocaml.org/cache)
#25 38.19 -> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
#25 38.44 -> retrieved extlib.1.7.7-1  (https://opam.ocaml.org/cache)
#25 38.50 -> retrieved gen.1.1  (https://opam.ocaml.org/cache)
#25 38.54 -> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
#25 38.66 -> retrieved gmap.0.3.0  (https://opam.ocaml.org/cache)
#25 38.70 -> retrieved hex.1.5.0  (https://opam.ocaml.org/cache)
#25 38.95 -> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (https://opam.ocaml.org/cache)
#25 39.06 -> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
#25 39.24 -> retrieved kdf.1.0.0  (https://opam.ocaml.org/cache)
#25 39.46 -> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
#25 39.82 -> retrieved magic-mime.1.3.1  (https://opam.ocaml.org/cache)
#25 40.07 -> retrieved lwt.6.1.2  (https://opam.ocaml.org/cache)
#25 40.49 -> retrieved mccs.1.1+19  (https://opam.ocaml.org/cache)
#25 43.03 -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (https://opam.ocaml.org/cache)
#25 ...

#23 [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#23 58.48 sed -f process.sed opam.install > processed-opam.install
#23 58.49 dune build --profile=release --root .  --promote-install-files -- opam-installer.install
#23 60.87 sed -f process.sed opam-installer.install > processed-opam-installer.install
#23 DONE 61.1s

#26 [build-opam-doc 10/15] RUN echo '(vendored_dirs src_ext)' >> dune
#26 DONE 0.7s

#25 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#25 51.90 -> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-ppx.6.2.0  (https://opam.ocaml.org/cache)
#25 52.34 -> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (https://opam.ocaml.org/cache)
#25 52.36 -> retrieved ocaml-compiler-libs.v0.12.4  (https://opam.ocaml.org/cache)
#25 52.38 -> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
#25 52.95 -> retrieved ocamlbuild.0.16.1  (https://opam.ocaml.org/cache)
#25 53.00 -> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
#25 53.13 -> retrieved ocamlgraph.1.8.8  (https://opam.ocaml.org/cache)
#25 53.26 -> retrieved ocplib-endian.1.2  (https://opam.ocaml.org/cache)
#25 53.29 -> retrieved ohex.0.2.0  (https://opam.ocaml.org/cache)
#25 53.33 -> retrieved opam-depext.1.2.3  (cached)
#25 53.34 -> removed   opam-depext.1.2.3
#25 53.51 -> removed   ocaml.4.14.2
#25 53.53 -> installed ocaml.4.14.2
#25 56.22 -> retrieved opam-file-format.2.1.0  (https://opam.ocaml.org/cache)
#25 56.27 -> retrieved omd.1.3.2  (https://opam.ocaml.org/cache)
#25 57.00 -> retrieved opam-client.2.0.10, opam-core.2.0.10, opam-format.2.0.10, opam-repository.2.0.10, opam-solver.2.0.10, opam-state.2.0.10  (https://opam.ocaml.org/cache)
#25 57.01 -> retrieved opam2web.dev  (file:///home/opam/opam2web)
#25 57.13 -> retrieved opam-lib.1.3.1  (https://opam.ocaml.org/cache)
#25 57.14 -> installed opam-depext.1.2.3
#25 57.25 -> retrieved opamfu.0.1.4  (https://opam.ocaml.org/cache)
#25 57.26 -> retrieved ppx_derivers.1.2.1  (https://opam.ocaml.org/cache)
#25 57.70 -> retrieved ptime.1.2.0  (https://opam.ocaml.org/cache)
#25 57.73 -> retrieved ppx_sexp_conv.v0.16.0  (https://opam.ocaml.org/cache)
#25 57.99 -> retrieved rresult.0.7.0  (https://opam.ocaml.org/cache)
#25 58.32 -> retrieved ppxlib.0.35.0  (https://opam.ocaml.org/cache)
#25 58.38 -> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
#25 58.63 -> retrieved sedlex.3.7  (https://opam.ocaml.org/cache)
#25 58.73 -> retrieved sexplib0.v0.16.0  (https://opam.ocaml.org/cache)
#25 58.88 -> retrieved seq.base  (2 extra sources)
#25 58.88 -> retrieved seq.base  (2 extra sources)
#25 58.89 -> installed seq.base
#25 59.03 -> retrieved stringext.1.6.0  (https://opam.ocaml.org/cache)
#25 59.04 -> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
#25 ...

#27 [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune
#27 0.858 make: Entering directory '/home/opam/opam/doc'
#27 0.864 rm -rf html
#27 0.868 cd .. && dune build --profile=release --root .  @doc
#27 2.310 File "src/core/cmdliner/opamCmdliner.mli", line 279, characters 2-51:
#27 2.310 Warning: Alert deprecated not expected here.
#27 2.310 File "src/core/cmdliner/opamCmdliner.mli", line 309, characters 2-50:
#27 2.310 Warning: Alert deprecated not expected here.
#27 2.310 File "src/core/cmdliner/opamCmdliner.mli", line 327, characters 2-46:
#27 2.310 Warning: Alert deprecated not expected here.
#27 2.310 File "src/core/cmdliner/opamCmdliner.mli", line 824, characters 2-59:
#27 2.310 Warning: Alert deprecated not expected here.
#27 2.310 File "src/core/cmdliner/opamCmdliner.mli", line 1171, characters 2-56:
#27 2.310 Warning: Alert deprecated not expected here.
#27 2.310 File "src/core/cmdliner/opamCmdliner.mli", line 1182, characters 2-50:
#27 2.310 Warning: Alert deprecated not expected here.
#27 2.858 File "src_ext/ocamlgraph/src/builder.mli", line 21, characters 43-44:
#27 2.858 Warning: Paragraph should begin on its own line.
#27 2.882 File "src_ext/ocamlgraph/src/graphviz.mli", line 132, characters 67-72:
#27 2.882 Warning: '{ | }': bad markup.
#27 2.882 Suggestion: did you mean '{! | }' or '[ | ]'?
#27 2.896 File "src_ext/ocamlgraph/src/gml.mli", line 38, characters 23-55:
#27 2.896 Warning: '{v ... v}' (verbatim text) should begin on its own line.
#27 2.896 File "src_ext/ocamlgraph/src/gml.mli", line 38, characters 57-61:
#27 2.896 Warning: Paragraph should begin on its own line.
#27 2.909 File "src_ext/re/lib/core.mli", line 79, characters 22-56:
#27 2.909 Warning: Alert deprecated not expected here.
#27 2.909 File "src_ext/re/lib/core.mli", line 317, characters 4-29:
#27 2.909 Warning: '6': bad heading level (0-5 allowed).
#27 2.909 File "src_ext/re/lib/core.mli", line 370, characters 4-29:
#27 2.909 Warning: '6': bad heading level (0-5 allowed).
#27 2.909 File "src_ext/re/lib/core.mli", line 744, characters 26-60:
#27 2.909 Warning: Alert deprecated not expected here.
#27 2.909 File "src_ext/re/lib/core.mli", line 767, characters 21-53:
#27 2.909 Warning: Alert deprecated not expected here.
#27 3.227 File "src/core/opamStd.mli", line 643, characters 32-33:
#27 3.227 Warning: Stray '@'.
#27 3.227 File "src/core/opamStd.mli", line 646, characters 40-41:
#27 3.227 Warning: Stray '@'.
#27 3.264 File "src/core/opamConsole.mli", line 166, characters 22-23:
#27 3.264 Warning: '-' (bulleted list item) should not be empty.
#27 3.341 File "src/core/opamSystem.mli", line 57, characters 48-60:
#27 3.341 Warning: '{Unix.EROFS}': bad markup.
#27 3.341 Suggestion: did you mean '{!Unix.EROFS}' or '[Unix.EROFS]'?
#27 3.341 File "src/core/opamSystem.mli", line 58, characters 15-27:
#27 3.341 Warning: '{Unix.EPERM}': bad markup.
#27 3.341 Suggestion: did you mean '{!Unix.EPERM}' or '[Unix.EPERM]'?
#27 3.452 File "src_ext/extlib/src/enum.mli", line 33, characters 4-23:
#27 3.452 Warning: '6': bad heading level (0-5 allowed).
#27 3.452 File "src_ext/extlib/src/enum.mli", line 69, characters 4-24:
#27 3.452 Warning: '6': bad heading level (0-5 allowed).
#27 3.452 File "src_ext/extlib/src/enum.mli", line 113, characters 4-25:
#27 3.452 Warning: '6': bad heading level (0-5 allowed).
#27 3.452 File "src_ext/extlib/src/enum.mli", line 146, characters 4-20:
#27 3.452 Warning: '6': bad heading level (0-5 allowed).
#27 3.452 File "src_ext/extlib/src/enum.mli", line 191, characters 4-16:
#27 3.452 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 33, characters 8-22:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 55, characters 8-17:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 96, characters 8-34:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 129, characters 8-27:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 174, characters 8-24:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 211, characters 8-25:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 228, characters 8-28:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 242, characters 8-27:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 279, characters 8-31:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 313, characters 8-32:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 345, characters 8-22:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 356, characters 8-17:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 366, characters 8-34:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 444, characters 8-37:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.463 File "src_ext/extlib/src/optParse.mli", line 457, characters 8-26:
#27 3.463 Warning: '6': bad heading level (0-5 allowed).
#27 3.478 File "src_ext/extlib/src/extArray.mli", line 33, characters 6-23:
#27 3.478 Warning: '6': bad heading level (0-5 allowed).
#27 3.478 File "src_ext/extlib/src/extArray.mli", line 103, characters 6-22:
#27 3.478 Warning: '6': bad heading level (0-5 allowed).
#27 3.478 File "src_ext/extlib/src/extArray.mli", line 111, characters 6-33:
#27 3.478 Warning: '6': bad heading level (0-5 allowed).
#27 3.478 File "src_ext/extlib/src/extArray.mli", line 145, characters 6-23:
#27 3.478 Warning: '6': bad heading level (0-5 allowed).
#27 3.478 File "src_ext/extlib/src/extHashtbl.mli", line 30, characters 6-23:
#27 3.478 Warning: '6': bad heading level (0-5 allowed).
#27 3.478 File "src_ext/extlib/src/extHashtbl.mli", line 93, characters 6-25:
#27 3.478 Warning: '6': bad heading level (0-5 allowed).
#27 3.480 File "src_ext/extlib/src/extString.mli", line 31, characters 6-23:
#27 3.480 Warning: '6': bad heading level (0-5 allowed).
#27 3.480 File "src_ext/extlib/src/extString.mli", line 168, characters 6-33:
#27 3.480 Warning: '6': bad heading level (0-5 allowed).
#27 3.480 File "src_ext/extlib/src/extString.mli", line 178, characters 6-25:
#27 3.480 Warning: '6': bad heading level (0-5 allowed).
#27 3.481 File "src_ext/extlib/src/refList.mli", line 103, characters 4-29:
#27 3.481 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/dllist.mli", line 32, characters 4-23:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/dllist.mli", line 153, characters 4-24:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/dllist.mli", line 164, characters 4-14:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/IO.mli", line 46, characters 4-20:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/IO.mli", line 112, characters 4-37:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/IO.mli", line 158, characters 4-17:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/IO.mli", line 185, characters 4-24:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/IO.mli", line 301, characters 4-16:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.482 File "src_ext/extlib/src/IO.mli", line 331, characters 4-34:
#27 3.482 Warning: '6': bad heading level (0-5 allowed).
#27 3.483 File "src_ext/extlib/src/extList.mli", line 39, characters 6-23:
#27 3.483 Warning: '6': bad heading level (0-5 allowed).
#27 3.483 File "src_ext/extlib/src/extList.mli", line 152, characters 6-24:
#27 3.483 Warning: '6': bad heading level (0-5 allowed).
#27 3.483 File "src_ext/extlib/src/extList.mli", line 164, characters 6-33:
#27 3.483 Warning: '6': bad heading level (0-5 allowed).
#27 3.483 File "src_ext/extlib/src/extList.mli", line 177, characters 6-28:
#27 3.483 Warning: '6': bad heading level (0-5 allowed).
#27 3.483 File "src_ext/extlib/src/extList.mli", line 212, characters 6-28:
#27 3.483 Warning: '6': bad heading level (0-5 allowed).
#27 3.483 File "src_ext/extlib/src/extList.mli", line 238, characters 6-25:
#27 3.483 Warning: '6': bad heading level (0-5 allowed).
#27 3.483 File "src_ext/extlib/src/extList.mli", line 321, characters 6-20:
#27 3.483 Warning: '6': bad heading level (0-5 allowed).
#27 3.483 File "src_ext/extlib/src/extList.mli", line 339, characters 33-34:
#27 3.483 Warning: Stray '@'.
#27 3.506 File "src_ext/extlib/src/dynArray.mli", line 38, characters 4-22:
#27 3.506 Warning: '6': bad heading level (0-5 allowed).
#27 3.506 File "src_ext/extlib/src/dynArray.mli", line 51, characters 4-36:
#27 3.506 Warning: '6': bad heading level (0-5 allowed).
#27 3.506 File "src_ext/extlib/src/dynArray.mli", line 107, characters 4-33:
#27 3.506 Warning: '6': bad heading level (0-5 allowed).
#27 3.506 File "src_ext/extlib/src/dynArray.mli", line 138, characters 4-32:
#27 3.506 Warning: '6': bad heading level (0-5 allowed).
#27 3.506 File "src_ext/extlib/src/dynArray.mli", line 175, characters 4-22:
#27 3.506 Warning: '6': bad heading level (0-5 allowed).
#27 3.506 File "src_ext/extlib/src/dynArray.mli", line 278, characters 26-27:
#27 3.506 Warning: Paragraph should begin on its own line.
#27 3.506 File "src_ext/extlib/src/dynArray.mli", line 278, characters 4-25:
#27 3.506 Warning: '6': bad heading level (0-5 allowed).
#27 3.592 File "src_ext/cudf/lib/cudf_types.mli", line 28, characters 4-24:
#27 3.592 Warning: '6': bad heading level (0-5 allowed).
#27 3.592 File "src_ext/cudf/lib/cudf_types.mli", line 121, characters 4-28:
#27 3.592 Warning: '6': bad heading level (0-5 allowed).
#27 3.602 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.602 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 3.602 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.602 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.602 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 3.602 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.602 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.602 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 3.602 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.602 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.602 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 3.602 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.602 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.602 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 3.602 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.602 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.602 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 3.602 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.614 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.614 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 3.614 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.614 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.614 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 3.614 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.614 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.614 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 3.614 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.614 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.614 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 3.614 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.614 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.614 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 3.614 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.614 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.614 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 3.614 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.622 File "src/core/opamVersionCompare.mli", line 39, characters 4-21:
#27 3.622 Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
#27 3.631 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.631 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 3.631 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.631 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.631 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.631 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.631 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 3.631 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.631 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.631 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.631 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.631 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.631 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.631 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.631 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.631 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.631 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.631 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.631 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 3.631 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.634 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.634 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 3.634 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.634 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.634 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 3.634 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.634 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.634 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 3.634 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.634 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.634 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 3.634 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.634 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.634 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 3.634 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.634 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.634 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 3.634 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.635 File "src/core/opamStubs.mli", line 116, characters 43-57:
#27 3.635 Warning: Failed to resolve reference unresolvedroot(Unix).putenv Couldn't find "Unix"
#27 3.635 File "src/core/opamStubs.mli", line 108, characters 4-59:
#27 3.635 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.635 File "src/core/opamStubs.mli", line 98, characters 4-61:
#27 3.635 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.635 File "src/core/opamStubs.mli", line 86, characters 6-47:
#27 3.635 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.635 File "src/core/opamStubs.mli", line 85, characters 6-51:
#27 3.635 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.635 File "src/core/opamStubs.mli", line 71, characters 6-76:
#27 3.635 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.635 File "src/core/opamStubs.mli", line 46, characters 6-65:
#27 3.635 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.635 File "src/core/opamStubs.mli", line 23, characters 56-70:
#27 3.635 Warning: Failed to resolve reference unresolvedroot(Unix).getpid Couldn't find "Unix"
#27 3.637 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.637 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 3.637 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.637 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.637 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 3.637 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.637 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.637 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 3.637 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.637 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.637 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 3.637 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.637 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.637 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 3.637 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.637 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.637 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 3.637 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.642 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 3.642 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.642 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 3.642 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.642 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 3.642 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.642 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 3.642 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.642 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 3.642 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.642 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 3.642 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 262, characters 11-35:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Stdlib).String.compare Couldn't find "Stdlib"
#27 3.642 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 189, characters 6-50:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.642 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.642 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.642 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.642 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.643 File "src/core/opamSystem.mli", line 365, characters 49-67:
#27 3.643 Warning: Failed to resolve reference unresolvedroot(Sys).catch_break Couldn't find "Sys"
#27 3.643 File "src/core/opamSystem.mli", line 344, characters 4-35:
#27 3.643 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.643 File "src/core/opamSystem.mli", line 323, characters 4-60:
#27 3.643 Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
#27 3.643 File "src/core/opamSystem.mli", line 205, character 4 to line 206, character 53:
#27 3.643 Warning: Failed to resolve reference unresolvedroot(Command_not_found,) Couldn't find "Command_not_found,"
#27 3.643 File "src/core/opamSystem.mli", line 59, characters 4-77:
#27 3.643 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.645 File "src_ext/cudf/lib/cudf_types_pp.mli", line 30, characters 4-20:
#27 3.645 Warning: '6': bad heading level (0-5 allowed).
#27 3.645 File "src_ext/cudf/lib/cudf_types_pp.mli", line 50, characters 4-38:
#27 3.645 Warning: '6': bad heading level (0-5 allowed).
#27 3.645 File "src_ext/cudf/lib/cudf_types_pp.mli", line 86, characters 4-30:
#27 3.645 Warning: '6': bad heading level (0-5 allowed).
#27 3.646 File "src_ext/cudf/lib/cudf_conf.mli", line 35, characters 4-52:
#27 3.646 Warning: '6': bad heading level (0-5 allowed).
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 3.654 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 3.654 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 3.654 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 3.654 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 9, characters 41-67:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(examples) Couldn't find page "examples"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 9, characters 4-36:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(cli) Couldn't find page "cli"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 8, characters 16-42:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tutorial) Couldn't find page "tutorial"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1161, characters 6-58:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1114, characters 34-53:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).is_directory Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1114, characters 11-29:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1109, characters 34-53:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).is_directory Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1109, characters 11-29:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1105, characters 18-36:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1101, characters 6-46:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1099, characters 57-74:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1090, characters 35-53:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(float_of_string) Couldn't find "float_of_string"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1087, characters 35-53:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Int64).of_string Couldn't find "Int64"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1084, characters 35-53:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Int32).of_string Couldn't find "Int32"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1081, characters 39-61:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Nativeint).of_string Couldn't find "Nativeint"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1078, characters 33-49:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(int_of_string) Couldn't find "int_of_string"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 1072, characters 34-51:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(bool_of_string) Couldn't find "bool_of_string"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 915, characters 13-61:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 912, characters 27-71:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(cli).envlookup Couldn't find page "cli"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 781, characters 19-30:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 772, characters 6-25:
#27 3.656 Warning: Reference to 'eval' is ambiguous. Please specify its kind: section-eval, val-eval.
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 764, characters 22-45:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 762, characters 22-45:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Format).std_formatter Couldn't find "Format"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 757, characters 12-25:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).getenv Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 755, characters 65-76:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 679, characters 52-66:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Stdlib).exit Couldn't find "Stdlib"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 648, character 39 to line 649, character 22:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 607, characters 21-76:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 603, characters 10-43:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Manpage.s_environment Couldn't find "Cmdliner"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 565, characters 19-74:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 424, characters 19-30:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 402, characters 11-24:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).getenv Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 399, characters 48-71:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 398, characters 19-42:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Format).std_formatter Couldn't find "Format"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 391, characters 61-72:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 358, character 39 to line 359, character 22:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 320, characters 19-74:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 318, characters 29-62:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Manpage.s_environment Couldn't find "Cmdliner"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 290, characters 19-74:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 266, characters 47-62:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Cmd Couldn't find "Cmdliner"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 18, characters 16-48:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).manual Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 161, characters 40-63:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 53, characters 6-61:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.656 File "src/core/cmdliner/opamCmdliner.mli", line 49, characters 18-73:
#27 3.656 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 3.659 File "src_ext/cudf/lib/cudf.mli", line 17, characters 4-22:
#27 3.659 Warning: '6': bad heading level (0-5 allowed).
#27 3.659 File "src_ext/cudf/lib/cudf.mli", line 75, characters 4-37:
#27 3.659 Warning: '6': bad heading level (0-5 allowed).
#27 3.659 File "src_ext/cudf/lib/cudf.mli", line 87, characters 4-36:
#27 3.659 Warning: '6': bad heading level (0-5 allowed).
#27 3.683 File "src_ext/cudf/lib/cudf_printer.mli", line 20, characters 4-48:
#27 3.683 Warning: '6': bad heading level (0-5 allowed).
#27 3.683 File "src_ext/cudf/lib/cudf_printer.mli", line 33, characters 4-48:
#27 3.683 Warning: '6': bad heading level (0-5 allowed).
#27 3.683 File "src_ext/cudf/lib/cudf_printer.mli", line 52, characters 4-45:
#27 3.683 Warning: '6': bad heading level (0-5 allowed).
#27 3.699 File "src_ext/cudf/lib/cudf_parser.mli", line 54, characters 4-34:
#27 3.699 Warning: '6': bad heading level (0-5 allowed).
#27 3.699 File "src_ext/cudf/lib/cudf_parser.mli", line 109, characters 4-33:
#27 3.699 Warning: '6': bad heading level (0-5 allowed).
#27 3.699 File "src_ext/cudf/lib/cudf_parser.mli", line 120, characters 4-35:
#27 3.699 Warning: '6': bad heading level (0-5 allowed).
#27 4.735 File "src/format/opamPathName.mli", line 43, characters 28-29:
#27 4.735 Warning: End of text is not allowed in '{2 ...}' (section heading).
#27 5.226 File "src/format/opamFormat.mli", line 49, characters 34-47:
#27 5.226 Warning: Failed to resolve reference unresolvedroot(Bad_format) Couldn't find "Bad_format"
#27 5.226 File "src/format/opamFormat.mli", line 48, characters 34-47:
#27 5.226 Warning: Failed to resolve reference unresolvedroot(Unexpected) Couldn't find "Unexpected"
#27 5.228 File "src/format/opamFormula.mli", line 46, characters 4-45:
#27 5.228 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.235 File "src/format/opamFilter.mli", line 176, character 4 to line 177, character 38:
#27 5.235 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.235 File "src/format/opamFilter.mli", line 133, characters 4-58:
#27 5.235 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.235 File "src/format/opamFilter.mli", line 112, characters 4-73:
#27 5.235 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.235 File "src/format/opamFilter.mli", line 108, characters 4-46:
#27 5.235 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.235 File "src/format/opamFilter.mli", line 99, characters 4-46:
#27 5.235 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.235 File "src/format/opamFilter.mli", line 82, character 4 to line 83, character 55:
#27 5.235 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.235 File "src/format/opamFilter.mli", line 74, character 4 to line 75, character 60:
#27 5.235 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.246 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.246 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 5.246 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.246 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.246 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 5.246 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.246 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.246 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 5.246 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.246 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.246 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 5.246 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.246 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.246 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 5.246 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.246 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.246 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 5.246 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.253 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.253 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 5.253 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.253 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.253 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 5.253 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.253 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.253 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 5.253 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.253 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.253 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 5.253 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.253 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.253 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 5.253 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.253 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.253 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 5.253 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.257 File "src/format/opamTypesBase.mli", line 77, character 4 to line 78, character 58:
#27 5.257 Warning: Failed to resolve reference unresolvedroot({!Parse_variable}) Couldn't find "{!Parse_variable}"
#27 5.257 File "src/format/opamTypesBase.mli", line 70, characters 4-40:
#27 5.257 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.258 File "src/format/opamSysPkg.mli", line 43, characters 4-50:
#27 5.258 Warning: Failed to resolve reference unresolvedroot(OpamSysInteract).install_packages_commands_t Couldn't find "OpamSysInteract"
#27 5.258 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.258 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 5.258 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.258 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.258 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 5.258 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.258 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.258 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 5.258 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.258 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.258 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 5.258 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.258 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.258 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 5.258 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.258 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.258 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 5.258 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.272 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 5.272 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.272 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 5.272 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.272 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 5.272 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.272 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 5.272 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.272 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 5.272 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.272 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 5.272 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.272 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 5.272 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.272 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 5.272 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.272 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 5.272 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.272 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 5.272 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.272 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 5.272 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.272 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.272 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 5.272 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 5.275 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 5.275 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.275 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.275 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 5.275 File "src/format/opamPackage.mli", line 119, characters 4-50:
#27 5.275 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.275 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 5.275 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.275 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.275 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.275 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.275 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.275 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 5.275 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.470 File "src/repository/opamDownload.mli", line 20, character 4 to line 21, character 17:
#27 5.470 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.547 File "src/repository/opamRepository.mli", line 29, characters 4-59:
#27 5.547 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.549 File "src/repository/opamRepositoryBackend.mli", line 115, character 4 to line 119, character 77:
#27 5.549 Warning: Failed to resolve reference unresolvedroot(Stdlib).Failure Couldn't find "Stdlib"
#27 5.688 File "src/state/opamPinned.mli", line 63, characters 29-64:
#27 5.688 Warning: '{OpamSwitchState.overlay_opam_file}': bad markup.
#27 5.688 Suggestion: did you mean '{!OpamSwitchState.overlay_opam_file}' or '[OpamSwitchState.overlay_opam_file]'?
#27 5.688 File "src/state/opamRepositoryState.mli", line 94, characters 4-30:
#27 5.688 Warning: '{OpamFile.get_extra_files}': bad markup.
#27 5.688 Suggestion: did you mean '{!OpamFile.get_extra_files}' or '[OpamFile.get_extra_files]'?
#27 5.871 File "src/state/opamFormatUpgrade.mli", line 21, characters 45-74:
#27 5.871 Warning: Failed to resolve reference unresolvedroot(OpamCliMain).main_catch_all Couldn't find "OpamCliMain"
#27 5.903 File "src/state/opamPinned.mli", line 26, characters 4-37:
#27 5.903 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.903 File "src/state/opamPinned.mli", line 18, characters 4-37:
#27 5.903 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.966 File "src/solver/opamCudfCriteria.mli", line 36, characters 4-53:
#27 5.966 Warning: Failed to resolve reference unresolvedroot({!Stdlib).Failure} Couldn't find "{!Stdlib"
#27 5.974 File "src/state/opamSwitchState.mli", line 134, characters 4-61:
#27 5.974 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.974 File "src/state/opamSwitchState.mli", line 126, characters 4-37:
#27 5.974 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.974 File "src/state/opamSwitchState.mli", line 98, characters 4-37:
#27 5.974 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 5.986 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 5.986 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 5.986 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 5.986 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 5.986 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 5.986 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 5.986 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 5.986 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 5.986 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 5.986 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 5.986 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.986 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 5.986 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 5.986 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 5.986 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.986 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 5.986 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 5.986 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 5.986 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 6.037 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 6.037 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.037 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.037 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.037 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 6.037 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.037 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.037 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.037 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.037 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.037 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.037 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.037 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.037 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 6.037 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 6.044 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 6.044 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 6.044 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 6.044 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 6.044 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 6.044 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 6.044 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.044 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.044 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.044 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 6.044 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.475 File "src/client/opamCLIVersion.mli", line 38, characters 4-40:
#27 6.475 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.475 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 6.475 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 6.475 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.475 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 6.475 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 6.475 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.475 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 6.475 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 6.475 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 6.475 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 6.475 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 6.475 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.475 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 6.475 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 6.475 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 6.475 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 6.475 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 6.475 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 6.485 File "src/client/opamCliMain.mli", line 25, characters 4-16:
#27 6.485 Warning: Failed to resolve reference unresolvedroot(Unix).exec Couldn't find "Unix"
#27 6.688 cp -r ../_build/default/_doc/_html html
#27 6.847 chmod -R +w html
#27 6.884 sed 's/%{OPAMVERSION}%/'2.6.0~alpha1~dev'/g' index.html > html/index.html
#27 6.889 mkdir -p html/ocamldoc
#27 6.893 cd html/ocamldoc && for f in ../*/*/index.html; do\
#27 6.893   ln -sf $f $(basename $(dirname $f)).html;\
#27 6.893 done
#27 7.983 rm -rf man-html
#27 7.990 mkdir -p man-html
#27 7.993 echo '<!DOCTYPE html>' >man-html/index.html
#27 7.995 echo '<html><head>' >>man-html/index.html
#27 7.998 echo '  <title>Opam man-pages index</title>' >>man-html/index.html
#27 7.998 echo '</head><body>' >>man-html/index.html
#27 7.998 echo '<h1>Opam 2.6.0~alpha1~dev man-pages index</h1>' >>man-html/index.html
#27 7.999 echo '<ul>' >>man-html/index.html
#27 8.000 for f in ../_build/default/doc/man/*.1; do\
#27 8.000   man2html -r $f | sed 1,2d > man-html/$(basename $f .1).html;\
#27 8.000   echo "  <li><a href=\"$(basename $f .1).html\">$(basename $f .1)</a></li>" >>man-html/index.html;\
#27 8.000 done
#27 ...

#25 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#25 61.27 -> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
#25 61.38 -> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
#25 61.42 -> retrieved uri.4.4.0, uri-sexp.4.4.0  (https://opam.ocaml.org/cache)
#25 61.48 -> installed cmdliner.1.3.0
#25 61.75 -> retrieved xmlm.1.4.0  (https://opam.ocaml.org/cache)
#25 ...

#27 [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune
#27 8.509 /usr/local/bin/man2html: line 9: syntax error: unterminated quoted string
#27 8.510 make: Leaving directory '/home/opam/opam/doc'
#27 8.510 make: *** [Makefile:41: man-html] Error 2
#27 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  9/14] RUN opam install . --destdir /opt/opam2web
#25 CANCELED
------
 > [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune:
7.998 echo '</head><body>' >>man-html/index.html
7.998 echo '<h1>Opam 2.6.0~alpha1~dev man-pages index</h1>' >>man-html/index.html
7.999 echo '<ul>' >>man-html/index.html
8.000 for f in ../_build/default/doc/man/*.1; do\
8.000   man2html -r $f | sed 1,2d > man-html/$(basename $f .1).html;\
8.000   echo "  <li><a href=\"$(basename $f .1).html\">$(basename $f .1)</a></li>" >>man-html/index.html;\
8.000 done
8.509 /usr/local/bin/man2html: line 9: syntax error: unterminated quoted string
8.510 make: Leaving directory '/home/opam/opam/doc'
8.510 make: *** [Makefile:41: man-html] Error 2
------
ERROR: failed to build: 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-06-03 13:05.20: Job failed: Failed: Build failed