2026-03-28 07:30.38: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (4463ead8286d559d2d4a5d6e1797a7b645541716) (linux-x86_64:fedora-42-4.14_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0cOpam 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-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c# fedora-42-4.14_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 opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && 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-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 vector.1.0.0"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-03-28 07:30.38: Using cache hint "craigfe/progress-ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c-fedora-42-4.14_opam-2.5-3fe65f218a9c1f48c93eac6bd07b6bb5"2026-03-28 07:30.38: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c)(comment fedora-42-4.14_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 (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 "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && 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-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 vector.1.0.0")(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-03-28 07:30.38: Waiting for resource in pool OCluster2026-03-28 07:54.14: Waiting for worker…2026-03-28 07:56.39: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 4463ead Merge pull request #53 from craigfe/prepare-v0.5.0(from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c)Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c' locallydocker.io/ocaml/opam@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c: Pulling from ocaml/opamf11155b5d7d3: Already existsc0441fd37335: Pulling fs layer7da60934020f: Pulling fs layera3c2df9bb26c: Pulling fs layerf0624cfef3a3: Pulling fs layer11e0556d36f7: Pulling fs layerf0624cfef3a3: Waiting11e0556d36f7: Waitinga3c2df9bb26c: Verifying Checksuma3c2df9bb26c: Download completef0624cfef3a3: Download complete11e0556d36f7: Verifying Checksum11e0556d36f7: Download completec0441fd37335: Verifying Checksumc0441fd37335: Download complete7da60934020f: Verifying Checksum7da60934020f: Download completec0441fd37335: Pull complete7da60934020f: Pull completea3c2df9bb26c: Pull completef0624cfef3a3: Pull complete11e0556d36f7: Pull completeDigest: sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0cStatus: Downloaded newer image for ocaml/opam@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c2026-03-28 07:56.39 ---> using "44f1cb10c69e1b35dfc0df6b713e7e500ed17f28146321c7d88e072120c36624" from cache/: (comment fedora-42-4.14_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 42 - x86_64 - Updates 100% | 9.7 KiB/s | 5.4 KiB | 00m01sFedora 42 - x86_64 100% | 70.2 KiB/s | 23.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-03-28 07:56.39 ---> using "d744e315ef8eb40b3230f43f701ca8d3d2b41c46e4e03ea91955855077feb6e1" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-28 07:56.39 ---> using "dfb864731ec4bbfef0572266c2a6a7218d6a1b23d4e908e66ab342275000b982" 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.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-03-28 07:56.39 ---> using "323893d982682c5b14096989181ce32b8633f77cf28be2ce8539a7e44beadb61" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-173-genericThe OCaml toplevel, version 4.14.32.5.02026-03-28 07:56.39 ---> using "7675d3f5ac0869676693e80a05873a0684bbfc7e1835169107d2f9451d200446" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-28 07:56.39 ---> using "1928b7a86cc24575995ff900edbd943f1723f3be8a844d4150ee1407412415fe" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-28 07:56.39 ---> using "b7ac653eb8041d8414d1c1a3c96a7bb26854af606ffbcd5b77e3d739495c8086" from cache/src: (copy (src terminal.opam progress.opam) (dst ./))2026-03-28 07:56.40 ---> saved as "201dc761983d1a567936254596c4b9554944c7426ca76117c4696346b12162e5"/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-03-28 07:56.43 ---> saved as "37c4c1a2b5558692d0c40c00bde4b75f23620477bb4952b903cd068a14bb694a"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-28 07:56.43 ---> saved as "69281ca44d97f460fff6bd5707b62c59bfe5e0225c51b9c7f4a6f29726c2f634"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 vector.1.0.0")/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:- 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-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-03-28 07:57.02 ---> saved as "f97532b5ab31f8409f7c2fba5d89e0e5d74831c4707b494f6db3efefc7f575a5"/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-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 17 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.1.0- install dune 3.22.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- install vector 1.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (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 vector.1.0.0 (cached)-> retrieved uucp.17.0.0 (cached)-> retrieved dune.3.22.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> 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.22.0-> installed stdlib-shims.0.3.0-> installed vector.1.0.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-03-28 07:58.32 ---> saved as "086f52604e78185b138f8420e6aad176819de99cb64fa2f45721712723ecec62"/src: (copy (src .) (dst /src))2026-03-28 07:58.32 ---> saved as "29fe8a5b170444a2c09f2dfa578d4222e2de9c96cb7d0e3397d5875a3677dd53"/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 `X06F4W44'.[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.001s. 4 tests run.(cd _build/default/src/progress/tests && ./test.exe)Testing `src/progress/tests/test.ml'.This run has ID `G4YF5V51'.[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.004s. 14 tests run.2026-03-28 07:58.36 ---> saved as "19602548bec12cbe738dca908449da8f639ca0bf731c8db696ae6f544f085c6c"Job succeeded2026-03-28 07:58.36: Job succeeded