Organisationsrobur-coopmiou7a1d40 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-05-27 15:04.39: New job: test robur-coop/miou https://github.com/robur-coop/miou.git#refs/heads/main (7a1d4097e93317fd154b8a87752045eef5cefa3a) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/miou.git" -b "main" && cd "miou" && git reset --hard 7a1d4097
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2
# debian-12-5.0_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 cf94c9440d2982593f94a682eb83e05c8f68a0e9 || git fetch origin master) && git reset -q --hard cf94c9440d2982593f94a682eb83e05c8f68a0e9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 miou.opam ./
RUN opam pin add -yn miou.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 containers.3.16 csexp.1.5.2 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 domain-name.0.4.1 dscheck.0.5.0 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.10.0 gmap.0.3.0 happy-eyeballs.2.0.1 hxd.0.3.3 ipaddr.5.6.0 logs.0.8.0 lru.0.3.1 macaddr.5.6.0 metrics.0.4.1 mirage-crypto.2.0.1 mirage-crypto-rng.2.0.1 mtime.2.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 oseq.0.5.1 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 seq.base topkg.1.0.8 tsort.2.2.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y miou.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-05-27 15:04.39: Using cache hint "robur-coop/miou-ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2-debian-12-5.0_opam-2.3-14ccabe60e9adddaf64a55035b6efabe"
2025-05-27 15:04.39: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2)
(comment debian-12-5.0_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 cf94c9440d2982593f94a682eb83e05c8f68a0e9 || git fetch origin master) && git reset -q --hard cf94c9440d2982593f94a682eb83e05c8f68a0e9 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src miou.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn miou.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 containers.3.16 csexp.1.5.2 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 domain-name.0.4.1 dscheck.0.5.0 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.10.0 gmap.0.3.0 happy-eyeballs.2.0.1 hxd.0.3.3 ipaddr.5.6.0 logs.0.8.0 lru.0.3.1 macaddr.5.6.0 metrics.0.4.1 mirage-crypto.2.0.1 mirage-crypto-rng.2.0.1 mtime.2.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 oseq.0.5.1 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 seq.base topkg.1.0.8 tsort.2.2.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 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 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-05-27 15:04.39: Waiting for resource in pool OCluster
2025-05-27 15:08.24: Waiting for worker…
2025-05-27 15:14.15: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
HEAD is now at 7a1d409 Merge pull request #61 from robur-coop/perf


