2026-06-30 12:14.31: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (4463ead8286d559d2d4a5d6e1797a7b645541716) (linux-x86_64:ubuntu-25.04-5.5_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.5@sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b5226Opam 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:ubuntu-25.04-ocaml-5.5@sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b5226# ubuntu-25.04-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:ubuntu-25.04-ocaml-5.5@sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b5226-ubuntu-25.04-5.5_opam-2.5-02125489265316d3a97d4b9b9ca8401f"2026-06-30 12:14.31: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.5@sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b5226)(comment ubuntu-25.04-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:54.57: Waiting for worker…2026-06-30 15:57.05: 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:ubuntu-25.04-ocaml-5.5@sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b5226)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.5@sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b5226' locallydocker.io/ocaml/opam@sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b5226: Pulling from ocaml/opamc62190a9ab61: Already exists788eac603774: Pulling fs layerd8838e8760f7: Pulling fs layer044df817fdc9: Pulling fs layer679d83783049: Pulling fs layer69f94498388b: Pulling fs layer3085e8aba705: Pulling fs layer788eac603774: Waiting044df817fdc9: Waitingd8838e8760f7: Waitinga0a4f3094d9c: Pulling fs layer679d83783049: Waiting6fb066609bd0: Pulling fs layer69f94498388b: Waiting3085e8aba705: Waitinga0a4f3094d9c: Waiting708e838a777f: Pulling fs layerf34688a32906: Pulling fs layer708e838a777f: Waiting46da1cacb563: Pulling fs layer45efe9200020: Pulling fs layer5b99139b364f: Pulling fs layerf34688a32906: Waiting4ad48f1dba7c: Pulling fs layer46da1cacb563: Waitingc925d71eaef6: Pulling fs layer45efe9200020: Waiting5b99139b364f: Waiting4ad48f1dba7c: Waitingc925d71eaef6: Waitingb2ad08e9de6b: Pulling fs layer83c2841cf9f5: Pulling fs layer44173c57952f: Pulling fs layerb2ad08e9de6b: Waitingd79d03e7cdd0: Pulling fs layer4f4fb700ef54: Pulling fs layer44173c57952f: Waitingd79d03e7cdd0: Waitingf3c441c54279: Pulling fs layered883348341c: Pulling fs layerb291b02a5330: Pulling fs layer83c2841cf9f5: Waitingf3c441c54279: Waiting1511b666e5bc: Pulling fs layered883348341c: Waitingb291b02a5330: Waiting4f4fb700ef54: Waitingdfb1789db5aa: Pulling fs layer816b597ba46a: Pulling fs layer076e5216fa61: Pulling fs layerdfb1789db5aa: Waiting1511b666e5bc: Waiting7244f8145d6e: Pulling fs layerb20b8e4b141e: Pulling fs layer816b597ba46a: Waitinga06501a832ff: Pulling fs layera2ae49da3e1c: Pulling fs layer526fd91a9227: Pulling fs layera06501a832ff: Waiting9a80c0ecdf11: Pulling fs layer0c8157bed317: Pulling fs layer1a1c034aab17: Pulling fs layer0c8157bed317: Waitinge52c710f93d5: Pulling fs layera2ae49da3e1c: Waitinga4296119a3b7: Pulling fs layere52c710f93d5: Waiting7244f8145d6e: Waiting9185ab7b79b7: Pulling fs layerbf4590c0a8e8: Pulling fs layeraf67198b7db5: Pulling fs layer9196245c6a3d: Pulling fs layerbf4590c0a8e8: Waitingaf67198b7db5: Waiting337a7d4f05ad: Pulling fs layerabe485c5d1f9: Pulling fs layer9185ab7b79b7: Waiting48a7a7b953fa: Pulling fs layer9196245c6a3d: Waiting48a7a7b953fa: Waiting337a7d4f05ad: Waitingabe485c5d1f9: Waitinga4296119a3b7: Waiting1a1c034aab17: Waiting526fd91a9227: Waitingb20b8e4b141e: Waiting076e5216fa61: Waiting788eac603774: Download complete788eac603774: Pull completed8838e8760f7: Verifying Checksumd8838e8760f7: Download completed8838e8760f7: Pull complete679d83783049: Verifying Checksum679d83783049: Download complete044df817fdc9: Download complete3085e8aba705: Verifying Checksum3085e8aba705: Download completea0a4f3094d9c: Verifying Checksuma0a4f3094d9c: Download complete6fb066609bd0: Verifying Checksum6fb066609bd0: Download complete708e838a777f: Verifying Checksum708e838a777f: Download complete044df817fdc9: Pull complete679d83783049: Pull completef34688a32906: Verifying Checksumf34688a32906: Download complete46da1cacb563: Verifying Checksum46da1cacb563: Download complete5b99139b364f: Verifying Checksum5b99139b364f: Download complete45efe9200020: Verifying Checksum45efe9200020: Download complete4ad48f1dba7c: Verifying Checksum4ad48f1dba7c: Download completec925d71eaef6: Download completeb2ad08e9de6b: Verifying Checksumb2ad08e9de6b: Download complete83c2841cf9f5: Verifying Checksum83c2841cf9f5: Download complete69f94498388b: Verifying Checksum69f94498388b: Download complete44173c57952f: Verifying Checksum44173c57952f: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed79d03e7cdd0: Verifying Checksumd79d03e7cdd0: Download completef3c441c54279: Verifying Checksumf3c441c54279: Download completeed883348341c: Download completeb291b02a5330: Download complete1511b666e5bc: Verifying Checksum1511b666e5bc: Download completedfb1789db5aa: Verifying Checksumdfb1789db5aa: Download complete816b597ba46a: Verifying Checksum816b597ba46a: Download complete076e5216fa61: Verifying Checksum076e5216fa61: Download complete7244f8145d6e: Verifying Checksum7244f8145d6e: Download completeb20b8e4b141e: Verifying Checksumb20b8e4b141e: Download completea06501a832ff: Verifying Checksuma06501a832ff: Download completea2ae49da3e1c: Download complete526fd91a9227: Download complete0c8157bed317: Download completee52c710f93d5: Verifying Checksume52c710f93d5: Download completea4296119a3b7: Verifying Checksuma4296119a3b7: Download complete9185ab7b79b7: Download completebf4590c0a8e8: Verifying Checksumbf4590c0a8e8: Download completeaf67198b7db5: Download complete9a80c0ecdf11: Verifying Checksum9a80c0ecdf11: Download complete337a7d4f05ad: Verifying Checksum337a7d4f05ad: Download completeabe485c5d1f9: Verifying Checksumabe485c5d1f9: Download complete1a1c034aab17: Verifying Checksum1a1c034aab17: Download complete48a7a7b953fa: Verifying Checksum48a7a7b953fa: Download complete69f94498388b: Pull complete3085e8aba705: Pull completea0a4f3094d9c: Pull complete6fb066609bd0: Pull complete708e838a777f: Pull complete9196245c6a3d: Verifying Checksum9196245c6a3d: Download completef34688a32906: Pull complete46da1cacb563: Pull complete45efe9200020: Pull complete5b99139b364f: Pull complete4ad48f1dba7c: Pull completec925d71eaef6: Pull completeb2ad08e9de6b: Pull complete83c2841cf9f5: Pull complete44173c57952f: Pull completed79d03e7cdd0: Pull complete4f4fb700ef54: Pull completef3c441c54279: Pull completeed883348341c: Pull completeb291b02a5330: Pull complete1511b666e5bc: Pull completedfb1789db5aa: Pull complete816b597ba46a: Pull complete076e5216fa61: Pull complete7244f8145d6e: Pull completeb20b8e4b141e: Pull completea06501a832ff: Pull completea2ae49da3e1c: Pull complete526fd91a9227: Pull complete9a80c0ecdf11: Pull complete0c8157bed317: Pull complete1a1c034aab17: Pull completee52c710f93d5: Pull completea4296119a3b7: Pull complete9185ab7b79b7: Pull completebf4590c0a8e8: Pull completeaf67198b7db5: Pull complete9196245c6a3d: Pull complete337a7d4f05ad: Pull completeabe485c5d1f9: Pull complete48a7a7b953fa: Pull completeDigest: sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b5226Status: Downloaded newer image for ocaml/opam@sha256:0125753c4a6b74a6affb5097456fbd742e4b8494845887381b1c7791060b52262026-06-30 15:57.08 ---> using "dae608bd2fc2d5dea9b7a44329e6ee38f69b4a715a2d97f1247251ece8c4043b" from cache/: (comment ubuntu-25.04-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.08 ---> using "0c1701a7e64905ae6af6d9eeb52b97439303b37ae71f2089e20f6a709259cc27" 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.08 ---> using "3218b82d17009e9bfc9234b1c57b0128ab5341df8ea4cd49ade37d5cb981b25a" 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.Continue? [Y/n] y[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-30 15:57.08 ---> using "0d39bff1f00188593b13bb81d6c49a70d5f7c07279c89e84e27c71c7212fc95e" 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.08 ---> using "e77888caabab13f4467bcc64d0d6f9a9ca06b30c7f57836ffc47070e0acda3cb" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-30 15:57.08 ---> using "735b51e9a0bec460109decc1202ed0c7cc5416eea1b062cd939b3bd1e6efb43d" 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.08 ---> using "7ae81730d6fea7ecf21bea14f76fc4bd6ebca046fa09b97c3bc1a7eaed3186e6" from cache/src: (copy (src terminal.opam progress.opam) (dst ./))2026-06-30 15:57.09 ---> saved as "770b34359993214264668d0f3235aed2d90c9162822973d116dd36b1f629f696"/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.17 ---> saved as "90b03e4c19d3087083bd0aaf54f556a1839cc5fae1c186f3cfc2bc2f235da4ca"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-30 15:57.18 ---> saved as "f4d5d017873f2fc4ad92bcb2c3516220961efdb7f3e27746905688fcba9a8b5b"/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://archive.ubuntu.com/ubuntu plucky InRelease- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- 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.35 ---> saved as "acafb04e758b065d718d769f79fc84f66f688008a86899871ff8d4618690a374"/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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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 uutf.1.0.4-> installed fmt.0.11.0-> installed mtime.2.1.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.34 ---> saved as "0aa55e93f2c51330e43329f41b2d746a8787ca55f598e0fcbaa8c0e6d5545513"/src: (copy (src .) (dst /src))2026-06-30 15:59.37 ---> saved as "7622ec48d49a64a03c177af4df47a3c82bbaadc0037947fc05e7d7d30ee59f2f"/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 `LNNUJM6A'.[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 `E9JMHN9O'.[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 "47cc534aabbe5fefe7da01c563cdc70919ae8d0effe42ebfc35be63ee779e47a"Job succeeded2026-06-30 15:59.41: Job succeeded