Organisationscraigfeprogress4463ea (main)ubuntu-25.04-4.14_opam-2.5

ubuntu-25.04-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-03-28 07:21.18: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (4463ead8286d559d2d4a5d6e1797a7b645541716) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e
Opam project build


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:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e
# ubuntu-25.04-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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.10.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4 vector.1.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y terminal.dev progress.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-03-28 07:21.18: Using cache hint "craigfe/progress-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e-ubuntu-25.04-4.14_opam-2.5-a7964657531f583ffc0116cb4b703859"
2026-03-28 07:21.18: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e)
(comment ubuntu-25.04-4.14_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.5 /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.10.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.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.5 --depext-only -y terminal.dev progress.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-03-28 07:21.18: Waiting for resource in pool OCluster
2026-03-28 07:21.26: Waiting for worker…
2026-03-28 07:25.11: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/progress.git-82be28f205d53489a220aa64bd04f9df028b1539/.git/
HEAD is now at 4463ead Merge pull request #53 from craigfe/prepare-v0.5.0


(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e' locally
docker.io/ocaml/opam@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e: Pulling from ocaml/opam
c62190a9ab61: Already exists
7ca3d7ce83d6: Pulling fs layer
e98b96bfe3c8: Pulling fs layer
367a4f863195: Pulling fs layer
254019f06735: Pulling fs layer
5db1a0246e57: Pulling fs layer
aad8e693df08: Pulling fs layer
116c4ea2d9e8: Pulling fs layer
e3a288415c6d: Pulling fs layer
f6040445814b: Pulling fs layer
6d3246e093fe: Pulling fs layer
14980c64e543: Pulling fs layer
24166de9f84d: Pulling fs layer
67f839dd317c: Pulling fs layer
254019f06735: Waiting
a76507c440e9: Pulling fs layer
e3a288415c6d: Waiting
f6040445814b: Waiting
6d3246e093fe: Waiting
5e9f9df8e278: Pulling fs layer
14980c64e543: Waiting
24166de9f84d: Waiting
3c66f44b76f6: Pulling fs layer
aad8e693df08: Waiting
5db1a0246e57: Waiting
116c4ea2d9e8: Waiting
a76507c440e9: Waiting
5e9f9df8e278: Waiting
3c66f44b76f6: Waiting
6a3139e1664c: Pulling fs layer
fbaa2d651ab1: Pulling fs layer
03dbd03d3a26: Pulling fs layer
6a3139e1664c: Waiting
e754164114dd: Pulling fs layer
fbaa2d651ab1: Waiting
03dbd03d3a26: Waiting
4f4fb700ef54: Pulling fs layer
a9eed926b1df: Pulling fs layer
e754164114dd: Waiting
b390fdfbde73: Pulling fs layer
4f4fb700ef54: Waiting
a9eed926b1df: Waiting
89314797225f: Pulling fs layer
b390fdfbde73: Waiting
bfe60495abbd: Pulling fs layer
89314797225f: Waiting
7080f8c5742e: Pulling fs layer
bfe60495abbd: Waiting
4cc4327ed8eb: Pulling fs layer
7080f8c5742e: Waiting
7090362bb95b: Pulling fs layer
65f6ded004e6: Pulling fs layer
40a292c1e890: Pulling fs layer
7090362bb95b: Waiting
65f6ded004e6: Waiting
4cc4327ed8eb: Waiting
a49d3a1fa024: Pulling fs layer
af141c11f2b0: Pulling fs layer
3d1488031e50: Pulling fs layer
d33f3b0de656: Pulling fs layer
a49d3a1fa024: Waiting
a838df19cfa7: Pulling fs layer
af141c11f2b0: Waiting
d33f3b0de656: Waiting
6ab65d940a97: Pulling fs layer
d5fab96d9013: Pulling fs layer
a838df19cfa7: Waiting
8524466b64a4: Pulling fs layer
3d1488031e50: Waiting
6ab65d940a97: Waiting
d5fab96d9013: Waiting
ea1f379e4cb9: Pulling fs layer
48970c1c3e9f: Pulling fs layer
d6251606560c: Pulling fs layer
aba7c570d9ba: Pulling fs layer
8524466b64a4: Waiting
d6251606560c: Waiting
ea1f379e4cb9: Waiting
95dea4e5ed14: Pulling fs layer
aba7c570d9ba: Waiting
95dea4e5ed14: Waiting
7ca3d7ce83d6: Download complete
7ca3d7ce83d6: Pull complete
e98b96bfe3c8: Verifying Checksum
e98b96bfe3c8: Download complete
e98b96bfe3c8: Pull complete
254019f06735: Verifying Checksum
254019f06735: Download complete
367a4f863195: Verifying Checksum
367a4f863195: Download complete
aad8e693df08: Verifying Checksum
aad8e693df08: Download complete
116c4ea2d9e8: Verifying Checksum
116c4ea2d9e8: Download complete
e3a288415c6d: Verifying Checksum
e3a288415c6d: Download complete
f6040445814b: Verifying Checksum
f6040445814b: Download complete
6d3246e093fe: Verifying Checksum
6d3246e093fe: Download complete
14980c64e543: Verifying Checksum
14980c64e543: Download complete
367a4f863195: Pull complete
254019f06735: Pull complete
67f839dd317c: Verifying Checksum
67f839dd317c: Download complete
24166de9f84d: Verifying Checksum
24166de9f84d: Download complete
5e9f9df8e278: Verifying Checksum
5e9f9df8e278: Download complete
a76507c440e9: Download complete
5db1a0246e57: Verifying Checksum
5db1a0246e57: Download complete
6a3139e1664c: Download complete
fbaa2d651ab1: Download complete
3c66f44b76f6: Download complete
03dbd03d3a26: Download complete
e754164114dd: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a9eed926b1df: Verifying Checksum
b390fdfbde73: Download complete
89314797225f: Download complete
bfe60495abbd: Verifying Checksum
bfe60495abbd: Download complete
7080f8c5742e: Verifying Checksum
7080f8c5742e: Download complete
4cc4327ed8eb: Download complete
65f6ded004e6: Verifying Checksum
65f6ded004e6: Download complete
40a292c1e890: Verifying Checksum
40a292c1e890: Download complete
7090362bb95b: Download complete
a49d3a1fa024: Verifying Checksum
a49d3a1fa024: Download complete
af141c11f2b0: Verifying Checksum
af141c11f2b0: Download complete
3d1488031e50: Verifying Checksum
3d1488031e50: Download complete
a838df19cfa7: Verifying Checksum
a838df19cfa7: Download complete
d5fab96d9013: Download complete
8524466b64a4: Verifying Checksum
8524466b64a4: Download complete
ea1f379e4cb9: Verifying Checksum
ea1f379e4cb9: Download complete
d33f3b0de656: Verifying Checksum
d33f3b0de656: Download complete
d6251606560c: Download complete
aba7c570d9ba: Download complete
95dea4e5ed14: Download complete
48970c1c3e9f: Verifying Checksum
48970c1c3e9f: Download complete
6ab65d940a97: Verifying Checksum
6ab65d940a97: Download complete
5db1a0246e57: Pull complete
aad8e693df08: Pull complete
116c4ea2d9e8: Pull complete
e3a288415c6d: Pull complete
f6040445814b: Pull complete
6d3246e093fe: Pull complete
14980c64e543: Pull complete
24166de9f84d: Pull complete
67f839dd317c: Pull complete
a76507c440e9: Pull complete
5e9f9df8e278: Pull complete
3c66f44b76f6: Pull complete
6a3139e1664c: Pull complete
fbaa2d651ab1: Pull complete
03dbd03d3a26: Pull complete
e754164114dd: Pull complete
4f4fb700ef54: Pull complete
a9eed926b1df: Pull complete
b390fdfbde73: Pull complete
89314797225f: Pull complete
bfe60495abbd: Pull complete
7080f8c5742e: Pull complete
4cc4327ed8eb: Pull complete
7090362bb95b: Pull complete
65f6ded004e6: Pull complete
40a292c1e890: Pull complete
a49d3a1fa024: Pull complete
af141c11f2b0: Pull complete
3d1488031e50: Pull complete
d33f3b0de656: Pull complete
a838df19cfa7: Pull complete
6ab65d940a97: Pull complete
d5fab96d9013: Pull complete
8524466b64a4: Pull complete
ea1f379e4cb9: Pull complete
48970c1c3e9f: Pull complete
d6251606560c: Pull complete
aba7c570d9ba: Pull complete
95dea4e5ed14: Pull complete
Digest: sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e
Status: Downloaded newer image for ocaml/opam@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e
2026-03-28 07:25.12 ---> using "401062e43f1653b6c3f90c38157915a3447b6dab558d4091c02b03b6272092fd" from cache


/: (comment ubuntu-25.04-4.14_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.5 /usr/bin/opam"))
2026-03-28 07:25.12 ---> using "6934aa5d464358b93f6a1b86f0291670b6be382450f75bc3dd6c7be55400a96f" 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 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-28 07:25.12 ---> using "477cfe1b41831fd13b883b03b8a05bf39788b0546888c81e1ba52665af9e3780" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-28 07:25.12 ---> using "d4ec702a067c2fe88e907bc92ca3064dae0b748c99535260d7eab04bfa311118" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-28 07:25.12 ---> using "e969ea05671a2fba932c57d9f00653daea3536375c0cbe0d0c66fc57b24d4f3b" 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"))
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 at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-28 07:25.12 ---> using "1513459a6d89ef767296c0c2535f5f5d9488dd49b88d2ff525a80f311fbd4bd2" from cache


/src: (copy (src terminal.opam progress.opam) (dst ./))
2026-03-28 07:25.13 ---> saved as "f66f2daa2fccffc78b755e174f02914a6bf1dd58548b74d2ab3ee990eb4ecf81"


/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-28 07:25.19 ---> saved as "6e7e8b9ae7b8b3c2af4921ef08d309db2ed2240dd3c9c194869558765eabf463"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-28 07:25.19 ---> saved as "2472f9158231c3c267f382b0f2185276f018b5c2760bf58d0fe2aa3ba0fe6dcd"


/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.10.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.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.5 --depext-only -y terminal.dev progress.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[progress.dev] synchronised (file:///src)
[terminal.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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).
# To update the current shell environment, run: eval $(opam env)
2026-03-28 07:25.42 ---> saved as "ba4454af0b7e1c9554aaeda195a53078f5e8a2ddb40cf4e231a447f7189473b4"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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 17 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.10.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.14.0
- install stdlib-shims       0.3.0
- install topkg              1.1.1
- install uucp               17.0.0
- install uutf               1.0.4
- install vector             1.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.10.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 re.1.14.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.17.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.10.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.14.0
-> installed alcotest.1.9.1
-> installed uucp.17.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-28 07:27.31 ---> saved as "c446494301afdafd414796b8e8105349c6c34f2aed9b1fc920fce39fb1adcf53"


/src: (copy (src .) (dst /src))
2026-03-28 07:27.31 ---> saved as "c2d18facade145b7741847c8232e04294f50e593593d1888e2161ed0523a38b5"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src/terminal/tests && ./test.exe)
Testing `src/terminal/tests/test.ml'.
This run has ID `WSKCO2NK'.


[OK]          colours          0   rgb.
[OK]          colours          1   hex.
[OK]          width            0   guess_width.
[OK]          width            1   truncate.


Full test results in `/src/_build/default/src/terminal/tests/_build/_tests/src-terminal-tests-test.ml'.
Test Successful in 0.001s. 4 tests run.
(cd _build/default/src/progress/tests && ./test.exe)
Testing `src/progress/tests/test.ml'.
This run has ID `A5NH8GTL'.


[OK]          main                0   Pair.
[OK]          main                1   Unicode bar.
[OK]          main                2   Progress bar lifecycle....
[OK]          main                3   Progress bar width.
[OK]          main                4   Pre-provided counter....
[OK]          boxes               0   Unsized element not in box.
[OK]          boxes               1   Two unsized elements in box.
[OK]          units               0   percentage.
[OK]          units               1   bytes.
[OK]          units               2   duration.
[OK]          printers            0   int.
[OK]          printers            1   string.
[OK]          flow_meter          0   linear.
[OK]          flow_meter          1   non-linear.


Full test results in `/src/_build/default/src/progress/tests/_build/_tests/src-progress-tests-test.ml'.
Test Successful in 0.004s. 14 tests run.
2026-03-28 07:27.34 ---> saved as "d7e58b55a1bfe80f7c84a24a52f6ca8b54025db4542436ddc652634269b8fd7e"
Job succeeded
2026-03-28 07:27.34: Job succeeded