2026-06-30 12:14.31: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (4463ead8286d559d2d4a5d6e1797a7b645541716) (linux-x86_64:debian-13-5.5_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4Opam 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:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4# debian-13-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4-debian-13-5.5_opam-2.5-02125489265316d3a97d4b9b9ca8401f"2026-06-30 12:14.31: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4)(comment debian-13-5.5_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (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.07: Waiting for worker…2026-06-30 15:57.18: 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:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4)Unable to find image 'ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4' locallydocker.io/ocaml/opam@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4: Pulling from ocaml/opamef1b08ddd59d: Pulling fs layer4be7c24ca8ee: Pulling fs layer05da861ea237: Pulling fs layer8f1be68e1863: Pulling fs layer962a521ff79f: Pulling fs layer8f1be68e1863: Waiting4355eac69067: Pulling fs layerf117722b2d11: Pulling fs layer962a521ff79f: Waiting4355eac69067: Waitinga16e9bb77185: Pulling fs layerf117722b2d11: Waiting78d92c79e1de: Pulling fs layerb678657777d1: Pulling fs layerd8ffd0023eb2: Pulling fs layer3f61de3f7389: Pulling fs layer9eba3392dbeb: Pulling fs layer1f24a992a9f0: Pulling fs layer27510d0dd50a: Pulling fs layer2856754bb498: Pulling fs layer79eebcca3782: Pulling fs layer4878ed0874c4: Pulling fs layer2a7a1359c1bd: Pulling fs layera30084a3341d: Pulling fs layer4f4fb700ef54: Pulling fs layerf26b54c73d9e: Pulling fs layerf7b0fd900d70: Pulling fs layer83a223ff55a1: Pulling fs layer6fc3c60f5e79: Pulling fs layer9cea23387665: Pulling fs layer3c4d93aeba05: Pulling fs layer44348d840700: Pulling fs layer5893e1a583b2: Pulling fs layer694a9c1e510b: Pulling fs layer3faa91a6cf3d: Pulling fs layer5fec9cf7363e: Pulling fs layerfa0e0f649f8d: Pulling fs layer75da1c97479e: Pulling fs layerf37a56d09091: Pulling fs layer7c0b0eda3e68: Pulling fs layer3df7fcf27f23: Pulling fs layera16e9bb77185: Waiting1af977c4a535: Pulling fs layer87f0ca695158: Pulling fs layerb9baadac1984: Pulling fs layer6f49f59b0237: Pulling fs layerda300e2ae937: Pulling fs layerfdcf699d7b28: Pulling fs layer75786cdf6a69: Pulling fs layer53147f328c60: Pulling fs layeref963fae931b: Pulling fs layerf7b0fd900d70: Waiting83a223ff55a1: Waiting6fc3c60f5e79: Waiting9cea23387665: Waiting3c4d93aeba05: Waiting44348d840700: Waiting5893e1a583b2: Waiting694a9c1e510b: Waiting3faa91a6cf3d: Waiting5fec9cf7363e: Waitingfa0e0f649f8d: Waiting78d92c79e1de: Waitingda300e2ae937: Waitingb678657777d1: Waitingd8ffd0023eb2: Waiting3f61de3f7389: Waiting9eba3392dbeb: Waiting1f24a992a9f0: Waiting27510d0dd50a: Waiting2856754bb498: Waitingfdcf699d7b28: Waiting75786cdf6a69: Waiting79eebcca3782: Waiting53147f328c60: Waitingef963fae931b: Waiting4878ed0874c4: Waiting2a7a1359c1bd: Waitingf37a56d09091: Waitinga30084a3341d: Waiting4f4fb700ef54: Waiting7c0b0eda3e68: Waiting3df7fcf27f23: Waitingf26b54c73d9e: Waiting1af977c4a535: Waiting87f0ca695158: Waitingb9baadac1984: Waiting6f49f59b0237: Waiting05da861ea237: Verifying Checksum05da861ea237: Download complete4be7c24ca8ee: Download complete962a521ff79f: Verifying Checksum962a521ff79f: Download complete8f1be68e1863: Verifying Checksum8f1be68e1863: Download completef117722b2d11: Verifying Checksumf117722b2d11: Download completeef1b08ddd59d: Verifying Checksumef1b08ddd59d: Download complete4355eac69067: Verifying Checksum4355eac69067: Download completea16e9bb77185: Download complete78d92c79e1de: Verifying Checksum78d92c79e1de: Download completeb678657777d1: Verifying Checksumb678657777d1: Download completed8ffd0023eb2: Download complete3f61de3f7389: Download complete1f24a992a9f0: Verifying Checksum1f24a992a9f0: Download complete9eba3392dbeb: Verifying Checksum9eba3392dbeb: Download complete27510d0dd50a: Verifying Checksum27510d0dd50a: Download complete2856754bb498: Download complete79eebcca3782: Download complete4878ed0874c4: Download complete2a7a1359c1bd: Verifying Checksum2a7a1359c1bd: Download completea30084a3341d: Verifying Checksuma30084a3341d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef26b54c73d9e: Verifying Checksumf26b54c73d9e: Download completef7b0fd900d70: Verifying Checksumf7b0fd900d70: Download complete83a223ff55a1: Verifying Checksum83a223ff55a1: Download complete6fc3c60f5e79: Verifying Checksum6fc3c60f5e79: Download complete9cea23387665: Download complete3c4d93aeba05: Verifying Checksum3c4d93aeba05: Download complete44348d840700: Verifying Checksum44348d840700: Download complete5893e1a583b2: Verifying Checksum5893e1a583b2: Download complete694a9c1e510b: Verifying Checksum694a9c1e510b: Download complete5fec9cf7363e: Verifying Checksum5fec9cf7363e: Download complete3faa91a6cf3d: Verifying Checksum3faa91a6cf3d: Download completefa0e0f649f8d: Download completef37a56d09091: Verifying Checksumf37a56d09091: Download complete3df7fcf27f23: Verifying Checksum3df7fcf27f23: Download complete1af977c4a535: Verifying Checksum1af977c4a535: Download complete87f0ca695158: Download completeb9baadac1984: Verifying Checksumb9baadac1984: Download complete6f49f59b0237: Verifying Checksum6f49f59b0237: Download completeda300e2ae937: Verifying Checksumda300e2ae937: Download completeef1b08ddd59d: Pull complete4be7c24ca8ee: Pull complete05da861ea237: Pull completefdcf699d7b28: Verifying Checksumfdcf699d7b28: Download complete75786cdf6a69: Verifying Checksum75786cdf6a69: Download complete7c0b0eda3e68: Verifying Checksum7c0b0eda3e68: Download complete8f1be68e1863: Pull complete962a521ff79f: Pull complete53147f328c60: Verifying Checksum53147f328c60: Download completeef963fae931b: Verifying Checksumef963fae931b: Download complete75da1c97479e: Verifying Checksum75da1c97479e: Download complete4355eac69067: Pull completef117722b2d11: Pull completea16e9bb77185: Pull complete78d92c79e1de: Pull completeb678657777d1: Pull completed8ffd0023eb2: Pull complete3f61de3f7389: Pull complete9eba3392dbeb: Pull complete1f24a992a9f0: Pull complete27510d0dd50a: Pull complete2856754bb498: Pull complete79eebcca3782: Pull complete4878ed0874c4: Pull complete2a7a1359c1bd: Pull completea30084a3341d: Pull complete4f4fb700ef54: Pull completef26b54c73d9e: Pull completef7b0fd900d70: Pull complete83a223ff55a1: Pull complete6fc3c60f5e79: Pull complete9cea23387665: Pull complete3c4d93aeba05: Pull complete44348d840700: Pull complete5893e1a583b2: Pull complete694a9c1e510b: Pull complete3faa91a6cf3d: Pull complete5fec9cf7363e: Pull completefa0e0f649f8d: Pull complete75da1c97479e: Pull completef37a56d09091: Pull complete7c0b0eda3e68: Pull complete3df7fcf27f23: Pull complete1af977c4a535: Pull complete87f0ca695158: Pull completeb9baadac1984: Pull complete6f49f59b0237: Pull completeda300e2ae937: Pull completefdcf699d7b28: Pull complete75786cdf6a69: Pull complete53147f328c60: Pull completeef963fae931b: Pull completeDigest: sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4Status: Downloaded newer image for ocaml/opam@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e42026-06-30 15:57.20 ---> using "054811d928668669e2829137f96dd8c1e7659661f194e31cf4fc8afeb89b68ce" from cache/: (comment debian-13-5.5_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-30 15:57.20 ---> using "09c65482b1b12d0864db36c47f562c7773c815deeb1a50c13dcb414a866ca7e1" 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.20 ---> using "11a3460a5e46a3d48c3812bc930898b0e63b6bf4cdff3c1847c4368c1ea21326" 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.20 ---> using "f11b2e19da975cee02719be03128cf7cd40c00695a98058815bb40feb8955f3d" 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.20 ---> using "068dbacfbd705e2b41ee331b961c9d6fe2fb9a7e243ec3bcb0aca998e3710aec" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-30 15:57.20 ---> using "fa1d05f20c263fc085a4f432221125242e6a1b54b90d414c52ddd4b8eb2d23c7" 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.20 ---> using "e62634d351b64e910f4486a2f18f0fbc3187924a08746d263106c78bdadd2cb2" from cache/src: (copy (src terminal.opam progress.opam) (dst ./))2026-06-30 15:57.21 ---> saved as "d84be4a7ae2274f8d471cffcc2a41945bdc3b66d5036ac4f3cde001977af0f2b"/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.26 ---> saved as "bc5711a4291d2045a913154e50be098b84492f5c3601cee3a6b4c9674f8466fb"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-30 15:57.27 ---> saved as "e072743abd9b51bfe4b781ae8e62374f712c2426b0876656b0625e864ca6028b"/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/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 [223 kB]- Fetched 313 kB in 0s (2078 kB/s)- Reading package lists...-<><> 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.42 ---> saved as "44d5fa7a924b4c6ca136702310ae4d3faaa604b4c70b3ec2b9333c2894ccf31e"/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 cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> 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.44 ---> saved as "a153cd5dd3ca6c888f063031650902a5df0ca9e753535a4ee88b1f52eb007563"/src: (copy (src .) (dst /src))2026-06-30 15:59.47 ---> saved as "a9eb9f194bc77b9b4d6e800d9e786f543b9a8dd2c3fe1726b6e52a1ea7882f78"/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 `IOBFQKJN'.[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 `G46BKQW8'.[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.50 ---> saved as "e6f2c01f6be23096fb7a2a2a5fddb31d7cd81b5763e23d92a7cc9f4e007c2474"Job succeeded2026-06-30 15:59.51: Job succeeded