Build:
  1. 0
2024-04-28 22:36.36: New job: test robur-coop/miou https://github.com/robur-coop/miou.git#refs/heads/main (e269d54891dcf9697321e8263a46fd55cd87ad87) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:390743982cfed48defedc4692e8ae93e90d8a723bc0586ae63e94b837ee855f9
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/robur-coop/miou.git" -b "main" && cd "miou" && git reset --hard e269d548
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:390743982cfed48defedc4692e8ae93e90d8a723bc0586ae63e94b837ee855f9
# debian-12-5.0_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 miou.opam ./
RUN opam pin add -yn miou.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dscheck.0.4.0 dune.3.15.0 dune-configurator.3.15.0 duration.0.2.1 either.1.0.0 eqaf.0.9 fmt.0.9.0 gmap.0.3.0 happy-eyeballs.0.6.0 hxd.0.3.2 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 seq.base topkg.1.0.7 tsort.2.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y miou.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-28 22:36.36: Using cache hint "robur-coop/miou-ocaml/opam@sha256:390743982cfed48defedc4692e8ae93e90d8a723bc0586ae63e94b837ee855f9-debian-12-5.0_opam-2.1-854ca635b587ab8713485903538fbcc1"
2024-04-28 22:36.36: Using OBuilder spec:
((from ocaml/opam@sha256:390743982cfed48defedc4692e8ae93e90d8a723bc0586ae63e94b837ee855f9)
 (comment debian-12-5.0_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src miou.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn miou.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dscheck.0.4.0 dune.3.15.0 dune-configurator.3.15.0 duration.0.2.1 either.1.0.0 eqaf.0.9 fmt.0.9.0 gmap.0.3.0 happy-eyeballs.0.6.0 hxd.0.3.2 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 seq.base topkg.1.0.7 tsort.2.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.1 --depext-only -y miou.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-28 22:36.36: Waiting for resource in pool OCluster
2024-04-28 22:36.37: Waiting for worker…
2024-04-28 22:37.16: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at e269d54 Merge pull request 'Rename Miou.set_signal to Miou.sys_signal, also return the old behavior of the signal as Sys.signal' (#50) from signal into main

(from ocaml/opam@sha256:390743982cfed48defedc4692e8ae93e90d8a723bc0586ae63e94b837ee855f9)
2024-04-28 22:37.27 ---> saved as "1927a2563380233937f1612eab1896a70ad0ef230b8bdb41b8f987cc4c0b7cd3"

/: (comment debian-12-5.0_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-28 22:37.27 ---> saved as "7415f2a6068b3230f395b923161f98f0afd2c7ca8459c4bf1b3f3ee386bc44be"

/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-28 22:38.42 ---> saved as "2581f251c4d58e1878805b78401c8931bca3d42d88e291e7318ae40d8c1c1b30"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.0.0
2.1.5
2024-04-28 22:38.43 ---> saved as "39f5443cf4bb8f58cce4a30a42a229278683f8ca7721d624a58ba558d0e10eb2"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-04-28 22:38.43 ---> saved as "0d1c98ac8c64baaff4d2fb233889f67d41ee38a31e16360166b3098f54daad91"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
950c52962d [new release] dune (15 packages) (3.15.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-28 22:39.55 ---> saved as "2d36bca83bb6ed1227a187082441e16a8c2673836fa0cdbeeb3e248380e38275"

/src: (copy (src miou.opam) (dst ./))
2024-04-28 22:39.55 ---> saved as "27dfa39648a854a6613d1382331233e8a18ea440f6cc888d86306133f9c92b7d"

/src: (run (network host)
           (shell "opam pin add -yn miou.dev './'"))
[miou.dev] synchronised (file:///src)
miou is now pinned to file:///src (version dev)
2024-04-28 22:39.59 ---> saved as "ecea5d222af91d04a6b9b860e02a24ee67d9bc3835c38b1033e3f4e6df38c186"

/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dscheck.0.4.0 dune.3.15.0 dune-configurator.3.15.0 duration.0.2.1 either.1.0.0 eqaf.0.9 fmt.0.9.0 gmap.0.3.0 happy-eyeballs.0.6.0 hxd.0.3.2 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 seq.base topkg.1.0.7 tsort.2.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.1 --depext-only -y miou.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- 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-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (891 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[miou.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-04-28 22:40.21 ---> saved as "2fadd6e2151c9401566ae9162d0a92c168f317688bb05077b9774adda0378286"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install dune              3.15.0
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install tsort             2.1.0
  - install oseq              0.5.1
  - install macaddr           5.5.0
  - install gmap              0.3.0
  - install either            1.0.0
  - install duration          0.2.1
  - install domain-name       0.4.0
  - install csexp             1.5.2
  - install base64            3.5.1
  - install topkg             1.0.7
  - install psq               0.2.1
  - install ipaddr            5.5.0
  - install dune-configurator 3.15.0
  - install ptime             1.1.0
  - install mtime             2.0.0
  - install fmt               0.9.0
  - install lru               0.3.1
  - install hxd               0.3.2
  - install containers        3.13.1
  - install metrics           0.4.1
  - install logs              0.7.0
  - install cstruct           6.2.0
  - install dscheck           0.4.0
  - install happy-eyeballs    0.6.0
  - install randomconv        0.1.3
  - install eqaf              0.9
  - install dns               7.0.3
  - install mirage-crypto     0.11.3
  - install digestif          1.2.0
  - install mirage-crypto-rng 0.11.3
  - install dns-client        7.0.3
===== 36 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved dns.7.0.3  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved dns-client.7.0.3  (cached)
-> retrieved dscheck.0.4.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved happy-eyeballs.0.6.0  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved psq.0.2.1  (cached)
-> installed seq.base
-> retrieved ptime.1.1.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsort.2.1.0  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed logs.0.7.0
-> installed dune.3.15.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed either.1.0.0
-> installed gmap.0.3.0
-> installed macaddr.5.5.0
-> installed metrics.0.4.1
-> installed oseq.0.5.1
-> installed psq.0.2.1
-> installed tsort.2.1.0
-> installed randomconv.0.1.3
-> installed lru.0.3.1
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed happy-eyeballs.0.6.0
-> installed digestif.1.2.0
-> installed dune-configurator.3.15.0
-> installed dns.7.0.3
-> installed hxd.0.3.2
-> installed containers.3.13.1
-> installed mirage-crypto.0.11.3
-> installed dscheck.0.4.0
-> installed mirage-crypto-rng.0.11.3
-> installed dns-client.7.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-28 22:41.32 ---> saved as "b7e1baf89fba0125bf3e4f3ed937061056d3def9460021856081868071d4ac3a"

/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=debian, os-family=debian
m4
# The following system packages are needed:
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 "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18735 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...

<><> 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=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.15.0).
The following actions will be performed:
  - install cppo          1.6.9  [required by odoc]
  - install result        1.5    [required by odoc]
  - install uutf          1.0.3  [required by tyxml]
  - install re            1.11.0 [required by tyxml]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install crunch        3.3.1  [required by odoc]
  - install astring       0.8.5  [required by odoc]
  - install tyxml         4.6.0  [required by odoc]
  - install odoc-parser   2.4.1  [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install odoc          2.4.1
===== 11 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved odoc.2.4.1  (cached)
-> retrieved odoc-parser.2.4.1  (cached)
-> installed camlp-streams.5.0.1
-> installed result.1.5
-> installed crunch.3.3.1
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-28 22:44.44 ---> saved as "fb1ad952c2dc0ae6db3e919e2815da72b158f64be56276cd982c0d3cbd78f9ff"

/src: (copy (src .) (dst /src/))
2024-04-28 22:44.44 ---> saved as "316e92ae6c8c518d6c35c74d6b8bb85cb1d9618e969b19eacc7d388e3a40c125"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/lib/.miou.objs/byte && /home/opam/.opam/5.0/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/miou -I ../../.backoff.objs/byte -I ../../.sync.objs/byte --pkg miou -o miou__Vector.odoc miou__Vector.cmti)
File "lib/vector.mli", line 275, characters 35-42:
Warning: '{Stack}': bad markup.
Suggestion: did you mean '{!Stack}' or '[Stack]'?
File "lib/vector.mli", line 275, characters 51-59:
Warning: '{Vector}': bad markup.
Suggestion: did you mean '{!Vector}' or '[Vector]'?
(cd _build/default/_doc/_html && /home/opam/.opam/5.0/bin/odoc link -I ../_odoc/pkg/miou -I ../../lib/.backoff.objs/byte -I ../../lib/.miou.objs/byte -I ../../lib/.miou_unix.objs/byte -I ../../lib/.sync.objs/byte -o ../_odocls/miou/sync.odocl ../../lib/.sync.objs/byte/sync.odoc)
File "lib/sync.mli", line 65, character 6 to line 67, character 77:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/sync.mli", line 41, character 6 to line 42, character 69:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/5.0/bin/odoc link -I ../_odoc/pkg/miou -I ../../lib/.backoff.objs/byte -I ../../lib/.miou.objs/byte -I ../../lib/.miou_unix.objs/byte -I ../../lib/.sync.objs/byte -o ../_odocls/miou/miou_unix.odocl ../../lib/.miou_unix.objs/byte/miou_unix.odoc)
File "lib/miou_unix.mli", line 33, characters 45-64:
Warning: Failed to resolve reference unresolvedroot(Unix).connect Couldn't find "Unix"
File "lib/miou_unix.mli", line 29, characters 44-58:
Warning: Failed to resolve reference unresolvedroot(Unix).accept Couldn't find "Unix"
File "lib/miou_unix.mli", line 15, characters 44-67:
Warning: Failed to resolve reference unresolvedroot(Unix).file_descr Couldn't find "Unix"
(cd _build/default/_doc/_html && /home/opam/.opam/5.0/bin/odoc link -I ../_odoc/pkg/miou -I ../../lib/.backoff.objs/byte -I ../../lib/.miou.objs/byte -I ../../lib/.miou_unix.objs/byte -I ../../lib/.sync.objs/byte -o ../_odocls/miou/page-echo.odocl ../_odoc/pkg/miou/page-echo.odoc)
File "../../../../tutorials/echo/echo.mld", line 13, characters 28-42:
Warning: Failed to resolve reference unresolvedroot(Unix) Parent_module: Lookup failure (root module): Unix
(cd _build/default/_doc/_html && /home/opam/.opam/5.0/bin/odoc link -I ../_odoc/pkg/miou -I ../../lib/.backoff.objs/byte -I ../../lib/.miou.objs/byte -I ../../lib/.miou_unix.objs/byte -I ../../lib/.sync.objs/byte -o ../_odocls/miou/page-sleepers.odocl ../_odoc/pkg/miou/page-sleepers.odoc)
File "../../../../tutorials/sleepers/sleepers.mld", line 245, characters 23-43:
Warning: Failed to resolve reference unresolvedroot(Domain).DLS Couldn't find "Domain"
File "../../../../tutorials/sleepers/sleepers.mld", line 190, characters 5-19:
Warning: Failed to resolve reference unresolvedroot(Unix) Parent_module: Lookup failure (root module): Unix
(cd _build/default/_doc/_html && /home/opam/.opam/5.0/bin/odoc link -I ../_odoc/pkg/miou -I ../../lib/.backoff.objs/byte -I ../../lib/.miou.objs/byte -I ../../lib/.miou_unix.objs/byte -I ../../lib/.sync.objs/byte -o ../_odocls/miou/miou.odocl ../../lib/.miou.objs/byte/miou.odoc)
File "lib/miou.mli", line 1192, characters 18-42:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Lazy.Undefined Couldn't find "Stdlib"
File "lib/miou.mli", line 1132, character 6 to line 1133, character 46:
Warning: Failed to resolve reference unresolvedroot(Sysy_error) Couldn't find "Sysy_error"
File "lib/miou.mli", line 1118, characters 19-31:
Warning: Failed to resolve reference unresolvedroot(Sys).Break Couldn't find "Sys"
File "lib/miou.mli", line 1117, characters 4-28:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Stack_overflow Couldn't find "Stdlib"
File "lib/miou.mli", line 1116, characters 33-56:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Out_of_memory Couldn't find "Stdlib"
File "lib/miou.mli", line 1104, characters 4-29:
Warning: Failed to resolve reference unresolvedroot(On_cancellation_raised) Couldn't find "On_cancellation_raised"
File "lib/miou.mli", line 1100, characters 54-75:
Warning: Failed to resolve reference unresolvedroot(Fun).Finally_raised Couldn't find "Fun"
File "lib/miou.mli", line 1098, characters 4-22:
Warning: Failed to resolve reference unresolvedroot(Fun).protect Couldn't find "Fun"
File "lib/miou.mli", line 861, characters 4-57:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou.mli", line 844, characters 4-57:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou.mli", line 569, characters 6-35:
Warning: Failed to resolve reference unresolvedroot(Effect).Unhandled Couldn't find "Effect"
File "lib/miou.mli", line 430, characters 4-24:
Warning: Failed to resolve reference unresolvedroot(Domain).DLS Couldn't find "DLS"
File "lib/miou.mli", line 17, characters 4-25:
Warning: Failed to resolve reference unresolvedroot(Effect).perform Couldn't find "Effect"
2024-04-28 22:44.46 ---> saved as "8c0e519b46c8c80671838611b9814040ac2544ea857cd46ad7d5676997e1f435"
Job succeeded
2024-04-28 22:44.47: Job succeeded