Organisationscraigfeprogress5d1f12 ()debian-13-5.3+flambda_opam-2.4

debian-13-5.3+flambda_opam-2.4

Link Copied
Code Copied

Logs

2025-09-18 08:04.55: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/pull/50/head (5d1f12e2c9b693cc943a946bf6b82365a8940b69) (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" && cd "progress" && git fetch origin "refs/pull/50/head" && git reset --hard 5d1f12e2
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"
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.55: Using cache hint "craigfe/progress-ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:922425f1f3285001b919232acc81eeedc41cd3c961f7e563da788f8e2f8a17bd-debian-13-5.3+flambda_opam-2.4-a027483a9b1f58a60a9dd7338baaace3"
2025-09-18 08:04.55: 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")
(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.55: Waiting for resource in pool OCluster
2025-09-18 08:07.05: Waiting for worker…
2025-09-18 08:08.44: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 5d1f12e remove package information from dune-project


(from ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:922425f1f3285001b919232acc81eeedc41cd3c961f7e563da788f8e2f8a17bd)
2025-09-18 08:08.45 ---> 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:08.45 ---> 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-18 08:08.45 ---> using "db8b424d74072ad574de4fd011b258607cec2895be11ffac0fa042edcc6dd7d0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-09-18 08:08.45 ---> using "bbb7e6629b13e1d40338a1c6fe413225ae859552527158f2e8dc0f31b086047f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-18 08:08.45 ---> 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.21 ---> saved as "7f9231883a44108580c0c844f2d3348bf0ee9daba40d948fee1fdcf2aa1ee8c4"


/src: (copy (src terminal.opam progress.opam) (dst ./))
2025-09-18 08:09.22 ---> saved as "e4a406783b0b1b4488bdf3083a4a3d825b49b64d3685e046b709bbbbfa6c5083"


/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.27 ---> saved as "2e2aa26173f93a8ebebe5d2a07522225fb5470014ff5d3f797adb240b97ee43a"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-18 08:09.28 ---> saved as "77952d42710f6e0b4d0963d75764aeb9447e250e66388a94f9aab1de950d62d1"


/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")


/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 (574 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.50 ---> saved as "f4c4fb9f7f7c64e120dab967a028c3b2c7171b56c5964f0db01494d3abaf5fe1"


/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 17 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


<><> 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 ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (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 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 mtime.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed dune.3.20.2
-> installed optint.0.3.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.13.2
-> 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:12.33 ---> saved as "c07085b6d6efb7d0017d19e0f07e85ac95f96a8beedafaec9ab40e1f17fea278"


/src: (copy (src .) (dst /src))
2025-09-18 08:12.34 ---> saved as "fc794029f136ade357d5421b674a24cb195ac188b93ecdb7801fac0cb2d14adc"


/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 && /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/terminal/tests && ./test.exe)
Testing `src/terminal/tests/test.ml'.
This run has ID `ZN9VI70M'.


[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 `BAYNPELP'.


[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.
2025-09-18 08:12.38 ---> saved as "18860fbf9a502e9490e042413f9aff5e339022d9ae8a2aa75a2653d6249da06a"
Job succeeded
2025-09-18 08:12.45: Job succeeded