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:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3 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:ubuntu-25.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3 # ubuntu-25.10-5.5_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src 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: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 OCluster 2026-06-30 15:54.54: Waiting for worker… 2026-06-30 15:57.05: 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:ubuntu-25.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.5@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3' locally docker.io/ocaml/opam@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3: Pulling from ocaml/opam def98daf9777: Pulling fs layer 1b01da07964e: Pulling fs layer 0250620f560f: Pulling fs layer def98daf9777: Waiting 91bd4f7825de: Pulling fs layer ec50989f6088: Pulling fs layer 1b01da07964e: Waiting b951ca6a1230: Pulling fs layer 0250620f560f: Waiting 91bd4f7825de: Waiting c7077c20f2a3: Pulling fs layer 8fc5402e7074: Pulling fs layer ec50989f6088: Waiting 08e43f68bc4d: Pulling fs layer c7077c20f2a3: Waiting 8fc5402e7074: Waiting b951ca6a1230: Waiting 6a324f3c2ee2: Pulling fs layer 08e43f68bc4d: Waiting fab403a288f9: Pulling fs layer cf1379644e89: Pulling fs layer 773293a0e267: Pulling fs layer c577cfdda176: Pulling fs layer 6a324f3c2ee2: Waiting 53b534550bfa: Pulling fs layer 773293a0e267: Waiting fab403a288f9: Waiting 6825858b06d6: Pulling fs layer c577cfdda176: Waiting cf1379644e89: Waiting 53b534550bfa: Waiting 174405042b1e: Pulling fs layer 6825858b06d6: Waiting 174405042b1e: Waiting 92b71a534deb: Pulling fs layer ac8162db6c57: Pulling fs layer 5942c1badc4e: Pulling fs layer ac8162db6c57: Waiting ef0c47121fab: Pulling fs layer 92b71a534deb: Waiting 4f4fb700ef54: Pulling fs layer 5942c1badc4e: Waiting 45e864f330f9: Pulling fs layer ef0c47121fab: Waiting 4f4fb700ef54: Waiting 66b89ede997e: Pulling fs layer 45e864f330f9: Waiting 624ce624b765: Pulling fs layer fa722a7fa5c3: Pulling fs layer 66b89ede997e: Waiting 624ce624b765: Waiting 39ed84d3666a: Pulling fs layer b9a9fe91943c: Pulling fs layer fa722a7fa5c3: Waiting 39ed84d3666a: Waiting 719fe47198f4: Pulling fs layer 5ecd350423eb: Pulling fs layer b9a9fe91943c: Waiting 719fe47198f4: Waiting 7dc47d557558: Pulling fs layer b6f706fafb28: Pulling fs layer 5ecd350423eb: Waiting 7dc47d557558: Waiting 7bff85283537: Pulling fs layer b6f706fafb28: Waiting b710b379c8f7: Pulling fs layer 3944e9c3ef1d: Pulling fs layer 7bff85283537: Waiting b710b379c8f7: Waiting 369e2e3a9892: Pulling fs layer 3944e9c3ef1d: Waiting d58025e76a33: Pulling fs layer 7905910e5237: Pulling fs layer 369e2e3a9892: Waiting d58025e76a33: Waiting 7905910e5237: Waiting 8ce2906ed5cf: Pulling fs layer 8ce2906ed5cf: Waiting 0727c674e869: Pulling fs layer 58cefbbbd158: Pulling fs layer 0727c674e869: Waiting 2495427b1274: Pulling fs layer 42f8b10065e1: Pulling fs layer 58cefbbbd158: Waiting 2495427b1274: Waiting 3311450e8b79: Pulling fs layer 42f8b10065e1: Waiting 3311450e8b79: Waiting def98daf9777: Verifying Checksum def98daf9777: Download complete 1b01da07964e: Verifying Checksum 1b01da07964e: Download complete 0250620f560f: Download complete 91bd4f7825de: Verifying Checksum 91bd4f7825de: Download complete ec50989f6088: Verifying Checksum ec50989f6088: Download complete c7077c20f2a3: Download complete def98daf9777: Pull complete 1b01da07964e: Pull complete 0250620f560f: Pull complete 08e43f68bc4d: Verifying Checksum 08e43f68bc4d: Download complete 6a324f3c2ee2: Verifying Checksum 6a324f3c2ee2: Download complete 8fc5402e7074: Verifying Checksum 8fc5402e7074: Download complete fab403a288f9: Verifying Checksum fab403a288f9: Download complete cf1379644e89: Verifying Checksum cf1379644e89: Download complete 91bd4f7825de: Pull complete ec50989f6088: Pull complete b951ca6a1230: Verifying Checksum b951ca6a1230: Download complete 773293a0e267: Verifying Checksum 773293a0e267: Download complete c577cfdda176: Download complete 53b534550bfa: Verifying Checksum 53b534550bfa: Download complete 6825858b06d6: Download complete 174405042b1e: Verifying Checksum 174405042b1e: Download complete 92b71a534deb: Verifying Checksum 92b71a534deb: Download complete ac8162db6c57: Download complete 5942c1badc4e: Verifying Checksum 5942c1badc4e: Download complete ef0c47121fab: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 45e864f330f9: Verifying Checksum 45e864f330f9: Download complete 66b89ede997e: Download complete 624ce624b765: Verifying Checksum 624ce624b765: Download complete fa722a7fa5c3: Download complete 39ed84d3666a: Download complete b9a9fe91943c: Verifying Checksum b9a9fe91943c: Download complete 719fe47198f4: Download complete 5ecd350423eb: Download complete 7dc47d557558: Verifying Checksum 7dc47d557558: Download complete b6f706fafb28: Download complete 7bff85283537: Verifying Checksum 7bff85283537: Download complete b710b379c8f7: Verifying Checksum b710b379c8f7: Download complete 369e2e3a9892: Verifying Checksum 369e2e3a9892: Download complete 7905910e5237: Verifying Checksum 7905910e5237: Download complete 8ce2906ed5cf: Download complete 0727c674e869: Verifying Checksum 0727c674e869: Download complete 58cefbbbd158: Verifying Checksum 58cefbbbd158: Download complete 2495427b1274: Download complete 42f8b10065e1: Verifying Checksum 42f8b10065e1: Download complete 3311450e8b79: Verifying Checksum 3311450e8b79: Download complete d58025e76a33: Verifying Checksum d58025e76a33: Download complete 3944e9c3ef1d: Verifying Checksum 3944e9c3ef1d: Download complete b951ca6a1230: Pull complete c7077c20f2a3: Pull complete 8fc5402e7074: Pull complete 08e43f68bc4d: Pull complete 6a324f3c2ee2: Pull complete fab403a288f9: Pull complete cf1379644e89: Pull complete 773293a0e267: Pull complete c577cfdda176: Pull complete 53b534550bfa: Pull complete 6825858b06d6: Pull complete 174405042b1e: Pull complete 92b71a534deb: Pull complete ac8162db6c57: Pull complete 5942c1badc4e: Pull complete ef0c47121fab: Pull complete 4f4fb700ef54: Pull complete 45e864f330f9: Pull complete 66b89ede997e: Pull complete 624ce624b765: Pull complete fa722a7fa5c3: Pull complete 39ed84d3666a: Pull complete b9a9fe91943c: Pull complete 719fe47198f4: Pull complete 5ecd350423eb: Pull complete 7dc47d557558: Pull complete b6f706fafb28: Pull complete 7bff85283537: Pull complete b710b379c8f7: Pull complete 3944e9c3ef1d: Pull complete 369e2e3a9892: Pull complete d58025e76a33: Pull complete 7905910e5237: Pull complete 8ce2906ed5cf: Pull complete 0727c674e869: Pull complete 58cefbbbd158: Pull complete 2495427b1274: Pull complete 42f8b10065e1: Pull complete 3311450e8b79: Pull complete Digest: sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3 Status: Downloaded newer image for ocaml/opam@sha256:f9ffb85e956d9440b639fee6bc6c6ce4e793ff3cae73d9b7fa032981d268b9d3 2026-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_HEAD b85f65c75d..8cd35acddd master -> origin/master 8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0 2026-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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-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-generic The OCaml toplevel, version 5.5.0 2.5.1 2026-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-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.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.0 Done. # 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 succeeded 2026-06-30 15:59.41: Job succeeded