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:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/craigfe/progress.git" -b "main" && cd "progress" && git reset --hard 4463ead8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3# fedora-43-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-06-30 15:55.05: Waiting for worker…2026-06-30 15:57.14: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3: Pulling from ocaml/opam1fd43c80f797: Pulling fs layer86f641bed7cf: Pulling fs layercc34a09cdcc4: Pulling fs layer47bba4af6cc8: Pulling fs layer531d0119982c: Pulling fs layer6fa16750b700: Pulling fs layerff20a06231f1: Pulling fs layerf322df446d6b: Pulling fs layer405072d36bdd: Pulling fs layera044fbf81d64: Pulling fs layer7aa0c45a06e7: Pulling fs layer19bf9c672922: Pulling fs layer47bba4af6cc8: Waitingba7cc57104ca: Pulling fs layer531d0119982c: Waitinge747e9ba4ad0: Pulling fs layer6fa16750b700: Waitinga51191b964b5: Pulling fs layerff20a06231f1: Waitingeb3f96fbef2d: Pulling fs layerdcb5bfc96fb1: Pulling fs layerc6e9334c27d9: Pulling fs layer3e2552a6acd4: Pulling fs layere90a9d0334f0: Pulling fs layer4f4fb700ef54: Pulling fs layer08e693a44334: Pulling fs layerf322df446d6b: Waitingba7cc57104ca: Waiting19bf9c672922: Waitinge747e9ba4ad0: Waitingeb3f96fbef2d: Waitinge300cbdc3c3a: Pulling fs layerdcb5bfc96fb1: Waiting3e2552a6acd4: Waiting9cea457898f0: Pulling fs layer7aa0c45a06e7: Waiting4f4fb700ef54: Waiting6f82656ba15e: Pulling fs layere90a9d0334f0: Waitinge300cbdc3c3a: Waiting8f43e8b28a74: Pulling fs layer08e693a44334: Waitingc6e9334c27d9: Waiting9cea457898f0: Waiting6f82656ba15e: Waiting6df25cab4e43: Pulling fs layer02f4c0aa1e50: Pulling fs layer8f43e8b28a74: Waitinga51191b964b5: Waiting6df25cab4e43: Waiting04326f1af263: Pulling fs layera33503cc6e74: Pulling fs layer02f4c0aa1e50: Waitinga9d74e06cd17: Pulling fs layer76858174296d: Pulling fs layera044fbf81d64: Waitinga56641b71d16: Pulling fs layera33503cc6e74: Waitingf29abdc5601a: Pulling fs layerfc89bc3ac8f5: Pulling fs layera56641b71d16: Waiting102babdbfb68: Pulling fs layer76858174296d: Waiting404ff40b2ca1: Pulling fs layer102babdbfb68: Waitingf56469463003: Pulling fs layer404ff40b2ca1: Waiting405072d36bdd: Waitinga9d74e06cd17: Waitingde68a1e1ac41: Pulling fs layerc3fb14822511: Pulling fs layerf56469463003: Waitingde68a1e1ac41: Waitingc8cdf97c4f64: Pulling fs layer40d2a9eebf0d: Pulling fs layerc3fb14822511: Waiting153928002779: Pulling fs layer40d2a9eebf0d: Waitingd7e05ae59262: Pulling fs layerc8cdf97c4f64: Waiting153928002779: Waitingd7e05ae59262: Waiting86f641bed7cf: Download completecc34a09cdcc4: Verifying Checksumcc34a09cdcc4: Download complete531d0119982c: Verifying Checksum531d0119982c: Download complete6fa16750b700: Verifying Checksum6fa16750b700: Download completeff20a06231f1: Verifying Checksumff20a06231f1: Download completef322df446d6b: Download complete405072d36bdd: Download completea044fbf81d64: Verifying Checksuma044fbf81d64: Download complete1fd43c80f797: Verifying Checksum1fd43c80f797: Download complete7aa0c45a06e7: Verifying Checksum7aa0c45a06e7: Download completeba7cc57104ca: Download complete19bf9c672922: Download completee747e9ba4ad0: Verifying Checksume747e9ba4ad0: Download completea51191b964b5: Verifying Checksuma51191b964b5: Download completeeb3f96fbef2d: Verifying Checksumeb3f96fbef2d: Download completedcb5bfc96fb1: Verifying Checksumdcb5bfc96fb1: Download completec6e9334c27d9: Verifying Checksumc6e9334c27d9: Download complete3e2552a6acd4: Download completee90a9d0334f0: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete08e693a44334: Verifying Checksum08e693a44334: Download completee300cbdc3c3a: Verifying Checksume300cbdc3c3a: Download complete9cea457898f0: Download complete6f82656ba15e: Download complete8f43e8b28a74: Verifying Checksum8f43e8b28a74: Download complete6df25cab4e43: Download complete02f4c0aa1e50: Verifying Checksum02f4c0aa1e50: Download complete04326f1af263: Download completea33503cc6e74: Verifying Checksuma33503cc6e74: Download complete76858174296d: Download completea9d74e06cd17: Verifying Checksuma9d74e06cd17: Download completea56641b71d16: Verifying Checksuma56641b71d16: Download completefc89bc3ac8f5: Verifying Checksumfc89bc3ac8f5: Download complete1fd43c80f797: Pull complete86f641bed7cf: Pull complete47bba4af6cc8: Verifying Checksum47bba4af6cc8: Download complete404ff40b2ca1: Download completef56469463003: Verifying Checksumf56469463003: Download completede68a1e1ac41: Verifying Checksumde68a1e1ac41: Download completecc34a09cdcc4: Pull completef29abdc5601a: Verifying Checksumf29abdc5601a: Download complete102babdbfb68: Verifying Checksum102babdbfb68: Download complete40d2a9eebf0d: Download complete153928002779: Verifying Checksum153928002779: Download completed7e05ae59262: Verifying Checksumd7e05ae59262: Download completec8cdf97c4f64: Verifying Checksumc8cdf97c4f64: Download completec3fb14822511: Verifying Checksumc3fb14822511: Download complete47bba4af6cc8: Pull complete531d0119982c: Pull complete6fa16750b700: Pull completeff20a06231f1: Pull completef322df446d6b: Pull complete405072d36bdd: Pull completea044fbf81d64: Pull complete7aa0c45a06e7: Pull complete19bf9c672922: Pull completeba7cc57104ca: Pull completee747e9ba4ad0: Pull completea51191b964b5: Pull completeeb3f96fbef2d: Pull completedcb5bfc96fb1: Pull completec6e9334c27d9: Pull complete3e2552a6acd4: Pull completee90a9d0334f0: Pull complete4f4fb700ef54: Pull complete08e693a44334: Pull completee300cbdc3c3a: Pull complete9cea457898f0: Pull complete6f82656ba15e: Pull complete8f43e8b28a74: Pull complete6df25cab4e43: Pull complete02f4c0aa1e50: Pull complete04326f1af263: Pull completea33503cc6e74: Pull completea9d74e06cd17: Pull complete76858174296d: Pull completea56641b71d16: Pull completef29abdc5601a: Pull completefc89bc3ac8f5: Pull complete102babdbfb68: Pull complete404ff40b2ca1: Pull completef56469463003: Pull completede68a1e1ac41: Pull completec3fb14822511: Pull completec8cdf97c4f64: Pull complete40d2a9eebf0d: Pull complete153928002779: Pull completed7e05ae59262: Pull completeDigest: sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3Status: Downloaded newer image for ocaml/opam@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a32026-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 | 00m00sFedora 43 - x86_64 - Updates 100% | 101.6 KiB/s | 16.3 KiB | 00m00sRepositories 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_HEADb85f65c75d..8cd35acddd master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-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 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-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-genericThe OCaml toplevel, version 5.5.02.5.12026-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-repositoryThe 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.3Done.<><> 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.0Done.# 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 succeeded2026-06-30 15:59.41: Job succeeded