2026-04-22 14:10.51: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (4463ead8286d559d2d4a5d6e1797a7b645541716) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74cOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/craigfe/progress.git" -b "main" && cd "progress" && git reset --hard 4463ead8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c# 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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 terminal.opam progress.opam ./RUN opam pin add -yn terminal.dev './' && \opam pin add -yn progress.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.22.2 fmt.0.11.0 logs.0.8.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uutf.1.0.4 vector.1.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y terminal.dev progress.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-04-22 14:10.51: Using cache hint "craigfe/progress-ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c-debian-13-4.08_opam-2.5-d14a6935b89af2cc5769676d10d4b0c4"2026-04-22 14:10.51: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c)(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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src terminal.opam progress.opam) (dst ./))(run (network host)(shell "opam pin add -yn terminal.dev './' && \\nopam pin add -yn progress.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.22.2 fmt.0.11.0 logs.0.8.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uutf.1.0.4 vector.1.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 terminal.dev progress.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-04-22 14:10.51: Waiting for resource in pool OCluster2026-04-22 14:10.51: Waiting for worker…2026-04-22 14:10.52: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 4463ead Merge pull request #53 from craigfe/prepare-v0.5.0(from ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c' locallydocker.io/ocaml/opam@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c: 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 existsb32c9abef0bb: Pulling fs layerdd7da3e42740: Pulling fs layerb32c9abef0bb: Waiting06223904e4d3: Pulling fs layerdd7da3e42740: Waitingb18a38618cf8: Pulling fs layer06223904e4d3: Waitingb18a38618cf8: Waitingb32c9abef0bb: Verifying Checksumb32c9abef0bb: Download completedd7da3e42740: Verifying Checksumdd7da3e42740: Download complete06223904e4d3: Verifying Checksum06223904e4d3: Download completeb18a38618cf8: Verifying Checksumb18a38618cf8: Download completeb32c9abef0bb: Pull completedd7da3e42740: Pull complete06223904e4d3: Pull completeb18a38618cf8: Pull completeDigest: sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74cStatus: Downloaded newer image for ocaml/opam@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c2026-04-22 14:22.07 ---> saved as "228e5ba11f0bea08c69266bb98d12a75785691261b07b0808652a307a04e14b2"/: (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-04-22 14:22.07 ---> saved as "6a21a8bd2da640bf47ce1211004d6a33a1bf41ff753d8b4bb4a6519520cd81af"/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-04-22 14:22.35 ---> saved as "939d97e6190dc36b4f6e94773a2843a2a1549b9ae9e8e3facca1460e0ed37772"/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-04-22 14:22.35 ---> saved as "eb73d73c6df1334e93e0a643cf6d58799a32bc7b370f755d009a4545ba4f9865"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 14:22.35 ---> saved as "de7fe019fc62fa1e51827ff2ff64dbc0831c3afd9fed2034cda6486fa7e48a49"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..80ba534fc6 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> 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-04-22 14:23.06 ---> saved as "972734de40920460bce84babebc9192675dbbdfb45d80ca1b9fcfb90e8fa4019"/src: (copy (src terminal.opam progress.opam) (dst ./))2026-04-22 14:23.06 ---> saved as "aee3d82f3b3b9b75973ff56aa62747ef6ef8cc345f3e272cf6803b49e09fc83b"/src: (run (network host)(shell "opam pin add -yn terminal.dev './' && \\nopam pin add -yn progress.dev './'"))[terminal.dev] synchronised (file:///src)terminal is now pinned to file:///src (version dev)[progress.dev] synchronised (file:///src)progress is now pinned to file:///src (version dev)2026-04-22 14:23.10 ---> saved as "defcf95ac09f6f886bc5188bd24eef52c2baf54f205cb49acc8b08b136a71860"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 14:23.10 ---> saved as "e6e78177d664a69a900a28c24672082b34738b44d6d50a921f638d032515c314"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.22.2 fmt.0.11.0 logs.0.8.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uutf.1.0.4 vector.1.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 terminal.dev progress.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 [127 kB]- Fetched 217 kB in 1s (301 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[progress.dev] synchronised (file:///src)[terminal.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-04-22 14:23.24 ---> saved as "4c0703510803ac4cbc2eba63792ae75db8e5dfc88556eb4027fb6bd829d869a1"/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 18 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.1.1- install dune 3.22.2- install fmt 0.11.0- install logs 0.8.0- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install re 1.11.0- install seq base- install stdlib-shims 0.3.0- install topkg 1.1.1- install uucp 15.0.0- install uutf 1.0.4- install vector 1.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved vector.1.0.0 (cached)-> retrieved uucp.15.0.0 (cached)-> retrieved dune.3.22.2 (cached)-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.8.0-> installed dune.3.22.2-> installed vector.1.0.0-> installed stdlib-shims.0.3.0-> installed optint.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.11.0-> installed uucp.15.0.0-> installed alcotest.1.9.1Done.# Run eval $(opam env) to update the current shell environment2026-04-22 14:24.19 ---> saved as "37047a4c9a99a83adc0fd83ef11c23243211f646776fca18d469a4627b36a87c"/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:=== install 8 packages- install camlp-streams 5.0.1 [required by odoc-parser]- install cppo 1.8.0 [required by odoc]- 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 tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (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 cppo.1.8.0-> installed fpath.0.7.3-> installed ptime.1.2.0-> installed crunch.4.0.0-> 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-04-22 14:24.45 ---> saved as "936e1d0ecd227299035d396d777892c6a99ade8468828b56bdf370ef2de2ce2d"/src: (copy (src .) (dst /src/))2026-04-22 14:24.46 ---> saved as "cf04db012b65dc862df68f0787d57bb95c3c84606ad818217b7fe5bc3e64edcc"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/_doc/_odocls/terminal && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/terminal -I ../../../src/terminal/.terminal.objs/byte -I ../../../src/terminal/ansi/.terminal_ansi.objs/byte -o terminal.odocl ../../../src/terminal/.terminal.objs/byte/terminal.odoc)File "src/terminal/ansi/terminal_ansi.mli", line 98, characters 39-61:Warning: While resolving the expansion of include at File "src/terminal/terminal.mli", line 7, character 0Failed to resolve reference unresolvedroot(Uucp).tty_width_hint Couldn't find "Uucp"(cd _build/default/_doc/_odocls/terminal && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/terminal -I ../../../src/terminal/.terminal.objs/byte -I ../../../src/terminal/ansi/.terminal_ansi.objs/byte -o terminal_ansi.odocl ../../../src/terminal/ansi/.terminal_ansi.objs/byte/terminal_ansi.odoc)File "src/terminal/ansi/terminal_ansi.mli", line 98, characters 39-61:Warning: Failed to resolve reference unresolvedroot(Uucp).tty_width_hint Couldn't find "Uucp"(cd _build/default/_doc/_odocls/progress && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/progress -I ../../../src/progress/.progress.objs/byte -I ../../../src/progress/engine/.progress_engine.objs/byte -I ../../../src/progress/engine/.pvector.objs/byte -I ../../../src/terminal/.terminal.objs/byte -I ../../../src/terminal/ansi/.terminal_ansi.objs/byte -o progress.odocl ../../../src/progress/.progress.objs/byte/progress.odoc)File "src/progress/engine/renderer_intf.ml", line 96, characters 46-66:Warning: While resolving the expansion of include at File "src/progress/progress.mli", line 28, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(Logs_fmt).reporter Couldn't find "Logs_fmt"File "src/progress/engine/renderer_intf.ml", line 96, characters 18-41:Warning: While resolving the expansion of include at File "src/progress/progress.mli", line 28, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(Logs).format_reporter Couldn't find "Logs"File "src/progress/engine/renderer_intf.ml", line 65, characters 22-44:Warning: While resolving the expansion of include at File "src/progress/progress.mli", line 28, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(instrument_reporter) Couldn't find "instrument_reporter"File "src/progress/engine/printer.mli", line 37, characters 47-69:Warning: While resolving the expansion of include at File "src/progress/progress.mli", line 28, character 0Failed to resolve reference unresolvedroot(Uucp).tty_width_hint Couldn't find "Uucp"File "src/progress/engine/duration.mli", line 8, characters 4-17:Warning: While resolving the expansion of include at File "src/progress/progress.mli", line 28, character 0Failed to resolve reference unresolvedroot(Mtime).Span Couldn't find "Mtime"(cd _build/default/_doc/_odocls/progress && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/progress -I ../../../src/progress/.progress.objs/byte -I ../../../src/progress/engine/.progress_engine.objs/byte -I ../../../src/progress/engine/.pvector.objs/byte -I ../../../src/terminal/.terminal.objs/byte -I ../../../src/terminal/ansi/.terminal_ansi.objs/byte -o progress_engine.odocl ../../../src/progress/engine/.progress_engine.objs/byte/progress_engine.odoc)File "src/progress/engine/renderer_intf.ml", line 96, characters 46-66:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(Logs_fmt).reporter Couldn't find "Logs_fmt"File "src/progress/engine/renderer_intf.ml", line 96, characters 18-41:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(Logs).format_reporter Couldn't find "Logs"File "src/progress/engine/renderer_intf.ml", line 65, characters 22-44:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(instrument_reporter) Couldn't find "instrument_reporter"File "src/progress/engine/printer.mli", line 37, characters 47-69:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0Failed to resolve reference unresolvedroot(Uucp).tty_width_hint Couldn't find "Uucp"File "src/progress/engine/duration.mli", line 8, characters 4-17:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0Failed to resolve reference unresolvedroot(Mtime).Span Couldn't find "Mtime"File "src/progress/engine/renderer_intf.ml", line 96, characters 46-66:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(Logs_fmt).reporter Couldn't find "Logs_fmt"File "src/progress/engine/renderer_intf.ml", line 96, characters 18-41:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(Logs).format_reporter Couldn't find "Logs"File "src/progress/engine/renderer_intf.ml", line 65, characters 22-44:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2Failed to resolve reference unresolvedroot(instrument_reporter) Couldn't find "instrument_reporter"File "src/progress/engine/printer.mli", line 37, characters 47-69:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0Failed to resolve reference unresolvedroot(Uucp).tty_width_hint Couldn't find "Uucp"File "src/progress/engine/duration.mli", line 8, characters 4-17:Warning: While resolving the expansion of include at File "src/progress/engine/progress_engine.mli", line 10, character 0Failed to resolve reference unresolvedroot(Mtime).Span Couldn't find "Mtime"2026-04-22 14:24.47 ---> saved as "cc4cce7c9df14f1a4b67569356a4e9ca1bfbbc64c61b7ab26a453e4276b4ed3b"Job succeeded2026-04-22 14:24.47: Job succeeded