Organisationsart-wsherlodoc77ecc8 (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-06-12 14:19.52: New job: test art-w/sherlodoc https://github.com/art-w/sherlodoc.git#refs/heads/master (77ecc829dea23a312a50a74852c3263365bbdeab) (linux-x86_64:(lint-doc))
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/art-w/sherlodoc.git" -b "master" && cd "sherlodoc" && git reset --hard 77ecc829
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3
# alpine-3.21-4.14_opam-2.3
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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sherlodoc.opam ./
RUN opam pin add -yn sherlodoc.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 b0.0.0.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 brr.0.0.7 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 odig.0.0.9 odoc.3.0.0 odoc-parser.3.0.0 optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 tyxml.4.6.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 sherlodoc.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


2025-06-12 14:19.52: Using cache hint "art-w/sherlodoc-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3-alpine-3.21-4.14_opam-2.3-6643f58dc95843a8d9bde1debea0b0ed"
2025-06-12 14:19.52: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3)
(comment alpine-3.21-4.14_opam-2.3)
(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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src sherlodoc.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn sherlodoc.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 b0.0.0.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 brr.0.0.7 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 odig.0.0.9 odoc.3.0.0 odoc-parser.3.0.0 optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 tyxml.4.6.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 sherlodoc.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)"))
)


2025-06-12 14:19.52: Waiting for resource in pool OCluster
2025-06-12 18:01.13: Waiting for worker…
2025-06-12 18:04.24: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 77ecc82 Merge pull request #25 from art-w/remove_weird_warnings


(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3)
2025-06-12 18:04.24 ---> using "cae3f84721b1d1626d38afde4577807843a0da8ba3807fc3f5f4606864be9e98" from cache


/: (comment alpine-3.21-4.14_opam-2.3)


