2026-06-30 12:14.31: 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.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/craigfe/progress.git" -b "main" && cd "progress" && git reset --hard 4463ead8 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c # debian-13-4.11_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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.24.0 fmt.0.11.0 logs.0.8.0 mtime.2.1.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 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 $DEPS RUN opam install $DEPS RUN 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-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-30 12:14.31: Using cache hint "craigfe/progress-ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c-debian-13-4.11_opam-2.5-b069c87f2aada0959efe5e1d8932e2c4" 2026-06-30 12:14.31: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c) (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 (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline")) (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 "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.24.0 fmt.0.11.0 logs.0.8.0 mtime.2.1.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 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-06-30 12:14.31: Waiting for resource in pool OCluster 2026-06-30 15:55.15: Waiting for worker… 2026-06-30 15:57.22: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 4463ead Merge pull request #53 from craigfe/prepare-v0.5.0 (from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c) 2026-06-30 15:57.23 ---> using "36abb6db1723167d15c41f53ef05d371444812dc64e2ea7fe109d222db988473" 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-06-30 15:57.23 ---> using "c39f4f20754d502db7263dd7936ba956bf6745180901c2936d0a5f5580e56fb1" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..8cd35acddd master -> origin/master 8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0 2026-06-30 15:57.23 ---> using "6f6dc2a1ca36e2e5d1ca31caab25a0073110d19363fb2baf453cb4546a5b2368" 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] y This development version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-30 15:57.23 ---> using "7003b1d3936874056cdfd63b7adbf6ff07f16317bf7fe89d006c9eb766e4a7af" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 4.11.2 2.2.1 2026-06-30 15:57.23 ---> using "acc2f92543ae57105675e7a2b2768536af087b7a9974a90e3dbfa88f8541170a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-30 15:57.23 ---> using "1eb2c7e59b6b1e44dfb25468981534eb2af6f399bdbf84b655e370fe5cc58b4e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.6.0 - ocaml-config.3 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 environment 2026-06-30 15:57.23 ---> using "9d029abe22ab02b6de0aff1b70190904bb400eb1b46e133571de639ab116a393" from cache /src: (copy (src terminal.opam progress.opam) (dst ./)) 2026-06-30 15:57.23 ---> saved as "45af262d9b724a3dacddcfecb8c0e20f84f92020ee947779c266a7a5395884fa" /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-06-30 15:57.27 ---> saved as "8fcfc99a7f6f144133cac8d6bc48e081a58359700bb06cacd4231390e753c711" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-30 15:57.27 ---> saved as "b77c425b73c54fde0d6392b6c66851aa57706848d4f08dda5d506d69b9a68672" /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.24.0 fmt.0.11.0 logs.0.8.0 mtime.2.1.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 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" - 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 [223 kB] - Fetched 10.1 MB in 1s (8471 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.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-06-30 15:57.38 ---> saved as "055fcf6c5f1f4427c166857966ea3bed073dc362f75de087d83ca4c8cdcf3db3" /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 20 packages - install alcotest 1.9.1 - install astring 0.8.5 - install cmdliner 2.1.1 - install dune 3.24.0 - install fmt 0.11.0 - install logs 0.8.0 - install mtime 2.1.0 - install ocaml-secondary-compiler 4.14.2 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.6 - install ocamlfind-secondary 1.9.6 - 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.6, ocamlfind-secondary.1.9.6 (cached) -> retrieved ocaml-secondary-compiler.4.14.2 (cached) -> retrieved dune.3.24.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved optint.0.3.0 (cached) -> 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) -> installed cmdliner.2.1.1 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed mtime.2.1.0 -> installed astring.0.8.5 -> installed logs.0.8.0 -> installed uucp.15.0.0 -> installed ocaml-secondary-compiler.4.14.2 -> installed ocamlfind-secondary.1.9.6 -> installed dune.3.24.0 -> 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 alcotest.1.9.1 Done. # Run eval $(opam env) to update the current shell environment 2026-06-30 15:59.54 ---> saved as "8c47c87f03723cd47c0a6e1ec9e2ef3e03414d689a2a084019a40ba89b44a2ac" /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.24.0). 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.2.1 - install odoc-parser 3.2.1 [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.2.1, odoc-parser.3.2.1 (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.2.1 -> installed tyxml.4.6.0 -> installed odoc.3.2.1 Done. # Run eval $(opam env) to update the current shell environment 2026-06-30 16:00.11 ---> saved as "565db225f29f51b45b3f0db7ebebc282accc7e784e57ee4a2ca3b6ced8c14130" /src: (copy (src .) (dst /src/)) 2026-06-30 16:00.11 ---> saved as "995b9551ac352f79c4791f031930daed930990445bfc926c353faecd9076aa49" /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.11/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/terminal && /home/opam/.opam/4.11/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 0 Failed to resolve reference unresolvedroot(Uucp).tty_width_hint Couldn't find "Uucp" (cd _build/default/_doc/_odocls/progress && /home/opam/.opam/4.11/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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed 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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed 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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed to resolve reference unresolvedroot(instrument_reporter) Couldn't find "instrument_reporter" File "src/progress/engine/renderer_intf.ml", line 65, characters 6-17: Warning: While resolving the expansion of include at File "src/progress/progress.mli", line 28, character 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed to resolve reference unresolvedroot(reporter) Couldn't find "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 0 Failed 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 0 Failed to resolve reference unresolvedroot(Mtime).Span Couldn't find "Mtime" (cd _build/default/_doc/_odocls/progress && /home/opam/.opam/4.11/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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed 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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed 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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed 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 0 Failed 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 0 Failed 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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed 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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed 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 0 While resolving the expansion of include at File "src/progress/engine/progress_engine_intf.ml", line 130, character 2 Failed 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 0 Failed 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 0 Failed to resolve reference unresolvedroot(Mtime).Span Couldn't find "Mtime" 2026-06-30 16:00.12 ---> saved as "2388dfbad946d19f535ca1dcef48abc334afcb98787a9dde82856c0e470e06dd" Job succeeded 2026-06-30 16:00.12: Job succeeded