2025-06-19 03:11.08: New job: test dinosaure/spoke https://github.com/dinosaure/spoke.git#refs/heads/main (61266df2b93c087873c50f0c9fd72adbf1249983) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef
Opam project lint documentation
To reproduce locally:
git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard 61266df2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef
# debian-12-4.13_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 d2b8b1c720bae34249eed3235bf3d4d5340cfdee || git fetch origin master) && git reset -q --hard d2b8b1c720bae34249eed3235bf3d4d5340cfdee && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 spoke.opam ./
RUN opam pin add -yn spoke.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.16.1 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.10.0 hxd.0.3.4 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.1.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y spoke.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-06-19 03:11.08: Using cache hint "dinosaure/spoke-ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef-debian-12-4.13_opam-2.3-6d613fa0730e0b6408874d5e314580af"
2025-06-19 03:11.08: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef)
(comment debian-12-4.13_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 d2b8b1c720bae34249eed3235bf3d4d5340cfdee || git fetch origin master) && git reset -q --hard d2b8b1c720bae34249eed3235bf3d4d5340cfdee && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src spoke.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn spoke.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "angstrom.0.16.1 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.10.0 hxd.0.3.4 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.1.0 topkg.1.0.8")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y spoke.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
(copy (src .) (dst /src/))
(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
)
2025-06-19 03:11.08: Waiting for resource in pool OCluster
2025-06-19 03:11.08: Waiting for worker…
2025-06-19 03:11.08: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 61266df Fix the OPAM file
(from ocaml/opam:debian-12-ocaml-4.13@sha256:3862fe3bfbe6e5c3e77ccdb360db6dd59c9d23866abf36f654900029cfd403ef)
2025-06-19 03:11.29 ---> saved as "da9c83915e819ba63b60dad4c9a387342309aaafc68cc38667d820669a374e5a"
/: (comment debian-12-4.13_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2025-06-19 03:11.30 ---> saved as "7438692f98518e2e27d07f9a95c2d32c8e318b8b35449cc25716087278f31586"
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-19 03:12.09 ---> saved as "900261e4f03fe5fe120ef1fba68179d6a159a65b041785bdc6b7d74ebab6b5f1"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-141-generic
The OCaml toplevel, version 4.13.1
2.2.1
2025-06-19 03:12.10 ---> saved as "b54781f8f3474e85726896bd01d3691dcd1edc210548d287ad89da0546bbc005"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-19 03:12.10 ---> saved as "4fc95dfc8cdf231b20492c2ab6fa56258b10d03c8ca2cb06d573d183fcae705a"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d2b8b1c720bae34249eed3235bf3d4d5340cfdee || git fetch origin master) && git reset -q --hard d2b8b1c720bae34249eed3235bf3d4d5340cfdee && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
c7269f729a..d2b8b1c720 master -> origin/master
d2b8b1c720 Merge pull request #28036 from hannesm/release-metrics-v0.5.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2025-06-19 03:12.37 ---> saved as "b37cc4ad8be6b04399020367290f9b7324635c96cb22ba730ba9e024a1477ba2"
/src: (copy (src spoke.opam) (dst ./))
2025-06-19 03:12.37 ---> saved as "e5cc78bf31892e9d1a6cd41fda5b8f9c372ba42fd1553919eb6fdb2a06862793"
/src: (run (network host)
(shell "opam pin add -yn spoke.dev './'"))
[spoke.dev] synchronised (file:///src)
spoke is now pinned to file:///src (version dev)
2025-06-19 03:12.39 ---> saved as "627fe4ab99ca4a4803ecf325cf1bdab9ef8bf82572fbe848b5f7d89922e9e8c2"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-19 03:12.39 ---> saved as "8adc95ae890a88e53a232807a832507c91d11e3390219e3b83e5b3584afa9f70"
/src: (env DEPS "angstrom.0.16.1 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.10.0 hxd.0.3.4 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.1.0 topkg.1.0.8")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y spoke.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-security bookworm-security/main amd64 Packages [267 kB]
- Fetched 370 kB in 0s (1090 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[spoke.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-06-19 03:12.50 ---> saved as "995d110dd7b183dff97c89c5ecca4dcd5d79fad0413d51de344abd440fb82c5e"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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 48 packages
- install angstrom 0.16.1
- install arp 3.1.1
- install base-bytes base
- install base64 3.5.1
- install bigstringaf 0.10.0
- install cmdliner 1.3.0
- install cppo 1.8.0
- install csexp 1.5.2
- install cstruct 6.2.0
- install cstruct-lwt 6.2.0
- install digestif 1.3.0
- install domain-name 0.4.1
- install dune 3.19.1
- install dune-configurator 3.19.1
- install duration 0.2.1
- install encore 0.8.1
- install eqaf 0.10
- install ethernet 3.2.0
- install fmt 0.10.0
- install hxd 0.3.4
- install ipaddr 5.6.0
- install ipaddr-cstruct 5.6.0
- install ke 0.6
- install logs 0.8.0
- install lru 0.3.1
- install lwt 5.9.1
- install lwt-dllist 1.1.0
- install macaddr 5.6.0
- install macaddr-cstruct 5.6.0
- install metrics 0.5.0
- install mimic 0.0.9
- install mirage-clock 4.2.0
- install mirage-crypto 2.0.1
- install mirage-flow 5.0.0
- install mirage-net 4.0.0
- install mirage-random 3.0.0 (deprecated)
- install mirage-time 3.0.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
- install psq 0.2.1
- install randomconv 0.1.3
- install result 1.5
- install rresult 0.7.0
- install seq base
- install tcpip 8.1.0
- install topkg 1.0.8
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.3.1.1 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)
-> retrieved domain-name.0.4.1 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved encore.0.8.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved ethernet.3.2.0 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved hxd.0.3.4 (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt.5.9.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved metrics.0.5.0 (cached)
-> retrieved mimic.0.0.9 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved mirage-clock.4.2.0 (cached)
-> retrieved mirage-flow.5.0.0 (cached)
-> retrieved mirage-net.4.0.0 (cached)
-> retrieved mirage-random.3.0.0 (cached)
-> retrieved mirage-time.3.0.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> retrieved mirage-crypto.2.0.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved randomconv.0.1.3 (cached)
-> retrieved seq.base (cached)
-> retrieved result.1.5 (cached)
-> retrieved rresult.0.7.0 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved tcpip.8.1.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed fmt.0.10.0
-> installed dune.3.19.1
-> installed mirage-clock.4.2.0
-> installed lwt-dllist.1.1.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed domain-name.0.4.1
-> installed eqaf.0.10
-> installed ke.0.6
-> installed macaddr.5.6.0
-> installed metrics.0.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed psq.0.2.1
-> installed result.1.5
-> installed mirage-random.3.0.0
-> installed randomconv.0.1.3
-> installed macaddr-cstruct.5.6.0
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed ipaddr.5.6.0
-> installed digestif.1.3.0
-> installed ipaddr-cstruct.5.6.0
-> installed dune-configurator.3.19.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed encore.0.8.1
-> installed mirage-crypto.2.0.1
-> installed lwt.5.9.1
-> installed mirage-time.3.0.0
-> installed mirage-flow.5.0.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-net.4.0.0
-> installed hxd.0.3.4
-> installed logs.0.8.0
-> installed ethernet.3.2.0
-> installed mimic.0.0.9
-> installed arp.3.1.1
-> installed tcpip.8.1.0
Done.
<><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-random is deprecated
# Run eval $(opam env) to update the current shell environment
2025-06-19 03:13.38 ---> saved as "2d6adbab7f13a08cfe991817636929f00a688b3eb532757a5e50c11b26300e02"
/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.1).
The following actions will be performed:
=== install 11 packages
- install astring 0.8.5 [required by odoc]
- install camlp-streams 5.0.1 [required by odoc-parser]
- install crunch 4.0.0 [required by odoc]
- install fpath 0.7.3 [required by odoc]
- install odoc 3.0.0
- install odoc-parser 3.0.0 [required by odoc]
- install ptime 1.2.0 [required by crunch]
- install re 1.12.0 [required by tyxml]
- install tyxml 4.6.0 [required by odoc]
- install uutf 1.0.4 [required by tyxml]
- install yojson 3.0.0 [required by odoc]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved crunch.4.0.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.0 (cached)
-> installed camlp-streams.5.0.1
-> installed re.1.12.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed yojson.3.0.0
-> installed astring.0.8.5
-> installed crunch.4.0.0
-> installed fpath.0.7.3
-> installed odoc-parser.3.0.0
-> installed tyxml.4.6.0
-> installed odoc.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-19 03:14.00 ---> saved as "619e35004f237649221f4a5aba0bbac9e4da1f8bf0bcd0cd9e499de2e5c87dc3"
/src: (copy (src .) (dst /src/))
2025-06-19 03:14.00 ---> saved as "16823d00ec10afb859580fe9329b912db8bee42b3de1d40c4dafdac16eae8981"
/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/lib/.spoke.objs/byte && /home/opam/.opam/4.13/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/spoke --pkg spoke -o spoke.odoc spoke.cmti)
File "lib/spoke.mli", line 1, characters 4-7:
Warning: Heading label should not be empty.
File "lib/spoke.mli", line 12, characters 4-7:
Warning: Heading label should not be empty.
File "lib/spoke.mli", line 32, characters 20-22:
Warning: '{t ...}' (table) should begin on its own line.
File "lib/spoke.mli", line 32, characters 38-39:
Warning: Paragraph should begin on its own line.
File "lib/spoke.mli", line 42, characters 4-7:
Warning: Heading label should not be empty.
File "lib/spoke.mli", line 50, characters 4-7:
Warning: Heading label should not be empty.
(cd _build/default/lib/.flow.objs/byte && /home/opam/.opam/4.13/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/spoke -I ../../.spoke.objs/byte --pkg spoke -o flow.odoc flow.cmti)
File "lib/flow.mli", line 1, characters 4-7:
Warning: Heading label should not be empty.
File "lib/flow.mli", line 12, characters 4-7:
Warning: Heading label should not be empty.
File "lib/flow.mli", line 42, characters 4-7:
Warning: Heading label should not be empty.
(cd _build/default/_doc/_html && /home/opam/.opam/4.13/bin/odoc link -I ../_odoc/pkg/spoke -I ../../lib/.flow.objs/byte -I ../../lib/.spoke.objs/byte -o ../_odocls/spoke/spoke.odocl ../../lib/.spoke.objs/byte/spoke.odoc)
File "lib/spoke.mli", line 142, characters 4-65:
Warning: Failed to resolve reference unresolvedroot([Invalid_argument]) Couldn't find "[Invalid_argument]"
2025-06-19 03:14.00 ---> saved as "30f7fc9763e287733fe83176423971a6aa1f4bea19d3d7058d0efc386b727d54"
Job succeeded
2025-06-19 03:14.01: Job succeeded