2026-06-30 12:14.31: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (4463ead8286d559d2d4a5d6e1797a7b645541716) (linux-x86_64:fedora-43-5.5_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3 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:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3 # fedora-43-5.5_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled dune.3.24.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 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" 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-06-30 12:14.31: Using cache hint "craigfe/progress-ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3-fedora-43-5.5_opam-2.5-02125489265316d3a97d4b9b9ca8401f" 2026-06-30 12:14.31: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3) (comment fedora-43-5.5_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline")) (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 "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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled dune.3.24.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 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") (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-06-30 12:14.31: Waiting for resource in pool OCluster 2026-06-30 15:55.05: Waiting for worker… 2026-06-30 15:57.14: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at 4463ead Merge pull request #53 from craigfe/prepare-v0.5.0 (from ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3) Unable to find image 'ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3' locally docker.io/ocaml/opam@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3: Pulling from ocaml/opam 1fd43c80f797: Pulling fs layer 86f641bed7cf: Pulling fs layer cc34a09cdcc4: Pulling fs layer 47bba4af6cc8: Pulling fs layer 531d0119982c: Pulling fs layer 6fa16750b700: Pulling fs layer ff20a06231f1: Pulling fs layer f322df446d6b: Pulling fs layer 405072d36bdd: Pulling fs layer a044fbf81d64: Pulling fs layer 7aa0c45a06e7: Pulling fs layer 19bf9c672922: Pulling fs layer 47bba4af6cc8: Waiting ba7cc57104ca: Pulling fs layer 531d0119982c: Waiting e747e9ba4ad0: Pulling fs layer 6fa16750b700: Waiting a51191b964b5: Pulling fs layer ff20a06231f1: Waiting eb3f96fbef2d: Pulling fs layer dcb5bfc96fb1: Pulling fs layer c6e9334c27d9: Pulling fs layer 3e2552a6acd4: Pulling fs layer e90a9d0334f0: Pulling fs layer 4f4fb700ef54: Pulling fs layer 08e693a44334: Pulling fs layer f322df446d6b: Waiting ba7cc57104ca: Waiting 19bf9c672922: Waiting e747e9ba4ad0: Waiting eb3f96fbef2d: Waiting e300cbdc3c3a: Pulling fs layer dcb5bfc96fb1: Waiting 3e2552a6acd4: Waiting 9cea457898f0: Pulling fs layer 7aa0c45a06e7: Waiting 4f4fb700ef54: Waiting 6f82656ba15e: Pulling fs layer e90a9d0334f0: Waiting e300cbdc3c3a: Waiting 8f43e8b28a74: Pulling fs layer 08e693a44334: Waiting c6e9334c27d9: Waiting 9cea457898f0: Waiting 6f82656ba15e: Waiting 6df25cab4e43: Pulling fs layer 02f4c0aa1e50: Pulling fs layer 8f43e8b28a74: Waiting a51191b964b5: Waiting 6df25cab4e43: Waiting 04326f1af263: Pulling fs layer a33503cc6e74: Pulling fs layer 02f4c0aa1e50: Waiting a9d74e06cd17: Pulling fs layer 76858174296d: Pulling fs layer a044fbf81d64: Waiting a56641b71d16: Pulling fs layer a33503cc6e74: Waiting f29abdc5601a: Pulling fs layer fc89bc3ac8f5: Pulling fs layer a56641b71d16: Waiting 102babdbfb68: Pulling fs layer 76858174296d: Waiting 404ff40b2ca1: Pulling fs layer 102babdbfb68: Waiting f56469463003: Pulling fs layer 404ff40b2ca1: Waiting 405072d36bdd: Waiting a9d74e06cd17: Waiting de68a1e1ac41: Pulling fs layer c3fb14822511: Pulling fs layer f56469463003: Waiting de68a1e1ac41: Waiting c8cdf97c4f64: Pulling fs layer 40d2a9eebf0d: Pulling fs layer c3fb14822511: Waiting 153928002779: Pulling fs layer 40d2a9eebf0d: Waiting d7e05ae59262: Pulling fs layer c8cdf97c4f64: Waiting 153928002779: Waiting d7e05ae59262: Waiting 86f641bed7cf: Download complete cc34a09cdcc4: Verifying Checksum cc34a09cdcc4: Download complete 531d0119982c: Verifying Checksum 531d0119982c: Download complete 6fa16750b700: Verifying Checksum 6fa16750b700: Download complete ff20a06231f1: Verifying Checksum ff20a06231f1: Download complete f322df446d6b: Download complete 405072d36bdd: Download complete a044fbf81d64: Verifying Checksum a044fbf81d64: Download complete 1fd43c80f797: Verifying Checksum 1fd43c80f797: Download complete 7aa0c45a06e7: Verifying Checksum 7aa0c45a06e7: Download complete ba7cc57104ca: Download complete 19bf9c672922: Download complete e747e9ba4ad0: Verifying Checksum e747e9ba4ad0: Download complete a51191b964b5: Verifying Checksum a51191b964b5: Download complete eb3f96fbef2d: Verifying Checksum eb3f96fbef2d: Download complete dcb5bfc96fb1: Verifying Checksum dcb5bfc96fb1: Download complete c6e9334c27d9: Verifying Checksum c6e9334c27d9: Download complete 3e2552a6acd4: Download complete e90a9d0334f0: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 08e693a44334: Verifying Checksum 08e693a44334: Download complete e300cbdc3c3a: Verifying Checksum e300cbdc3c3a: Download complete 9cea457898f0: Download complete 6f82656ba15e: Download complete 8f43e8b28a74: Verifying Checksum 8f43e8b28a74: Download complete 6df25cab4e43: Download complete 02f4c0aa1e50: Verifying Checksum 02f4c0aa1e50: Download complete 04326f1af263: Download complete a33503cc6e74: Verifying Checksum a33503cc6e74: Download complete 76858174296d: Download complete a9d74e06cd17: Verifying Checksum a9d74e06cd17: Download complete a56641b71d16: Verifying Checksum a56641b71d16: Download complete fc89bc3ac8f5: Verifying Checksum fc89bc3ac8f5: Download complete 1fd43c80f797: Pull complete 86f641bed7cf: Pull complete 47bba4af6cc8: Verifying Checksum 47bba4af6cc8: Download complete 404ff40b2ca1: Download complete f56469463003: Verifying Checksum f56469463003: Download complete de68a1e1ac41: Verifying Checksum de68a1e1ac41: Download complete cc34a09cdcc4: Pull complete f29abdc5601a: Verifying Checksum f29abdc5601a: Download complete 102babdbfb68: Verifying Checksum 102babdbfb68: Download complete 40d2a9eebf0d: Download complete 153928002779: Verifying Checksum 153928002779: Download complete d7e05ae59262: Verifying Checksum d7e05ae59262: Download complete c8cdf97c4f64: Verifying Checksum c8cdf97c4f64: Download complete c3fb14822511: Verifying Checksum c3fb14822511: Download complete 47bba4af6cc8: Pull complete 531d0119982c: Pull complete 6fa16750b700: Pull complete ff20a06231f1: Pull complete f322df446d6b: Pull complete 405072d36bdd: Pull complete a044fbf81d64: Pull complete 7aa0c45a06e7: Pull complete 19bf9c672922: Pull complete ba7cc57104ca: Pull complete e747e9ba4ad0: Pull complete a51191b964b5: Pull complete eb3f96fbef2d: Pull complete dcb5bfc96fb1: Pull complete c6e9334c27d9: Pull complete 3e2552a6acd4: Pull complete e90a9d0334f0: Pull complete 4f4fb700ef54: Pull complete 08e693a44334: Pull complete e300cbdc3c3a: Pull complete 9cea457898f0: Pull complete 6f82656ba15e: Pull complete 8f43e8b28a74: Pull complete 6df25cab4e43: Pull complete 02f4c0aa1e50: Pull complete 04326f1af263: Pull complete a33503cc6e74: Pull complete a9d74e06cd17: Pull complete 76858174296d: Pull complete a56641b71d16: Pull complete f29abdc5601a: Pull complete fc89bc3ac8f5: Pull complete 102babdbfb68: Pull complete 404ff40b2ca1: Pull complete f56469463003: Pull complete de68a1e1ac41: Pull complete c3fb14822511: Pull complete c8cdf97c4f64: Pull complete 40d2a9eebf0d: Pull complete 153928002779: Pull complete d7e05ae59262: Pull complete Digest: sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3 Status: Downloaded newer image for ocaml/opam@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3 2026-06-30 15:57.16 ---> using "495de9149c6efd18e8cfe874b66f12bba5ca407c44dd97c903d0de72622f02f9" from cache /: (comment fedora-43-5.5_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 43 - x86_64 100% | 52.0 KiB/s | 20.5 KiB | 00m00s Fedora 43 - x86_64 - Updates 100% | 101.6 KiB/s | 16.3 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-06-30 15:57.16 ---> using "e4a68b29d80178d58baf16845f0d89d12591c934b9f29cc5282c1b117cafbaf0" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-30 15:57.16 ---> using "52832f5688e71a042d1966c4052f0935dd5c13f0af17e83886f5142bfc7bafbc" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD b85f65c75d..8cd35acddd master -> origin/master 8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0 2026-06-30 15:57.16 ---> using "9a01b713a6408698d45796915b68c8889aea9dffc50a394d0665c8bf09399cfc" 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. [NOTE] The 'jobs' option was reset, its value was 1 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=1 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-30 15:57.16 ---> using "b2d515b49c644ba0d27f2e2fc8e0eb295404da1ba51dac9b0d66f744d7fcc3aa" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 5.5.0 2.5.1 2026-06-30 15:57.16 ---> using "7b3c089b35c57d229150e3750401181947294ce033464c0794c243f5b571f5fd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-30 15:57.16 ---> using "c7dd4cc6e5ab5d4ca08a3ee0903e95b5fcccbd5d9ba1fac922620d282634b732" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository The following actions will be performed: === recompile 7 packages - recompile base-domains base [uses ocaml] - recompile base-effects base [uses ocaml] - recompile base-nnp base [uses base-domains] - recompile ocaml 5.5.0 [uses ocaml-base-compiler] - recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler] - recompile ocaml-compiler 5.5.0 [upstream or system changes] - recompile opam-depext 1.2.3 [uses ocaml] === install 1 package - install compiler-cloning enabled [required by ocaml-compiler] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml.5.5.0 (cached) -> removed base-effects.base -> removed base-nnp.base -> removed base-domains.base -> installed compiler-cloning.enabled -> retrieved ocaml-compiler.5.5.0 (cached) -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> removed ocaml.5.5.0 -> removed ocaml-base-compiler.5.5.0 -> removed ocaml-compiler.5.5.0 -> installed ocaml-compiler.5.5.0 -> installed ocaml-base-compiler.5.5.0 -> installed ocaml.5.5.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead <><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><> => This switch had to be compiled from sources, but future switches with the 🐌 same compiler version and configuration should assemble instantly. # To update the current shell environment, run: eval $(opam env) 2026-06-30 15:57.16 ---> using "ad85ecb5de43baaeb20f446c29cc8e2b7c573f14a5db2537223356e4bd81f490" from cache /src: (copy (src terminal.opam progress.opam) (dst ./)) 2026-06-30 15:57.17 ---> saved as "a8ccf54f0f8e5da8c6ca782f838d84ec62901153664554fdcd89f25deab7428c" /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-06-30 15:57.21 ---> saved as "64968a7861e45f403d8885c596f8b66265c5c3585ffc4a876a486cf25de154a4" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-30 15:57.22 ---> saved as "8387247d18cbd8edbf6d2cc8f6d95153d04f3f743f24be077331abc5c33e0f42" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled dune.3.24.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 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") /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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Fedora 43 - x86_64 - Updates 100% | 125.8 KiB/s | 16.1 KiB | 00m00s - Repositories loaded. - Metadata cache created. <><> 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-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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). # To update the current shell environment, run: eval $(opam env) 2026-06-30 15:57.40 ---> saved as "e2721c2e53b337ac42135bba7c98ff2a7708ed28daf6f80fa83e29c715c80433" /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-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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 16 packages - install alcotest 1.9.1 - install astring 0.8.5 - install cmdliner 2.1.1 - install dune 3.24.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 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.1.1 (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 ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (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 uucp.17.0.0 (cached) -> retrieved dune.3.24.0 (cached) -> installed ocamlfind.1.9.8 -> installed cmdliner.2.1.1 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed astring.0.8.5 -> installed logs.0.10.0 -> installed dune.3.24.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-06-30 15:59.36 ---> saved as "6888775d3369b37fe4920c41535cfc8de99bb635598c882657d21bd2009e68d6" /src: (copy (src .) (dst /src)) 2026-06-30 15:59.37 ---> saved as "a82bb405469d495b5394ce1f4cadd3a642da4b2199b03a7fb4dd226199a0c54a" /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 `10W300UO'. [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/src/progress/tests && ./test.exe) Testing `src/progress/tests/test.ml'. This run has ID `6HNOD7I2'. [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.003s. 14 tests run. 2026-06-30 15:59.41 ---> saved as "6ea4955f2b17a3164e362d402d696091acc1be5fa8debde7a674aa4f5cc2dcbd" Job succeeded 2026-06-30 15:59.41: Job succeeded