2026-03-26 11:49.04: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/simplify-extended-std-ast (9c3fbe0f041bcacd6dcea28033d74ad004a1fd46) (linux-x86_64:(lint-doc)) Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "simplify-extended-std-ast" && cd "ocamlformat" && git reset --hard 9c3fbe0f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 # alpine-3.22-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./ RUN opam pin add -yn ocamlformat.dev './' && \ opam pin add -yn ocamlformat-rpc-lib.dev './' && \ opam pin add -yn ocamlformat-lib.dev './' && \ opam pin add -yn ocamlformat-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS RUN opam install $DEPS RUN opam install --yes dune 'odoc>=1.5.0' COPY --chown=1000:1000 . /src/ RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2) END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-26 11:49.04: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-04a4d2b1e322e52a29493c25dda2d962" 2026-03-26 11:49.04: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216) (comment alpine-3.22-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocamlformat.dev './' && \ \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \ \nopam pin add -yn ocamlformat-lib.dev './' && \ \nopam pin add -yn ocamlformat-bench.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install --yes dune 'odoc>=1.5.0'")) (copy (src .) (dst /src/)) (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) ) 2026-03-26 11:49.04: Waiting for resource in pool OCluster 2026-03-26 11:49.04: Waiting for worker… 2026-03-26 11:49.04: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 9c3fbe0f0 Document why Std_ast exists (from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216) 2026-03-26 11:49.05 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" from cache /: (comment alpine-3.22-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2026-03-26 11:49.06 ---> saved as "aa238cb861d3c6c581edbbf37b9748fbb3955a0301f8754f1330522d31bdea95" /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-26 11:49.28 ---> saved as "3012e725308508d0de531ee578ee1e8781d13d01e7b7e084a1a8ab6b2e9dfc3c" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.2 2.2.1 2026-03-26 11:49.28 ---> saved as "49acb3bbc71f8cee0ac24a0653bcca777fc6f3873bc89b90d919182499bf3c26" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-26 11:49.29 ---> saved as "834d8ad0726c0946994af4beac26783ef6bb1014f63b7b5e9de6455c8090386e" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a6b2f19780..78794d942e master -> origin/master b479391466 Merge pull request #29567 from mtelvers/opam-publish-ocaml-version.4.0.4 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # Run eval $(opam env) to update the current shell environment 2026-03-26 11:49.55 ---> saved as "de1ea0da44efa93d8f54f7e80dfc03d8b5070a0cff330452a4f89ac8ca568da1" /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-03-26 11:49.55 ---> saved as "ddbb93ca8de41fe60c64be70bbb55e8e6301d7773525bf47922e1ceb685a272c" /src: (run (network host) (shell "opam pin add -yn ocamlformat.dev './' && \ \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \ \nopam pin add -yn ocamlformat-lib.dev './' && \ \nopam pin add -yn ocamlformat-bench.dev './'")) [ocamlformat.dev] synchronised (file:///src) ocamlformat is now pinned to file:///src (version dev) [ocamlformat-rpc-lib.dev] synchronised (file:///src) ocamlformat-rpc-lib is now pinned to file:///src (version dev) [ocamlformat-lib.dev] synchronised (file:///src) ocamlformat-lib is now pinned to file:///src (version dev) Package ocamlformat-bench does not exist, create as a NEW package? [y/n] y [ocamlformat-bench.dev] synchronised (file:///src) [WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src: warning 68: Missing field 'license' ocamlformat-bench is now pinned to file:///src (version dev) 2026-03-26 11:50.02 ---> saved as "9b4cc11482a4d293d6244c114589ae52dbd87714e4eba9249bbf74a0bb386b02" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-26 11:50.02 ---> saved as "73b04da8a616a3a57552981fc0bed9f2e2a328d70936ea5ba6aab3a0d1019ace" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.22.3-86-gc30c2e9d094 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.3-80-g88b02b8f653 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v20260127-3742-g37ef426b966 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-3742-g37ef426b966 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-3738-g40db88f066d [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 61016 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlformat.dev] synchronised (file:///src) [ocamlformat-bench.dev] synchronised (file:///src) [ocamlformat-lib.dev] synchronised (file:///src) [ocamlformat-rpc-lib.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2026-03-26 11:50.11 ---> saved as "b1d14c4782f0ba30c7747dcd7d9cf6162518b21df3aedef517f3455bd982aa63" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 33 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base v0.16.4 - install bechamel 0.5.0 - install camlp-streams 5.0.1 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.22.0 - install dune-build-info 3.22.0 - install dune-configurator 3.22.0 - install either 1.0.0 - install fix 20250919 - install fmt 0.11.0 - install fpath 0.7.3 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.4 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocp-indent 1.9.0 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install uucp 17.0.0 - install uuseg 17.0.0 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved bechamel.0.5.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fix.20250919 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.4 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.0, dune-build-info.3.22.0, dune-configurator.3.22.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocp-indent.1.9.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved topkg.1.1.1 (cached) -> installed cmdliner.2.1.0 -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.17.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.22.0 -> installed bechamel.0.5.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed dune-build-info.3.22.0 -> installed either.1.0.0 -> installed fix.20250919 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.4.0.4 -> installed ocp-indent.1.9.0 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed dune-configurator.3.22.0 -> installed alcotest.1.9.1 -> installed base.v0.16.4 -> installed menhir.20260209 -> installed stdio.v0.16.0 -> installed uucp.17.0.0 -> installed uuseg.17.0.0 Done. <><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><> => This package requires additional configuration for use in editors. Install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim" # Run eval $(opam env) to update the current shell environment 2026-03-26 11:50.57 ---> saved as "01d0447f12d667b544e88b016b94a26ca673eed91db940fcceb63283e9564292" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install --yes dune 'odoc>=1.5.0'")) [NOTE] Package dune is already installed (current version is 3.22.0). The following actions will be performed: === install 7 packages - install cppo 1.8.0 [required by odoc] - install crunch 4.0.0 [required by odoc] - install odoc 3.1.0 - install odoc-parser 3.1.0 [required by odoc] - install ptime 1.2.0 [required by crunch] - install seq base [required by tyxml] - install tyxml 4.6.0 [required by odoc] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ptime.1.2.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached) -> installed cppo.1.8.0 -> installed ptime.1.2.0 -> installed crunch.4.0.0 -> installed odoc-parser.3.1.0 -> installed tyxml.4.6.0 -> installed odoc.3.1.0 Done. # Run eval $(opam env) to update the current shell environment 2026-03-26 11:51.12 ---> saved as "97e405987c4b9ed13de1c5efc44dc41f27c7fecff20ce8a97a079a64899abde7" /src: (copy (src .) (dst /src/)) 2026-03-26 11:51.13 ---> saved as "d6153101879148fbd8058eb7c8804a9c5e93942328f45811ca724e9a9a0a3735" /src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) (cd _build/default/vendor/ocamlformat_support/.ocamlformat_format.objs/byte && /home/opam/.opam/4.14/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_format__Format_.odoc ocamlformat_format__Format_.cmti) File "vendor/ocamlformat_support/format_.mli", line 363, character 3 to line 369, character 5: Warning: Code blocks should be indented at the opening `{`. File "vendor/ocamlformat_support/format_.mli", line 372, character 3 to line 375, character 5: Warning: Code blocks should be indented at the opening `{`. File "vendor/ocamlformat_support/format_.mli", line 1699, character 2 to line 1703, character 6: Warning: Code blocks should be indented at the opening `{`. (cd _build/default/vendor/parser-standard/.ocamlformat_parser_standard.objs/byte && /home/opam/.opam/4.14/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_parser_standard__Parsetree.odoc ocamlformat_parser_standard__Parsetree.cmti) File "vendor/parser-standard/parsetree.mli", line 676, characters 40-41: Warning: '.' is not allowed in '{ul ...}' (bulleted list). Suggestion: move '.' into a list item, '{li ...}' or '{- ...}'. (cd _build/default/vendor/parser-extended/.ocamlformat_parser_extended.objs/byte && /home/opam/.opam/4.14/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_parser_extended__Parsetree.odoc ocamlformat_parser_extended__Parsetree.cmti) File "vendor/parser-extended/parsetree.mli", line 770, characters 40-41: Warning: '.' is not allowed in '{ul ...}' (bulleted list). Suggestion: move '.' into a list item, '{li ...}' or '{- ...}'. (cd _build/default/_doc/_odocls/ocamlformat-lib && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/ocamlformat-lib -I ../../../lib/.ocamlformat_lib.objs/byte -I ../../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ocamlformat_ocaml_common.odocl ../../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte/ocamlformat_ocaml_common.odoc) File "vendor/ocaml-common/warnings.mli", line 19, characters 2-33: Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "vendor/ocaml-common/syntaxerr.mli", line 19, characters 2-33: Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "vendor/ocaml-common/longident.mli", line 22, characters 4-22: Warning: Failed to resolve reference unresolvedroot(Format).asprintf Couldn't find "Format" File "vendor/ocaml-common/longident.mli", line 21, characters 28-50: Warning: Failed to resolve reference unresolvedroot(Pprintast).longident Couldn't find "Pprintast" File "vendor/ocaml-common/longident.mli", line 19, characters 2-33: Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "vendor/ocaml-common/longident.mli", line 58, characters 53-71: Warning: Failed to resolve reference unresolvedroot(Parse).longident Couldn't find "Parse" File "vendor/ocaml-common/longident.mli", line 58, characters 22-30: Warning: Failed to resolve reference unresolvedroot(Parse) Couldn't find "Parse" File "vendor/ocaml-common/location.mli", line 19, characters 2-33: Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" (cd _build/default/_doc/_odocls/ocamlformat-lib && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/ocamlformat-lib -I ../../../lib/.ocamlformat_lib.objs/byte -I ../../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ocamlformat_odoc_parser.odocl ../../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte/ocamlformat_odoc_parser.odoc) File "vendor/odoc-parser/odoc_parser.mli", line 49, characters 4-59: Warning: Failed to resolve reference /odoc/odoc_for_authors.indentation_code_blocks Path '/odoc/odoc_for_authors' not found (cd _build/default/_doc/_odocls/ocamlformat-lib && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/ocamlformat-lib -I ../../../lib/.ocamlformat_lib.objs/byte -I ../../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ocamlformat_parser_standard.odocl ../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte/ocamlformat_parser_standard.odoc) File "vendor/parser-standard/parsetree.mli", line 19, characters 2-33: Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte/ocamlformat_parser_standard.odoc": Warning: While resolving the expansion of include at File "vendor/parser-standard/parser.mli", line 175, character 2 Hidden constructors in type 'Ocamlformat_parser_standard.Parser.MenhirInterpreter.element' File "vendor/parser-standard/asttypes.ml", line 19, characters 2-33: Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" (cd _build/default/_doc/_odocls/ocamlformat-lib && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/ocamlformat-lib -I ../../../lib/.ocamlformat_lib.objs/byte -I ../../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ocamlformat_format.odocl ../../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte/ocamlformat_format.odoc) File "vendor/ocamlformat_support/format_.mli", line 35, characters 25-34: Warning: Failed to resolve reference unresolvedroot(Format) Couldn't find "Format" File "vendor/ocamlformat_support/format_.mli", line 33, characters 33-57: Warning: Failed to resolve reference unresolvedroot(Stdlib).stderr Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 32, characters 33-57: Warning: Failed to resolve reference unresolvedroot(Stdlib).stdout Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 1350, characters 6-15: Warning: Failed to resolve reference unresolvedroot(Printf) Couldn't find "Printf" File "vendor/ocamlformat_support/format_.mli", line 1113, characters 29-50: Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 1061, characters 47-63: Warning: Failed to resolve reference unresolvedroot(Stdlib).stderr Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 1049, characters 47-63: Warning: Failed to resolve reference unresolvedroot(Stdlib).stdout Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 1019, characters 21-42: Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 1017, characters 24-35: Warning: Failed to resolve reference unresolvedroot(Buffer).t Couldn't find "Buffer" File "vendor/ocamlformat_support/format_.mli", line 912, characters 3-19: Warning: Failed to resolve reference unresolvedroot(Stdlib).ignore Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 911, characters 3-24: Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 910, characters 36-51: Warning: Failed to resolve reference unresolvedroot(Stdlib).flush Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 910, characters 8-31: Warning: Failed to resolve reference unresolvedroot(Stdlib).output_string Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 651, characters 48-70: Warning: Failed to resolve reference unresolvedroot(Format).print_tbreak Couldn't find "Format" File "vendor/ocamlformat_support/format_.mli", line 648, characters 11-28: Warning: Failed to resolve reference unresolvedroot(Format).set_tab Couldn't find "Format" File "vendor/ocamlformat_support/format_.mli", line 637, characters 9-18: Warning: Failed to resolve reference unresolvedroot(Format) Couldn't find "Format" File "vendor/ocamlformat_support/format_.mli", line 437, characters 58-73: Warning: Failed to resolve reference unresolvedroot(Stdlib).flush Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 103, characters 12-21: Warning: Failed to resolve reference unresolvedroot(Stdlib) Couldn't find "Stdlib" File "vendor/ocamlformat_support/format_.mli", line 66, characters 16-33: Warning: Failed to resolve reference unresolvedroot(Format).fprintf Couldn't find "Format" (cd _build/default/_doc/_odocls/ocamlformat-lib && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/ocamlformat-lib -I ../../../lib/.ocamlformat_lib.objs/byte -I ../../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ocamlformat_parser_extended.odocl ../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte/ocamlformat_parser_extended.odoc) File "vendor/parser-extended/parsetree.mli", line 19, characters 2-33: Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "vendor/parser-extended/parsetree.mli", line 187, characters 38-79: Warning: Failed to resolve reference unresolvedroot(expression_desc).Pexp_poly Couldn't find "Pexp_poly" File "../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte/ocamlformat_parser_extended.odoc": Warning: While resolving the expansion of include at File "vendor/parser-extended/parser.mli", line 175, character 2 Hidden constructors in type 'Ocamlformat_parser_extended.Parser.MenhirInterpreter.element' File "vendor/parser-extended/asttypes.ml", line 19, characters 2-33: Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" (cd _build/default/_doc/_odocls/ocamlformat-lib && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/ocamlformat-lib -I ../../../lib/.ocamlformat_lib.objs/byte -I ../../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ocamlformat_lib.odocl ../../../lib/.ocamlformat_lib.objs/byte/ocamlformat_lib.odoc) File "vendor/parser-standard/parsetree.mli", line 19, characters 2-33: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "vendor/parser-standard/parsetree.mli", line 1071, characters 30-73: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 1069, characters 30-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 991, characters 21-61: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 988, characters 21-67: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 865, characters 22-65: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 862, characters 22-65: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 859, characters 22-69: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 856, characters 22-69: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 850, characters 34-80: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 847, characters 34-80: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 844, characters 34-74: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 841, characters 35-75: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 813, characters 30-73: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 811, characters 30-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 797, characters 36-80: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 794, characters 36-80: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 791, characters 36-80: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 788, characters 36-76: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 715, characters 35-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 713, characters 35-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 711, characters 35-75: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 607, characters 32-75: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 604, characters 32-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 481, characters 6-48: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 477, characters 22-66: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 474, characters 22-66: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 471, characters 22-66: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 468, characters 22-62: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 403, characters 37-80: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).direction_flag.Downto Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 401, characters 37-76: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).direction_flag.Upto Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 353, characters 14-56: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 352, characters 14-56: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 351, characters 14-54: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 328, characters 30-73: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 326, characters 30-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 285, characters 32-68: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 283, characters 32-72: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 147, characters 39-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 144, characters 39-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 141, characters 39-75: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 138, characters 39-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 126, characters 43-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 124, characters 39-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 102, characters 37-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 100, characters 37-79: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes" File "vendor/parser-standard/parsetree.mli", line 98, characters 37-77: Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 27, character 0 Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes" File "vendor/ocaml-common/longident.mli", line 22, characters 4-22: Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2 Failed to resolve reference unresolvedroot(Format).asprintf Couldn't find "Format" File "vendor/ocaml-common/longident.mli", line 21, characters 28-50: Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2 Failed to resolve reference unresolvedroot(Pprintast).longident Couldn't find "Pprintast" File "vendor/ocaml-common/longident.mli", line 19, characters 2-33: Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2 Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "vendor/ocaml-common/longident.mli", line 58, characters 53-71: Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2 Failed to resolve reference unresolvedroot(Parse).longident Couldn't find "Parse" File "vendor/ocaml-common/longident.mli", line 58, characters 22-30: Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2 Failed to resolve reference unresolvedroot(Parse) Couldn't find "Parse" File "vendor/ocaml-common/location.mli", line 19, characters 2-33: Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 35, character 2 Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "lib/Fmt.mli", line 72, characters 8-38: Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.force_newline Couldn't find "Stdlib" File "lib/Fmt.mli", line 67, characters 8-34: Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.print_cut Couldn't find "Stdlib" File "lib/Fmt.mli", line 62, characters 8-42: Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.print_space_break Couldn't find "Stdlib" File "vendor/parser-extended/asttypes.ml", line 19, characters 2-33: Warning: While resolving the expansion of include at File "lib/Extended_ast.mli", line 51, character 2 Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "vendor/parser-extended/parsetree.mli", line 19, characters 2-33: Warning: While resolving the expansion of include at File "lib/Extended_ast.mli", line 14, character 0 Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs" File "vendor/parser-extended/parsetree.mli", line 187, characters 38-79: Warning: While resolving the expansion of include at File "lib/Extended_ast.mli", line 14, character 0 Failed to resolve reference unresolvedroot(expression_desc).Pexp_poly Couldn't find "Pexp_poly" File "lib/Conf_decl.mli", line 13, characters 62-73: Warning: Failed to resolve reference unresolvedroot(Conf).mli Couldn't find "mli" (cd _build/default/_doc/_odocls/ocamlformat && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/ocamlformat -I ../../../lib-rpc-server/.ocamlformat_rpc.objs/byte -I ../../../lib-rpc/lib-protocol/.ocamlformat_rpc_lib_protocol.objs/byte -I ../../../lib/.ocamlformat_lib.objs/byte -I ../../../lib/bin_conf/.bin_conf.objs/byte -I ../../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o page-api.odocl ../../_odoc/pkg/ocamlformat/page-api.odoc) File "../../../../doc/api.mld", line 3, characters 65-96: Warning: Failed to resolve reference unresolvedroot(Ocamlformat).Translation_unit Couldn't find "Ocamlformat" File "../../../../doc/api.mld", line 3, characters 27-41: Warning: Failed to resolve reference unresolvedroot(Ocamlformat) Couldn't find "Ocamlformat" 2026-03-26 11:51.15 ---> saved as "7474071d3fad50f021c89bc2fcd98713e0af994ba56b26b51ef02bc258e9f3b0" Job succeeded 2026-03-26 11:51.15: Job succeeded