Organisationsocsigenlwt1375b8 (release-5-9-2)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-10-15 10:12.56: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5-9-2 (1375b8792a2a17b1bd77b8f52e823376d3a3b18e) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-5-9-2" && cd "lwt" && git reset --hard 1375b879
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
# debian-13-4.08_opam-2.4
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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.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__ppx_let_tests.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-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0"
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 --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @doc || (echo "dune build @doc failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-10-15 10:12.56: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-fffe1c413dba4e9fcb27418895265ee1"
2025-10-15 10:12.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)
(comment debian-13-4.08_opam-2.4)
(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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.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__ppx_let_tests.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-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.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 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 --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2025-10-15 10:12.56: Waiting for resource in pool OCluster
2025-10-15 10:36.42: Waiting for worker…
2025-10-15 10:40.09: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 1375b8792 Update CHANGES


(from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f' locally
docker.io/ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f: Pulling from ocaml/opam
cae3b572364a: Already exists
820d433882fc: Already exists
8f6112f72fa5: Already exists
f06108004adb: Already exists
f34ea90e6bf7: Already exists
b44a65709156: Already exists
4c25908bbac9: Already exists
f76df728146d: Already exists
1fee769dfcf3: Already exists
9089a7f69af3: Already exists
6f758b47b2a0: Already exists
16b225bbb395: Already exists
abbf3ec39b68: Already exists
1a61521655a9: Already exists
6a8565a9e443: Already exists
c059a4cbd7b9: Already exists
3a00fdc9e291: Already exists
a0b62589bd38: Already exists
6e8d713bf843: Already exists
bca1fd5341ba: Already exists
34b9849c2772: Already exists
4f4fb700ef54: Already exists
d8d3d0744e38: Already exists
788c7ce0e0e5: Already exists
a297eab0ca3b: Already exists
2e79af39acdb: Already exists
8858e600236c: Already exists
9efe23d1fe7d: Already exists
47d185934312: Already exists
64a949a6caff: Already exists
c9d6a7c18bb1: Already exists
e4fde4815f0c: Already exists
d1f759c16950: Already exists
f3dd45bf195f: Already exists
3985a6049101: Already exists
aae849592418: Already exists
6173459dc6b2: Already exists
7f16ef63bee0: Already exists
fe355de6a899: Already exists
b0bc5a15bc9d: Already exists
0ba06c753f01: Pulling fs layer
f7e4070f86bb: Pulling fs layer
a16d954bd2d3: Pulling fs layer
6583f21da642: Pulling fs layer
6583f21da642: Waiting
f7e4070f86bb: Verifying Checksum
f7e4070f86bb: Download complete
a16d954bd2d3: Verifying Checksum
a16d954bd2d3: Download complete
6583f21da642: Verifying Checksum
6583f21da642: Download complete
0ba06c753f01: Verifying Checksum
0ba06c753f01: Download complete
0ba06c753f01: Pull complete
f7e4070f86bb: Pull complete
a16d954bd2d3: Pull complete
6583f21da642: Pull complete
Digest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
Status: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
2025-10-15 10:40.10 ---> using "8a3fb29dc134ae8cb5011e033937cdf0919031452506a2a7eeab7ea43cc7fe2e" from cache


/: (comment debian-13-4.08_opam-2.4)


/: (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-10-15 10:40.10 ---> using "b550f3d0d26a25fe987e50432a4e26b17faebaf565c1d08213cbf514e32d68d8" 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-10-15 10:40.10 ---> using "f52d4afc429a4f1160de006ee2bf56d9db6edfe2193e1b35b1483fe8388ad904" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.08.1
2.2.1
2025-10-15 10:40.10 ---> using "67092db80f8aaec4556d5050ded5fcf568c402788465452631994ebaa90d3a20" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-15 10:40.10 ---> using "1f1ed6921a14bad75124852ac9dd6d36824b4867b5b5079da33f14b4e0c4d54e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
1abfcdbf14..12d0447fd1  master     -> origin/master
deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.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-10-15 10:40.10 ---> using "61e1efc1f51145321beb4dff54c19bc4355be7980fdd34607c33f593bb3f6f15" from cache


/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)
(dst ./))
2025-10-15 10:40.10 ---> saved as "9f76e68e93f7a91951889c369ae7e67b9c5adfd7875a649e873fb406b9f4d10d"


/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__ppx_let_tests.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)
Package lwt_ppx__ppx_let_tests does not exist, create as a NEW package? [y/n] y
[lwt_ppx__ppx_let_tests.dev] synchronised (file:///src)
[WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file:///src:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "NOTFORRELEASE"
lwt_ppx__ppx_let_tests 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-10-15 10:40.21 ---> saved as "edb8d6d1237ad09567c8c9d12027ec2dc13da54caac2ff6de843fd0ffc0ea0d1"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 10:40.21 ---> saved as "f335eed4ba0ec60b691ee77255af8d06d0f146b5b0740f23039c8b719f0f501f"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB]
- Fetched 145 kB in 0s (1386 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-10-15 10:40.35 ---> saved as "178943ba03b8bc63629114bee8719cd099ec1a22ac75f54de67d6265fecae9bc"


/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 15 packages
- install base-bytes          base
- install cppo                1.8.0
- install csexp               1.5.2
- install dune                3.20.2
- install dune-configurator   3.20.2
- 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 ppxlib              0.37.0
- install react               1.2.2
- install sexplib0            v0.16.0
- install stdlib-shims        0.3.0
- install topkg               1.1.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> 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 react.1.2.2  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.0
-> installed react.1.2.2
-> installed dune.3.20.2
-> 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.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed ppxlib.0.37.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-10-15 10:42.03 ---> saved as "a7f5ad5c33e6d1851626285364e7b7d6ff95914a3703e82673a2e917400217fd"


/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.20.2).
The following actions will be performed:
=== install 13 packages
- install astring       0.8.5  [required by odoc]
- install camlp-streams 5.0.1  [required by odoc-parser]
- install cmdliner      2.0.0  [required by odoc]
- install crunch        4.0.0  [required by odoc]
- install fmt           0.11.0 [required by odoc]
- install fpath         0.7.3  [required by odoc]
- install odoc          3.1.0
- install odoc-parser   3.1.0  [required by odoc]
- install ptime         1.2.0  [required by crunch]
- install re            1.11.0 [required by tyxml]
- install seq           base   [required by tyxml]
- install tyxml         4.6.0  [required by odoc]
- install uutf          1.0.4  [required by tyxml]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed camlp-streams.5.0.1
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> installed re.1.11.0
-> installed astring.0.8.5
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed odoc-parser.3.1.0
-> installed cmdliner.2.0.0
-> installed crunch.4.0.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed tyxml.4.6.0
-> installed odoc.3.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-10-15 10:43.00 ---> saved as "7522ddc16ee73bb39fcb18868e0e31db837efe20ce0501013dd9b79713669e09"


/src: (copy (src .) (dst /src/))
2025-10-15 10:43.01 ---> saved as "1d98a16be1da60ad51b00acc4fdee619035e57fadd2b08702625011aac662520"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @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/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/src/core/.lwt.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/lwt --pkg lwt -o lwt_pool.odoc lwt_pool.cmti)
File "src/core/lwt_pool.mli", line 23, character 4 to line 39, character 2:
Warning: Code blocks should be indented at the opening `{`.
(cd _build/default/src/unix/.lwt_unix.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/lwt -I ../../../core/.lwt.objs/byte --pkg lwt -o lwt_engine.odoc lwt_engine.cmti)
File "src/unix/lwt_engine.mli", line 219, character 2 to line 221, character 43:
Warning: Alert deprecated not expected here.
File "src/unix/lwt_engine.mli", line 234, character 2 to line 235, character 59:
Warning: Alert deprecated not expected here.
(cd _build/default/src/unix/.lwt_unix.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/lwt -I ../../../core/.lwt.objs/byte --pkg lwt -o lwt_main.odoc lwt_main.cmti)
File "src/unix/lwt_main.mli", line 20, character 6 to line 24, character 8:
Warning: Code blocks should be indented at the opening `{`.
(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
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/page-manual.odocl ../_odoc/pkg/lwt/page-manual.odoc)
File "../../../../docs/manual.mld", line 803, characters 13-26:
Warning: Failed to resolve reference unresolvedroot(Lwt_domain) Couldn't find "Lwt_domain"
File "../../../../docs/manual.mld", line 363, characters 5-15:
Warning: Failed to resolve reference unresolvedroot(Ppx_lwt) Couldn't find "Ppx_lwt"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/lwt_seq.odocl ../../src/core/.lwt.objs/byte/lwt_seq.odoc)
File "src/core/lwt_seq.mli", line 134, characters 2-51:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/lwt_stream.odocl ../../src/core/.lwt.objs/byte/lwt_stream.odoc)
File "src/core/lwt_stream.mli", line 329, characters 4-53:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/core/lwt_stream.mli", line 79, characters 16-42:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Invalid_argument Couldn't find "Stdlib"
File "src/core/lwt_stream.mli", line 48, characters 36-52:
Warning: Failed to resolve reference unresolvedroot(Stdlib).result Couldn't find "Stdlib"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/lwt_engine.odocl ../../src/unix/.lwt_unix.objs/byte/lwt_engine.odoc)
File "src/unix/lwt_engine.mli", line 160, characters 20-34:
Warning: Failed to resolve reference unresolvedroot(Unix).select Couldn't find "Unix"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/lwt_fmt.odocl ../../src/unix/.lwt_unix.objs/byte/lwt_fmt.odoc)
File "src/unix/lwt_fmt.mli", line 78, characters 47-78:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.pp_print_flush Couldn't find "Stdlib"
File "src/unix/lwt_fmt.mli", line 58, characters 47-73:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.formatter Couldn't find "Stdlib"
File "src/unix/lwt_fmt.mli", line 53, characters 4-30:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.formatter Couldn't find "Stdlib"
File "src/unix/lwt_fmt.mli", line 24, characters 15-39:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.eprintf Couldn't find "Stdlib"
File "src/unix/lwt_fmt.mli", line 20, characters 15-38:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.printf Couldn't find "Stdlib"
File "src/unix/lwt_fmt.mli", line 10, characters 40-56:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Format Couldn't find "Stdlib"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/lwt.odocl ../../src/core/.lwt.objs/byte/lwt.odoc)
File "src/core/lwt.mli", line 1998, characters 19-35:
Warning: Failed to resolve reference unresolvedroot(Stdlib).ignore Couldn't find "Stdlib"
File "src/core/lwt.mli", line 1607, characters 50-66:
Warning: Failed to resolve reference unresolvedroot(Stdlib).result Couldn't find "Stdlib"
File "src/core/lwt.mli", line 893, characters 4-26:
Warning: Failed to resolve reference unresolvedroot(Lwt_react).of_stream Couldn't find "Lwt_react"
File "src/core/lwt.mli", line 416, characters 4-30:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Invalid_argument Couldn't find "Stdlib"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/lwt_process.odocl ../../src/unix/.lwt_unix.objs/byte/lwt_process.odoc)
File "src/unix/lwt_process.mli", line 47, characters 11-26:
Warning: Failed to resolve reference unresolvedroot(Unix).sigkill Couldn't find "Unix"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/lwt_io.odocl ../../src/unix/.lwt_unix.objs/byte/lwt_io.odoc)
File "src/unix/lwt_io.mli", line 788, characters 22-53:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Sys.max_string_length Couldn't find "Stdlib"
File "src/unix/lwt_io.mli", line 787, character 6 to line 788, character 53:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/unix/lwt_io.mli", line 571, characters 6-38:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "src/unix/lwt_io.mli", line 482, characters 50-86:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Filename.get_temp_dir_name Couldn't find "Stdlib"
File "src/unix/lwt_io.mli", line 481, characters 44-79:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Filename.current_dir_name Couldn't find "Stdlib"
File "src/unix/lwt_io.mli", line 437, characters 4-36:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "src/unix/lwt_io.mli", line 435, characters 51-66:
Warning: Failed to resolve reference unresolvedroot(Unix).O_TRUNC Couldn't find "Unix"
File "src/unix/lwt_io.mli", line 421, characters 4-21:
Warning: Failed to resolve reference unresolvedroot(Unix).open_flag Couldn't find "Unix"
File "src/unix/lwt_io.mli", line 337, characters 40-68:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Marshal.to_channel Couldn't find "Stdlib"
File "src/unix/lwt_io.mli", line 282, characters 45-62:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Marshal Couldn't find "Stdlib"
File "src/unix/lwt_io.mli", line 278, characters 30-60:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Marshal.from_channel Couldn't find "Stdlib"
File "src/unix/lwt_io.mli", line 270, characters 6-40:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "src/unix/lwt_io.mli", line 221, characters 6-58:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "src/unix/lwt_io.mli", line 123, characters 37-46:
Warning: Reference to 'output' is ambiguous. Please specify its kind: type-output, val-output.
File "src/unix/lwt_io.mli", line 123, characters 25-33:
Warning: Reference to 'input' is ambiguous. Please specify its kind: type-input, val-input.
File "src/unix/lwt_io.mli", line 121, characters 34-47:
Warning: Failed to resolve reference unresolvedroot(Unix).lseek Couldn't find "Unix"
File "src/unix/lwt_io.mli", line 31, characters 42-60:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lwt -I ../../src/core/.lwt.objs/byte -I ../../src/unix/.lwt_unix.objs/byte -o ../_odocls/lwt/lwt_unix.odocl ../../src/unix/.lwt_unix.objs/byte/lwt_unix.odoc)
File "src/unix/lwt_unix.cppo.mli", line 1278, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).tcflow Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1268, characters 18-33:
Warning: Failed to resolve reference unresolvedroot(Unix).tcflush Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1259, characters 18-33:
Warning: Failed to resolve reference unresolvedroot(Unix).tcdrain Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1256, characters 18-37:
Warning: Failed to resolve reference unresolvedroot(Unix).tcsendbreak Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1253, characters 18-35:
Warning: Failed to resolve reference unresolvedroot(Unix).tcsetattr Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1244, characters 18-35:
Warning: Failed to resolve reference unresolvedroot(Unix).tcgetattr Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1196, characters 18-37:
Warning: Failed to resolve reference unresolvedroot(Unix).getnameinfo Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1178, characters 18-37:
Warning: Failed to resolve reference unresolvedroot(Unix).getaddrinfo Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1156, characters 18-39:
Warning: Failed to resolve reference unresolvedroot(Unix).getservbyport Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1153, characters 18-39:
Warning: Failed to resolve reference unresolvedroot(Unix).getservbyname Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1150, characters 18-42:
Warning: Failed to resolve reference unresolvedroot(Unix).getprotobynumber Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1147, characters 18-40:
Warning: Failed to resolve reference unresolvedroot(Unix).getprotobyname Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1144, characters 18-39:
Warning: Failed to resolve reference unresolvedroot(Unix).gethostbyaddr Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1141, characters 18-39:
Warning: Failed to resolve reference unresolvedroot(Unix).gethostbyname Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1138, characters 18-37:
Warning: Failed to resolve reference unresolvedroot(Unix).gethostname Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1091, characters 18-42:
Warning: Failed to resolve reference unresolvedroot(Unix).getsockopt_error Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1088, characters 18-42:
Warning: Failed to resolve reference unresolvedroot(Unix).setsockopt_float Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1085, characters 18-42:
Warning: Failed to resolve reference unresolvedroot(Unix).getsockopt_float Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1082, characters 18-43:
Warning: Failed to resolve reference unresolvedroot(Unix).setsockopt_optint Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1079, characters 18-43:
Warning: Failed to resolve reference unresolvedroot(Unix).getsockopt_optint Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1076, characters 18-40:
Warning: Failed to resolve reference unresolvedroot(Unix).setsockopt_int Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1073, characters 18-40:
Warning: Failed to resolve reference unresolvedroot(Unix).getsockopt_int Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1070, characters 18-36:
Warning: Failed to resolve reference unresolvedroot(Unix).setsockopt Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 1067, characters 18-36:
Warning: Failed to resolve reference unresolvedroot(Unix).getsockopt Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 969, characters 16-30:
Warning: Failed to resolve reference unresolvedroot(Unix).sendto Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 964, characters 16-28:
Warning: Failed to resolve reference unresolvedroot(Unix).send Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 958, characters 16-32:
Warning: Failed to resolve reference unresolvedroot(Unix).recvfrom Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 952, characters 16-28:
Warning: Failed to resolve reference unresolvedroot(Unix).recv Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 943, characters 18-37:
Warning: Failed to resolve reference unresolvedroot(Unix).getpeername Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 940, characters 18-37:
Warning: Failed to resolve reference unresolvedroot(Unix).getsockname Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 937, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).shutdown Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 928, characters 18-33:
Warning: Failed to resolve reference unresolvedroot(Unix).connect Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 905, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).accept Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 901, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).listen Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 895, characters 4-16:
Warning: Failed to resolve reference unresolvedroot(Unix).bind Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 891, characters 18-36:
Warning: Failed to resolve reference unresolvedroot(Unix).socketpair Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 886, characters 48-62:
Warning: Failed to resolve reference unresolvedroot(Unix).socket Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 828, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).getgrgid Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 825, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).getpwuid Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 822, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).getgrnam Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 819, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).getpwnam Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 816, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).getlogin Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 790, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).lockf Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 776, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).readlink Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 773, characters 18-33:
Warning: Failed to resolve reference unresolvedroot(Unix).symlink Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 768, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).mkfifo Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 752, characters 35-47:
Warning: Failed to resolve reference unresolvedroot(Unix).pipe Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 742, characters 53-69:
Warning: Failed to resolve reference unresolvedroot(Unix).closedir Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 739, characters 37-54:
Warning: Failed to resolve reference unresolvedroot(Unix).rewinddir Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 728, characters 51-66:
Warning: Failed to resolve reference unresolvedroot(Unix).readdir Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 723, characters 4-19:
Warning: Failed to resolve reference unresolvedroot(Unix).opendir Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 716, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).chroot Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 711, characters 16-30:
Warning: Failed to resolve reference unresolvedroot(Unix).getcwd Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 708, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).chdir Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 705, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).rmdir Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 702, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).mkdir Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 697, characters 18-45:
Warning: Failed to resolve reference unresolvedroot(Unix).clear_close_on_exec Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 694, characters 18-43:
Warning: Failed to resolve reference unresolvedroot(Unix).set_close_on_exec Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 691, characters 18-30:
Warning: Failed to resolve reference unresolvedroot(Unix).dup2 Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 687, characters 18-29:
Warning: Failed to resolve reference unresolvedroot(Unix).dup Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 681, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).access Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 671, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).fchown Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 668, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).chown Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 665, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).fchmod Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 662, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).chmod Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 657, characters 18-30:
Warning: Failed to resolve reference unresolvedroot(Unix).link Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 654, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).rename Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 651, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).unlink Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 644, characters 10-28:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 638, characters 8-26:
Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
File "src/unix/lwt_unix.cppo.mli", line 632, characters 20-43:
Warning: Failed to resolve reference unresolvedroot(Unix).LargeFile.fstat Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 629, characters 20-43:
Warning: Failed to resolve reference unresolvedroot(Unix).LargeFile.lstat Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 626, characters 20-42:
Warning: Failed to resolve reference unresolvedroot(Unix).LargeFile.stat Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 606, characters 20-47:
Warning: Failed to resolve reference unresolvedroot(Unix).LargeFile.ftruncate Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 603, characters 20-46:
Warning: Failed to resolve reference unresolvedroot(Unix).LargeFile.truncate Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 600, characters 20-43:
Warning: Failed to resolve reference unresolvedroot(Unix).LargeFile.lseek Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 594, characters 18-32:
Warning: Failed to resolve reference unresolvedroot(Unix).isatty Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 588, characters 33-47:
Warning: Failed to resolve reference unresolvedroot(Unix).utimes Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 580, characters 8-26:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 574, characters 6-24:
Warning: Failed to resolve reference unresolvedroot(Sys).file_exists Couldn't find "Sys"
File "src/unix/lwt_unix.cppo.mli", line 568, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).fstat Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 565, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).lstat Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 562, characters 18-30:
Warning: Failed to resolve reference unresolvedroot(Unix).stat Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 518, characters 18-35:
Warning: Failed to resolve reference unresolvedroot(Unix).ftruncate Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 515, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).truncate Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 512, characters 18-31:
Warning: Failed to resolve reference unresolvedroot(Unix).lseek Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 343, characters 4-24:
Warning: Failed to resolve reference unresolvedroot(Unix).single_write Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 314, characters 73-85:
Warning: Failed to resolve reference unresolvedroot(Unix).read Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 294, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).openfile Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 232, characters 34-49:
Warning: Failed to resolve reference unresolvedroot(Unix).waitpid Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 229, characters 18-30:
Warning: Failed to resolve reference unresolvedroot(Unix).wait Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 213, characters 8-20:
Warning: Failed to resolve reference unresolvedroot(Unix).fork Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 197, characters 26-38:
Warning: Failed to resolve reference unresolvedroot(Unix).fork Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 196, characters 33-45:
Warning: Failed to resolve reference unresolvedroot(Unix).fork Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 100, characters 6-24:
Warning: Failed to resolve reference unresolvedroot(Unix).file_descr Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 45, characters 14-39:
Warning: Failed to resolve reference unresolvedroot(Unix).handle_unix_error Couldn't find "Unix"
File "src/unix/lwt_unix.cppo.mli", line 9, characters 14-21:
Warning: Failed to resolve reference unresolvedroot(Unix) Couldn't find "Unix"
2025-10-15 10:43.04 ---> saved as "ca08bd4ed532a8534de6fea88640bfa7e84cd4abd356df9bcc7a719cb5a65fb5"
Job succeeded
2025-10-15 10:43.05: Job succeeded