2026-03-26 14:48.34: New job: test mirage/repr https://github.com/mirage/repr.git#refs/heads/main (a68f435efbada36223189a02620e0d6d19088fec) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/mirage/repr.git" -b "main" && cd "repr" && git reset --hard a68f435ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47# debian-13-4.08_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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 repr.opam repr-fuzz.opam repr-bench.opam ppx_repr.opam ./RUN opam pin add -yn repr.dev './' && \opam pin add -yn repr-fuzz.dev './' && \opam pin add -yn repr-bench.dev './' && \opam pin add -yn ppx_repr.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="afl-persistent.1.4 alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bechamel.0.5.0 cmdliner.1.0.4 cppo.1.8.0 crowbar.0.2 cstruct.6.2.0 dune.3.22.0 either.1.0.0 fmt.0.9.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.3 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y repr.dev repr-fuzz.dev repr-bench.dev ppx_repr.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-26 14:48.34: Using cache hint "mirage/repr-ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-debian-13-4.08_opam-2.5-3eae65e506cb1091a333e4cad466f3b3"2026-03-26 14:48.34: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)(comment debian-13-4.08_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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src repr.opam repr-fuzz.opam repr-bench.opam ppx_repr.opam) (dst ./))(run (network host)(shell "opam pin add -yn repr.dev './' && \\nopam pin add -yn repr-fuzz.dev './' && \\nopam pin add -yn repr-bench.dev './' && \\nopam pin add -yn ppx_repr.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bechamel.0.5.0 cmdliner.1.0.4 cppo.1.8.0 crowbar.0.2 cstruct.6.2.0 dune.3.22.0 either.1.0.0 fmt.0.9.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.3 yojson.3.0.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 repr.dev repr-fuzz.dev repr-bench.dev ppx_repr.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-26 14:48.34: Waiting for resource in pool OCluster2026-03-26 17:34.37: Waiting for worker…2026-03-26 17:38.08: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at a68f435 Merge pull request #111 from patricoferris/opam-fixes(from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)2026-03-26 17:38.09 ---> using "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f" from cache/: (comment debian-13-4.08_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-26 17:38.09 ---> using "84e1fc87343884e1d5c327fca2d33e2afa85e1eaf1b4c893d8301d60eabe4d56" 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] Initialised2026-03-26 17:38.09 ---> using "a125a60e5eccb505fd0bde45c9a7654bae2eb7eab13fa01be7c55cd2f87d6234" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.08.12.2.12026-03-26 17:38.09 ---> using "0407529f1042a28815bd61683d1dc7a2be9d395b6680bdf3553558a27842326a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-26 17:38.09 ---> using "f27fcd2ece061e1cf1de6842a86dfe335065cc7f1de2f39ff10db06e5ae2f5b5" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..46f289cd37 master -> origin/master46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.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-26 17:38.09 ---> using "8a8d27eb94142add4921a3c9a5af6455a3b5744923f555f8030e5997ad05203a" from cache/src: (copy (src repr.opam repr-fuzz.opam repr-bench.opam ppx_repr.opam)(dst ./))2026-03-26 17:38.09 ---> saved as "5411ba61cfde8349f6d2c5986911b38ac6ee90e227225e7f61104bdf6c755159"/src: (run (network host)(shell "opam pin add -yn repr.dev './' && \\nopam pin add -yn repr-fuzz.dev './' && \\nopam pin add -yn repr-bench.dev './' && \\nopam pin add -yn ppx_repr.dev './'"))[repr.dev] synchronised (file:///src)repr is now pinned to file:///src (version dev)[repr-fuzz.dev] synchronised (file:///src)repr-fuzz is now pinned to file:///src (version dev)[repr-bench.dev] synchronised (file:///src)repr-bench is now pinned to file:///src (version dev)[ppx_repr.dev] synchronised (file:///src)ppx_repr is now pinned to file:///src (version dev)2026-03-26 17:38.21 ---> saved as "dfde03b4a0d950e7ee665092c26db38f4acbc64d418eb8ba256c739ff27aa5f5"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-26 17:38.21 ---> saved as "6171f696f44a0ad6b8b790d42794ec708d45e464c96494b64d1f6b3e155952f2"/src: (env DEPS "afl-persistent.1.4 alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bechamel.0.5.0 cmdliner.1.0.4 cppo.1.8.0 crowbar.0.2 cstruct.6.2.0 dune.3.22.0 either.1.0.0 fmt.0.9.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.3 yojson.3.0.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 repr.dev repr-fuzz.dev repr-bench.dev ppx_repr.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 [114 kB]- Fetched 10.0 MB in 3s (3759 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppx_repr.dev] synchronised (file:///src)[repr.dev] synchronised (file:///src)[repr-bench.dev] synchronised (file:///src)[repr-fuzz.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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-26 17:38.47 ---> saved as "de047cb4aeea0eae0ea27aad1207208fdc08bfbd2c7b496f1b4e20dfd45e445f"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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 32 packages- install afl-persistent 1.4- install alcotest 1.5.0- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install bechamel 0.5.0- install cmdliner 1.0.4- install cppo 1.8.0- install crowbar 0.2- install cstruct 6.2.0- install dune 3.22.0- install either 1.0.0- install fmt 0.9.0- install fpath 0.7.3- install hex 1.5.0- install jsonm 1.0.2- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.38.0- install re 1.11.0- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.3- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved afl-persistent.1.4 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.5.0 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bechamel.0.5.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.1.0.4 (cached)-> retrieved crowbar.0.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved re.1.11.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved dune.3.22.0 (cached)-> installed cmdliner.1.0.4-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.3-> installed fmt.0.9.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed dune.3.22.0-> installed base64.3.5.2-> installed ppx_derivers.1.2.1-> installed either.1.0.0-> installed optint.0.3.0-> installed afl-persistent.1.4-> installed stdlib-shims.0.3.0-> installed cstruct.6.2.0-> installed bechamel.0.5.0-> installed sexplib0.v0.16.0-> installed ocaml-syntax-shims.1.0.0-> installed hex.1.5.0-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.11.0-> installed cppo.1.8.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed crowbar.0.2-> installed alcotest.1.5.0-> installed ppxlib.0.38.0-> installed ppx_deriving.6.1.1Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 4.08.1+afl ocaml-variants.4.08.1+options ocaml-option-afl# Run eval $(opam env) to update the current shell environment2026-03-26 17:41.28 ---> saved as "bbafd3e706b2e4ceb2bc71e12951f4623f569fec0b599f38d13337bd848bbf7e"/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:=== recompile 4 packages- recompile bechamel 0.5.0 [uses fmt]- recompile cstruct 6.2.0 [uses fmt]- recompile hex 1.5.0 [uses cstruct]- recompile jsonm 1.0.2 [uses uutf]=== upgrade 5 packages- upgrade alcotest 1.5.0 to 1.9.1 [uses cmdliner]- upgrade cmdliner 1.0.4 to 2.1.0 [required by odoc]- upgrade crowbar 0.2 to 0.2.2 [uses cmdliner]- upgrade fmt 0.9.0 to 0.11.0 [required by odoc]- upgrade uutf 1.0.3 to 1.0.4 [uses cmdliner]=== install 6 packages- install camlp-streams 5.0.1 [required by odoc-parser]- install crunch 4.0.0 [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 tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> removed alcotest.1.5.0-> removed crowbar.0.2-> retrieved camlp-streams.5.0.1 (cached)-> retrieved bechamel.0.5.0 (cached)-> removed bechamel.0.5.0-> retrieved alcotest.1.9.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved crowbar.0.2.2 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hex.1.5.0 (cached)-> removed hex.1.5.0-> retrieved cstruct.6.2.0 (cached)-> removed cstruct.6.2.0-> removed fmt.0.9.0-> retrieved jsonm.1.0.2 (cached)-> removed jsonm.1.0.2-> removed uutf.1.0.3-> removed cmdliner.1.0.4-> retrieved ptime.1.2.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 odoc-parser.3.1.0-> installed cmdliner.2.1.0-> installed crowbar.0.2.2-> installed crunch.4.0.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed cstruct.6.2.0-> installed bechamel.0.5.0-> installed hex.1.5.0-> installed jsonm.1.0.2-> installed alcotest.1.9.1-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2026-03-26 17:42.31 ---> saved as "4f8b83f94df60962d6519ace4b3016f158a0c2986cc9fdcddad50e6cd4e5ffda"/src: (copy (src .) (dst /src/))2026-03-26 17:42.32 ---> saved as "59ef5c471f134258882c98dffb91e9ac0de1053885397c6126e2e67ce010d37f"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/_doc/_odocls/repr && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/repr -I ../../../src/repr/.repr.objs/byte -o repr.odocl ../../../src/repr/.repr.objs/byte/repr.odoc)File "src/repr/type_intf.ml", line 454, characters 55-71:Warning: While resolving the expansion of include at File "src/repr/repr.ml", line 17, character 0While resolving the expansion of include at File "src/repr/type.mli", line 28, character 0Failed to resolve reference unresolvedroot(Jsonm).decoder Couldn't find "Jsonm"File "src/repr/type_intf.ml", line 416, characters 6-32:Warning: While resolving the expansion of include at File "src/repr/repr.ml", line 17, character 0While resolving the expansion of include at File "src/repr/type.mli", line 28, character 0Failed to resolve reference unresolvedroot(Stdlib).Random.get_state Couldn't find "Stdlib"File "src/repr/type_intf.ml", line 33, characters 6-15:Warning: While resolving the expansion of include at File "src/repr/repr.ml", line 17, character 0While resolving the expansion of include at File "src/repr/type.mli", line 28, character 0Failed to resolve reference unresolvedroot(Optint) Couldn't find "Optint"File "src/repr/type_intf.ml", line 454, characters 55-71:Warning: While resolving the expansion of include at File "src/repr/repr.ml", line 17, character 0While resolving the expansion of include at File "src/repr/type.mli", line 28, character 0While resolving the expansion of include at File "src/repr/type_intf.ml", line 733, character 2Failed to resolve reference unresolvedroot(Jsonm).decoder Couldn't find "Jsonm"File "src/repr/type_intf.ml", line 416, characters 6-32:Warning: While resolving the expansion of include at File "src/repr/repr.ml", line 17, character 0While resolving the expansion of include at File "src/repr/type.mli", line 28, character 0While resolving the expansion of include at File "src/repr/type_intf.ml", line 733, character 2Failed to resolve reference unresolvedroot(Stdlib).Random.get_state Couldn't find "Stdlib"File "src/repr/type_intf.ml", line 33, characters 6-15:Warning: While resolving the expansion of include at File "src/repr/repr.ml", line 17, character 0While resolving the expansion of include at File "src/repr/type.mli", line 28, character 0While resolving the expansion of include at File "src/repr/type_intf.ml", line 733, character 2Failed to resolve reference unresolvedroot(Optint) Couldn't find "Optint"(cd _build/default/_doc/_odocls/ppx_repr && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/ppx_repr -I ../../../src/ppx_repr/bin/.ppx_repr.objs/byte -I ../../../src/ppx_repr/lib/.ppx_repr_lib.objs/byte -o ppx_repr_lib.odocl ../../../src/ppx_repr/lib/.ppx_repr_lib.objs/byte/ppx_repr_lib.odoc)File "src/ppx_repr/lib/meta_deriving.mli", line 68, characters 20-53:Warning: Failed to resolve reference unresolvedroot(Ppxlib).Deriving.make_generator Couldn't find "Ppxlib"File "src/ppx_repr/lib/meta_deriving.mli", line 51, characters 71-78:Warning: Failed to resolve reference unresolvedroot(Repr) Couldn't find "Repr"2026-03-26 17:42.35 ---> saved as "c9679730559ddacc73daee3cc0cf7f3816fb21860d6a623950417f1a3ae823be"Job succeeded2026-03-26 17:42.35: Job succeeded