Organisationscraigfeprogress4463ea (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2026-03-19 08:06.29: 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:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47
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.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47
# debian-13-4.08_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 opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && 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.0 dune.3.22.0 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 $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-03-19 08:06.29: Using cache hint "craigfe/progress-ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-debian-13-4.08_opam-2.5-2000cd5fa5954d6dcc840f02804f7daf"
2026-03-19 08:06.29: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)
(comment debian-13-4.08_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune.3.22.0 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-03-19 08:06.29: Waiting for resource in pool OCluster
2026-03-19 15:13.59: Waiting for worker…
2026-03-19 15:17.40: Got resource from pool OCluster
Building on phoebe
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.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)
2026-03-19 15:17.41 ---> using "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f" from cache


/: (comment debian-13-4.08_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2026-03-19 15:17.41 ---> using "84e1fc87343884e1d5c327fca2d33e2afa85e1eaf1b4c893d8301d60eabe4d56" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-19 15:17.41 ---> using "a125a60e5eccb505fd0bde45c9a7654bae2eb7eab13fa01be7c55cd2f87d6234" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.08.1
2.2.1
2026-03-19 15:17.41 ---> using "0407529f1042a28815bd61683d1dc7a2be9d395b6680bdf3553558a27842326a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-19 15:17.41 ---> using "f27fcd2ece061e1cf1de6842a86dfe335065cc7f1de2f39ff10db06e5ae2f5b5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything 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 environment
2026-03-19 15:17.41 ---> using "10235b0e70e10965cf144a4d8d6636792dc7614143a53d6cc3e755072faa4b6b" from cache


/src: (copy (src terminal.opam progress.opam) (dst ./))
2026-03-19 15:17.41 ---> saved as "9c7c1e707b3c54404ecf92d4184d4e640d014574fae037bd5137a167d885e028"


/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-03-19 15:17.48 ---> saved as "5cc72c3e8e433f621cb36241d67bc3a46c797f1cbcb1acc994f9d8277cb4ac0a"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-19 15:17.49 ---> saved as "5e6bb19ebaa456b41e45317345f66b8cd2917b61e33c3a211c1c99bfe1f134d7"


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.0 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"
- 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 [115 kB]
- Fetched 10.0 MB in 2s (4504 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-03-19 15:18.14 ---> saved as "e71484a9b6df8908c34d71fe123179770f3136989149647bf8abe8d16594e869"


/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.0
- install dune               3.22.0
- 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 cmdliner.2.1.0  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (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.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed dune.3.22.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 uucp.15.0.0
-> installed alcotest.1.9.1
Done.
# Run eval $(opam env) to update the current shell environment
2026-03-19 15:22.11 ---> saved as "e1509772bb28039ea5985e2f9e5e50f34f8307c3079e6e89aaef1eaf8927f2bb"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package dune is already installed (current version is 3.22.0).
The following actions will be performed:
=== 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.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-03-19 15:23.09 ---> saved as "321f368b6bc4e5344c85e5a43e8517f42bfed11db908aac6d0dae074f6052d30"


/src: (copy (src .) (dst /src/))
2026-03-19 15:23.10 ---> saved as "fc093b37a2b608b8aeb080cf6be181119aecaff113356993ceeed9c532183b0d"


/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 0
Failed 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 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/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.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 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-03-19 15:23.13 ---> saved as "75287b64da153736147bd2ad23861f13693b4679617fcff9425b896eba125efe"
Job succeeded
2026-03-19 15:23.13: Job succeeded