Organisationsocamlmerlin581242 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-07-29 13:43.14: New job: test ocaml/merlin https://github.com/ocaml/merlin.git#refs/heads/main (581242eb55254d6709b708f24c07afd4cb6cdd27) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:3e6e8dc44f53f2ef1e982f0fa4ce036e14a9fee13f5cfcfa72f6b06065d8ee18
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml/merlin.git" -b "main" && cd "merlin" && git reset --hard 581242eb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:3e6e8dc44f53f2ef1e982f0fa4ce036e14a9fee13f5cfcfa72f6b06065d8ee18
# alpine-3.19-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 e02e5286a726df2d946d936f0a69edb933ddd988 || git fetch origin master) && git reset -q --hard e02e5286a726df2d946d936f0a69edb933ddd988 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocaml-index.opam merlin.opam merlin-lib.opam dot-merlin-reader.opam ./
RUN opam pin add -yn ocaml-index.dev './' && \
    opam pin add -yn merlin.dev './' && \
    opam pin add -yn merlin-lib.dev './' && \
    opam pin add -yn dot-merlin-reader.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-jq.1 csexp.1.5.2 dune.3.16.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ocaml-index.dev merlin.dev merlin-lib.dev dot-merlin-reader.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


2024-07-29 13:43.14: Using cache hint "ocaml/merlin-ocaml/opam@sha256:3e6e8dc44f53f2ef1e982f0fa4ce036e14a9fee13f5cfcfa72f6b06065d8ee18-alpine-3.19-5.2_opam-2.1-b38a1eb0b08bdcf735bebf2a62addbd9"
2024-07-29 13:43.14: Using OBuilder spec:
((from ocaml/opam@sha256:3e6e8dc44f53f2ef1e982f0fa4ce036e14a9fee13f5cfcfa72f6b06065d8ee18)
 (comment alpine-3.19-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 e02e5286a726df2d946d936f0a69edb933ddd988 || git fetch origin master) && git reset -q --hard e02e5286a726df2d946d936f0a69edb933ddd988 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocaml-index.opam merlin.opam merlin-lib.opam dot-merlin-reader.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocaml-index.dev './' && \
             \nopam pin add -yn merlin.dev './' && \
             \nopam pin add -yn merlin-lib.dev './' && \
             \nopam pin add -yn dot-merlin-reader.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-jq.1 csexp.1.5.2 dune.3.16.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2")
 (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.1 --depext-only -y ocaml-index.dev merlin.dev merlin-lib.dev dot-merlin-reader.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)"))
)


2024-07-29 13:43.14: Waiting for resource in pool OCluster
2024-07-29 13:43.14: Waiting for worker…
2024-07-29 13:43.14: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
HEAD is now at 581242eb Merge pull request #1805 from voodoos/type-enclosing-from-inside-rec-type-def


(from ocaml/opam@sha256:3e6e8dc44f53f2ef1e982f0fa4ce036e14a9fee13f5cfcfa72f6b06065d8ee18)
2024-07-29 13:43.17 ---> using "f6af28d894fbe0bc08a26ab29d323248c97739149ac7ec0ec6c2a5986a02e9ff" from cache


/: (comment alpine-3.19-5.2_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-07-29 13:43.17 ---> using "69f719904d8ce29d1db4a2a931d6e7d049beee9885266ab7748540352585c4a2" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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] synchronised from file:///home/opam/opam-repository
2024-07-29 13:43.17 ---> using "c2d3e047f36227c85984501c818d8bc252afea356bf217080e3405866d903000" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-116-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-07-29 13:43.17 ---> using "69ec510226def86e5ee013fde345f91645db8e799342d9f4107e8e3846c9147a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-29 13:43.17 ---> using "a55b19066921d7b0c00ecd905ea6ccc31d0d29e6e9ee04d7c7fb19175e6d3b1c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e02e5286a726df2d946d936f0a69edb933ddd988 || git fetch origin master) && git reset -q --hard e02e5286a726df2d946d936f0a69edb933ddd988 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   59c0c54934..0abc2cbc8e  master     -> origin/master
e02e5286a7 Release ppxlib.0.33.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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
2024-07-29 13:43.17 ---> using "e8628037ea28853e0c5d313c19868c6ca83e245a6ab3c4ad6b555b62660361c6" from cache


