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.10-5.5_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3Opam 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.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3# ubuntu-25.10-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.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3-ubuntu-25.10-5.5_opam-2.5-02125489265316d3a97d4b9b9ca8401f"2026-06-30 12:14.31: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3)(comment ubuntu-25.10-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.54: 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.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3' locallydocker.io/ocaml/opam@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3: Pulling from ocaml/opamdef98daf9777: Pulling fs layer1b01da07964e: Pulling fs layer0250620f560f: Pulling fs layerdef98daf9777: Waiting91bd4f7825de: Pulling fs layerec50989f6088: Pulling fs layer1b01da07964e: Waitingb951ca6a1230: Pulling fs layer0250620f560f: Waiting91bd4f7825de: Waitingc7077c20f2a3: Pulling fs layer8fc5402e7074: Pulling fs layerec50989f6088: Waiting08e43f68bc4d: Pulling fs layerc7077c20f2a3: Waiting8fc5402e7074: Waitingb951ca6a1230: Waiting6a324f3c2ee2: Pulling fs layer08e43f68bc4d: Waitingfab403a288f9: Pulling fs layercf1379644e89: Pulling fs layer773293a0e267: Pulling fs layerc577cfdda176: Pulling fs layer6a324f3c2ee2: Waiting53b534550bfa: Pulling fs layer773293a0e267: Waitingfab403a288f9: Waiting6825858b06d6: Pulling fs layerc577cfdda176: Waitingcf1379644e89: Waiting53b534550bfa: Waiting174405042b1e: Pulling fs layer6825858b06d6: Waiting174405042b1e: Waiting92b71a534deb: Pulling fs layerac8162db6c57: Pulling fs layer5942c1badc4e: Pulling fs layerac8162db6c57: Waitingef0c47121fab: Pulling fs layer92b71a534deb: Waiting4f4fb700ef54: Pulling fs layer5942c1badc4e: Waiting45e864f330f9: Pulling fs layeref0c47121fab: Waiting4f4fb700ef54: Waiting66b89ede997e: Pulling fs layer45e864f330f9: Waiting624ce624b765: Pulling fs layerfa722a7fa5c3: Pulling fs layer66b89ede997e: Waiting624ce624b765: Waiting39ed84d3666a: Pulling fs layerb9a9fe91943c: Pulling fs layerfa722a7fa5c3: Waiting39ed84d3666a: Waiting719fe47198f4: Pulling fs layer5ecd350423eb: Pulling fs layerb9a9fe91943c: Waiting719fe47198f4: Waiting7dc47d557558: Pulling fs layerb6f706fafb28: Pulling fs layer5ecd350423eb: Waiting7dc47d557558: Waiting7bff85283537: Pulling fs layerb6f706fafb28: Waitingb710b379c8f7: Pulling fs layer3944e9c3ef1d: Pulling fs layer7bff85283537: Waitingb710b379c8f7: Waiting369e2e3a9892: Pulling fs layer3944e9c3ef1d: Waitingd58025e76a33: Pulling fs layer7905910e5237: Pulling fs layer369e2e3a9892: Waitingd58025e76a33: Waiting7905910e5237: Waiting8ce2906ed5cf: Pulling fs layer8ce2906ed5cf: Waiting0727c674e869: Pulling fs layer58cefbbbd158: Pulling fs layer0727c674e869: Waiting2495427b1274: Pulling fs layer42f8b10065e1: Pulling fs layer58cefbbbd158: Waiting2495427b1274: Waiting3311450e8b79: Pulling fs layer42f8b10065e1: Waiting3311450e8b79: Waitingdef98daf9777: Verifying Checksumdef98daf9777: Download complete1b01da07964e: Verifying Checksum1b01da07964e: Download complete0250620f560f: Download complete91bd4f7825de: Verifying Checksum91bd4f7825de: Download completeec50989f6088: Verifying Checksumec50989f6088: Download completec7077c20f2a3: Download completedef98daf9777: Pull complete1b01da07964e: Pull complete0250620f560f: Pull complete08e43f68bc4d: Verifying Checksum08e43f68bc4d: Download complete6a324f3c2ee2: Verifying Checksum6a324f3c2ee2: Download complete8fc5402e7074: Verifying Checksum8fc5402e7074: Download completefab403a288f9: Verifying Checksumfab403a288f9: Download completecf1379644e89: Verifying Checksumcf1379644e89: Download complete91bd4f7825de: Pull completeec50989f6088: Pull completeb951ca6a1230: Verifying Checksumb951ca6a1230: Download complete773293a0e267: Verifying Checksum773293a0e267: Download completec577cfdda176: Download complete53b534550bfa: Verifying Checksum53b534550bfa: Download complete6825858b06d6: Download complete174405042b1e: Verifying Checksum174405042b1e: Download complete92b71a534deb: Verifying Checksum92b71a534deb: Download completeac8162db6c57: Download complete5942c1badc4e: Verifying Checksum5942c1badc4e: Download completeef0c47121fab: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete45e864f330f9: Verifying Checksum45e864f330f9: Download complete66b89ede997e: Download complete624ce624b765: Verifying Checksum624ce624b765: Download completefa722a7fa5c3: Download complete39ed84d3666a: Download completeb9a9fe91943c: Verifying Checksumb9a9fe91943c: Download complete719fe47198f4: Download complete5ecd350423eb: Download complete7dc47d557558: Verifying Checksum7dc47d557558: Download completeb6f706fafb28: Download complete7bff85283537: Verifying Checksum7bff85283537: Download completeb710b379c8f7: Verifying Checksumb710b379c8f7: Download complete369e2e3a9892: Verifying Checksum369e2e3a9892: Download complete7905910e5237: Verifying Checksum7905910e5237: Download complete8ce2906ed5cf: Download complete0727c674e869: Verifying Checksum0727c674e869: Download complete58cefbbbd158: Verifying Checksum58cefbbbd158: Download complete2495427b1274: Download complete42f8b10065e1: Verifying Checksum42f8b10065e1: Download complete3311450e8b79: Verifying Checksum3311450e8b79: Download completed58025e76a33: Verifying Checksumd58025e76a33: Download complete3944e9c3ef1d: Verifying Checksum3944e9c3ef1d: Download completeb951ca6a1230: Pull completec7077c20f2a3: Pull complete8fc5402e7074: Pull complete08e43f68bc4d: Pull complete6a324f3c2ee2: Pull completefab403a288f9: Pull completecf1379644e89: Pull complete773293a0e267: Pull completec577cfdda176: Pull complete53b534550bfa: Pull complete6825858b06d6: Pull complete174405042b1e: Pull complete92b71a534deb: Pull completeac8162db6c57: Pull complete5942c1badc4e: Pull completeef0c47121fab: Pull complete4f4fb700ef54: Pull complete45e864f330f9: Pull complete66b89ede997e: Pull complete624ce624b765: Pull completefa722a7fa5c3: Pull complete39ed84d3666a: Pull completeb9a9fe91943c: Pull complete719fe47198f4: Pull complete5ecd350423eb: Pull complete7dc47d557558: Pull completeb6f706fafb28: Pull complete7bff85283537: Pull completeb710b379c8f7: Pull complete3944e9c3ef1d: Pull complete369e2e3a9892: Pull completed58025e76a33: Pull complete7905910e5237: Pull complete8ce2906ed5cf: Pull complete0727c674e869: Pull complete58cefbbbd158: Pull complete2495427b1274: Pull complete42f8b10065e1: Pull complete3311450e8b79: Pull completeDigest: sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3Status: Downloaded newer image for ocaml/opam@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d32026-06-30 15:57.06 ---> using "adc013051bfa1f6bbbd8aa8ba3388265844cc5b13d60b6ec9d3c8fa7beba9f2a" from cache/: (comment ubuntu-25.10-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.06 ---> using "5c2d63dc173953b9db33c04dc4dec67bc71d59c1612e820633bd798a8be41c84" 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.07 ---> using "262e94cb55839315502cbfe739a5fe235cb17bd0a9bfc1e9fe35842ed8b3913b" 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.07 ---> using "081a3b09ed99f4f1bd1eb5cd32224b79d89beca6f5dc1f970f0342360c1ada79" 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.07 ---> using "bbcd544ced3c7abdc1078e48f6bd86ef6cbf479d0f2b8b4d3263f61a766103a9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-30 15:57.07 ---> using "e9195a6d929f1f2fe94a79ae6dc2c602ad980070fbd2ccda2f1b60940b04b788" 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.07 ---> using "090f4594dd3d5100288baa3700ccf551fc0a1a908d6b6475bfea4f7f6d83ee59" from cache/src: (copy (src terminal.opam progress.opam) (dst ./))2026-06-30 15:57.08 ---> saved as "e610732e22ceed3e284f04e4b2c8607d6c18a8b271da84a2a5d19537656e1490"/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.14 ---> saved as "73a2b77456cf6832a40902cbd81f772460e07a9efaca1bceac56ab0460fe602e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-30 15:57.15 ---> saved as "8986e0814d89502e2138d02543743ec31389b7d21ca6d24daef8eabc4cef4353"/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"- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [137 kB]- Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [138 kB]- Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [377 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [345 kB]- Get:6 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [513 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [134 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [368 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [592 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [447 kB]- Fetched 3052 kB in 1s (2869 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.33 ---> saved as "0634471d12a246ccc9b9109f7d73c6a9a400aa293e5d4a420efbe8e20254ef45"/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 uutf.1.0.4-> 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.33 ---> saved as "e7144992be35c3f93934fcaf39365a16d815055e75eaaf184ea823afc75b0adb"/src: (copy (src .) (dst /src))2026-06-30 15:59.37 ---> saved as "8298ff15f8f4c43a174d88164126ea6488fb2c52e27cb97c8a11fe02ecfc6404"/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 `QJZBCGO7'.[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 `CMGY1163'.[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 "e94fdfb097a9a3f4b8e6db31bb47fb19e3d657bec24b9e834851d236fbcea83b"Job succeeded2026-06-30 15:59.41: Job succeeded