2026-03-19 08:06.29: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (4463ead8286d559d2d4a5d6e1797a7b645541716) (linux-x86_64:debian-13-4.14+flambda_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024 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:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024 # debian-13-4.14+flambda_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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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-19 08:06.29: Using cache hint "craigfe/progress-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024-debian-13-4.14+flambda_opam-2.5-2b4f87ef88f1359362dc62fc072bfa46" 2026-03-19 08:06.29: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024) (comment debian-13-4.14+flambda_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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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-19 08:06.29: Waiting for resource in pool OCluster 2026-03-19 15:13.53: Waiting for worker… 2026-03-19 15:17.27: Got resource from pool OCluster Building on eumache 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.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024) 2026-03-19 15:17.27 ---> using "41bb500b3da064b5e6b574ace6ef3b37c3265c5cd17110ed5b389cfc4a3ddcf6" from cache /: (comment debian-13-4.14+flambda_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-19 15:17.27 ---> using "4e7506ccd24fbb0a775d0bd5334e8aaeda992917123ce3cdeeb76ad82b5b270e" 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 Format upgrade done. 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-19 15:17.27 ---> using "d86544469f80f0de95313c7ed4a4e69f1d3f5c53f6d097a2164d1a2f6772f0eb" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-03-19 15:17.27 ---> using "5b84e48c94b1f5072f3fcfa4069d4701e77121e50f2a5f18079e2a28b9d5af43" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-19 15:17.27 ---> using "5eb7c30af6bfe33176fe69462b27df6b126910791a11f405965e62fa25c8f287" 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 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-19 15:17.27 ---> using "3d088dff8cad178b514c9ca11b05e81d566e8ea97428ac640f88fc9bcc7e8964" from cache /src: (copy (src terminal.opam progress.opam) (dst ./)) 2026-03-19 15:17.28 ---> saved as "03931731108bdacac21e18032837a7ae77db51d02b021b8c4d205c048fc0488d" /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.34 ---> saved as "5f4fec17c8ccc10b7e734ab66ee15b8cdc4423fb611624993ac2a0aad7cbde07" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-19 15:17.36 ---> saved as "0ad2197bb93ff44f58fbfb06c7a611fda12ce6f865a8527a1a0563f1880c62f0" /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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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" - 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 (5369 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [progress.dev] synchronised (file:///src) [terminal.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options). [NOTE] Package ocaml-config is already installed (current version is 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-19 15:17.59 ---> saved as "01dd03fd92b77154f166679b35fb7274dc457d91425d88fc30ad0b983739d7df" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options). [NOTE] Package ocaml-config is already installed (current version is 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 ocamlfind.1.9.8 -> installed cmdliner.2.1.0 -> 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-19 15:19.38 ---> saved as "0e89ac86eda6108b8f80d500ba0f7d9c78c29daef5dc9bc4a1df15871887d60e" /src: (copy (src .) (dst /src)) 2026-03-19 15:19.40 ---> saved as "1d6844e9e42effc85fbe34a1ae397a62a054045a1cf894adf76fe87051f7fc7b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/terminal/tests/.test.eobjs/byte -I src/terminal/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/terminal/tests/.test.eobjs/native/dune__exe__Common.cmx -c -impl src/terminal/tests/common.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Test, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/terminal/tests/.test.eobjs/byte -I src/terminal/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/terminal/tests/.test.eobjs/native/dune__exe__Test.cmx -c -impl src/terminal/tests/test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/terminal/tests/.test.eobjs/byte -I src/terminal/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/terminal/tests/.test.eobjs/native/dune__exe__Test_colours.cmx -c -impl src/terminal/tests/test_colours.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Test, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/terminal/tests/.test.eobjs/byte -I src/terminal/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/terminal/tests/.test.eobjs/native/dune__exe__Test_width.cmx -c -impl src/terminal/tests/test_width.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Test, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/progress/tests/.test.eobjs/byte -I src/progress/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/optint -I src/progress/.progress.objs/byte -I src/progress/.progress.objs/native -I src/progress/engine/.progress_engine.objs/byte -I src/progress/engine/.progress_engine.objs/native -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/progress/tests/.test.eobjs/native/dune__exe__Common.cmx -c -impl src/progress/tests/common.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Test, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/progress/tests/.test.eobjs/byte -I src/progress/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/optint -I src/progress/.progress.objs/byte -I src/progress/.progress.objs/native -I src/progress/engine/.progress_engine.objs/byte -I src/progress/engine/.progress_engine.objs/native -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/progress/tests/.test.eobjs/native/dune__exe__Test_flow_meter.cmx -c -impl src/progress/tests/test_flow_meter.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Test, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/progress/tests/.test.eobjs/byte -I src/progress/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/optint -I src/progress/.progress.objs/byte -I src/progress/.progress.objs/native -I src/progress/engine/.progress_engine.objs/byte -I src/progress/engine/.progress_engine.objs/native -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/progress/tests/.test.eobjs/native/dune__exe__Test_printers.cmx -c -impl src/progress/tests/test_printers.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Test, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/progress/tests/.test.eobjs/byte -I src/progress/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/optint -I src/progress/.progress.objs/byte -I src/progress/.progress.objs/native -I src/progress/engine/.progress_engine.objs/byte -I src/progress/engine/.progress_engine.objs/native -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/progress/tests/.test.eobjs/native/dune__exe__Test_units.cmx -c -impl src/progress/tests/test_units.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Test, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/progress/tests/.test.eobjs/byte -I src/progress/tests/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/optint -I src/progress/.progress.objs/byte -I src/progress/.progress.objs/native -I src/progress/engine/.progress_engine.objs/byte -I src/progress/engine/.progress_engine.objs/native -I src/terminal/.terminal.objs/byte -I src/terminal/.terminal.objs/native -I src/terminal/ansi/.terminal_ansi.objs/byte -I src/terminal/ansi/.terminal_ansi.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/progress/tests/.test.eobjs/native/dune__exe__Test.cmx -c -impl src/progress/tests/test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Test, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default/src/terminal/tests && ./test.exe) Testing `src/terminal/tests/test.ml'. This run has ID `WBO6EHWA'. [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 `X0Z87THF'. [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-19 15:19.44 ---> saved as "01cd97edca8e39b117e030dd83153677c29a4454dc629461a390d6a3d2c007f6" Job succeeded 2026-03-19 15:19.44: Job succeeded