/src: (copy (src ocaml-index.opam merlin.opam merlin-lib.opam dot-merlin-reader.opam)
            (dst ./))
2024-07-29 13:43.17 ---> using "5e658622769cab3b88ca62801dc3839bc8055aa422a85a6954fc4c1d363714d7" from cache


/src: (run (network host)
           (shell  "opam pin add -yn ocaml-index.dev './' && \
                  \nopam pin add -yn merlin.dev './' && \
                  \nopam pin add -yn merlin-lib.dev './' && \
                  \nopam pin add -yn dot-merlin-reader.dev './'"))
[ocaml-index.dev] synchronised (file:///src)
ocaml-index is now pinned to file:///src (version dev)
[merlin.dev] synchronised (file:///src)
merlin is now pinned to file:///src (version dev)
[merlin-lib.dev] synchronised (file:///src)
merlin-lib is now pinned to file:///src (version dev)
[dot-merlin-reader.dev] synchronised (file:///src)
dot-merlin-reader is now pinned to file:///src (version dev)
2024-07-29 13:43.17 ---> using "32a0f95cae8590b425cbe02790f55cbee84c26292b3a8f6885af3301f4e9d5e4" from cache


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-jq.1 csexp.1.5.2 dune.3.16.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2")


/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.1 --depext-only -y ocaml-index.dev merlin.dev merlin-lib.dev dot-merlin-reader.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/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.19.3-13-ge6ea13a261f [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.3-12-g0fedf4c554c [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240606-3568-gdc552128b81 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240606-3580-gb42df7b0580 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240606-3583-ga374bdf9dfc [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 53893 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dot-merlin-reader.dev] synchronised (no changes)
[merlin.dev] synchronised (no changes)
[merlin-lib.dev] synchronised (no changes)
[ocaml-index.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    jq


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "jq"
- (1/2) Installing oniguruma (6.9.9-r0)
- (2/2) Installing jq (1.7.1-r0)
- Executing busybox-1.36.1-r19.trigger
- OK: 295 MiB in 103 packages
2024-07-29 13:43.17 ---> using "6c61fc2d4964429b21c87ab157b6dac4ae4edc54a575184825d00a7aaf88e724" from cache


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 seq                 base
  - install dune                3.16.0
  - install conf-jq             1
  - install ocamlfind           1.9.6
  - install yojson              2.2.2
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.17.0
  - install menhirSdk           20240715
  - install menhirLib           20240715
  - install menhirCST           20240715
  - install csexp               1.5.2
  - install ppxlib              0.33.0
  - install menhir              20240715
===== 15 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved menhir.20240715  (cached)
-> installed conf-jq.1
-> retrieved menhirCST.20240715  (cached)
-> retrieved menhirLib.20240715  (cached)
-> retrieved menhirSdk.20240715  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed menhirCST.20240715
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20240715
-> installed sexplib0.v0.17.0
-> installed menhirLib.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.2.2.2
-> installed menhir.20240715
-> installed ppxlib.0.33.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-29 13:43.17 ---> using "0a6b15ff95a1200fe4f9b429529f67d83cf132018e00b47ac1732e22610f2c88" from cache


/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.16.0).
The following actions will be performed:
  - install cppo          1.6.9  [required by odoc]
  - install cmdliner      1.3.0  [required by odoc]
  - install result        1.5    [required by odoc]
  - install re            1.11.0 [required by tyxml]
  - install ocamlbuild    0.15.0 [required by fmt, astring, fpath]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install topkg         1.0.7  [required by fmt, astring, fpath]
  - install uutf          1.0.3  [required by tyxml]
  - install ptime         1.1.0  [required by crunch]
  - install fmt           0.9.0  [required by odoc]
  - install astring       0.8.5  [required by odoc]
  - install tyxml         4.6.0  [required by odoc]
  - install crunch        3.3.1  [required by odoc]
  - install odoc-parser   2.4.2  [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install odoc          2.4.2
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed camlp-streams.5.0.1
-> retrieved odoc-parser.2.4.2  (cached)
-> installed result.1.5
-> retrieved odoc.2.4.2  (cached)
-> installed cppo.1.6.9
-> installed re.1.11.0
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed crunch.3.3.1
-> installed odoc-parser.2.4.2
-> installed fpath.0.7.3
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-29 13:43.17 ---> using "1cd4f428b091144f8d4f03fccd5bdc395850ad1969e1bc677383e0f26447bbf7" from cache


/src: (copy (src .) (dst /src/))
2024-07-29 13:43.17 ---> saved as "208c01bc4d2cc6f05b4411c4e00b832f5e7c6432d3504009598f395ef7cc6f48"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/src/utils/.merlin_utils.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/merlin-lib --pkg merlin-lib -o merlin_utils__Marg.odoc merlin_utils__Marg.cmti)
File "src/utils/marg.mli", line 1, characters 4-58:
Warning: '{0': heading level should be lower than top heading level '0'.
(cd _build/default && /home/opam/.opam/5.2/bin/menhir --inspection --table --cmly src/ocaml/preprocess/parser_raw.mly --base src/ocaml/preprocess/parser_raw --infer-write-query src/ocaml/preprocess/parser_raw__mock.ml.mock)
File "src/ocaml/preprocess/parser_raw.mly", line 897, characters 29-36:
Warning: the token COMMENT is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 898, characters 30-39:
Warning: the token DOCSTRING is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 900, characters 7-10:
Warning: the token EOL is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 810, characters 7-22:
Warning: the token GREATERRBRACKET is unused.
(cd _build/default/src/ocaml/utils/.ocaml_utils.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -I ../../../../config/.merlin_config.objs/byte -I ../../../../utils/.merlin_utils.objs/byte --pkg merlin-lib -o ocaml_utils__Clflags.odoc ocaml_utils__Clflags.cmti)
File "src/ocaml/utils/clflags.mli", line 1, characters 4-57:
Warning: '{0': heading level should be lower than top heading level '0'.
(cd _build/default/src/ocaml/parsing/.ocaml_parsing.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -I ../../../utils/.ocaml_utils.objs/byte -I ../../../../utils/.merlin_utils.objs/byte --pkg merlin-lib -o ocaml_parsing__Parsetree.odoc ocaml_parsing__Parsetree.cmti)
File "src/ocaml/parsing/parsetree.mli", line 642, characters 40-41:
Warning: '.' is not allowed in '{ul ...}' (bulleted list).
Suggestion: move '.' into a list item, '{li ...}' or '{- ...}'.
(cd _build/default/src/ocaml/typing/.ocaml_typing.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -I ../../../compression/.ocaml_compression.objs/byte -I ../../../parsing/.ocaml_parsing.objs/byte -I ../../../utils/.ocaml_utils.objs/byte -I ../../../../utils/.merlin_utils.objs/byte --pkg merlin-lib -o ocaml_typing__Shape.odoc ocaml_typing__Shape.cmti)
File "src/ocaml/typing/shape.mli", line 50, characters 0-0:
Warning: End of text is not allowed in '{{:...} ...}' (external link).
(cd _build/default/src/ocaml/typing/.ocaml_typing.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -I ../../../compression/.ocaml_compression.objs/byte -I ../../../parsing/.ocaml_parsing.objs/byte -I ../../../utils/.ocaml_utils.objs/byte -I ../../../../utils/.merlin_utils.objs/byte --pkg merlin-lib -o ocaml_typing__Types.odoc ocaml_typing__Types.cmti)
File "src/ocaml/typing/types.mli", line 16, characters 4-48:
Warning: '{0': heading level should be lower than top heading level '0'.
File "src/ocaml/typing/types.mli", line 289, character 17 to line 295, character 48:
Warning: '{ row_fields = [("X", _)];
                   row_more   =
                     Tvariant { row_fields = [("Y", _)];
                                row_more   =
                                  Tvariant { row_fields = [];
                                             row_more   = _;
                                             _ }': bad markup.
Suggestion: did you mean '{! row_fields = [("X", _)];
                   row_more   =
                     Tvariant { row_fields = [("Y", _)];
                                row_more   =
                                  Tvariant { row_fields = [];
                                             row_more   = _;
                                             _ }' or '[ row_fields = [("X", _)];
                   row_more   =
                     Tvariant { row_fields = [("Y", _)];
                                row_more   =
                                  Tvariant { row_fields = [];
                                             row_more   = _;
                                             _ ]'?
File "src/ocaml/typing/types.mli", line 296, characters 34-35:
Warning: Unpaired '}' (end of markup).
Suggestion: try '\}'.
File "src/ocaml/typing/types.mli", line 298, characters 17-18:
Warning: Unpaired '}' (end of markup).
Suggestion: try '\}'.
(cd _build/default/src/ocaml/typing/.ocaml_typing.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -I ../../../compression/.ocaml_compression.objs/byte -I ../../../parsing/.ocaml_parsing.objs/byte -I ../../../utils/.ocaml_utils.objs/byte -I ../../../../utils/.merlin_utils.objs/byte --pkg merlin-lib -o ocaml_typing__Typedtree.odoc ocaml_typing__Typedtree.cmti)
File "src/ocaml/typing/typedtree.mli", line 59, character 27 to line 60, character 75:
Warning: '{ pat_desc = P
                           ; pat_extra = (Tpat_constraint T, _, _) :: ... }': bad markup.
Suggestion: did you mean '{! pat_desc = P
                           ; pat_extra = (Tpat_constraint T, _, _) :: ... }' or '[ pat_desc = P
                           ; pat_extra = (Tpat_constraint T, _, _) :: ... ]'?
File "src/ocaml/typing/typedtree.mli", line 63, character 27 to line 64, character 80:
Warning: '{ pat_desc = disjunction
                           ; pat_extra = (Tpat_type (P, "tconst"), _, _) :: ...}': bad markup.
Suggestion: did you mean '{! pat_desc = disjunction
                           ; pat_extra = (Tpat_type (P, "tconst"), _, _) :: ...}' or '[ pat_desc = disjunction
                           ; pat_extra = (Tpat_type (P, "tconst"), _, _) :: ...]'?
File "src/ocaml/typing/typedtree.mli", line 71, character 27 to line 72, character 69:
Warning: '{ pat_desc  = Tpat_var "P"
                           ; pat_extra = (Tpat_unpack, _, _) :: ... }': bad markup.
Suggestion: did you mean '{! pat_desc  = Tpat_var "P"
                           ; pat_extra = (Tpat_unpack, _, _) :: ... }' or '[ pat_desc  = Tpat_var "P"
                           ; pat_extra = (Tpat_unpack, _, _) :: ... ]'?
File "src/ocaml/typing/typedtree.mli", line 73, character 27 to line 74, character 54:
Warning: '{ pat_desc  = Tpat_any
            ; pat_extra = (Tpat_unpack, _, _) :: ... }': bad markup.
Suggestion: did you mean '{! pat_desc  = Tpat_any
            ; pat_extra = (Tpat_unpack, _, _) :: ... }' or '[ pat_desc  = Tpat_any
            ; pat_extra = (Tpat_unpack, _, _) :: ... ]'?
File "src/ocaml/typing/typedtree.mli", line 117, characters 12-33:
Warning: '{ l1=P1; ...; ln=Pn }': bad markup.
Suggestion: did you mean '{! l1=P1; ...; ln=Pn }' or '[ l1=P1; ...; ln=Pn ]'?
File "src/ocaml/typing/typedtree.mli", line 118, characters 12-35:
Warning: '{ l1=P1; ...; ln=Pn; _}': bad markup.
Suggestion: did you mean '{! l1=P1; ...; ln=Pn; _}' or '[ l1=P1; ...; ln=Pn; _]'?
File "src/ocaml/typing/typedtree.mli", line 245, characters 12-33:
Warning: '{ l1=P1; ...; ln=Pn }': bad markup.
Suggestion: did you mean '{! l1=P1; ...; ln=Pn }' or '[ l1=P1; ...; ln=Pn ]'?
File "src/ocaml/typing/typedtree.mli", line 246, characters 12-41:
Warning: '{ E0 with l1=P1; ...; ln=Pn }': bad markup.
Suggestion: did you mean '{! E0 with l1=P1; ...; ln=Pn }' or '[ E0 with l1=P1; ...; ln=Pn ]'?
File "src/ocaml/typing/typedtree.mli", line 250, characters 27-45:
Warning: '{ l1: t1; l2: t2 }': bad markup.
Suggestion: did you mean '{! l1: t1; l2: t2 }' or '[ l1: t1; l2: t2 ]'?
File "src/ocaml/typing/typedtree.mli", line 251, characters 12-29:
Warning: '{ E0 with t2=P2 }': bad markup.
Suggestion: did you mean '{! E0 with t2=P2 }' or '[ E0 with t2=P2 ]'?
File "src/ocaml/typing/typedtree.mli", line 253, character 14 to line 254, character 47:
Warning: '{ fields = [| l1, Kept t1; l2 Override P2 |]; representation;
                extended_expression = Some E0 }': bad markup.
Suggestion: did you mean '{! fields = [| l1, Kept t1; l2 Override P2 |]; representation;
                extended_expression = Some E0 }' or '[ fields = [| l1, Kept t1; l2 Override P2 |]; representation;
                extended_expression = Some E0 ]'?
