2026-01-13 20:19.30: New job: test ocaml-community/lambda-term https://github.com/ocaml-community/lambda-term.git#refs/heads/master (2c3fb758fb9bfc1958a2c807cf160b6c7b83ae81) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/lambda-term.git" -b "master" && cd "lambda-term" && git reset --hard 2c3fb758cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500# 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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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.20.2 dune-configurator.3.20.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.08.1 ocaml-base-compiler.4.08.1 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-01-13 20:19.30: Using cache hint "ocaml-community/lambda-term-ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500-debian-13-4.08_opam-2.5-af0ca97b5f1c58568b81a82140cb1c1a"2026-01-13 20:19.30: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)(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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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 (network host)(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.20.2 dune-configurator.3.20.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.08.1 ocaml-base-compiler.4.08.1 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-01-13 20:19.30: Waiting for resource in pool OCluster2026-01-13 23:01.07: Waiting for worker…2026-01-13 23:03.59: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 2c3fb75 replace deprecated Lwt_unix.run with recommended Lwt_main.run(from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500' locallydocker.io/ocaml/opam@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500: Pulling from ocaml/opam281b80c799de: Already exists00fc4ac50d5e: Already exists7dc48a314bea: Already exists8f654937f9e3: Already exists1240f6fbe8cc: Already existsf77f967230a1: Already exists1b4ac3d9a8c2: Already exists27b61414175d: Already exists26fabf9b20e0: Already existsb4426e2c299b: Already exists9c12df827e83: Already exists9a5608646906: Already exists2a83342677ae: Already exists5cbaedd36b85: Already exists750a9830ac77: Already exists400560080670: Already existsbad13195b6fa: Already existsb51fe78b498e: Already exists185ce27e889b: Already exists8a483dc1e759: Already exists4de9d6d54a13: Already exists0c268a22c8a0: Already exists4f4fb700ef54: Already existse61881bc2621: Already existsc864a4af1ff0: Already exists42d012f62ad9: Already existsccb2ed78fa2e: Already exists84c22434b2f6: Already exists18c972827b32: Already exists4c6dcdff9e80: Already exists280bf9d33ca6: Already exists51ce8c29753c: Already exists5ac80663b9d2: Already exists93f877c915e3: Already exists8573ccc6bb69: Already existsd26192cd75ec: Already existsc7cce15b715e: Already existsc998ca7b5976: Already exists3cd1b61d806b: Already exists19a26ec5319e: Already existsb1f6813045f3: Already exists7a2b7a29296d: Already exists94a0ebb2d223: Already exists1c7f29f6d19a: Already exists1493b442f343: Already existsDigest: sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500Status: Downloaded newer image for ocaml/opam@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea5002026-01-13 23:03.59 ---> using "4c1f60dc0cc5644c6a4c05cf3315bdbf9cc478b70e443b212a1220385bab8bba" 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-01-13 23:03.59 ---> using "09ec43ecaa27dab8346e990737ca0bf6a7d7013925eb2adfd2035898be286c2c" 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-01-13 23:03.59 ---> using "4381d3da7f8b087a220cfbe381c29d4b7fd818708c79fc235d931b092b54a500" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.08.12.2.12026-01-13 23:03.59 ---> using "3b37b3fd5120bed103f41ffa820339a0b6d79d83aa18326ed5a0d14e476f8e0e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-13 23:03.59 ---> using "f4d738c8e5c0ce9a3dcabad2dcc8f0143a2bfbad6b5bb98d5fdf83725fc7abc3" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint<><> 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-01-13 23:03.59 ---> using "d44810561e22364a931b0f4420e239c77ddaefef70432cc01429669a93351899" from cache/src: (copy (src lambda-term.opam) (dst ./))2026-01-13 23:04.00 ---> saved as "6c38815beb6a1f4ed2965dcbd32b5f1aea9b8b80cccbe23432e7149bd7861245"/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-01-13 23:04.02 ---> saved as "956695704ec949826ea244bd143e31bc41243417d98f9ce99a6731d5c0528885"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-13 23:04.03 ---> saved as "daa5bf82a36193f0bf6c66fb5035db781e605cefc6ab028b039d0d2b54206ae0"/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.20.2 dune-configurator.3.20.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.08.1 ocaml-base-compiler.4.08.1 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"- 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 [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]- Fetched 9997 kB in 3s (3220 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.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-01-13 23:04.23 ---> saved as "f15cdb15cea014c463461252428b1d694e28994823e69e07db7bed99517c6b13"/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 22 packages- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.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.20.2, dune-configurator.3.20.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.20.2-> installed trie.1.0.0-> installed csexp.1.5.2-> installed result.1.5-> installed cppo.1.8.0-> installed mew.0.1.0-> installed ocplib-endian.1.2-> installed mew_vi.0.5.0-> installed dune-configurator.3.20.2-> installed uucp.15.0.0-> installed lwt.5.9.2-> installed lwt_react.1.2.0-> installed uuseg.15.0.0-> installed logs.0.8.0-> installed zed.3.2.3Done.# Run eval $(opam env) to update the current shell environment2026-01-13 23:05.40 ---> saved as "db00f51d406a2a1973122ff579218613416deccf792cd1cbfde1d9476fe0232c"/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:=== 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 crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved cmdliner.2.1.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-01-13 23:06.36 ---> saved as "9b041f6971abe6d1e16a71fcd15f78869ab5af15970bd75fb45d67200f458425"/src: (copy (src .) (dst /src/))2026-01-13 23:06.37 ---> saved as "e521b67597006ce6f733170e2f555c58033c20d9d8b66ef152bfa59774d827ba"/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.08/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.08/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.08/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.08/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.08/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.08/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.08/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.08/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/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lambda-term -I ../../src/.lambda_term.objs/byte -o ../_odocls/lambda-term/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/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lambda-term -I ../../src/.lambda_term.objs/byte -o ../_odocls/lambda-term/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/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lambda-term -I ../../src/.lambda_term.objs/byte -o ../_odocls/lambda-term/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/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lambda-term -I ../../src/.lambda_term.objs/byte -o ../_odocls/lambda-term/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/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/lambda-term -I ../../src/.lambda_term.objs/byte -o ../_odocls/lambda-term/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-01-13 23:06.39 ---> saved as "5fa6c4a1b8b6d84025395186badf49b1c9010b66d894f417d363eb5a05a976c3"Job succeeded2026-01-13 23:06.39: Job succeeded