2025-12-15 14:44.25: New job: test dinosaure/spoke https://github.com/dinosaure/spoke.git#refs/heads/main (baa280a389e6d943ba656aa2e39dcf7994a5dc34) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.13@sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40beOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard baa280a3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.13@sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40be# debian-13-4.13_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.2 bigstringaf.0.10.0 cmdliner.2.1.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.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 hxd.0.3.6 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.2 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.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y spoke.dev $DEPSRUN opam install $DEPSRUN 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-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-15 14:44.25: Using cache hint "dinosaure/spoke-ocaml/opam:debian-13-ocaml-4.13@sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40be-debian-13-4.13_opam-2.4-03f632b407f190114d5da4fc179c9176"2025-12-15 14:44.25: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.13@sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40be)(comment debian-13-4.13_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.2 bigstringaf.0.10.0 cmdliner.2.1.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.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 hxd.0.3.6 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.2 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.1.1")(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-12-15 14:44.25: Waiting for resource in pool OCluster2025-12-15 23:09.05: Waiting for worker…2025-12-15 23:11.51: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at baa280a Merge pull request #12 from dinosaure/prepare-v0.0.4(from ocaml/opam:debian-13-ocaml-4.13@sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40be)Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40be' locallydocker.io/ocaml/opam@sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40be: Pulling from ocaml/opam2981f7e8980b: Already exists9c63e1c4ba84: Already exists02578b9c9f1b: Already exists3801cb7ba5e6: Already exists1c4cdedd39f1: Already exists40f6006c5f5a: Already existsc451a17216ec: Already existse4104b8f72ee: Already exists7c7dbc5e7919: Already existsaa82be714e7c: Already exists922520f12384: Already exists9bfea042cef8: Already exists1244979f7c21: Already exists7583a0e34f94: Already exists14bef3f2665a: Already exists3a4b42ce6cb5: Already existsb0a08a900877: Already existsb0a08a900877: Already exists16ac87e68d60: Already exists74ac6e8c9b82: Already existsb41290a57dc5: Already exists592e5bcb7159: Already exists4f4fb700ef54: Already exists1db0705661a3: Already exists76bb8e35b9cc: Already exists3bc9d98c3b49: Already exists7096ef42e6c0: Already existscd0e70de8125: Already exists23ffab57f98e: Already existsb974353d8023: Already existsc74fba566723: Already exists5ad399846f45: Already exists3e7203fa3980: Already exists0b8915d2a92b: Already existse68c7a56c438: Already exists9024d680a167: Already exists3c7c73421b6e: Already exists7134fa9b4278: Already exists9d94fb523099: Already exists20d06dbdae7e: Already existsb9a45e537661: Already existsd1490c6e2c7d: Already exists82ef29b8c471: Already exists54f7f11fb707: Already existsc1b2fc96b7e7: Already existsDigest: sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40beStatus: Downloaded newer image for ocaml/opam@sha256:0e69706fad85f889b43b24f7d87be674e297eadb2a108c0f408d376b771e40be2025-12-15 23:11.52 ---> using "e2af0003b2b4970dafdc6c9516eeb72a23fee6e26f0877c682b6c04ebd679af7" from cache/: (comment debian-13-4.13_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-12-15 23:11.52 ---> using "40749c7f5235bd2b12dfa268fba9dcc4a1ad304e519e77b8b419b090151f6e80" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-15 23:11.52 ---> using "d9072aa5f1ff4dcb684b10501a87fce1d2aabeec3783d00ece3eb3ce893c091e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.13.12.2.12025-12-15 23:11.52 ---> using "4b89e17adcdc41d489ef543cab9433adc5238508259ec28fcfc29ca9b2a1d905" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-15 23:11.52 ---> using "1376d387b62d8b58b52cbf045ea7428179898c6dd78066105a4afd74d697b667" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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 environment2025-12-15 23:11.52 ---> using "c8315896d69c04c499e693cacebb1b7ef9e60bfdf8a2fe87e9793f9882a37cad" from cache/src: (copy (src spoke.opam) (dst ./))2025-12-15 23:11.53 ---> saved as "a25e7969042ec8b318f6daf5a07066255e05ab627609f00368d75c2e754686ef"/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-12-15 23:11.58 ---> saved as "e30136886d270c7b16d0e6ef69826247878f232496ad6d1df0fcf2c634b02e35"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-15 23:11.59 ---> saved as "fb4e807743a7c3270c7e1529dd101e66fad45c8712626da6d87237644e07cb2a"/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.2 bigstringaf.0.10.0 cmdliner.2.1.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.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 hxd.0.3.6 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.2 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.1.1")/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 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 [84.8 kB]- Fetched 176 kB in 0s (747 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-12-15 23:12.30 ---> saved as "3faa6066b5cb58481bd9333723fba0c465ba7ca66b1da9ffb37aa9706de2363e"/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.2- install bigstringaf 0.10.0- install cmdliner 2.1.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.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install encore 0.8.1- install eqaf 0.10- install ethernet 3.2.0- install fmt 0.11.0- install hxd 0.3.6- install ipaddr 5.6.1- install ipaddr-cstruct 5.6.1- install ke 0.6- install logs 0.8.0- install lru 0.3.1- install lwt 5.9.2- install lwt-dllist 1.1.0- install macaddr 5.6.1- install macaddr-cstruct 5.6.1- install metrics 0.5.0- install mimic 0.0.9- install mirage-clock 4.2.0- install mirage-crypto 2.0.2- 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.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved arp.3.1.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved domain-name.0.5.0 (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.11.0 (cached)-> retrieved hxd.0.3.6 (cached)-> retrieved ipaddr.5.6.1, ipaddr-cstruct.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1 (cached)-> retrieved ke.0.6 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved metrics.0.5.0 (cached)-> retrieved mimic.0.0.9 (cached)-> retrieved mirage-clock.4.2.0 (cached)-> retrieved digestif.1.3.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 ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved randomconv.0.1.3 (cached)-> retrieved result.1.5 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved mirage-crypto.2.0.2 (cached)-> retrieved tcpip.8.1.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed fmt.0.11.0-> installed dune.3.20.2-> installed mirage-clock.4.2.0-> installed lwt-dllist.1.1.0-> installed duration.0.2.1-> installed result.1.5-> installed csexp.1.5.2-> installed base64.3.5.2-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed cppo.1.8.0-> installed ke.0.6-> installed macaddr.5.6.1-> installed metrics.0.5.0-> installed ocaml-syntax-shims.1.0.0-> installed psq.0.2.1-> installed randomconv.0.1.3-> installed mirage-random.3.0.0-> installed macaddr-cstruct.5.6.1-> installed lru.0.3.1-> installed ocplib-endian.1.2-> installed ipaddr.5.6.1-> installed digestif.1.3.0-> installed ipaddr-cstruct.5.6.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed encore.0.8.1-> installed mirage-crypto.2.0.2-> installed lwt.5.9.2-> installed cstruct-lwt.6.2.0-> installed mirage-time.3.0.0-> installed mirage-flow.5.0.0-> installed mirage-net.4.0.0-> installed logs.0.8.0-> installed hxd.0.3.6-> installed ethernet.3.2.0-> installed mimic.0.0.9-> installed arp.3.1.1-> installed tcpip.8.1.0Done.<><> 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 environment2025-12-15 23:15.10 ---> saved as "aa517d579b37cabdf38ec5cdd1a22bbf631b1deeac2419292bb56aca41cab8f5"/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 10 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.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install re 1.14.0 [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 crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.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 ptime.1.2.0-> installed re.1.14.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed crunch.4.0.0-> installed fpath.0.7.3-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2025-12-15 23:16.11 ---> saved as "02d803f7c24dd891110ed3af9ec862224b60209eedd7163511ea0caba05510fc"/src: (copy (src .) (dst /src/))2025-12-15 23:16.12 ---> saved as "8528ab4368b965bf01f5f55442cbce76f95298af957aa1067c11c77ed62396fc"/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-12-15 23:16.13 ---> saved as "89b1221785ac961058d81729ac41f49b3024ade5e1e4ca4575392476c376d74a"Job succeeded2025-12-15 23:16.14: Job succeeded