(cd _build/default/src/ocaml/typing/.ocaml_typing.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -I ../../../compression/.ocaml_compression.objs/byte -I ../../../parsing/.ocaml_parsing.objs/byte -I ../../../utils/.ocaml_utils.objs/byte -I ../../../../utils/.merlin_utils.objs/byte --pkg merlin-lib -o ocaml_typing__Patterns.odoc ocaml_typing__Patterns.cmti)
File "src/ocaml/typing/patterns.mli", line 101, characters 27-28:
Warning: Unpaired ']' (end of code).
Suggestion: try '\]'.
(cd _build/default/src/extend/.merlin_extend.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/merlin-lib -I ../../../ocaml/parsing/.ocaml_parsing.objs/byte -I ../../../ocaml/typing/.ocaml_typing.objs/byte -I ../../../ocaml/utils/.ocaml_utils.objs/byte --pkg merlin-lib -o merlin_extend__Extend_protocol.odoc merlin_extend__Extend_protocol.cmt)
File "src/extend/extend_protocol.ml", line 80, characters 38-62:
Warning: '{complete_labels = true}': bad markup.
Suggestion: did you mean '{!complete_labels = true}' or '[complete_labels = true]'?
(cd _build/default && /home/opam/.opam/5.2/bin/menhir --inspection --table --cmly src/ocaml/preprocess/parser_raw.mly --base src/ocaml/preprocess/parser_raw --infer-read-reply src/ocaml/preprocess/parser_raw__mock.mli.inferred)
File "src/ocaml/preprocess/parser_raw.mly", line 966, characters 0-9:
Warning: the precedence level assigned to GREATERDOT is never useful.
(cd _build/default/src/kernel/.merlin_kernel.objs/byte && /home/opam/.opam/5.2/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/merlin-lib -I ../../../config/.merlin_config.objs/byte -I ../../../dot-protocol/.merlin_dot_protocol.objs/byte -I ../../../extend/.merlin_extend.objs/byte -I ../../../index-format/.merlin_index_format.objs/byte -I ../../../ocaml/merlin_specific/.merlin_specific.objs/byte -I ../../../ocaml/parsing/.ocaml_parsing.objs/byte -I ../../../ocaml/preprocess/.ocaml_preprocess.objs/byte -I ../../../ocaml/typing/.ocaml_typing.objs/byte -I ../../../ocaml/utils/.ocaml_utils.objs/byte -I ../../../platform/.os_ipc.objs/byte -I ../../../utils/.merlin_utils.objs/byte --pkg merlin-lib -o merlin_kernel__Msource.odoc merlin_kernel__Msource.cmti)
File "src/kernel/msource.mli", line 1, characters 4-54:
Warning: '{0': heading level should be lower than top heading level '0'.
(cd _build/default/_doc/_html && /home/opam/.opam/5.2/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.objs/byte -I ../../src/commands/.merlin_commands.objs/byte -I ../../src/config/.merlin_config.objs/byte -I ../../src/dot-protocol/.merlin_dot_protocol.objs/byte -I ../../src/extend/.merlin_extend.objs/byte -I ../../src/frontend/.query_commands.objs/byte -I ../../src/frontend/.query_protocol.objs/byte -I ../../src/index-format/.merlin_index_format.objs/byte -I ../../src/kernel/.merlin_kernel.objs/byte -I ../../src/ocaml/compression/.ocaml_compression.objs/byte -I ../../src/ocaml/merlin_specific/.merlin_specific.objs/byte -I ../../src/ocaml/parsing/.ocaml_parsing.objs/byte -I ../../src/ocaml/preprocess/.ocaml_preprocess.objs/byte -I ../../src/ocaml/typing/.ocaml_typing.objs/byte -I ../../src/ocaml/utils/.ocaml_utils.objs/byte -I ../../src/platform/.os_ipc.objs/byte -I ../../src/utils/.merlin_utils.objs/byte -o ../_odocls/merlin-lib/ocaml_utils.odocl ../../src/ocaml/utils/.ocaml_utils.objs/byte/ocaml_utils.odoc)
File "src/ocaml/utils/warnings.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/utils/local_store.mli", line 26, characters 15-32:
Warning: Failed to resolve reference unresolvedroot(Stdlib).ref Couldn't find "Stdlib"
File "src/ocaml/utils/load_path.mli", line 98, characters 4-36:
Warning: Failed to resolve reference unresolvedroot(Misc).normalized_unit_filename Couldn't find "Misc"
File "src/ocaml/utils/consistbl.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/utils/build_path_prefix_map.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
(cd _build/default/_doc/_html && /home/opam/.opam/5.2/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.objs/byte -I ../../src/commands/.merlin_commands.objs/byte -I ../../src/config/.merlin_config.objs/byte -I ../../src/dot-protocol/.merlin_dot_protocol.objs/byte -I ../../src/extend/.merlin_extend.objs/byte -I ../../src/frontend/.query_commands.objs/byte -I ../../src/frontend/.query_protocol.objs/byte -I ../../src/index-format/.merlin_index_format.objs/byte -I ../../src/kernel/.merlin_kernel.objs/byte -I ../../src/ocaml/compression/.ocaml_compression.objs/byte -I ../../src/ocaml/merlin_specific/.merlin_specific.objs/byte -I ../../src/ocaml/parsing/.ocaml_parsing.objs/byte -I ../../src/ocaml/preprocess/.ocaml_preprocess.objs/byte -I ../../src/ocaml/typing/.ocaml_typing.objs/byte -I ../../src/ocaml/utils/.ocaml_utils.objs/byte -I ../../src/platform/.os_ipc.objs/byte -I ../../src/utils/.merlin_utils.objs/byte -o ../_odocls/merlin-lib/merlin_kernel.odocl ../../src/kernel/.merlin_kernel.objs/byte/merlin_kernel.odoc)
File "src/kernel/mconfig.mli", line 72, characters 6-74:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/5.2/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.objs/byte -I ../../src/commands/.merlin_commands.objs/byte -I ../../src/config/.merlin_config.objs/byte -I ../../src/dot-protocol/.merlin_dot_protocol.objs/byte -I ../../src/extend/.merlin_extend.objs/byte -I ../../src/frontend/.query_commands.objs/byte -I ../../src/frontend/.query_protocol.objs/byte -I ../../src/index-format/.merlin_index_format.objs/byte -I ../../src/kernel/.merlin_kernel.objs/byte -I ../../src/ocaml/compression/.ocaml_compression.objs/byte -I ../../src/ocaml/merlin_specific/.merlin_specific.objs/byte -I ../../src/ocaml/parsing/.ocaml_parsing.objs/byte -I ../../src/ocaml/preprocess/.ocaml_preprocess.objs/byte -I ../../src/ocaml/typing/.ocaml_typing.objs/byte -I ../../src/ocaml/utils/.ocaml_utils.objs/byte -I ../../src/platform/.os_ipc.objs/byte -I ../../src/utils/.merlin_utils.objs/byte -o ../_odocls/merlin-lib/ocaml_parsing.odocl ../../src/ocaml/parsing/.ocaml_parsing.objs/byte/ocaml_parsing.odoc)
File "src/ocaml/parsing/unit_info.mli", line 158, characters 4-42:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/ocaml/parsing/unit_info.mli", line 144, characters 38-64:
Warning: Failed to resolve reference unresolvedroot(Config).interface_suffix Couldn't find "Config"
File "src/ocaml/parsing/syntaxerr.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/printast.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/pprintast.mli", line 20, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/parsetree.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/longident.mli", line 22, characters 4-22:
Warning: Failed to resolve reference unresolvedroot(Format).asprintf Couldn't find "Format"
File "src/ocaml/parsing/longident.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/longident.mli", line 61, characters 53-71:
Warning: Failed to resolve reference unresolvedroot(Parse).longident Couldn't find "Parse"
File "src/ocaml/parsing/longident.mli", line 61, characters 22-30:
Warning: Failed to resolve reference unresolvedroot(Parse) Couldn't find "Parse"
File "src/ocaml/parsing/longident.mli", line 42, characters 4-48:
Warning: Failed to resolve reference unresolvedroot(Assert_failure) Couldn't find "Assert_failure"
File "src/ocaml/parsing/location.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/docstrings.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/builtin_attributes.mli", line 42, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/attr_helper.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/asttypes.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/ast_mapper.mli", line 50, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/ast_mapper.mli", line 129, characters 28-44:
Warning: Failed to resolve reference unresolvedroot(Clflags).debug Couldn't find "Clflags"
File "src/ocaml/parsing/ast_mapper.mli", line 129, characters 4-26:
Warning: Failed to resolve reference unresolvedroot(Clflags).for_package Couldn't find "Clflags"
File "src/ocaml/parsing/ast_mapper.mli", line 128, characters 50-73:
Warning: Failed to resolve reference unresolvedroot(Clflags).open_modules Couldn't find "Clflags"
File "src/ocaml/parsing/ast_mapper.mli", line 128, characters 36-48:
Warning: Failed to resolve reference unresolvedroot(Load_path) Couldn't find "Load_path"
File "src/ocaml/parsing/ast_mapper.mli", line 128, characters 4-34:
Warning: Failed to resolve reference unresolvedroot(Clflags).hidden_include_dirs Couldn't find "Clflags"
File "src/ocaml/parsing/ast_mapper.mli", line 127, characters 30-53:
Warning: Failed to resolve reference unresolvedroot(Clflags).include_dirs Couldn't find "Clflags"
File "src/ocaml/parsing/ast_iterator.mli", line 22, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/parsing/ast_helper.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
(cd _build/default/_doc/_html && /home/opam/.opam/5.2/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.objs/byte -I ../../src/commands/.merlin_commands.objs/byte -I ../../src/config/.merlin_config.objs/byte -I ../../src/dot-protocol/.merlin_dot_protocol.objs/byte -I ../../src/extend/.merlin_extend.objs/byte -I ../../src/frontend/.query_commands.objs/byte -I ../../src/frontend/.query_protocol.objs/byte -I ../../src/index-format/.merlin_index_format.objs/byte -I ../../src/kernel/.merlin_kernel.objs/byte -I ../../src/ocaml/compression/.ocaml_compression.objs/byte -I ../../src/ocaml/merlin_specific/.merlin_specific.objs/byte -I ../../src/ocaml/parsing/.ocaml_parsing.objs/byte -I ../../src/ocaml/preprocess/.ocaml_preprocess.objs/byte -I ../../src/ocaml/typing/.ocaml_typing.objs/byte -I ../../src/ocaml/utils/.ocaml_utils.objs/byte -I ../../src/platform/.os_ipc.objs/byte -I ../../src/utils/.merlin_utils.objs/byte -o ../_odocls/merlin-lib/merlin_utils.odocl ../../src/utils/.merlin_utils.objs/byte/merlin_utils.odoc)
File "src/utils/file_cache.mli", line 40, characters 6-52:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
(cd _build/default/_doc/_html && /home/opam/.opam/5.2/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.objs/byte -I ../../src/commands/.merlin_commands.objs/byte -I ../../src/config/.merlin_config.objs/byte -I ../../src/dot-protocol/.merlin_dot_protocol.objs/byte -I ../../src/extend/.merlin_extend.objs/byte -I ../../src/frontend/.query_commands.objs/byte -I ../../src/frontend/.query_protocol.objs/byte -I ../../src/index-format/.merlin_index_format.objs/byte -I ../../src/kernel/.merlin_kernel.objs/byte -I ../../src/ocaml/compression/.ocaml_compression.objs/byte -I ../../src/ocaml/merlin_specific/.merlin_specific.objs/byte -I ../../src/ocaml/parsing/.ocaml_parsing.objs/byte -I ../../src/ocaml/preprocess/.ocaml_preprocess.objs/byte -I ../../src/ocaml/typing/.ocaml_typing.objs/byte -I ../../src/ocaml/utils/.ocaml_utils.objs/byte -I ../../src/platform/.os_ipc.objs/byte -I ../../src/utils/.merlin_utils.objs/byte -o ../_odocls/merlin-lib/ocaml_typing.odocl ../../src/ocaml/typing/.ocaml_typing.objs/byte/ocaml_typing.odoc)
File "src/ocaml/typing/typemod.mli", line 19, characters 2-33:
Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"
File "src/ocaml/typing/typedtree.mli", line 198, characters 8-67:
Warning: Failed to resolve reference unresolvedroot(Parsetree).expression_desc.Pexp_function Couldn't find "Parsetree"
File "src/ocaml/typing/typedtree.mli", line 20, characters 12-27:
Warning: Failed to resolve reference unresolvedroot(Longindent).t Couldn't find "Longindent"
File "src/ocaml/typing/typedtree.mli", line 19, characters 23-35:
Warning: Failed to resolve reference unresolvedroot(Parsetree) Couldn't find "Parsetree"
File "src/ocaml/typing/typedecl_separability.mli", line 120, characters 16-42:
Warning: Failed to resolve reference unresolvedroot(Config).flat_float_array Couldn't find "Config"
File "src/ocaml/typing/typecore.mli", line 237, characters 49-73:
Warning: Failed to resolve reference unresolvedroot(Location).print_report Couldn't find "Location"
File "src/ocaml/typing/typecore.mli", line 237, characters 23-47:
Warning: Failed to resolve reference unresolvedroot(Location).error_of_exn Couldn't find "Location"
File "src/ocaml/typing/signature_group.mli", line 58, characters 43-54:
Warning: Failed to resolve reference unresolvedroot(full_seq) Couldn't find "full_seq"
File "src/ocaml/typing/patterns.mli", line 101, characters 6-70:
Warning: Failed to resolve reference unresolvedroot([Invalid_arg) Couldn't find "[Invalid_arg"
File "src/ocaml/typing/ident.mli", line 40, characters 12-74:
Warning: Failed to resolve reference unresolvedroot([Fatal_error]) Couldn't find "[Fatal_error]"
2024-07-29 13:43.23 ---> saved as "bf9dffc3cc7224cc65e35401e045b96f697b97ddb99c725331b650c32338e5cf"
Job succeeded
2024-07-29 13:43.24: Job succeeded