/: (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"))
2025-06-12 18:04.24 ---> using "97da814219561b6495e4f91a5720e950e1146f08f3e65eb0f6762e4ae273cd54" 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 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
2025-06-12 18:04.24 ---> using "86f45a7e2368db5fa7485019a1c8f7a49b6f53b96e1a96ab1fb9448873d4bc05" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.14.2
2.2.1
2025-06-12 18:04.24 ---> using "3eedd80b70838925d21433b6c8f824a77394d95b51be2c32b594251313a2bc97" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-12 18:04.24 ---> using "86082a16f7d5bfb7953bdc073375569a575d01b10811b773e1dc9d4c0f0a5b98" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bc726805e3..a28eb8a148  master     -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1


<><> 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
2025-06-12 18:04.24 ---> using "7ef1d3293b16416476f21fcf5ca91167ba39cf75ee939aed08fec64bb9527480" from cache


/src: (copy (src sherlodoc.opam) (dst ./))
2025-06-12 18:04.24 ---> saved as "6455641e6718302a5b08d04697ce13bb375e9dc35ba21d6e63c55be3cf8de3e0"


/src: (run (network host)
(shell "opam pin add -yn sherlodoc.dev './'"))
[sherlodoc.dev] synchronised (file:///src)
sherlodoc is now pinned to file:///src (version dev)
2025-06-12 18:04.27 ---> saved as "5091efa3be651718d1eb19766f81d926329df0a41688bab9c37fbff7a6783430"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-12 18:04.27 ---> saved as "f11687254d318855ec69f1fb87c7b642ef0f3b8dd65343c27a5401ed998fe958"


/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 b0.0.0.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 brr.0.0.7 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 odig.0.0.9 odoc.3.0.0 odoc-parser.3.0.0 optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 tyxml.4.6.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 sherlodoc.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/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.21.3-603-g364e1f9788f [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-602-gf01bbdd96f0 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.23.0_alpha20250612-31-g27f3e5633d0 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-4-g040ffd45b32 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-4-g040ffd45b32 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 58711 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sherlodoc.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).
2025-06-12 18:04.41 ---> saved as "227c765846e84710b46846e87379bd8f7d820e303f57248960210bcb07fa6052"


/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 52 packages
- install alcotest             1.9.0
- install astring              0.8.5
- install b0                   0.0.5
- install base                 v0.16.3
- install base-bytes           base
- install base64               3.5.1
- install bigstringaf          0.10.0
- install brr                  0.0.7
- install camlp-streams        5.0.1
- install checkseum            0.5.2
- install cmdliner             1.3.0
- install conf-bash            1
- install cppo                 1.8.0
- install crunch               4.0.0
- install csexp                1.5.2
- install decompress           1.5.3
- install dune                 3.19.1
- install dune-configurator    3.19.1
- install fmt                  0.10.0
- install fpath                0.7.3
- install gen                  1.1
- install js_of_ocaml          6.0.1
- install js_of_ocaml-compiler 6.0.1
- install js_of_ocaml-toplevel 6.0.1
- install lwt                  5.9.1
- install menhir               20240715
- install menhirCST            20240715
- install menhirLib            20240715
- install menhirSdk            20240715
- install ocaml-compiler-libs  v0.12.4
- install ocaml-syntax-shims   1.0.0
- install ocamlbuild           0.16.1
- install ocamlfind            1.9.8
- install ocplib-endian        1.2
- install odig                 0.0.9
- install odoc                 3.0.0
- install odoc-parser          3.0.0
- install optint               0.3.0
- install ppx_blob             0.9.0
- install ppx_derivers         1.2.1
- install ppxlib               0.35.0
- install ptime                1.2.0
- install re                   1.12.0
- install result               1.5
- install sedlex               3.6
- install seq                  base
- install sexplib0             v0.16.0
- install stdlib-shims         0.3.0
- install topkg                1.0.8
- install tyxml                4.6.0
- install uutf                 1.0.4
- install yojson               3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved b0.0.0.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-bash.1
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved brr.0.0.7  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-toplevel.6.0.1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed cmdliner.1.3.0
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sedlex.3.6  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved odig.0.0.9  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.19.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed gen.1.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed re.1.12.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed odoc-parser.3.0.0
-> installed alcotest.1.9.0
-> installed dune-configurator.3.19.1
-> installed bigstringaf.0.10.0
-> installed tyxml.4.6.0
-> installed checkseum.0.5.2
-> installed decompress.1.5.3
-> installed lwt.5.9.1
-> installed base.v0.16.3
-> installed odoc.3.0.0
-> installed b0.0.0.5
-> installed menhir.20240715
-> installed ppxlib.0.35.0
-> installed odig.0.0.9
-> installed ppx_blob.0.9.0
-> installed sedlex.3.6
-> installed js_of_ocaml-compiler.6.0.1
-> installed js_of_ocaml-toplevel.6.0.1
-> installed brr.0.0.7
-> installed js_of_ocaml.6.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-12 18:06.00 ---> saved as "707fc3bd6d445cbb331caebf68423c8aa4abda5fe00eb7b6c57e81d3efe103a9"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package odoc is already installed (current version is 3.0.0).
[NOTE] Package dune is already installed (current version is 3.19.1).
2025-06-12 18:06.02 ---> saved as "a5f4387f2de5cb4dd822ab8fb7375a2bfda24cc3adf0e31a8504e55c7af129f8"


/src: (copy (src .) (dst /src/))
2025-06-12 18:06.02 ---> saved as "6b4bffb2fd82443e6633e048b3cacd69b7914a240c2b06641cb8d6125976b11e"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I index/.index.objs/byte -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/checkseum -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/decompress/de -I /home/opam/.opam/4.14/lib/decompress/zl -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uutf -I db/.db.objs/byte -I store/.db_store.objs/byte -I store/.storage_js.objs/byte -I store/.storage_marshal.objs/byte -no-alias-deps -open Index__ -o index/.index.objs/byte/index__Load_doc.cmi -c -intf index/load_doc.mli)
File "index/load_doc.mli", line 9, characters 5-24:
9 |   -> Odoc_search.Entry.t
^^^^^^^^^^^^^^^^^^^
Error: Unbound module Odoc_search.Entry
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I index/.index.objs/byte -I index/.index.objs/native -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/checkseum -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/decompress/de -I /home/opam/.opam/4.14/lib/decompress/zl -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/odoc-parser -I /home/opam/.opam/4.14/lib/odoc/document -I /home/opam/.opam/4.14/lib/odoc/html -I /home/opam/.opam/4.14/lib/odoc/html_support_files -I /home/opam/.opam/4.14/lib/odoc/index -I /home/opam/.opam/4.14/lib/odoc/json_index -I /home/opam/.opam/4.14/lib/odoc/latex -I /home/opam/.opam/4.14/lib/odoc/loader -I /home/opam/.opam/4.14/lib/odoc/manpage -I /home/opam/.opam/4.14/lib/odoc/model -I /home/opam/.opam/4.14/lib/odoc/occurrences -I /home/opam/.opam/4.14/lib/odoc/odoc -I /home/opam/.opam/4.14/lib/odoc/odoc_utils -I /home/opam/.opam/4.14/lib/odoc/search -I /home/opam/.opam/4.14/lib/odoc/search_html_frontend -I /home/opam/.opam/4.14/lib/odoc/syntax_highlighter -I /home/opam/.opam/4.14/lib/odoc/xref2 -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tyxml -I /home/opam/.opam/4.14/lib/tyxml/functor -I /home/opam/.opam/4.14/lib/uutf -I db/.db.objs/byte -I db/.db.objs/native -I store/.db_store.objs/byte -I store/.db_store.objs/native -I store/.storage_js.objs/byte -I store/.storage_js.objs/native -I store/.storage_marshal.objs/byte -I store/.storage_marshal.objs/native -intf-suffix .ml -no-alias-deps -open Index__ -o index/.index.objs/native/index__Typename.cmx -c -impl index/typename.ml)
File "index/typename.ml", line 8, characters 4-15:
8 |   | `CoreType n -> Format.fprintf h "Stdlib.%s" (TypeName.to_string n)
^^^^^^^^^^^
Error: This pattern matches values of type [? `CoreType of 'a ]
but a pattern was expected which matches values of type
Identifier.t_pv
The second variant type does not allow tag(s) `CoreType
dune build @doc failed
"/usr/bin/env" "bash" "-c" "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)" failed with exit status 2
2025-06-12 18:06.04: Job failed: Failed: Build failed