Organisationsocamlmerlineba269 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-04-30 08:16.07: New job: test ocaml/merlin https://github.com/ocaml/merlin.git#refs/pull/1754/head (eba2699ca84916481dc7a800e8fc98b92c1e9288) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml/merlin.git" && cd "merlin" && git fetch origin "refs/pull/1754/head" && git reset --hard eba2699c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
# alpine-3.19-4.14_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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 merlin.opam merlin-lib.opam dot-merlin-reader.opam ./
RUN 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-threads.base base-unix.base conf-jq.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y merlin.dev merlin-lib.dev dot-merlin-reader.dev $DEPS
RUN opam install $DEPS
RUN opam depext -i conf-m4 && opam depext -i 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-04-30 08:16.07: Using cache hint "ocaml/merlin-ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e-alpine-3.19-4.14_opam-2.1-82c785559c0011724d7ecad9c3216af2"
2024-04-30 08:16.07: Using OBuilder spec:
((from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
 (comment alpine-3.19-4.14_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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src merlin.opam merlin-lib.opam dot-merlin-reader.opam) (dst ./))
 (run (network host)
      (shell  "opam 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-threads.base base-unix.base conf-jq.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.1.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 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 depext -i conf-m4 && opam depext -i 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-04-30 08:16.07: Waiting for resource in pool OCluster
2024-04-30 10:11.05: Waiting for worker…
2024-04-30 10:13.43: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at eba2699c Add changelog entry for #1754


(from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
2024-04-30 10:13.43 ---> using "1e640372eb9daeb2412d20c5fde01c5949566a71e7b6150cd62d118621a015ce" from cache


/: (comment alpine-3.19-4.14_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-04-30 10:13.43 ---> using "b182ae1cda6d297a21c7bc776a7186ae509de252e149d545f617b331989e646b" 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-04-30 10:13.43 ---> using "4866ea6bf011b30c8f3834af033bf4ab0458b5961a9b90f360a51536fd01e0a4" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 10:13.43 ---> using "b0fc2e66b51ad223ac3ff94d2310cf8cd27eb1c1e0326d42e299e3e2cf109eda" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 10:13.43 ---> using "37c723fd8d4647c0452a25707967717f353e286d7208d2811868c00bae4dd948" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..e90e14059c  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.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-04-30 10:13.43 ---> using "29f68f1c32ace7db30d7f5ea60a83ce5b4b4d7ed38c9ffe06cfad3f0e6be40ef" from cache


/src: (copy (src merlin.opam merlin-lib.opam dot-merlin-reader.opam) (dst ./))
2024-04-30 10:13.43 ---> using "0e83f0ee63767b25bb75e3b39140f7b2aa27f6e2b502f96aacef3d1670c7bfc9" from cache


/src: (run (network host)
           (shell  "opam pin add -yn merlin.dev './' && \
                  \nopam pin add -yn merlin-lib.dev './' && \
                  \nopam pin add -yn dot-merlin-reader.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-04-30 10:13.43 ---> using "ce942054525aaa158cb57c12e60082b5053fe9448071c058ac62f16c3c6baa45" from cache


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-jq.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.1.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 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.1-476-g0fc5112363c [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-478-g9c03b9c8a03 [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-2859-gfee7a754416 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-2853-g2d5e5391b85 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-2855-ge26b26b1e3a [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52793 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dot-merlin-reader.dev] synchronised (no changes)
[merlin.dev] synchronised (no changes)
[merlin-lib.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 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 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-r15.trigger
- OK: 295 MiB in 102 packages
2024-04-30 10:13.43 ---> using "9fded29f824fbf886d08e59810cddc87639b19a202287884d489dafddb68249d" 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 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 seq                 base
  - install dune                3.15.2
  - install conf-jq             1
  - install ocamlfind           1.9.6
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.12.4
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install yojson              2.1.2
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed conf-jq.1
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.6  (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.1.2  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed sexplib0.v0.17.0
-> installed menhirLib.20231231
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed yojson.2.1.2
-> installed menhir.20231231
-> installed ppxlib.0.32.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 10:13.43 ---> using "ad0c1f96972e0f56050d9eb1fb8c54ac54b784d37fa96ffe582bb8692c12b362" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment


<><> Carrying on to "opam depext -i conf-m4" ><><><><><><><><><><><><><><><><><>


You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=alpine, os-family=alpine
# The following system packages are needed:
m4
The following actions will be performed:
  - install conf-m4 1


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apk" "add" "m4"
- (1/1) Installing m4 (1.4.19-r3)
- Executing busybox-1.36.1-r15.trigger
- OK: 295 MiB in 103 packages


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
Done.
# Run eval $(opam env) to update the current shell environment
You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=alpine, os-family=alpine
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.15.2).
The following actions will be performed:
  - install result        1.5    [required by odoc]
  - install ocamlbuild    0.14.3 [required by fmt, astring, fpath]
  - install re            1.11.0 [required by tyxml]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install cmdliner      1.2.0  [required by odoc]
  - 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
===== 15 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed camlp-streams.5.0.1
-> retrieved ocamlbuild.0.14.3  (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 odoc.2.4.2  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> installed result.1.5
-> installed re.1.11.0
-> installed cmdliner.1.2.0
-> installed ocamlbuild.0.14.3
-> 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 fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 10:13.43 ---> using "83e9fd5e617e5381c1e9e29b9abbfd7e47f67b78dd7510d0722ccc5a4c552e2a" from cache


/src: (copy (src .) (dst /src/))
2024-04-30 10:13.45 ---> saved as "8fc1707a8df9004c2576dbdd83115c07cffc4a7b377a599af7e199fa33d3214f"


/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/4.14/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/4.14/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 852, characters 29-36:
Warning: the token COMMENT is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 853, characters 30-39:
Warning: the token DOCSTRING is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 855, characters 7-10:
Warning: the token EOL is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 765, characters 7-22:
Warning: the token GREATERRBRACKET is unused.
(cd _build/default/src/ocaml/utils/.ocaml_utils.objs/byte && /home/opam/.opam/4.14/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/4.14/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 590, 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/4.14/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -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/4.14/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -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 58, character 27 to line 59, 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 62, character 27 to line 63, 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 70, character 27 to line 71, 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 114, 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 115, 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 243, 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 244, 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 248, 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 249, 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 251, character 14 to line 252, 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/4.14/bin/odoc compile -I . -I ../../../../../_doc/_odoc/pkg/merlin-lib -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/4.14/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/4.14/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 929, 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/4.14/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 ../../../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/4.14/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.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/kernel/.merlin_kernel.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-25:
Warning: Failed to resolve reference unresolvedroot(ref) Couldn't find "ref"
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/4.14/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.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/kernel/.merlin_kernel.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 66, characters 6-74:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/4.14/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.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/kernel/.merlin_kernel.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/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 32, 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 126, characters 4-20:
Warning: Failed to resolve reference unresolvedroot(Clflags).debug Couldn't find "Clflags"
File "src/ocaml/parsing/ast_mapper.mli", line 125, characters 43-65:
Warning: Failed to resolve reference unresolvedroot(Clflags).for_package Couldn't find "Clflags"
File "src/ocaml/parsing/ast_mapper.mli", line 125, characters 18-41:
Warning: Failed to resolve reference unresolvedroot(Clflags).open_modules Couldn't find "Clflags"
File "src/ocaml/parsing/ast_mapper.mli", line 125, characters 4-16:
Warning: Failed to resolve reference unresolvedroot(Load_path) Couldn't find "Load_path"
File "src/ocaml/parsing/ast_mapper.mli", line 124, 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/4.14/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.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/kernel/.merlin_kernel.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/4.14/bin/odoc link -I ../_odoc/pkg/merlin-lib -I ../../src/analysis/.merlin_analysis.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/kernel/.merlin_kernel.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 193, characters 16-28:
Warning: Failed to resolve reference unresolvedroot(Parsetree) 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 225, characters 49-73:
Warning: Failed to resolve reference unresolvedroot(Location).print_report Couldn't find "Location"
File "src/ocaml/typing/typecore.mli", line 225, 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-04-30 10:13.49 ---> saved as "8ee41fa9ef0317057b7e36a70d6f7abb57cd5d03e5b39e38cc44145f1f0045bd"
Job succeeded
2024-04-30 10:13.50: Job succeeded