2026-05-06 07:24.06: New job: test ocaml-community/lambda-term https://github.com/ocaml-community/lambda-term.git#refs/pull/125/head (b92d2ae451a9c6cae3a29f294d52684b4aa56941) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/lambda-term.git" && cd "lambda-term" && git fetch origin "refs/pull/125/head" && git reset --hard b92d2ae4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30# debian-13-4.11_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lambda-term.opam ./RUN opam pin add -yn lambda-term.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 logs.0.8.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 zed.3.2.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lambda-term.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-05-06 07:24.06: Using cache hint "ocaml-community/lambda-term-ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30-debian-13-4.11_opam-2.5-b28c8c16003e2091f66d79b274689586"2026-05-06 07:24.06: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30)(comment debian-13-4.11_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lambda-term.opam) (dst ./))(run (network host)(shell "opam pin add -yn lambda-term.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 logs.0.8.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 zed.3.2.3")(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 lambda-term.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-05-06 07:24.06: Waiting for resource in pool OCluster2026-05-06 07:38.39: Waiting for worker…2026-05-06 07:41.24: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at b92d2ae fix: validate console handles on Windows to prevent segfault(from ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30)Unable to find image 'ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30' locallydocker.io/ocaml/opam@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30: Pulling from ocaml/opama7730063fcfe: Already exists1a27fd2181de: Already existsc29591c91388: Already exists356a64daa753: Already existsac02f8f2062b: Already existsaaa2f390e4c8: Already existsb668811757f6: Already exists32fd4e1a774f: Already existsb1d486fb8fdf: Already existscf8a2024f299: Already exists8c4a5dac67c3: Already exists6adfe24d7b40: Already existsdccd6e3c0589: Already exists2ee4bcb55cd4: Already exists2dc3b58478d7: Already existsdaf15e5c44c6: Already exists564e978a8088: Already exists564e978a8088: Already exists25a652a8c456: Already existsb3bfea7bff3f: Already existsa00f2937f570: Already exists78bd1737ebff: Already exists4f4fb700ef54: Already exists4291a055edd7: Already exists3c2b2836d59a: Already exists7b3e96544a52: Already existsc72503effb14: Already existsbca08df11a10: Already exists2ab0829b2daf: Already exists1d246d4da211: Already existsa09cb4870027: Already exists2ce07b4fe7c0: Already exists6b96f28d505e: Already existsb6ad36bba9bf: Already exists56d62791a0f9: Already exists4d60780055d1: Already exists43f57a7c44cb: Already existsf21057dc4e85: Already existse0d2ca1300ed: Already exists9da2f7598f8e: Already existscb569bb28593: Already exists19466215109a: Pulling fs layer63fa251d3f94: Pulling fs layerf78c0985c35f: Pulling fs layer24c8eb25f40f: Pulling fs layer24c8eb25f40f: Waiting63fa251d3f94: Verifying Checksum63fa251d3f94: Download completef78c0985c35f: Download complete24c8eb25f40f: Verifying Checksum24c8eb25f40f: Download complete19466215109a: Download complete19466215109a: Pull complete63fa251d3f94: Pull completef78c0985c35f: Pull complete24c8eb25f40f: Pull completeDigest: sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30Status: Downloaded newer image for ocaml/opam@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d302026-05-06 07:53.02 ---> using "6e90916465a21bba0f6244811c28283c9f28721d32ae7c6c05a01c201d3a411c" from cache/: (comment debian-13-4.11_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-05-06 07:53.02 ---> using "d5390cfca8d0ddc6936bf41c119c3af6aceccb4b7d842a1e4bbeb093ec439e64" 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] yThis 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 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-05-06 07:53.02 ---> using "8e56974fb7139a7add571826021b8faee050487b6e64dd9e65b295d95a9896ff" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-110-genericThe OCaml toplevel, version 4.11.22.2.12026-05-06 07:53.02 ---> using "9c29ba8d72b2dcc604b720c448bb36b3de2642b734cf76d4d95b2f06998fcd11" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-06 07:53.02 ---> using "155cb2808f22cfcb966a20a4050179c624cb41cdee13d8884c91361f48142c8c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..c1902cd99b master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> 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-05-06 07:53.02 ---> using "6f3885977394e9039b33a8eb1d1c75a0f4ca4c18a0654a2078dd392788034029" from cache/src: (copy (src lambda-term.opam) (dst ./))2026-05-06 07:53.02 ---> using "f4b3d7ad1442cd479f495fa2f8f05071b9ea0f0bbef4846a73b5e475050473bb" from cache/src: (run (network host)(shell "opam pin add -yn lambda-term.dev './'"))[lambda-term.dev] synchronised (file:///src)lambda-term is now pinned to file:///src (version dev)2026-05-06 07:53.02 ---> using "b678603fe9f066c3fc2a8ce03e49b734d949424b5e741cbd6232e1b3dcb18946" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-06 07:53.02 ---> using "f7f6e15a45bdb7548c3ebb697e10fb19d8d0e8b727047a8aac533a7149fa037d" from cache/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 logs.0.8.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 zed.3.2.3")/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 lambda-term.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 [130 kB]- Fetched 221 kB in 0s (2261 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lambda-term.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.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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-05-06 07:53.02 ---> using "8f9b0e26d0a8248fa8615426b0485e022e8064af67f9c0ee6f59b69f5ebfb069" from cache/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.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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 22 packages- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.2- install dune-configurator 3.22.2- install logs 0.8.0- install lwt 5.9.2- install lwt_react 1.2.0- install mew 0.1.0- install mew_vi 0.5.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install react 1.2.2- install result 1.5- install topkg 1.1.1- install trie 1.0.0- install uchar 0.0.2- install uucp 15.0.0- install uuseg 15.0.0- install uutf 1.0.4- install zed 3.2.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved lwt_react.1.2.0 (cached)-> retrieved mew.0.1.0 (cached)-> retrieved mew_vi.0.5.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved react.1.2.2 (cached)-> retrieved result.1.5 (cached)-> retrieved trie.1.0.0 (cached)-> retrieved uchar.0.0.2 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uuseg.15.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zed.3.2.3 (cached)-> retrieved uucp.15.0.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed ocamlbuild.0.16.1-> installed uchar.0.0.2-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed react.1.2.2-> installed dune.3.22.2-> installed trie.1.0.0-> installed csexp.1.5.2-> installed uucp.15.0.0-> installed cppo.1.8.0-> installed result.1.5-> installed mew.0.1.0-> installed ocplib-endian.1.2-> installed mew_vi.0.5.0-> installed dune-configurator.3.22.2-> installed uuseg.15.0.0-> installed zed.3.2.3-> installed lwt.5.9.2-> installed lwt_react.1.2.0-> installed logs.0.8.0Done.# Run eval $(opam env) to update the current shell environment2026-05-06 07:53.02 ---> using "61262f819e6f59b09a4958729bcdd482c0f6b59c833b4c513ebd3a863063819c" 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.22.2).The following actions will be performed:=== recompile 5 packages- recompile logs 0.8.0 [uses cmdliner]- recompile uucp 15.0.0 [uses cmdliner]- recompile uuseg 15.0.0 [uses cmdliner]- recompile uutf 1.0.4 [uses cmdliner]- recompile zed 3.2.3 [uses uucp, uutf]=== install 12 packages- install astring 0.8.5 [required by odoc]- install camlp-streams 5.0.1 [required by odoc-parser]- install cmdliner 2.1.0 [required by odoc]- install crunch 4.0.0 [required by odoc]- install fmt 0.11.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.11.0 [required by tyxml]- install seq base [required by tyxml]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uuseg.15.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zed.3.2.3 (cached)-> installed camlp-streams.5.0.1-> retrieved uucp.15.0.0 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed ptime.1.2.0-> installed re.1.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed odoc-parser.3.1.0-> removed logs.0.8.0-> removed zed.3.2.3-> removed uuseg.15.0.0-> removed uucp.15.0.0-> removed uutf.1.0.4-> installed cmdliner.2.1.0-> installed crunch.4.0.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed logs.0.8.0-> installed tyxml.4.6.0-> installed odoc.3.1.0-> installed uucp.15.0.0-> installed uuseg.15.0.0-> installed zed.3.2.3Done.# Run eval $(opam env) to update the current shell environment2026-05-06 07:53.02 ---> using "eafbc20b8b68c3ec1922fa5cf57c8192ab84234affd34ac8c87b8e74dcb4c0a6" from cache/src: (copy (src .) (dst /src/))2026-05-06 07:53.02 ---> saved as "e857af40af511a195e3a9be18b589eeb23f347d4030fc5e68f773b99202463fc"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/src/.lambda_term.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/lambda-term --pkg lambda-term -o lTerm_style.odoc lTerm_style.cmti)File "src/lTerm_style.mli", line 12, characters 4-14:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_style.mli", line 31, characters 4-23:Warning: '8': bad heading level (0-5 allowed).File "src/lTerm_style.mli", line 42, characters 4-20:Warning: '8': bad heading level (0-5 allowed).File "src/lTerm_style.mli", line 53, characters 4-14:Warning: '6': bad heading level (0-5 allowed).(cd _build/default/src/.lambda_term.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/lambda-term --pkg lambda-term -o lTerm_text.odoc lTerm_text.cmti)File "src/lTerm_text.mli", line 18, characters 4-19:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_text.mli", line 53, characters 4-28:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_text.mli", line 60, characters 4-22:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_text.mli", line 102, characters 4-25:Warning: '6': bad heading level (0-5 allowed).(cd _build/default/src/.lambda_term.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/lambda-term --pkg lambda-term -o lTerm_text_impl.odoc lTerm_text_impl.cmt)File "src/lTerm_text_impl.ml", line 350, characters 6-27:Warning: '6': bad heading level (0-5 allowed).(cd _build/default/src/.lambda_term.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/lambda-term --pkg lambda-term -o lTerm_windows.odoc lTerm_windows.cmti)File "src/lTerm_windows.mli", line 14, characters 4-26:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_windows.mli", line 35, characters 4-21:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_windows.mli", line 46, characters 4-20:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_windows.mli", line 76, characters 4-21:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_windows.mli", line 95, characters 4-22:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_windows.mli", line 109, characters 4-23:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_windows.mli", line 114, characters 4-17:Warning: '6': bad heading level (0-5 allowed).(cd _build/default/src/.lambda_term.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/lambda-term --pkg lambda-term -o lTerm.odoc lTerm.cmti)File "src/lTerm.mli", line 15, characters 4-16:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 62, characters 4-20:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 102, characters 4-13:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 135, characters 4-14:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 162, characters 4-20:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 186, characters 4-13:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 201, characters 4-14:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 212, characters 4-16:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 255, characters 4-25:Warning: '8': bad heading level (0-5 allowed).File "src/lTerm.mli", line 291, characters 4-14:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 297, characters 4-17:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 340, characters 4-12:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 345, characters 4-28:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 355, characters 4-27:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm.mli", line 365, characters 4-20:Warning: '6': bad heading level (0-5 allowed).(cd _build/default/src/.lambda_term.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/lambda-term --pkg lambda-term -o lTerm_widget.odoc lTerm_widget.cmti)File "src/lTerm_widget.mli", line 12, characters 4-18:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_widget.mli", line 99, characters 4-14:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_widget.mli", line 114, characters 4-18:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_widget.mli", line 165, characters 4-13:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_widget.mli", line 173, characters 4-15:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_widget.mli", line 275, characters 4-18:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_widget.mli", line 469, characters 4-29:Warning: '6': bad heading level (0-5 allowed).(cd _build/default/src/.lambda_term.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/lambda-term --pkg lambda-term -o lTerm_edit.odoc lTerm_edit.cmti)File "src/lTerm_edit.mli", line 12, characters 4-15:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_edit.mli", line 61, characters 4-15:Warning: '6': bad heading level (0-5 allowed).(cd _build/default/src/.lambda_term.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/lambda-term --pkg lambda-term -o lTerm_read_line.odoc lTerm_read_line.cmti)File "src/lTerm_read_line.mli", line 28, characters 4-18:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_read_line.mli", line 44, characters 4-15:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_read_line.mli", line 118, characters 4-28:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_read_line.mli", line 139, characters 6-16:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_read_line.mli", line 144, characters 6-17:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_read_line.mli", line 153, characters 6-15:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_read_line.mli", line 192, characters 6-20:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_read_line.mli", line 246, characters 4-26:Warning: '6': bad heading level (0-5 allowed).File "src/lTerm_read_line.mli", line 294, characters 4-29:Warning: '6': bad heading level (0-5 allowed).(cd _build/default/_doc/_odocls/lambda-term && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/lambda-term -I ../../../src/.lambda_term.objs/byte -o lTerm.odocl ../../../src/.lambda_term.objs/byte/lTerm.odoc)File "src/lTerm.mli", line 352, characters 52-70:Warning: Failed to resolve reference unresolvedroot(Lwt_unix).stderr Couldn't find "Lwt_unix"File "src/lTerm.mli", line 352, characters 21-38:Warning: Failed to resolve reference unresolvedroot(Lwt_unix).stdin Couldn't find "Lwt_unix"File "src/lTerm.mli", line 348, characters 52-70:Warning: Failed to resolve reference unresolvedroot(Lwt_unix).stdout Couldn't find "Lwt_unix"File "src/lTerm.mli", line 348, characters 21-38:Warning: Failed to resolve reference unresolvedroot(Lwt_unix).stdin Couldn't find "Lwt_unix"File "src/lTerm.mli", line 210, characters 35-45:Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"(cd _build/default/_doc/_odocls/lambda-term && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/lambda-term -I ../../../src/.lambda_term.objs/byte -o lTerm_read_line.odocl ../../../src/.lambda_term.objs/byte/lTerm_read_line.odoc)File "src/lTerm_read_line.mli", line 350, characters 8-15:Warning: Failed to resolve reference unresolvedroot(show) Couldn't find "show"File "src/lTerm_read_line.mli", line 212, characters 20-37:Warning: Failed to resolve reference unresolvedroot(set_completion) Couldn't find "set_completion"File "src/lTerm_read_line.mli", line 208, characters 20-39:Warning: Failed to resolve reference unresolvedroot(completion_words) Couldn't find "completion_words"(cd _build/default/_doc/_odocls/lambda-term && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/lambda-term -I ../../../src/.lambda_term.objs/byte -o lTerm_text.odocl ../../../src/.lambda_term.objs/byte/lTerm_text.odoc)File "src/lTerm_text.mli", line 125, characters 18-36:Warning: Failed to resolve reference unresolvedroot(Format).ksprintf Couldn't find "Format"File "src/lTerm_text.mli", line 119, characters 18-35:Warning: Failed to resolve reference unresolvedroot(Format).sprintf Couldn't find "Format"(cd _build/default/_doc/_odocls/lambda-term && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/lambda-term -I ../../../src/.lambda_term.objs/byte -o lTerm_widget.odocl ../../../src/.lambda_term.objs/byte/lTerm_widget.odoc)File "src/lTerm_widget.mli", line 483, characters 3-21:Warning: Failed to resolve reference unresolvedroot(Lwt_react).event Couldn't find "Lwt_react"File "src/lTerm_widget.mli", line 51, characters 8-21:Warning: Failed to resolve reference unresolvedroot(queue_draw) Couldn't find "queue_draw"File "src/lTerm_widget.mli", line 46, characters 35-48:Warning: Failed to resolve reference unresolvedroot(queue_draw) Couldn't find "queue_draw"File "src/lTerm_widget.mli", line 32, characters 8-21:Warning: Failed to resolve reference unresolvedroot(queue_draw) Couldn't find "queue_draw"(cd _build/default/_doc/_odocls/lambda-term && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/lambda-term -I ../../../src/.lambda_term.objs/byte -o lTerm_widget_impl.odocl ../../../src/.lambda_term.objs/byte/lTerm_widget_impl.odoc)File "../../../src/.lambda_term.objs/byte/lTerm_widget_impl.odoc":Warning: Failed to lookup type identifier(root(LTerm_widget_impl).Make.result.LTerm_buttons.radiogroup,false) Lookup failure (type): root(LTerm_widget_impl).Make.result.LTerm_buttons.radiogroupFile "../../../src/.lambda_term.objs/byte/lTerm_widget_impl.odoc":Warning: Failed to lookup type identifier(root(LTerm_widget_impl).Make.result.LTerm_buttons.t,false) Lookup failure (type): root(LTerm_widget_impl).Make.result.LTerm_buttons.tFile "../../../src/.lambda_term.objs/byte/lTerm_widget_impl.odoc":Warning: Failed to lookup type identifier(root(LTerm_widget_impl).Make.result.LTerm_buttons.radio,false) Lookup failure (type): root(LTerm_widget_impl).Make.result.LTerm_buttons.radioFile "../../../src/.lambda_term.objs/byte/lTerm_widget_impl.odoc":Warning: Failed to lookup type identifier(root(LTerm_widget_impl).Make.result.LTerm_buttons.radio,false) Lookup failure (type): root(LTerm_widget_impl).Make.result.LTerm_buttons.radioFile "../../../src/.lambda_term.objs/byte/lTerm_widget_impl.odoc":Warning: Failed to lookup type identifier(root(LTerm_widget_impl).Make.result.LTerm_buttons.t,false) Lookup failure (type): root(LTerm_widget_impl).Make.result.LTerm_buttons.tFile "../../../src/.lambda_term.objs/byte/lTerm_widget_impl.odoc":Warning: Failed to lookup type identifier(root(LTerm_widget_impl).Make.result.LTerm_buttons.t,false) Lookup failure (type): root(LTerm_widget_impl).Make.result.LTerm_buttons.tFile "../../../src/.lambda_term.objs/byte/lTerm_widget_impl.odoc":Warning: Failed to lookup type identifier(root(LTerm_widget_impl).Make.result.LTerm_containers.t,false) Lookup failure (type): root(LTerm_widget_impl).Make.result.LTerm_containers.t2026-05-06 07:53.03 ---> saved as "01da32d867ce9ad7e89f3ce577c849161c265171fddeb0fccd0cdd6ac65b7e49"Job succeeded2026-05-06 07:53.03: Job succeeded