Build:
- 0
2026-05-22 09:34.10: New job: Build Dockerfile using linux-x86_64 in
[https://github.com/ocaml-opam/opam2web.git#refs/pull/247/head (4b93f80debf83ce3bd825495738af474a2ed7e9d)]
2026-05-22 09:34.10: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile"
2026-05-22 09:34.10: Waiting for worker…
2026-05-22 09:34.11: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Submodule path 'content/doc': checked out 'e54731062f4cb140f96c56fad47cdcc5c1d70cf7'
HEAD is now at 4b93f80 Avoid duplicated archive-mirrors: field in the repo file
Synchronizing submodule url for 'content/doc'
Cleared directory 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) unregistered for path 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) registered for path 'content/doc'
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 3.29kB done
#1 DONE 0.0s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1.3
#2 DONE 0.5s
#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.0s
#5 [internal] load metadata for docker.io/ocaml/opam:alpine-3.20-ocaml-4.14
#5 ...
#6 [internal] load metadata for docker.io/ocaml/opam:archive
#6 DONE 0.5s
#5 [internal] load metadata for docker.io/ocaml/opam:alpine-3.20-ocaml-4.14
#5 DONE 0.6s
#7 [stage-2 1/13] FROM docker.io/ocaml/opam:archive@sha256:46155ef1ea2cbdbc9030585aacd78ebf631497b05cb6d5a4a3b3cec5d15202ef
#7 DONE 0.0s
#8 [build-opam-doc 1/15] FROM docker.io/ocaml/opam:alpine-3.20-ocaml-4.14@sha256:f92b268390a2ea23f1e5a779f5cf75454639ec00650fa9def72c458bec72ddf4
#8 DONE 0.0s
#9 [build-opam-doc 5/15] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#9 CACHED
#10 [build-opam-doc 2/15] RUN sudo apk add cgit groff
#10 CACHED
#11 [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
#11 CACHED
#12 [build-opam-doc 4/15] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#12 CACHED
#13 [build-opam-doc 6/15] RUN opam install odoc
#13 CACHED
#14 [internal] load build context
#14 transferring context: 1.16MB 0.0s done
#14 DONE 0.1s
#15 [build-opam2web 3/14] COPY --chown=opam:opam . /home/opam/opam2web
#15 CACHED
#16 [build-opam2web 4/14] WORKDIR /home/opam/opam2web
#16 CACHED
#17 [build-opam2web 5/14] RUN sudo mkdir -p /opt/opam2web && sudo chown opam:opam /opt/opam2web
#17 CACHED
#18 [build-opam2web 2/14] RUN sudo apk add g++ gmp-dev
#18 CACHED
#19 [build-opam2web 6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#19 CACHED
#20 [build-opam-doc 7/15] RUN git clone https://github.com/ocaml/opam /home/opam/opam && git -C /home/opam/opam checkout 13a18193f6687eb939658cff90963201866b6024
#20 0.323 Cloning into '/home/opam/opam'...
#20 ...
#21 [build-opam2web 7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#b3d1a1a065b8327de995193a878109c6752b07c5
#21 ...
#20 [build-opam-doc 7/15] RUN git clone https://github.com/ocaml/opam /home/opam/opam && git -C /home/opam/opam checkout 13a18193f6687eb939658cff90963201866b6024
#20 43.55 Note: switching to '13a18193f6687eb939658cff90963201866b6024'.
#20 43.55
#20 43.55 You are in 'detached HEAD' state. You can look around, make experimental
#20 43.55 changes and commit them, and you can discard any commits you make in this
#20 43.55 state without impacting any branches by switching back to a branch.
#20 43.55
#20 43.55 If you want to create a new branch to retain commits you create, you may
#20 43.55 do so (now or later) by using -c with the switch command. Example:
#20 43.55
#20 43.55 git switch -c <new-branch-name>
#20 43.55
#20 43.55 Or undo this operation with:
#20 43.55
#20 43.55 git switch -
#20 43.55
#20 43.55 Turn off this advice by setting config variable advice.detachedHead to false
#20 43.55
#20 43.55 HEAD is now at 13a18193f Merge pull request #6934 from kit-ty-kate/patch-extract
#20 DONE 48.1s
#21 [build-opam2web 7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#b3d1a1a065b8327de995193a878109c6752b07c5
#21 ...
#22 [build-opam-doc 8/15] WORKDIR /home/opam/opam
#22 DONE 0.0s
#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.470 checking for ocamlc... ocamlc
#23 0.491 OCaml version is 4.14.2
#23 0.503 OCaml library path is /home/opam/.opam/4.14/lib/ocaml
#23 0.503 checking for ocamlopt... ocamlopt
#23 0.524 checking for ocamlc.opt... ocamlc.opt
#23 0.534 checking for ocamlopt.opt... ocamlopt.opt
#23 0.548 checking for ocaml... ocaml
#23 0.548 checking for ocamldep... ocamldep
#23 0.549 checking for ocamldep.opt... ocamldep.opt
#23 0.563 checking for ocamlmktop... ocamlmktop
#23 0.564 checking for ocamlmklib... ocamlmklib
#23 0.564 checking for ocamldoc... ocamldoc
#23 0.565 checking for ocamldoc.opt... ocamldoc.opt
#23 0.598 checking for ocamlbuild... ocamlbuild
#23 0.599 checking OCaml Sys.os_type... Unix
#23 0.634 checking for gawk... no
#23 0.635 checking for mawk... no
#23 0.635 checking for nawk... no
#23 0.635 checking for awk... awk
#23 0.648 checking for compiler type... cc
#23 0.979 checking for compiler architecture... amd64
#23 1.299 checking for compiler system... linux
#23 1.615 checking for compiler target... x86_64-pc-linux-musl
#23 1.951 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
#23 2.015 checking whether the C compiler works... yes
#23 2.146 checking for C compiler default output file name... a.out
#23 2.149 checking for suffix of executables...
#23 2.213 checking whether we are cross compiling... no
#23 2.282 checking for suffix of object files... o
#23 2.333 checking whether the compiler supports GNU C... yes
#23 2.376 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
#23 2.426 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#23 2.540 checking for ocamlobjinfo... ocamlobjinfo
#23 2.541 checking for ocamlfind... ocamlfind
#23 2.578 checking for curl... curl
#23 2.578 checking for dune... dune
#23 2.579 checking for patch... patch
#23 2.579 checking for bunzip2... bunzip2
#23 2.593 checking for linking method... shared
#23 2.593
#23 2.593 checking for OCaml findlib package unix... found
#23 2.596 checking for OCaml findlib package re 1.10.0 or later... found 1.12.0
#23 2.611 checking for OCaml findlib package base64 3.1.0 or later... no
#23 2.615 checking for OCaml findlib package ocamlgraph 1.8.8 or later... no
#23 2.619 checking for OCaml findlib package cudf 0.7 or later... no
#23 2.622 checking for OCaml findlib package dose3.common 6.1 or later... no
#23 2.625 checking for OCaml findlib package dose3.algo 6.1 or later... no
#23 2.628 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#23 2.631 checking for OCaml findlib package spdx_licenses 1.4.0 or later... no
#23 2.635 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#23 2.638 checking for OCaml findlib package jsonm 1.0.2 or later... no
#23 2.642 checking for OCaml findlib package uutf 1.0.3 or later... found 1.0.3
#23 2.656 checking for OCaml findlib package sha 1.13 or later... no
#23 2.660 checking for OCaml findlib package swhid_core 0.1 or later... no
#23 2.663 checking for OCaml findlib package patch 3.0.0 or later... no
#23 2.665 checking for OCaml findlib package mccs 1.1+17 or later... no
#23 2.671
#23 2.700 configure: creating ./config.status
#23 2.876 config.status: creating Makefile.config
#23 2.901 config.status: creating src/ocaml-flags-configure.sexp
#23 2.932 config.status: creating src/core/c-flags.sexp
#23 2.965
#23 2.969 Opam will be built WITHOUT its default built-in solver
#23 2.969
#23 2.969 Executables will be installed in /usr/local/bin
#23 2.969 Manual pages will be installed in /usr/local/share/man
#23 2.969
#23 2.969 Downloading vendored source dependencies...
#23 2.986 * Downloading cppo...
#23 3.767 * Downloading base64...
#23 6.287 * Downloading extlib...
#23 7.327 * Downloading re...
#23 9.341 * Downloading ocamlgraph...
#23 10.56 * Downloading cudf...
#23 11.29 * Downloading dose3...
#23 13.30 curl: (7) Failed to connect to gitlab.com port 443 after 2002 ms: Could not connect to server
#23 13.30 Failed to download https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz
#23 14.70 Warning: downloaded https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz from opam cache
#23 14.71 * Downloading opam-file-format...
#23 17.89 * Downloading stdlib-shims...
#23 19.03 * Downloading spdx_licenses...
#23 19.86 * Downloading opam-0install-cudf...
#23 22.76 * Downloading 0install-solver...
#23 ...
#21 [build-opam2web 7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#b3d1a1a065b8327de995193a878109c6752b07c5
#21 72.03 [default] Initialised
#21 ...
#23 [build-opam-doc 9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#23 24.45 * Downloading uutf...
#23 24.94 * Downloading jsonm...
#23 25.17 * Downloading sha...
#23 28.13 * Downloading swhid_core...
#23 30.79 * Downloading menhir...
#23 32.48 * Downloading patch...
#23 33.06 done
#23 33.06 Extracting vendored source dependencies in src_ext/... done
#23 34.26 make -j -C src_ext lib-ext
#23 34.26 make[1]: Entering directory '/home/opam/opam/src_ext'
#23 34.27 NOTE: make lib-ext is no longer required
#23 34.27 make[1]: Leaving directory '/home/opam/opam/src_ext'
#23 34.37 dune build --profile=release --root . --promote-install-files -- opam-installer.install opam.install
#23 37.14 Creating menhirLib.ml...
#23 37.14 Creating menhirLib.mli...
#23 ...
#21 [build-opam2web 7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#b3d1a1a065b8327de995193a878109c6752b07c5
#21 DONE 86.5s
#24 [build-opam2web 8/14] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#24 0.338 Added '"https://opam.ocaml.org/cache"' to field archive-mirrors in global configuration
#24 DONE 0.4s
#25 [build-opam2web 9/14] RUN opam install . --destdir /opt/opam2web
#25 0.873 [WARNING] Failed checks on opam2web package definition from source at file:///home/opam/opam2web:
#25 0.873 warning 68: Missing field 'license'
#25 2.338 Package opam2web does not exist, create as a NEW package? [y/n] y
#25 2.339 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 43.86 Read 99 sample input sentences and 99 error messages.
#23 43.86 Read 99 sample input sentences and 47 error messages.
#23 44.20 Grammar has 56 nonterminal symbols, among which 1 start symbols.
#23 44.20 Grammar has 37 terminal symbols.
#23 44.20 Grammar has 129 productions.
#23 44.20 Built an LR(0) automaton with 199 states.
#23 44.20 The grammar is not SLR(1) -- 7 states have a conflict.
#23 44.20 The construction mode is no-pager.
#23 44.20 Built an LR(1) automaton with 308 states.
#23 44.20 One shift/reduce conflict was silently solved.
#23 44.20 Extra reductions on error were added in 50 states.
#23 44.20 Priority played a role in 0 of these states.
#23 44.20 156 out of 308 states have a default reduction.
#23 44.20 108 out of 308 states are represented.
#23 44.20 44 out of 96 symbols keep track of their start position.
#23 44.20 39 out of 96 symbols keep track of their end position.
#23 44.20 The StackLang code contains 4113 instructions in 277 blocks.
#23 44.20 The StackLang code comprises 5 mutually recursive groups.
#23 44.50 Read 99 sample input sentences and 47 error messages.
#23 ...
#25 [build-opam2web 9/14] RUN opam install . --destdir /opt/opam2web
#25 7.474 The following actions will be performed:
#25 7.476 === recompile 2 packages
#25 7.476 - recompile ocaml 4.14.2 [upstream or system changes]
#25 7.476 - recompile opam-depext 1.2.3 [uses ocaml]
#25 7.476 === install 98 packages
#25 7.476 - install angstrom 0.16.1 [required by uri]
#25 7.476 - install asn1-combinators 0.3.2 [required by x509]
#25 7.476 - install astring 0.8.5 [required by conduit]
#25 7.476 - install base v0.16.5 [required by ppx_sexp_conv]
#25 7.476 - install base-bytes base [required by omd, extlib]
#25 7.476 - install base64 3.5.2 [required by cohttp]
#25 7.476 - install bigstringaf 0.10.0 [required by angstrom]
#25 7.476 - install bos 0.3.0 [required by ca-certs]
#25 7.476 - install ca-certs 1.0.3 [required by conduit-lwt-unix]
#25 7.476 - install cmdliner 1.3.0 [required by opam2web]
#25 7.476 - install cohttp 6.1.1 [required by cohttp-lwt-unix]
#25 7.476 - install cohttp-lwt 6.1.1 [required by cohttp-lwt-unix]
#25 7.476 - install cohttp-lwt-unix 6.1.1 [required by opam2web]
#25 7.476 - install conduit 8.0.0 [required by conduit-lwt]
#25 7.476 - install conduit-lwt 8.0.0 [required by cohttp-lwt-unix]
#25 7.476 - install conduit-lwt-unix 8.0.0 [required by cohttp-lwt-unix]
#25 7.476 - install conf-c++ 1.0 [required by mccs]
#25 7.476 - install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
#25 7.476 - install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
#25 7.476 - install conf-pkg-config 4 [required by zarith]
#25 7.476 - install cow 2.5.0 [required by opam2web]
#25 7.476 - install cppo 1.8.0 [required by extlib]
#25 7.476 - install csexp 1.5.2 [required by dune-configurator]
#25 7.476 - install cstruct 6.2.0 [required by hex]
#25 7.476 - install cudf 0.10 [required by opam-lib]
#25 7.476 - install digestif 1.3.0 [required by ca-certs]
#25 7.476 - install domain-name 0.5.0 [required by ipaddr]
#25 7.476 - install dose3 5.0.1-2 [required by opam-lib]
#25 7.476 - install dune 3.23.1 [required by opam2web]
#25 7.476 - install dune-configurator 3.23.1 [required by base, lwt, mirage-crypto]
#25 7.476 - install duration 0.3.1 [required by mirage-crypto-rng]
#25 7.476 - install eqaf 0.10 [required by digestif, mirage-crypto]
#25 7.476 - install extlib 1.7.7-1 [required by opam-client]
#25 7.476 - install ezjsonm 1.3.0 [required by cow]
#25 7.477 - install fmt 0.11.0 [required by cohttp-lwt-unix]
#25 7.477 - install fpath 0.7.3 [required by ca-certs]
#25 7.477 - install gen 1.1 [required by sedlex]
#25 7.477 - install gmap 0.3.0 [required by x509]
#25 7.477 - install hex 1.5.0 [required by ezjsonm]
#25 7.477 - install http 6.1.1 [required by cohttp-lwt-unix]
#25 7.477 - install ipaddr 5.6.2 [required by cohttp-lwt, conduit-lwt-unix]
#25 7.477 - install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
#25 7.477 - install js_of_ocaml 6.2.0 [required by opam2web]
#25 7.477 - install js_of_ocaml-compiler 6.2.0 [required by js_of_ocaml]
#25 7.477 - install js_of_ocaml-ppx 6.2.0 [required by opam2web]
#25 7.477 - install jsonm 1.0.2 [required by opam-lib]
#25 7.477 - install kdf 1.0.0 [required by x509]
#25 7.477 - install logs 0.10.0 [required by cohttp-lwt-unix]
#25 7.477 - install lwt 6.1.2 [required by cohttp-lwt-unix]
#25 7.477 - install macaddr 5.6.2 [required by ipaddr]
#25 7.477 - install magic-mime 1.3.1 [required by cohttp-lwt-unix]
#25 7.477 - install mccs 1.1+19 [required by opam-solver]
#25 7.477 - install menhir 20260209 [required by js_of_ocaml-compiler]
#25 7.477 - install menhirCST 20260209 [required by menhir]
#25 7.477 - install menhirGLR 20260209 [required by menhir]
#25 7.477 - install menhirLib 20260209 [required by js_of_ocaml-compiler]
#25 7.477 - install menhirSdk 20260209 [required by js_of_ocaml-compiler]
#25 7.477 - install mirage-crypto 2.1.0 [required by ca-certs]
#25 7.477 - install mirage-crypto-ec 2.1.0 [required by x509]
#25 7.477 - install mirage-crypto-pk 2.1.0 [required by x509]
#25 7.477 - install mirage-crypto-rng 2.1.0 [required by x509]
#25 7.477 - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
#25 7.477 - install ocaml-syntax-shims 1.0.0 [required by angstrom]
#25 7.477 - install ocamlbuild 0.16.1 [required by xmlm]
#25 7.477 - install ocamlfind 1.9.8 [required by opam-lib, opamfu]
#25 7.477 - install ocamlgraph 1.8.8 [required by opam-lib]
#25 7.477 - install ocplib-endian 1.2 [required by lwt]
#25 7.477 - install ohex 0.2.0 [required by ca-certs]
#25 7.477 - install omd 1.3.2 [required by opam2web]
#25 7.477 - install opam-client 2.0.10 [required by opam2web]
#25 7.477 - install opam-core 2.0.10 [required by opam2web]
#25 7.477 - install opam-file-format 2.1.0 [required by opam2web]
#25 7.477 - install opam-format 2.0.10 [required by opam2web]
#25 7.477 - install opam-lib 1.3.1 (deprecated) [required by opam2web]
#25 7.477 - install opam-repository 2.0.10 [required by opam-client]
#25 7.477 - install opam-solver 2.0.10 [required by opam-client]
#25 7.477 - install opam-state 2.0.10 [required by opam2web]
#25 7.477 - install opam2web dev (pinned)
#25 7.477 - install opamfu 0.1.4 [required by opam2web]
#25 7.477 - install ppx_derivers 1.2.1 [required by ppxlib]
#25 7.477 - install ppx_sexp_conv v0.16.0 [required by cohttp-lwt-unix]
#25 7.477 - install ppxlib 0.35.0 [required by js_of_ocaml, js_of_ocaml-ppx]
#25 7.477 - install ptime 1.2.0 [required by ca-certs]
#25 7.477 - install re 1.14.0 [required by opam2web]
#25 7.477 - install rresult 0.7.0 [required by bos]
#25 7.477 - install sedlex 3.7 [required by js_of_ocaml-compiler]
#25 7.478 - install seq base [required by gen]
#25 7.478 - install sexplib0 v0.16.0 [required by conduit-lwt, cohttp, cohttp-lwt, ezjsonm]
#25 7.478 - install stdlib-shims 0.3.0 [required by ppxlib]
#25 7.478 - install stringext 1.6.0 [required by cohttp]
#25 7.478 - install topkg 1.1.1 [required by xmlm]
#25 7.478 - install uri 4.4.0 [required by opam2web]
#25 7.478 - install uri-sexp 4.4.0 [required by cohttp]
#25 7.478 - install uutf 1.0.4 [required by ezjsonm]
#25 7.478 - install x509 1.0.6 [required by ca-certs]
#25 7.478 - install xmlm 1.4.0 [required by cow]
#25 7.478 - install yojson 3.0.0 [required by opam2web]
#25 7.478 - install zarith 1.14 [required by mirage-crypto-pk]
#25 8.376
#25 8.376 The following system packages will first need to be installed:
#25 8.376 g++
#25 8.376
#25 8.376 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#25 8.376
#25 8.376 opam believes some required external dependencies are missing. opam can:
#25 8.376 > 1. Run apk to install them (may need root/sudo access)
#25 8.376 2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal)
#25 8.376 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#25 8.376 4. Abort the installation
#25 8.376
#25 8.376 [1/2/3/4] 1
#25 8.376
#25 8.378 + /usr/bin/sudo "apk" "add" "g++"
#25 9.378 - fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
#25 10.38 - fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
#25 11.38 - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
#25 11.38 - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
#25 17.38 - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
#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 59.15 sed -f process.sed opam.install > processed-opam.install
#23 59.16 dune build --profile=release --root . --promote-install-files -- opam-installer.install
#23 60.07 sed -f process.sed opam-installer.install > processed-opam-installer.install
#23 DONE 60.3s
#25 [build-opam2web 9/14] RUN opam install . --destdir /opt/opam2web
#25 20.38 - OK: 297 MiB in 102 packages
#25 20.54
#25 20.54 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#25 20.99 -> retrieved asn1-combinators.0.3.2 (https://opam.ocaml.org/cache)
#25 21.02 -> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
#25 21.25 -> retrieved angstrom.0.16.1 (https://opam.ocaml.org/cache)
#25 21.51 -> retrieved base64.3.5.2 (https://opam.ocaml.org/cache)
#25 21.75 -> retrieved bigstringaf.0.10.0 (https://opam.ocaml.org/cache)
#25 ...
#26 [build-opam-doc 10/15] RUN echo '(vendored_dirs src_ext)' >> dune
#26 DONE 0.3s
#25 [build-opam2web 9/14] RUN opam install . --destdir /opt/opam2web
#25 22.05 -> retrieved base.v0.16.5 (https://opam.ocaml.org/cache)
#25 22.19 -> retrieved bos.0.3.0 (https://opam.ocaml.org/cache)
#25 22.37 -> retrieved ca-certs.1.0.3 (https://opam.ocaml.org/cache)
#25 22.87 -> retrieved cmdliner.1.3.0 (https://opam.ocaml.org/cache)
#25 22.91 -> installed conf-c++.1.0
#25 23.38 -> 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 23.38 -> retrieved conf-gmp.5 (https://opam.ocaml.org/cache)
#25 23.38 -> installed conf-pkg-config.4
#25 23.40 -> installed conf-gmp.5
#25 23.69 -> retrieved cow.2.5.0 (https://opam.ocaml.org/cache)
#25 24.65 -> retrieved cppo.1.8.0 (https://opam.ocaml.org/cache)
#25 25.00 -> retrieved csexp.1.5.2 (https://opam.ocaml.org/cache)
#25 25.85 -> retrieved cstruct.6.2.0 (https://opam.ocaml.org/cache)
#25 25.99 -> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (https://opam.ocaml.org/cache)
#25 26.30 -> retrieved conf-gmp-powm-sec.4 (https://opam.ocaml.org/cache)
#25 26.31 -> installed conf-gmp-powm-sec.4
#25 26.43 -> retrieved domain-name.0.5.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.486 make: Entering directory '/home/opam/opam/doc'
#27 0.490 rm -rf html
#27 0.494 cd .. && dune build --profile=release --root . @doc
#27 1.139 File "src/core/cmdliner/opamCmdliner.mli", line 279, characters 2-51:
#27 1.139 Warning: Alert deprecated not expected here.
#27 1.139 File "src/core/cmdliner/opamCmdliner.mli", line 309, characters 2-50:
#27 1.139 Warning: Alert deprecated not expected here.
#27 1.139 File "src/core/cmdliner/opamCmdliner.mli", line 327, characters 2-46:
#27 1.139 Warning: Alert deprecated not expected here.
#27 1.139 File "src/core/cmdliner/opamCmdliner.mli", line 824, characters 2-59:
#27 1.139 Warning: Alert deprecated not expected here.
#27 1.139 File "src/core/cmdliner/opamCmdliner.mli", line 1171, characters 2-56:
#27 1.139 Warning: Alert deprecated not expected here.
#27 1.139 File "src/core/cmdliner/opamCmdliner.mli", line 1182, characters 2-50:
#27 1.139 Warning: Alert deprecated not expected here.
#27 1.365 File "src_ext/ocamlgraph/src/builder.mli", line 21, characters 43-44:
#27 1.365 Warning: Paragraph should begin on its own line.
#27 1.374 File "src_ext/ocamlgraph/src/graphviz.mli", line 132, characters 67-72:
#27 1.374 Warning: '{ | }': bad markup.
#27 1.374 Suggestion: did you mean '{! | }' or '[ | ]'?
#27 1.398 File "src_ext/ocamlgraph/src/gml.mli", line 38, characters 23-55:
#27 1.398 Warning: '{v ... v}' (verbatim text) should begin on its own line.
#27 1.398 File "src_ext/ocamlgraph/src/gml.mli", line 38, characters 57-61:
#27 1.398 Warning: Paragraph should begin on its own line.
#27 1.403 File "src_ext/re/lib/core.mli", line 79, characters 22-56:
#27 1.403 Warning: Alert deprecated not expected here.
#27 1.403 File "src_ext/re/lib/core.mli", line 317, characters 4-29:
#27 1.403 Warning: '6': bad heading level (0-5 allowed).
#27 1.403 File "src_ext/re/lib/core.mli", line 370, characters 4-29:
#27 1.403 Warning: '6': bad heading level (0-5 allowed).
#27 1.403 File "src_ext/re/lib/core.mli", line 744, characters 26-60:
#27 1.403 Warning: Alert deprecated not expected here.
#27 1.403 File "src_ext/re/lib/core.mli", line 767, characters 21-53:
#27 1.403 Warning: Alert deprecated not expected here.
#27 1.563 File "src/core/opamStd.mli", line 643, characters 32-33:
#27 1.563 Warning: Stray '@'.
#27 1.563 File "src/core/opamStd.mli", line 646, characters 40-41:
#27 1.563 Warning: Stray '@'.
#27 1.592 File "src/core/opamConsole.mli", line 166, characters 22-23:
#27 1.592 Warning: '-' (bulleted list item) should not be empty.
#27 1.633 File "src_ext/extlib/src/enum.mli", line 33, characters 4-23:
#27 1.633 Warning: '6': bad heading level (0-5 allowed).
#27 1.633 File "src_ext/extlib/src/enum.mli", line 69, characters 4-24:
#27 1.633 Warning: '6': bad heading level (0-5 allowed).
#27 1.633 File "src_ext/extlib/src/enum.mli", line 113, characters 4-25:
#27 1.633 Warning: '6': bad heading level (0-5 allowed).
#27 1.633 File "src_ext/extlib/src/enum.mli", line 146, characters 4-20:
#27 1.633 Warning: '6': bad heading level (0-5 allowed).
#27 1.633 File "src_ext/extlib/src/enum.mli", line 191, characters 4-16:
#27 1.633 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 33, characters 8-22:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 55, characters 8-17:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 96, characters 8-34:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 129, characters 8-27:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 174, characters 8-24:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 211, characters 8-25:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 228, characters 8-28:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 242, characters 8-27:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 279, characters 8-31:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 313, characters 8-32:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 345, characters 8-22:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 356, characters 8-17:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 366, characters 8-34:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 444, characters 8-37:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.643 File "src_ext/extlib/src/optParse.mli", line 457, characters 8-26:
#27 1.643 Warning: '6': bad heading level (0-5 allowed).
#27 1.648 File "src/core/opamSystem.mli", line 57, characters 48-60:
#27 1.648 Warning: '{Unix.EROFS}': bad markup.
#27 1.648 Suggestion: did you mean '{!Unix.EROFS}' or '[Unix.EROFS]'?
#27 1.648 File "src/core/opamSystem.mli", line 58, characters 15-27:
#27 1.648 Warning: '{Unix.EPERM}': bad markup.
#27 1.648 Suggestion: did you mean '{!Unix.EPERM}' or '[Unix.EPERM]'?
#27 1.657 File "src_ext/extlib/src/extHashtbl.mli", line 30, characters 6-23:
#27 1.657 Warning: '6': bad heading level (0-5 allowed).
#27 1.657 File "src_ext/extlib/src/extHashtbl.mli", line 93, characters 6-25:
#27 1.657 Warning: '6': bad heading level (0-5 allowed).
#27 1.657 File "src_ext/extlib/src/extArray.mli", line 33, characters 6-23:
#27 1.657 Warning: '6': bad heading level (0-5 allowed).
#27 1.657 File "src_ext/extlib/src/extArray.mli", line 103, characters 6-22:
#27 1.657 Warning: '6': bad heading level (0-5 allowed).
#27 1.657 File "src_ext/extlib/src/extArray.mli", line 111, characters 6-33:
#27 1.657 Warning: '6': bad heading level (0-5 allowed).
#27 1.657 File "src_ext/extlib/src/extArray.mli", line 145, characters 6-23:
#27 1.657 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/IO.mli", line 46, characters 4-20:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/IO.mli", line 112, characters 4-37:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/IO.mli", line 158, characters 4-17:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/IO.mli", line 185, characters 4-24:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/IO.mli", line 301, characters 4-16:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/IO.mli", line 331, characters 4-34:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/refList.mli", line 103, characters 4-29:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/extList.mli", line 39, characters 6-23:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/extList.mli", line 152, characters 6-24:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/extList.mli", line 164, characters 6-33:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/extList.mli", line 177, characters 6-28:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/extList.mli", line 212, characters 6-28:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/extList.mli", line 238, characters 6-25:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/extList.mli", line 321, characters 6-20:
#27 1.658 Warning: '6': bad heading level (0-5 allowed).
#27 1.658 File "src_ext/extlib/src/extList.mli", line 339, characters 33-34:
#27 1.658 Warning: Stray '@'.
#27 1.659 File "src_ext/extlib/src/extString.mli", line 31, characters 6-23:
#27 1.659 Warning: '6': bad heading level (0-5 allowed).
#27 1.659 File "src_ext/extlib/src/extString.mli", line 168, characters 6-33:
#27 1.659 Warning: '6': bad heading level (0-5 allowed).
#27 1.659 File "src_ext/extlib/src/extString.mli", line 178, characters 6-25:
#27 1.659 Warning: '6': bad heading level (0-5 allowed).
#27 1.660 File "src_ext/extlib/src/dllist.mli", line 32, characters 4-23:
#27 1.660 Warning: '6': bad heading level (0-5 allowed).
#27 1.660 File "src_ext/extlib/src/dllist.mli", line 153, characters 4-24:
#27 1.660 Warning: '6': bad heading level (0-5 allowed).
#27 1.660 File "src_ext/extlib/src/dllist.mli", line 164, characters 4-14:
#27 1.660 Warning: '6': bad heading level (0-5 allowed).
#27 1.666 File "src_ext/extlib/src/dynArray.mli", line 38, characters 4-22:
#27 1.666 Warning: '6': bad heading level (0-5 allowed).
#27 1.666 File "src_ext/extlib/src/dynArray.mli", line 51, characters 4-36:
#27 1.666 Warning: '6': bad heading level (0-5 allowed).
#27 1.666 File "src_ext/extlib/src/dynArray.mli", line 107, characters 4-33:
#27 1.666 Warning: '6': bad heading level (0-5 allowed).
#27 1.666 File "src_ext/extlib/src/dynArray.mli", line 138, characters 4-32:
#27 1.666 Warning: '6': bad heading level (0-5 allowed).
#27 1.666 File "src_ext/extlib/src/dynArray.mli", line 175, characters 4-22:
#27 1.666 Warning: '6': bad heading level (0-5 allowed).
#27 1.666 File "src_ext/extlib/src/dynArray.mli", line 278, characters 26-27:
#27 1.666 Warning: Paragraph should begin on its own line.
#27 1.666 File "src_ext/extlib/src/dynArray.mli", line 278, characters 4-25:
#27 1.666 Warning: '6': bad heading level (0-5 allowed).
#27 1.691 File "src_ext/cudf/lib/cudf_types.mli", line 28, characters 4-24:
#27 1.691 Warning: '6': bad heading level (0-5 allowed).
#27 1.691 File "src_ext/cudf/lib/cudf_types.mli", line 121, characters 4-28:
#27 1.691 Warning: '6': bad heading level (0-5 allowed).
#27 1.704 File "src_ext/cudf/lib/cudf_types_pp.mli", line 30, characters 4-20:
#27 1.704 Warning: '6': bad heading level (0-5 allowed).
#27 1.704 File "src_ext/cudf/lib/cudf_types_pp.mli", line 50, characters 4-38:
#27 1.704 Warning: '6': bad heading level (0-5 allowed).
#27 1.704 File "src_ext/cudf/lib/cudf_types_pp.mli", line 86, characters 4-30:
#27 1.704 Warning: '6': bad heading level (0-5 allowed).
#27 1.710 File "src_ext/cudf/lib/cudf_conf.mli", line 35, characters 4-52:
#27 1.710 Warning: '6': bad heading level (0-5 allowed).
#27 1.713 File "src_ext/cudf/lib/cudf.mli", line 17, characters 4-22:
#27 1.713 Warning: '6': bad heading level (0-5 allowed).
#27 1.713 File "src_ext/cudf/lib/cudf.mli", line 75, characters 4-37:
#27 1.713 Warning: '6': bad heading level (0-5 allowed).
#27 1.713 File "src_ext/cudf/lib/cudf.mli", line 87, characters 4-36:
#27 1.713 Warning: '6': bad heading level (0-5 allowed).
#27 1.728 File "src_ext/cudf/lib/cudf_printer.mli", line 20, characters 4-48:
#27 1.728 Warning: '6': bad heading level (0-5 allowed).
#27 1.728 File "src_ext/cudf/lib/cudf_printer.mli", line 33, characters 4-48:
#27 1.728 Warning: '6': bad heading level (0-5 allowed).
#27 1.728 File "src_ext/cudf/lib/cudf_printer.mli", line 52, characters 4-45:
#27 1.728 Warning: '6': bad heading level (0-5 allowed).
#27 1.738 File "src_ext/cudf/lib/cudf_parser.mli", line 54, characters 4-34:
#27 1.738 Warning: '6': bad heading level (0-5 allowed).
#27 1.738 File "src_ext/cudf/lib/cudf_parser.mli", line 109, characters 4-33:
#27 1.738 Warning: '6': bad heading level (0-5 allowed).
#27 1.738 File "src_ext/cudf/lib/cudf_parser.mli", line 120, characters 4-35:
#27 1.738 Warning: '6': bad heading level (0-5 allowed).
#27 1.800 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.800 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 1.800 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.800 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.800 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 1.800 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.800 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.800 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 1.800 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.800 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.800 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 1.800 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.800 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.800 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 1.800 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.800 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.800 Warning: While resolving the expansion of include at File "src/core/opamHash.mli", line 30, character 0
#27 1.800 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.805 File "src/core/opamStubs.mli", line 116, characters 43-57:
#27 1.805 Warning: Failed to resolve reference unresolvedroot(Unix).putenv Couldn't find "Unix"
#27 1.805 File "src/core/opamStubs.mli", line 108, characters 4-59:
#27 1.805 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.805 File "src/core/opamStubs.mli", line 98, characters 4-61:
#27 1.805 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.805 File "src/core/opamStubs.mli", line 86, characters 6-47:
#27 1.805 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.805 File "src/core/opamStubs.mli", line 85, characters 6-51:
#27 1.805 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.805 File "src/core/opamStubs.mli", line 71, characters 6-76:
#27 1.805 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.805 File "src/core/opamStubs.mli", line 46, characters 6-65:
#27 1.805 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.805 File "src/core/opamStubs.mli", line 23, characters 56-70:
#27 1.805 Warning: Failed to resolve reference unresolvedroot(Unix).getpid Couldn't find "Unix"
#27 1.806 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.806 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 1.806 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.806 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.806 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 1.806 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.806 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.806 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 1.806 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.806 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.806 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 1.806 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.806 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.806 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 1.806 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.806 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.806 Warning: While resolving the expansion of include at File "src/core/opamSWHID.mli", line 14, character 0
#27 1.806 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.807 File "src/core/opamVersionCompare.mli", line 39, characters 4-21:
#27 1.807 Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
#27 1.809 File "src/core/opamSystem.mli", line 365, characters 49-67:
#27 1.809 Warning: Failed to resolve reference unresolvedroot(Sys).catch_break Couldn't find "Sys"
#27 1.809 File "src/core/opamSystem.mli", line 344, characters 4-35:
#27 1.809 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.809 File "src/core/opamSystem.mli", line 323, characters 4-60:
#27 1.809 Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
#27 1.809 File "src/core/opamSystem.mli", line 205, character 4 to line 206, character 53:
#27 1.809 Warning: Failed to resolve reference unresolvedroot(Command_not_found,) Couldn't find "Command_not_found,"
#27 1.809 File "src/core/opamSystem.mli", line 59, characters 4-77:
#27 1.809 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 407, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.811 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 396, character 4
#27 1.811 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.811 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 392, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.811 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 370, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.811 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 347, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.811 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 114, character 0
#27 1.811 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.811 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.811 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.811 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.811 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.811 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.811 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.811 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.811 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.811 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.811 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.811 Warning: While resolving the expansion of include at File "src/core/opamFilename.mli", line 20, character 2
#27 1.811 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.812 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.812 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 1.812 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.812 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.812 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 1.812 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.812 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.812 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 1.812 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.812 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.812 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 1.812 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.812 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.812 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 1.812 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.812 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.812 Warning: While resolving the expansion of include at File "src/core/opamUrl.mli", line 51, character 0
#27 1.812 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.813 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.813 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 1.813 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.813 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.813 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 1.813 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.813 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.813 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 1.813 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.813 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.813 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 1.813 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.813 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.813 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 1.813 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.813 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.813 Warning: While resolving the expansion of include at File "src/core/opamVersion.mli", line 14, character 0
#27 1.813 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.829 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 1.829 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.829 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 1.829 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.829 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 1.829 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.829 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 1.829 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.829 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 1.829 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.829 Warning: While resolving the expansion of include at File "src/core/opamStd.mli", line 426, character 4
#27 1.829 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 262, characters 11-35:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Stdlib).String.compare Couldn't find "Stdlib"
#27 1.829 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 189, characters 6-50:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.829 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.829 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 1.829 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 1.829 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 1.831 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 1.831 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 1.831 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 1.831 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 9, characters 41-67:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(examples) Couldn't find page "examples"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 9, characters 4-36:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(cli) Couldn't find page "cli"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 8, characters 16-42:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tutorial) Couldn't find page "tutorial"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1161, characters 6-58:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1114, characters 34-53:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).is_directory Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1114, characters 11-29:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1109, characters 34-53:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).is_directory Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1109, characters 11-29:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1105, characters 18-36:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1101, characters 6-46:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1099, characters 57-74:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1090, characters 35-53:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(float_of_string) Couldn't find "float_of_string"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1087, characters 35-53:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Int64).of_string Couldn't find "Int64"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1084, characters 35-53:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Int32).of_string Couldn't find "Int32"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1081, characters 39-61:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Nativeint).of_string Couldn't find "Nativeint"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1078, characters 33-49:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(int_of_string) Couldn't find "int_of_string"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 1072, characters 34-51:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(bool_of_string) Couldn't find "bool_of_string"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 915, characters 13-61:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 912, characters 27-71:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(cli).envlookup Couldn't find page "cli"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 781, characters 19-30:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 772, characters 6-25:
#27 1.836 Warning: Reference to 'eval' is ambiguous. Please specify its kind: section-eval, val-eval.
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 764, characters 22-45:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 762, characters 22-45:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Format).std_formatter Couldn't find "Format"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 757, characters 12-25:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).getenv Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 755, characters 65-76:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 679, characters 52-66:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Stdlib).exit Couldn't find "Stdlib"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 648, character 39 to line 649, character 22:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 607, characters 21-76:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 603, characters 10-43:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Manpage.s_environment Couldn't find "Cmdliner"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 565, characters 19-74:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 424, characters 19-30:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 402, characters 11-24:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).getenv Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 399, characters 48-71:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 398, characters 19-42:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Format).std_formatter Couldn't find "Format"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 391, characters 61-72:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Sys).argv Couldn't find "Sys"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 358, character 39 to line 359, character 22:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 320, characters 19-74:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 318, characters 29-62:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Manpage.s_environment Couldn't find "Cmdliner"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 290, characters 19-74:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 266, characters 47-62:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Cmdliner).Cmd Couldn't find "Cmdliner"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 18, characters 16-48:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).manual Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 161, characters 40-63:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(Format).err_formatter Couldn't find "Format"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 53, characters 6-61:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 1.836 File "src/core/cmdliner/opamCmdliner.mli", line 49, characters 18-73:
#27 1.836 Warning: Failed to resolve reference unresolvedroot(tool_man).doclang Couldn't find page "tool_man"
#27 2.197 File "src/format/opamPathName.mli", line 43, characters 28-29:
#27 2.197 Warning: End of text is not allowed in '{2 ...}' (section heading).
#27 2.519 File "src/format/opamFormat.mli", line 49, characters 34-47:
#27 2.519 Warning: Failed to resolve reference unresolvedroot(Bad_format) Couldn't find "Bad_format"
#27 2.519 File "src/format/opamFormat.mli", line 48, characters 34-47:
#27 2.519 Warning: Failed to resolve reference unresolvedroot(Unexpected) Couldn't find "Unexpected"
#27 2.521 File "src/format/opamFilter.mli", line 176, character 4 to line 177, character 38:
#27 2.521 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.521 File "src/format/opamFilter.mli", line 133, characters 4-58:
#27 2.521 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.521 File "src/format/opamFilter.mli", line 112, characters 4-73:
#27 2.521 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.521 File "src/format/opamFilter.mli", line 108, characters 4-46:
#27 2.521 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.521 File "src/format/opamFilter.mli", line 99, characters 4-46:
#27 2.521 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.521 File "src/format/opamFilter.mli", line 82, character 4 to line 83, character 55:
#27 2.521 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.521 File "src/format/opamFilter.mli", line 74, character 4 to line 75, character 60:
#27 2.521 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.522 File "src/format/opamFormula.mli", line 46, characters 4-45:
#27 2.522 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.533 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.533 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 2.533 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.533 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.533 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 2.533 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.533 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.533 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 2.533 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.533 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.533 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 2.533 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.533 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.533 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 2.533 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.533 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.533 Warning: While resolving the expansion of include at File "src/format/opamRepositoryName.mli", line 14, character 0
#27 2.533 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.535 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.535 Warning: While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.535 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.535 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.535 File "src/format/opamPackage.mli", line 119, characters 4-50:
#27 2.535 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.535 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 49, character 0
#27 2.535 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.535 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 34, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.535 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.535 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.535 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.535 Warning: While resolving the expansion of include at File "src/format/opamPackage.mli", line 20, character 2
#27 2.535 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.538 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.538 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 2.538 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.538 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.538 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 2.538 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.538 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.538 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 2.538 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.538 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.538 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 2.538 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.538 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.538 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 2.538 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.538 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.538 Warning: While resolving the expansion of include at File "src/format/opamSwitch.mli", line 14, character 0
#27 2.538 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.541 File "src/format/opamSysPkg.mli", line 43, characters 4-50:
#27 2.541 Warning: Failed to resolve reference unresolvedroot(OpamSysInteract).install_packages_commands_t Couldn't find "OpamSysInteract"
#27 2.541 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.541 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 2.541 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.541 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.541 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 2.541 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.541 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.541 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 2.541 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.541 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.541 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 2.541 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.541 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.541 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 2.541 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.541 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.541 Warning: While resolving the expansion of include at File "src/format/opamSysPkg.mli", line 13, character 0
#27 2.541 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.544 File "src/format/opamTypesBase.mli", line 77, character 4 to line 78, character 58:
#27 2.544 Warning: Failed to resolve reference unresolvedroot({!Parse_variable}) Couldn't find "{!Parse_variable}"
#27 2.544 File "src/format/opamTypesBase.mli", line 70, characters 4-40:
#27 2.544 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.545 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 2.545 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.545 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 2.545 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.545 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 2.545 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.545 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 2.545 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.545 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 2.545 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.545 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 44, character 2
#27 2.545 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.545 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 2.545 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.545 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 2.545 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.545 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 2.545 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.545 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 2.545 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.545 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 2.545 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.545 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.545 Warning: While resolving the expansion of include at File "src/format/opamVariable.mli", line 17, character 0
#27 2.545 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.639 File "src/repository/opamDownload.mli", line 20, character 4 to line 21, character 17:
#27 2.639 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.646 File "src/repository/opamRepository.mli", line 29, characters 4-59:
#27 2.646 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.649 File "src/repository/opamRepositoryBackend.mli", line 115, character 4 to line 119, character 77:
#27 2.649 Warning: Failed to resolve reference unresolvedroot(Stdlib).Failure Couldn't find "Stdlib"
#27 2.752 File "src/state/opamPinned.mli", line 63, characters 29-64:
#27 2.752 Warning: '{OpamSwitchState.overlay_opam_file}': bad markup.
#27 2.752 Suggestion: did you mean '{!OpamSwitchState.overlay_opam_file}' or '[OpamSwitchState.overlay_opam_file]'?
#27 2.762 File "src/state/opamRepositoryState.mli", line 92, characters 4-30:
#27 2.762 Warning: '{OpamFile.get_extra_files}': bad markup.
#27 2.762 Suggestion: did you mean '{!OpamFile.get_extra_files}' or '[OpamFile.get_extra_files]'?
#27 2.833 File "src/state/opamFormatUpgrade.mli", line 21, characters 45-74:
#27 2.833 Warning: Failed to resolve reference unresolvedroot(OpamCliMain).main_catch_all Couldn't find "OpamCliMain"
#27 2.838 File "src/state/opamPinned.mli", line 26, characters 4-37:
#27 2.838 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.838 File "src/state/opamPinned.mli", line 18, characters 4-37:
#27 2.838 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.858 File "src/state/opamSwitchState.mli", line 134, characters 4-61:
#27 2.858 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.858 File "src/state/opamSwitchState.mli", line 126, characters 4-37:
#27 2.858 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.858 File "src/state/opamSwitchState.mli", line 98, characters 4-37:
#27 2.858 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.868 File "src/solver/opamCudfCriteria.mli", line 36, characters 4-53:
#27 2.868 Warning: Failed to resolve reference unresolvedroot({!Stdlib).Failure} Couldn't find "{!Stdlib"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.884 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.884 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.884 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.884 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.884 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.884 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.884 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.884 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.884 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.884 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.884 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.889 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.889 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.889 Warning: While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.889 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.889 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.889 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.889 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.889 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.889 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.889 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.889 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.889 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.889 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.889 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.889 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.889 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.889 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.889 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.889 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 22, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 334, characters 6-71:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 329, characters 6-61:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 169, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 165, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 159, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 155, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 142, characters 6-46:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 131, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 127, characters 6-51:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 68, characters 16-31:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(ORDERED_TYPE) Couldn't find "ORDERED_TYPE"
#27 2.906 File "src_ext/ocamlgraph/src/sig.mli", line 51, characters 19-32:
#27 2.906 Warning: While resolving the expansion of include at File "src/solver/opamActionGraph.mli", line 32, character 2
#27 2.906 While resolving the expansion of include at File "src/core/opamParallel.mli", line 96, character 2
#27 2.906 While resolving the expansion of include at File "src_ext/ocamlgraph/src/sig.mli", line 281, character 2
#27 2.906 Failed to resolve reference unresolvedroot(COMPARABLE) Couldn't find "COMPARABLE"
#27 2.906 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.906 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.906 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.906 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 2.906 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.906 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 2.906 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.906 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 2.906 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 2.906 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.090 File "src/client/opamCliMain.mli", line 25, characters 4-16:
#27 3.090 Warning: Failed to resolve reference unresolvedroot(Unix).exec Couldn't find "Unix"
#27 3.093 File "src/client/opamCLIVersion.mli", line 38, characters 4-40:
#27 3.093 Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.093 File "src/core/opamStd.mli", line 88, characters 6-73:
#27 3.093 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 3.093 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.093 File "src/core/opamStd.mli", line 79, characters 6-59:
#27 3.093 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 3.093 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.093 File "src/core/opamStd.mli", line 45, characters 6-73:
#27 3.093 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 3.093 Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
#27 3.093 File "src/core/opamStd.mli", line 36, characters 6-59:
#27 3.093 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 3.093 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.093 File "src/core/opamStd.mli", line 25, characters 6-39:
#27 3.093 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 3.093 Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
#27 3.093 File "src/core/opamStd.mli", line 24, characters 6-38:
#27 3.093 Warning: While resolving the expansion of include at File "src/client/opamCLIVersion.mli", line 13, character 0
#27 3.093 Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
#27 3.195 cp -r ../_build/default/_doc/_html html
#27 3.351 chmod -R +w html
#27 3.379 sed 's/%{OPAMVERSION}%/'2.6.0~alpha1~dev'/g' index.html > html/index.html
#27 3.384 mkdir -p html/ocamldoc
#27 3.388 cd html/ocamldoc && for f in ../*/*/index.html; do\
#27 3.388 ln -sf $f $(basename $(dirname $f)).html;\
#27 3.388 done
#27 4.310 rm -rf man-html
#27 4.314 mkdir -p man-html
#27 4.317 echo '<!DOCTYPE html>' >man-html/index.html
#27 4.319 echo '<html><head>' >>man-html/index.html
#27 4.320 echo ' <title>Opam man-pages index</title>' >>man-html/index.html
#27 4.321 echo '</head><body>' >>man-html/index.html
#27 4.322 echo '<h1>Opam 2.6.0~alpha1~dev man-pages index</h1>' >>man-html/index.html
#27 4.323 echo '<ul>' >>man-html/index.html
#27 4.324 for f in ../_build/default/doc/man/*.1; do\
#27 4.324 man2html -r $f | sed 1,2d > man-html/$(basename $f .1).html;\
#27 4.324 echo " <li><a href=\"$(basename $f .1).html\">$(basename $f .1)</a></li>" >>man-html/index.html;\
#27 4.324 done
#27 4.573 /usr/local/bin/man2html: line 9: syntax error: unterminated quoted string
#27 4.574 make: *** [Makefile:41: man-html] Error 2
#27 4.574 make: Leaving directory '/home/opam/opam/doc'
#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 26.51 -> retrieved cudf.0.10 (https://opam.ocaml.org/cache)
#25 CANCELED
------
> [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune:
4.321 echo '</head><body>' >>man-html/index.html
4.322 echo '<h1>Opam 2.6.0~alpha1~dev man-pages index</h1>' >>man-html/index.html
4.323 echo '<ul>' >>man-html/index.html
4.324 for f in ../_build/default/doc/man/*.1; do\
4.324 man2html -r $f | sed 1,2d > man-html/$(basename $f .1).html;\
4.324 echo " <li><a href=\"$(basename $f .1).html\">$(basename $f .1)</a></li>" >>man-html/index.html;\
4.324 done
4.573 /usr/local/bin/man2html: line 9: syntax error: unterminated quoted string
4.574 make: *** [Makefile:41: man-html] Error 2
4.574 make: Leaving directory '/home/opam/opam/doc'
------
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-05-22 09:36.08: Job failed: Failed: Build failed