2026-03-19 08:06.05: 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:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439bOpam 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:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b# debian-13-4.13_opam-2.5USER 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.22.0 dune-configurator.3.22.0 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 hxd.0.4.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.1.0 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-BLOCK2026-03-19 08:06.05: Using cache hint "dinosaure/spoke-ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b-debian-13-4.13_opam-2.5-f1d1e99579786bb5c48d945ba60a1016"2026-03-19 08:06.05: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b)(comment debian-13-4.13_opam-2.5)(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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (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.22.0 dune-configurator.3.22.0 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 hxd.0.4.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.1.0 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)")))2026-03-19 08:06.05: Waiting for resource in pool OCluster2026-03-19 14:42.49: Waiting for worker…2026-03-19 14:46.21: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll 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:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b)2026-03-19 14:46.22 ---> using "46163b6cfcf170c850d3ba02ec5e8d7eb76bdebcc8b9a1c3d181893b5729379c" from cache/: (comment debian-13-4.13_opam-2.5)/: (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"))2026-03-19 14:46.22 ---> saved as "a6e98342f01538a9713bcd3ec110a6f0dc2a83a7c7015a5dc932363d32f6be6c"/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] Initialised2026-03-19 14:47.06 ---> saved as "20408625609ce6d94017698ee362e2d3a684fd8c9d2f0e7bb825a01490b4e3f6"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.13.12.2.12026-03-19 14:47.07 ---> saved as "6099e07701f52e40714f4255eabfc0bfa19559e8d5ebeb2530812ea3d042d3ff"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 14:47.08 ---> saved as "2e2cab165b80bb098d4697f794eb8d2aad7b0fdc9afce61a66c835beb8721bef"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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 environment2026-03-19 14:47.51 ---> saved as "682c75047e14227900ddc01feadff2c986d2ec03a6529816c4d251efa40bd5a6"/src: (copy (src spoke.opam) (dst ./))2026-03-19 14:47.51 ---> saved as "0b85e8e0b561bf6caaa3456a13a886e0aa5dc8414b072b1f5c509cddd4a5bd5f"/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)2026-03-19 14:47.55 ---> saved as "debdf5a32d757f8d6b70a364a14a783acdd7d9207b8a7e4c35952d0fbaa7adc7"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 14:47.55 ---> saved as "b275a634fc806e356dd0fc68d885eff6101dcbcf3b8e7963d0230a8b45862001"/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.22.0 dune-configurator.3.22.0 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 hxd.0.4.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.1.0 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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [115 kB]- Fetched 10.0 MB in 2s (4661 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).2026-03-19 14:48.23 ---> saved as "cdff0c1cbe9cf7c2f3bd3312f90f4b88fd257fa5cbfa390cfa4131db9a2b279e"/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.22.0- install dune-configurator 3.22.0- 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.4.0- install ipaddr 5.6.2- install ipaddr-cstruct 5.6.2- 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.2- install macaddr-cstruct 5.6.2- install metrics 0.5.0- install mimic 0.0.9- install mirage-clock 4.2.0- install mirage-crypto 2.1.0- 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 base64.3.5.2 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved arp.3.1.1 (cached)-> retrieved bigstringaf.0.10.0 (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.4.0 (cached)-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (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 tcpip.8.1.0 (cached)-> retrieved mirage-crypto.2.1.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.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.22.0-> installed csexp.1.5.2-> installed base64.3.5.2-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed duration.0.2.1-> installed eqaf.0.10-> installed cppo.1.8.0-> installed ke.0.6-> installed lwt-dllist.1.1.0-> installed macaddr.5.6.2-> installed metrics.0.5.0-> installed mirage-clock.4.2.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.2-> installed ocplib-endian.1.2-> installed lru.0.3.1-> installed ipaddr.5.6.2-> installed ipaddr-cstruct.5.6.2-> installed digestif.1.3.0-> installed dune-configurator.3.22.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed encore.0.8.1-> installed mirage-crypto.2.1.0-> installed lwt.5.9.2-> installed cstruct-lwt.6.2.0-> installed mirage-net.4.0.0-> installed mirage-flow.5.0.0-> installed mirage-time.3.0.0-> installed logs.0.8.0-> installed hxd.0.4.0-> 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 environment2026-03-19 14:51.09 ---> saved as "5a0d68788f3186cd01169a2d0ea30ee8d9148f7879ea49c7f4ea15957d5eb8b6"/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.22.0).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 crunch.4.0.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved tyxml.4.6.0 (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 environment2026-03-19 14:52.06 ---> saved as "4105596e35e431ff458bc648d986d1849d583a3d3147319cdb3143e8ee1f77af"/src: (copy (src .) (dst /src/))2026-03-19 14:52.07 ---> saved as "ea90d500a3ccdda8716146041a53154c6a20df722276b4a7ed2cd17658c704ed"/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/_odocls/spoke && /home/opam/.opam/4.13/bin/odoc link -I ../../_odoc/pkg/spoke -I ../../../lib/.flow.objs/byte -I ../../../lib/.spoke.objs/byte -o 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]"2026-03-19 14:52.08 ---> saved as "97e15b825d2ea56844b02bec058606e5f3b8e10dc18b15c158f7b452565a6c13"Job succeeded2026-03-19 14:52.08: Job succeeded