2025-09-18 08:04.55: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/pull/50/head (5d1f12e2c9b693cc943a946bf6b82365a8940b69) (linux-x86_64:fedora-41-4.14_opam-2.4)Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/craigfe/progress.git" && cd "progress" && git fetch origin "refs/pull/50/head" && git reset --hard 5d1f12e2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4e# fedora-41-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-BLOCK2025-09-18 08:04.55: Using cache hint "craigfe/progress-ocaml/opam:fedora-41-ocaml-4.14@sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4e-fedora-41-4.14_opam-2.4-b2393251c07c0daf141c7cd13e78caa9"2025-09-18 08:04.55: Using OBuilder spec:((from ocaml/opam:fedora-41-ocaml-4.14@sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4e)(comment fedora-41-4.14_opam-2.4)(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.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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")))2025-09-18 08:04.55: Waiting for resource in pool OCluster2025-09-18 08:17.10: Waiting for worker…2025-09-18 08:18.27: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 5d1f12e remove package information from dune-project(from ocaml/opam:fedora-41-ocaml-4.14@sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4e)Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4e' locallydocker.io/ocaml/opam@sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4e: Pulling from ocaml/opam0c4ea020f5c7: Already existsb1a346b404a2: Already exists4c95ad701959: Already existsf1031436e8cc: Already exists06705a848c0c: Already existsDigest: sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4eStatus: Downloaded newer image for ocaml/opam@sha256:4f9df9250fac02cf5af6a01abc888e82e1fe046d02e830646bc7d896664dee4e2025-09-18 08:18.27 ---> using "b9924c044203762b86b9766d6c96fe26a9f85b813cb7fc4f9261da43d5659348" from cache/: (comment fedora-41-4.14_opam-2.4)/: (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 41 - x86_64 100% | 75.3 KiB/s | 25.8 KiB | 00m00sFedora 41 - x86_64 - Updates 100% | 32.8 KiB/s | 7.2 KiB | 00m00sFedora 41 openh264 (From Cisco) - x86_ 100% | 7.8 KiB/s | 986.0 B | 00m00sRepositories loaded.Nothing to do.Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.2025-09-18 08:18.27 ---> using "98851a22e1b18f653c1f652f7b67ca88393410072a06e616a731a1f0b5f6675a" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-18 08:18.27 ---> using "57309c72f8d24d47b7f08f7b05781f1b485118335e3ace5251828dfc1c87bf0d" 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] y[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-18 08:18.27 ---> using "8ee7203b7e8621b4b1917c031c7680bd1411f275fe3ad19a7bdf095c1019fa99" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.4.12025-09-18 08:18.27 ---> using "ded5be49b72d72a638c9d770e7ec89fd7f08d4bd92c4dbcd1405f2924383ca15" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-18 08:18.27 ---> using "ac0324736c8b3d14da4081b450177aa822436fbdfd981d02f84b7c5884d8cf48" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb3b872a94f..151ffce963 master -> origin/master6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[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.3.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)2025-09-18 08:18.27 ---> using "d545b0f99b6ecd952ef8e9006d4ca2a0d51d94b4beada61eeb88ba55c714c956" from cache/src: (copy (src terminal.opam progress.opam) (dst ./))2025-09-18 08:18.28 ---> saved as "c4995dc3d3c347f8a819be81578c728d2136f8879018555d2bf1930143e00ed9"/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)2025-09-18 08:18.31 ---> saved as "762725d213046e2469a64a53326eee4097f8c583ed1be2a152abdcd7d85d183b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-18 08:18.32 ---> saved as "592ec8da9e76c0d5625d0c2ab24f16d0fd3ff943a1155c26f84ae9eaf656246c"/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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.4 --depext-only -y terminal.dev progress.dev $DEPS"))+ /usr/bin/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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).2025-09-18 08:18.47 ---> saved as "1ad899c53a022cd62028d7c7a95c6c2e2cda3a0e4b72653955c9792a8cc6a9bd"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 18 packages- install alcotest 1.9.0- install astring 0.8.5- install cmdliner 1.3.0- install dune 3.20.2- install fmt 0.11.0- install logs 0.9.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.13.2- install seq base- install stdlib-shims 0.3.0- install topkg 1.1.0- install uucp 17.0.0- install uutf 1.0.4- install vector 1.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.9.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 seq.base (cached)-> installed seq.base-> retrieved re.1.13.2 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved vector.1.0.0 (cached)-> retrieved uucp.17.0.0 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.1.3.0-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.9.0-> installed dune.3.20.2-> installed vector.1.0.0-> installed stdlib-shims.0.3.0-> installed optint.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.13.2-> installed alcotest.1.9.0-> installed uucp.17.0.0Done.# To update the current shell environment, run: eval $(opam env)2025-09-18 08:20.22 ---> saved as "6bd1fdb45f2379195a507afe3bc482509518dc31af802f0c1487fccc3ed71f69"/src: (copy (src .) (dst /src))2025-09-18 08:20.24 ---> saved as "d0241e3c137625e423af654accaa0cb08dde08654c282f03b2415dd50deca353"/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 `29DOM124'.[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 `CM5P7NFF'.[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.2025-09-18 08:20.28 ---> saved as "15bd523c5fdff23a98f3e265217c27227148c1271e28cb70c054cc16c6d8b3e1"Job succeeded2025-09-18 08:20.28: Job succeeded