Organisationsocsigenlwtcfc724 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-06-06 13:46.03: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/domains (cfc724393d6e6e75323263e0c1549f203ad2a288) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "domains" && cd "lwt" && git reset --hard cfc72439
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7
# debian-12-4.08_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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam ./
RUN opam pin add -yn lwt_retry.dev './' && \
opam pin add -yn lwt_react.dev './' && \
opam pin add -yn lwt_ppx.dev './' && \
opam pin add -yn lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_let.v0.14.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-06 13:46.03: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7-debian-12-4.08_opam-2.3-2425a186b8179c9dd863665e1b0fd628"
2025-06-06 13:46.03: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7)
(comment debian-12-4.08_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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_let.v0.14.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.8")
(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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-06 13:46.03: Waiting for resource in pool OCluster
2025-06-06 13:46.03: Waiting for worker…
2025-06-06 13:46.04: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at cfc724393 addiiotnal multidomain test


(from ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7)
2025-06-06 13:46.06 ---> using "d1b97f3f32fc7cff4791d73e3fff398d19cc5b0541c709028ff05a921e22d2c8" from cache


/: (comment debian-12-4.08_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-06 13:46.06 ---> using "0537a7808a39810f06748944d9ba2cecb88883c6c2cfc4aa1677c771fc8aa5fe" 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
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-06 13:46.06 ---> using "032907fb8fd32872710c160ef78c75f0389de70b44770bb74df81dda7a88bf99" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-139-generic
The OCaml toplevel, version 4.08.1
2.2.1
2025-06-06 13:46.06 ---> using "174fee99d4613f46ffd99974a82441da452f9162acb1ef65ffd043b901dcca66" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-06 13:46.06 ---> using "f05b239e3349f516b93fad09010b8b7c524f2e99c282114ac15500e02d9221db" from cache


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


<><> 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-06 13:46.06 ---> using "aa9c74172d6c5b839066370b512b46189dd67d5ce9117bc88229f23b60b68ce9" from cache


/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)
(dst ./))
2025-06-06 13:46.06 ---> using "f4a1036ffb2a4093a42c52a5d4d1f5a4fc2101addd7c85cc569eb99766de14dc" from cache


/src: (run (network host)
(shell  "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt.dev './'"))
[lwt_retry.dev] synchronised (file:///src)
lwt_retry is now pinned to file:///src (version dev)
[lwt_react.dev] synchronised (file:///src)
lwt_react is now pinned to file:///src (version dev)
[lwt_ppx.dev] synchronised (file:///src)
lwt_ppx is now pinned to file:///src (version dev)
[lwt.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2025-06-06 13:46.06 ---> using "29cc68708acb64a35d02054fca0ae0e87df160ce9d2598238c8eba2554dbffb0" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-06 13:46.06 ---> using "33d518613e904b4b37e863f93b2cc2e31ea5af5af920fd2a7ef6c87ae788d18f" from cache


/src: (env DEPS "base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_let.v0.14.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.8")


/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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [265 kB]
- Fetched 9313 kB in 2s (5109 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_react.dev] synchronised (file:///src)
[lwt_retry.dev] synchronised (file:///src)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).
2025-06-06 13:46.06 ---> using "9290aacaf192b93479420c3382b18b4c6cd97629ca14829b9b3037917d3c5f23" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 19 packages
- install base                v0.14.3
- install base-bytes          base
- install bisect_ppx          2.8.3
- install cmdliner            1.3.0
- install cppo                1.8.0
- install csexp               1.5.2
- install dune                3.19.0
- install dune-configurator   3.19.0
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ocplib-endian       1.2
- install ppx_derivers        1.2.1
- install ppx_let             v0.14.0
- install ppxlib              0.35.0
- install react               1.2.2
- install sexplib0            v0.14.0
- install stdlib-shims        0.3.0
- install topkg               1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_let.v0.14.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.19.0, dune-configurator.3.19.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.0.8
-> installed react.1.2.2
-> installed dune.3.19.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.19.0
-> installed base.v0.14.3
-> installed ppxlib.0.35.0
-> installed ppx_let.v0.14.0
-> installed bisect_ppx.2.8.3
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-06 13:46.06 ---> using "67126cea0d457a6a807ce1ab4a76e04d0ff233ee8681b6897415163fa2572922" 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.19.0).
The following actions will be performed:
=== install 14 packages
- install astring       0.8.5  [required by odoc]
- install camlp-streams 5.0.1  [required by odoc-parser]
- install crunch        4.0.0  [required by odoc]
- install fmt           0.10.0 [required by odoc]
- install fpath         0.7.3  [required by odoc]
- install odoc          3.0.0
- install odoc-parser   3.0.0  [required by odoc]
- install ptime         1.2.0  [required by crunch]
- install re            1.11.0 [required by tyxml]
- install result        1.5    [required by odoc]
- install seq           base   [required by tyxml, yojson]
- install tyxml         4.6.0  [required by odoc]
- install uutf          1.0.4  [required by tyxml]
- install yojson        2.2.2  [required by odoc]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.0  (cached)
-> installed camlp-streams.5.0.1
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed re.1.11.0
-> installed result.1.5
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed yojson.2.2.2
-> installed crunch.4.0.0
-> installed fpath.0.7.3
-> installed odoc-parser.3.0.0
-> installed tyxml.4.6.0
-> installed odoc.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-06 13:46.06 ---> using "7e7ee41e57a15384f9d3b2d3e3c6cf9837714ab2126e9f32f5b95e04cc9d19a7" from cache


/src: (copy (src .) (dst /src/))
2025-06-06 13:46.06 ---> saved as "6e8a49f95be3b48cdad09d6b4abf371f4660f5834d80e0815458d9f6cfaddb54"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_odoc/pkg/lwt && /home/opam/.opam/4.08/bin/odoc compile --pkg lwt -o page-manual.odoc ../../../../docs/manual.mld)
File "../../../../docs/manual.mld", line 389, character 8 to line 393, character 6:
Warning: Code blocks should be indented at the opening `{`.
File "../../../../docs/manual.mld", line 394, character 8 to line 398, character 6:
Warning: Code blocks should be indented at the opening `{`.
File "../../../../docs/manual.mld", line 400, character 8 to line 404, character 22:
Warning: Code blocks should be indented at the opening `{`.
File "../../../../docs/manual.mld", line 405, character 8 to line 409, character 22:
Warning: Code blocks should be indented at the opening `{`.
File "../../../../docs/manual.mld", line 411, character 8 to line 415, character 22:
Warning: Code blocks should be indented at the opening `{`.
File "../../../../docs/manual.mld", line 416, character 8 to line 420, character 22:
Warning: Code blocks should be indented at the opening `{`.
File "../../../../docs/manual.mld", line 422, character 8 to line 424, character 6:
Warning: Code blocks should be indented at the opening `{`.
File "../../../../docs/manual.mld", line 425, character 8 to line 427, character 6:
Warning: Code blocks should be indented at the opening `{`.
(cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/core/.lwt.objs/byte -no-alias-deps -opaque -o src/core/.lwt.objs/byte/domain_map.cmi -c -intf src/core/domain_map.mli)
File "src/core/domain_map.mli", line 10, characters 30-39:
10 | val add : 'a protected_map -> Domain.id -> 'a -> unit
^^^^^^^^^
Error: Unbound module Domain
(cd _build/default/src/core/.lwt.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/lwt --pkg lwt -o lwt_sequence.odoc lwt_sequence.cmti)
File "src/core/lwt_sequence.mli", line 21, character 0 to line 23, character 41:
Warning: Alert deprecated not expected here.
(cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/core/.lwt.objs/byte -no-alias-deps -opaque -o src/core/.lwt.objs/byte/lwt.cmi -c -intf src/core/lwt.mli)
File "src/core/lwt.mli", line 2067, characters 25-34:
2067 | val get_sent_callbacks : Domain.id -> (unit -> unit) Lwt_sequence.t
^^^^^^^^^
Error: Unbound module Domain
(cd _build/default/src/ppx/.lwt_ppx.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/lwt_ppx --pkg lwt_ppx -o lwt_ppx__Ppx_lwt.odoc lwt_ppx__Ppx_lwt.cmti)
File "src/ppx/ppx_lwt.mli", line 20, character 3 to line 23, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 29, character 3 to line 33, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 38, character 3 to line 42, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 47, character 3 to line 50, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 56, character 3 to line 61, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 65, character 3 to line 72, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 76, character 3 to line 84, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 106, character 3 to line 110, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 114, character 3 to line 118, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 122, character 3 to line 126, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 130, character 3 to line 135, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 139, character 3 to line 145, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "src/ppx/ppx_lwt.mli", line 149, character 3 to line 154, character 5:
Warning: Code blocks should be indented at the opening `{`.
File "lwt_ppx__Ppx_lwt.cmti":
Warning: Failed to compile expansion for class root(Lwt_ppx__Ppx_lwt).mapper
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-06 13:46.09: Job failed: Failed: Build failed