2025-09-18 08:04.56: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (d59f6eccd2317ff959a06afc6d53644eeecadf1e) (linux-x86_64:debian-13-5.3+flambda_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:922425f1f3285001b919232acc81eeedc41cd3c961f7e563da788f8e2f8a17bd Opam project build To reproduce locally: git clone --recursive "https://github.com/craigfe/progress.git" -b "main" && cd "progress" && git reset --hard d59f6ecc cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:922425f1f3285001b919232acc81eeedc41cd3c961f7e563da788f8e2f8a17bd # debian-13-5.3+flambda_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 6ebd41004d50bd8c645e362bc871173eebaf17b9 || git fetch origin master) && git reset -q --hard 6ebd41004d50bd8c645e362bc871173eebaf17b9 && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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 2025-09-18 08:04.56: Using cache hint "craigfe/progress-ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:922425f1f3285001b919232acc81eeedc41cd3c961f7e563da788f8e2f8a17bd-debian-13-5.3+flambda_opam-2.4-53a4b2541ce202f2c0f73c79ff6503eb" 2025-09-18 08:04.56: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:922425f1f3285001b919232acc81eeedc41cd3c961f7e563da788f8e2f8a17bd) (comment debian-13-5.3+flambda_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 6ebd41004d50bd8c645e362bc871173eebaf17b9 || git fetch origin master) && git reset -q --hard 6ebd41004d50bd8c645e362bc871173eebaf17b9 && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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")) ) 2025-09-18 08:04.56: Waiting for resource in pool OCluster 2025-09-18 08:07.51: Waiting for worker… 2025-09-18 08:09.31: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at d59f6ec Merge pull request #48 from gasche/eta-fix (from ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:922425f1f3285001b919232acc81eeedc41cd3c961f7e563da788f8e2f8a17bd) 2025-09-18 08:09.31 ---> using "3cd8646ebc4fbf3beadd147b48b84e03aab7455d56b048afff82d850e53757c0" from cache /: (comment debian-13-5.3+flambda_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-18 08:09.31 ---> using "d89a63f8aeb0736bca6b31900a79aab453f363f5d92c58f083542339f0555982" 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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-18 08:09.31 ---> using "db8b424d74072ad574de4fd011b258607cec2895be11ffac0fa042edcc6dd7d0" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-09-18 08:09.31 ---> using "bbb7e6629b13e1d40338a1c6fe413225ae859552527158f2e8dc0f31b086047f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-18 08:09.31 ---> using "751085e34de07c330f02f31bd49266959e22d3b8959807354fb4c5a8c32ae234" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ebd41004d50bd8c645e362bc871173eebaf17b9 || git fetch origin master) && git reset -q --hard 6ebd41004d50bd8c645e362bc871173eebaf17b9 && git log --no-decorate -n1 --oneline && opam update -u")) 6ebd41004d Merge pull request #28502 from dbuenzli/b0-publish-uucd.17.0.0-etc-42f74b717f59a5a4 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-18 08:09.46 ---> saved as "7f9231883a44108580c0c844f2d3348bf0ee9daba40d948fee1fdcf2aa1ee8c4" /src: (copy (src terminal.opam progress.opam) (dst ./)) 2025-09-18 08:09.46 ---> saved as "afd752228bf05ab2588af09301a799a01d4969a65c143b24afaa14c9b9403247" /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) 2025-09-18 08:09.48 ---> saved as "9957b206bf9df4d9a480cf15e39d19f26003632b008a0755086bc5571f4c710f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-18 08:09.48 ---> saved as "2c9cbe9860b689cc338b3c8ce6b64485cab0888011dac4032adef6b4660d84a4" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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 [40.4 kB] - Fetched 131 kB in 0s (1540 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 5.3.0+options). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-09-18 08:09.56 ---> saved as "497e688933e33cf750f02a84acea6c735d32f226e802baa0c965adf349d1354d" /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 5.3.0+options). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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.0 - install astring 0.8.5 - install cmdliner 1.3.0 - install dune 3.20.2 - install fmt 0.11.0 - install logs 0.9.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.13.2 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install uucp 17.0.0 - install uutf 1.0.4 - install vector 1.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved mtime.2.1.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.13.2 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved vector.1.0.0 (cached) -> retrieved uucp.17.0.0 (cached) -> retrieved dune.3.20.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed logs.0.9.0 -> installed dune.3.20.2 -> installed vector.1.0.0 -> installed stdlib-shims.0.3.0 -> installed optint.0.3.0 -> installed re.1.13.2 -> installed ocaml-syntax-shims.1.0.0 -> installed alcotest.1.9.0 -> installed uucp.17.0.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-18 08:10.36 ---> saved as "002300f0a99b2074b84220969725904cf830600537e16e670e4644417a33cde9" /src: (copy (src .) (dst /src)) 2025-09-18 08:10.36 ---> saved as "50ee33f9231694913aa05fb742d84d54507396ae0b1386f0b3b49b5e5f7c5398" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/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 -cmi-file src/terminal/tests/.test.eobjs/byte/dune__exe__Common.cmi -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/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/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 -cmi-file src/terminal/tests/.test.eobjs/byte/dune__exe__Test.cmi -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/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/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 -cmi-file src/terminal/tests/.test.eobjs/byte/dune__exe__Test_colours.cmi -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/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/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 -cmi-file src/terminal/tests/.test.eobjs/byte/dune__exe__Test_width.cmi -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/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/astring -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/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 -cmi-file src/progress/tests/.test.eobjs/byte/dune__exe__Common.cmi -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/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/astring -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/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 -cmi-file src/progress/tests/.test.eobjs/byte/dune__exe__Test_flow_meter.cmi -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/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/astring -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/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 -cmi-file src/progress/tests/.test.eobjs/byte/dune__exe__Test_printers.cmi -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/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/astring -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/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 -cmi-file src/progress/tests/.test.eobjs/byte/dune__exe__Test_units.cmi -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/src/terminal/tests && ./test.exe) Testing `src/terminal/tests/test.ml'. This run has ID `B9Z8AV93'. [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.000s. 4 tests run. (cd _build/default && /home/opam/.opam/5.3/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/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/astring -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/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 -cmi-file src/progress/tests/.test.eobjs/byte/dune__exe__Test.cmi -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/progress/tests && ./test.exe) Testing `src/progress/tests/test.ml'. This run has ID `E9V6Y32O'. [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.002s. 14 tests run. 2025-09-18 08:10.37 ---> saved as "f7302d91f16c8c04dc9c8ed7ce7876428ba1f2ddb8aab830f18744625bbc8189" Job succeeded 2025-09-18 08:10.37: Job succeeded