(from ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2' locally
docker.io/ocaml/opam@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2: Pulling from ocaml/opam
e7a24471f2a5: Pulling fs layer
e7a24471f2a5: Verifying Checksum
e7a24471f2a5: Download complete
e7a24471f2a5: Pull complete
Digest: sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2
Status: Downloaded newer image for ocaml/opam@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2
2025-05-27 15:14.15 ---> using "5af8eba661485d8b55ca3adf65ef3a5b152a4795e625b08333f1793dcf76b6ee" from cache


/: (comment debian-12-5.0_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-05-27 15:14.15 ---> using "234ab27d8cdae0a728983bdb063952997c875007010dc3c726983078155341ec" 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.


Continue? [y/n] y
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.


[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-05-27 15:14.15 ---> using "4b8d98f3fd559dba119bc3c872001418676663ca9679cc51956451c3e28194e7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.0.0
2.2.1
2025-05-27 15:14.15 ---> using "ae6c04ab5c212d37be5549cdb48fe297d3cafabe7f9c38c22904f09509f0b62c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-27 15:14.15 ---> using "10f3169a2d039403e12dd988fd10423ba1a6f422ba878eaaae5aee97e9d88590" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e cf94c9440d2982593f94a682eb83e05c8f68a0e9 || git fetch origin master) && git reset -q --hard cf94c9440d2982593f94a682eb83e05c8f68a0e9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
0d013e603b..715f64871f  master     -> origin/master
cf94c9440d Merge pull request #27933 from c-cube/release-containers-v3.16


<><> 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-05-27 15:14.15 ---> using "27b0493517643dc5d7ac03f2923e6e9ae129e4a0ce5f85e8be15f501520d13d8" from cache


/src: (copy (src miou.opam) (dst ./))
2025-05-27 15:14.15 ---> using "37069e92cfa1fe946719062db262bbb5924a3643df97e9defeb52cb81ee6bdb6" from cache


/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)
2025-05-27 15:14.15 ---> using "0feb30d55e230e4762077485e5aebcd08d74fb2ad168128fb16e054964b98723" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-27 15:14.15 ---> using "af9daf18afc065dcd623ac777ead2285e0fda82d8ecbb33cda0fd69a63a2b46e" from cache


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 containers.3.16 csexp.1.5.2 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 domain-name.0.4.1 dscheck.0.5.0 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.10.0 gmap.0.3.0 happy-eyeballs.2.0.1 hxd.0.3.3 ipaddr.5.6.0 logs.0.8.0 lru.0.3.1 macaddr.5.6.0 metrics.0.4.1 mirage-crypto.2.0.1 mirage-crypto-rng.2.0.1 mtime.2.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 oseq.0.5.1 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 seq.base topkg.1.0.8 tsort.2.2.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 miou.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 [261 kB]
- Fetched 9308 kB in 1s (6568 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[miou.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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).
2025-05-27 15:14.15 ---> using "2119c035955ae026aa555e6c7cd72df9e1dde46661ba5e5bf4ca2de5c8fb6c09" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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 36 packages
- install base64            3.5.1
- install cmdliner          1.3.0
- install containers        3.16
- install csexp             1.5.2
- install digestif          1.3.0
- install dns               10.1.0
- install dns-client        10.1.0
- install domain-name       0.4.1
- install dscheck           0.5.0
- install dune              3.19.0
- install dune-configurator 3.19.0
- install duration          0.2.1
- install either            1.0.0
- install eqaf              0.10
- install fmt               0.10.0
- install gmap              0.3.0
- install happy-eyeballs    2.0.1
- install hxd               0.3.3
- install ipaddr            5.6.0
- install logs              0.8.0
- install lru               0.3.1
- install macaddr           5.6.0
- install metrics           0.4.1
- install mirage-crypto     2.0.1
- install mirage-crypto-rng 2.0.1
- install mtime             2.1.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install ohex              0.2.0
- install oseq              0.5.1
- install psq               0.2.1
- install ptime             1.2.0
- install randomconv        0.2.0
- install seq               base
- install topkg             1.0.8
- install tsort             2.2.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved containers.3.16  (cached)
-> retrieved dns.10.1.0, dns-client.10.1.0  (cached)
-> retrieved domain-name.0.4.1  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved happy-eyeballs.2.0.1  (cached)
-> retrieved hxd.0.3.3  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved dune.3.19.0, dune-configurator.3.19.0  (cached)
-> retrieved mirage-crypto.2.0.1, mirage-crypto-rng.2.0.1  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved tsort.2.2.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fmt.0.10.0
-> installed logs.0.8.0
-> installed dune.3.19.0
-> installed gmap.0.3.0
-> installed domain-name.0.4.1
-> installed duration.0.2.1
-> installed ohex.0.2.0
-> installed either.1.0.0
-> installed randomconv.0.2.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed eqaf.0.10
-> installed macaddr.5.6.0
-> installed metrics.0.4.1
-> installed oseq.0.5.1
-> installed psq.0.2.1
-> installed tsort.2.2.0
-> installed lru.0.3.1
-> installed ipaddr.5.6.0
-> installed happy-eyeballs.2.0.1
-> installed digestif.1.3.0
-> installed dune-configurator.3.19.0
-> installed dns.10.1.0
-> installed hxd.0.3.3
-> installed mirage-crypto.2.0.1
-> installed mirage-crypto-rng.2.0.1
-> installed containers.3.16
-> installed dscheck.0.5.0
-> installed dns-client.10.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-05-27 15:14.15 ---> using "b3ffca0b12a0590022a8b94563d0d9094dd2e5fe167ad0a326d208038a18b2de" 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 12 packages
- install astring       0.8.5  [required by odoc]
- install camlp-streams 5.0    [required by odoc-parser]
- install cppo          1.8.0  [required by odoc]
- install crunch        4.0.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 re            1.12.0 [required by tyxml]
- install result        1.5    [required by odoc]
- install tyxml         4.6.0  [required by odoc]
- install uutf          1.0.3  [required by tyxml]
- install yojson        2.2.2  [required by odoc]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved result.1.5  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed camlp-streams.5.0
-> retrieved odoc.3.0.0, odoc-parser.3.0.0  (cached)
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed result.1.5
-> installed re.1.12.0
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed yojson.2.2.2
-> 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-05-27 15:14.37 ---> saved as "3bb242ea2f1b8ef245a76546356a9ee53080d559e5574c44f3bdb479fc92342b"


/src: (copy (src .) (dst /src/))
2025-05-27 15:14.37 ---> saved as "e4e3e91f7f5fd74ee98691dae58e0dee108b51d6e02de4a5bc75c0abae76b8b9"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(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_state.odocl ../../lib/.miou.objs/byte/miou_state.odoc)
File "lib/miou_state.mli", line 64, characters 4-52:
Warning: Failed to resolve reference unresolvedroot(Effect).Continuation_already_resumed Couldn't find "Effect"
File "lib/miou_state.mli", line 19, characters 4-52:
Warning: Failed to resolve reference unresolvedroot(Effect).Continuation_already_resumed Couldn't find "Effect"
File "lib/miou_state.mli", line 15, characters 62-78:
Warning: Failed to resolve reference unresolvedroot(Effect).t Couldn't find "Effect"
(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_sync.odocl ../../lib/.sync.objs/byte/miou_sync.odoc)
File "lib/miou_sync.mli", line 66, character 6 to line 69, character 54:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou_sync.mli", line 41, character 6 to line 43, character 51:
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_vector.odocl ../../lib/.miou.objs/byte/miou_vector.odoc)
File "lib/miou_vector.mli", line 31, characters 23-31:
Warning: Failed to resolve reference unresolvedroot(Stack) Couldn't find "Stack"
File "lib/miou_vector.mli", line 30, characters 24-32:
Warning: Failed to resolve reference unresolvedroot(Stack) Couldn't find "Stack"
File "lib/miou_vector.mli", line 283, characters 52-65:
Warning: Failed to resolve reference unresolvedroot(Stack).push Couldn't find "Stack"
File "lib/miou_vector.mli", line 275, characters 35-43:
Warning: Failed to resolve reference unresolvedroot(Stack) Couldn't find "Stack"
(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/miou_unix.odocl ../../lib/.miou_unix.objs/byte/miou_unix.odoc)
File "lib/miou_unix.mli", line 107, character 4 to line 108, character 64:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou_unix.mli", line 105, characters 6-37:
Warning: Failed to resolve reference unresolvedroot(Unix).EWOULDBLOCK Couldn't find "Unix"
File "lib/miou_unix.mli", line 104, characters 33-59:
Warning: Failed to resolve reference unresolvedroot(Unix).EAGAIN Couldn't find "Unix"
File "lib/miou_unix.mli", line 104, characters 6-31:
Warning: Failed to resolve reference unresolvedroot(Unix).EINTR Couldn't find "Unix"
File "lib/miou_unix.mli", line 103, characters 32-48:
Warning: Failed to resolve reference unresolvedroot(Unix).read Couldn't find "Unix"
File "lib/miou_unix.mli", line 102, character 4 to line 105, character 74:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "lib/miou_unix.mli", line 94, character 4 to line 95, character 64:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou_unix.mli", line 92, characters 9-25:
Warning: Failed to resolve reference unresolvedroot(Unix).read Couldn't find "Unix"
File "lib/miou_unix.mli", line 91, character 4 to line 92, character 77:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib/miou_unix.mli", line 89, characters 6-37:
Warning: Failed to resolve reference unresolvedroot(Unix).EWOULDBLOCK Couldn't find "Unix"
File "lib/miou_unix.mli", line 88, characters 33-59:
Warning: Failed to resolve reference unresolvedroot(Unix).EAGAIN Couldn't find "Unix"
File "lib/miou_unix.mli", line 88, characters 6-31:
Warning: Failed to resolve reference unresolvedroot(Unix).EINTR Couldn't find "Unix"
File "lib/miou_unix.mli", line 87, characters 32-48:
Warning: Failed to resolve reference unresolvedroot(Unix).read Couldn't find "Unix"
File "lib/miou_unix.mli", line 86, character 4 to line 89, character 74:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "lib/miou_unix.mli", line 77, character 4 to line 78, character 64:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou_unix.mli", line 75, characters 6-37:
Warning: Failed to resolve reference unresolvedroot(Unix).EWOULDBLOCK Couldn't find "Unix"
File "lib/miou_unix.mli", line 74, characters 33-59:
Warning: Failed to resolve reference unresolvedroot(Unix).EAGAIN Couldn't find "Unix"
File "lib/miou_unix.mli", line 74, characters 6-31:
Warning: Failed to resolve reference unresolvedroot(Unix).EINTR Couldn't find "Unix"
File "lib/miou_unix.mli", line 73, characters 32-48:
Warning: Failed to resolve reference unresolvedroot(Unix).read Couldn't find "Unix"
File "lib/miou_unix.mli", line 72, character 4 to line 75, character 74:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "lib/miou_unix.mli", line 62, characters 45-64:
Warning: Failed to resolve reference unresolvedroot(Unix).connect Couldn't find "Unix"
File "lib/miou_unix.mli", line 58, characters 44-58:
Warning: Failed to resolve reference unresolvedroot(Unix).accept Couldn't find "Unix"
File "lib/miou_unix.mli", line 35, 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-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 1246, characters 18-42:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Lazy.Undefined Couldn't find "Stdlib"
File "lib/miou.mli", line 1185, character 6 to line 1187, character 36:
Warning: Failed to resolve reference unresolvedroot(Sys_error) Couldn't find "Sys_error"
File "lib/miou.mli", line 1171, characters 19-31:
Warning: Failed to resolve reference unresolvedroot(Sys).Break Couldn't find "Sys"
File "lib/miou.mli", line 1170, characters 4-28:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Stack_overflow Couldn't find "Stdlib"
File "lib/miou.mli", line 1169, characters 33-56:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Out_of_memory Couldn't find "Stdlib"
File "lib/miou.mli", line 1153, characters 54-75:
Warning: Failed to resolve reference unresolvedroot(Fun).Finally_raised Couldn't find "Fun"
File "lib/miou.mli", line 1151, characters 4-22:
Warning: Failed to resolve reference unresolvedroot(Fun).protect Couldn't find "Fun"
File "lib/miou.mli", line 899, characters 4-57:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou.mli", line 882, characters 4-57:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou.mli", line 763, character 4 to line 765, character 54:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou.mli", line 698, character 4 to line 701, character 73:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou.mli", line 680, character 4 to line 685, character 73:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib/miou.mli", line 568, characters 6-35:
Warning: Failed to resolve reference unresolvedroot(Effect).Unhandled Couldn't find "Effect"
File "lib/miou.mli", line 423, characters 4-31:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Domain.DLS Couldn't find "Stdlib"
File "lib/miou.mli", line 17, characters 4-25:
Warning: Failed to resolve reference unresolvedroot(Effect).perform Couldn't find "Effect"
2025-05-27 15:14.38 ---> saved as "e42f70dc74917995b69f923f346f174082bfb6417a0c49f88398e059245e84d3"
Job succeeded
2025-05-27 15:14.38: Job succeeded