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:opensuse-15.6-4.14_opam-2.4)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbdOpam 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:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd# opensuse-15.6-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd-opensuse-15.6-4.14_opam-2.4-b2393251c07c0daf141c7cd13e78caa9"2025-09-18 08:04.55: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd)(comment opensuse-15.6-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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.08: Waiting for worker…2025-09-18 08:21.33: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 5d1f12e remove package information from dune-project(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd' locallydocker.io/ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd: Pulling from ocaml/opam00b1d65d02fb: Pulling fs layer00b1d65d02fb: Verifying Checksum00b1d65d02fb: Download complete00b1d65d02fb: Pull completeDigest: sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbdStatus: Downloaded newer image for ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd2025-09-18 08:21.33 ---> using "1a99a4fa2b22a5ddfdc055ef8b0a89929fb705f376c98cfd746d241bec785819" from cache/: (comment opensuse-15.6-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-18 08:21.33 ---> using "1293171ff685d91b0f5dc4fa5f962fccde85a94a85de976b087d856432f07457" 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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-18 08:21.33 ---> using "31781b9568029bbbf85cb18f103b72b67aa5e7fdc365220bcbe1ddd22e43a4fc" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 4.14.22.4.12025-09-18 08:21.33 ---> using "35db6a2970114995ffd848de592176c95ef1af46640c7a7cb8ad76a972ac62b5" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-18 08:21.33 ---> using "d2a2c4e333aefc86c9246be6a0a8ba2c4e1d8c12f01857609904cf1f121bc789" 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_HEADee24528071..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:21.33 ---> using "ea8c256d687aaad86431399a9e99e24f62d0d6d17e0a8884d2267fbb0854e689" from cache/src: (copy (src terminal.opam progress.opam) (dst ./))2025-09-18 08:21.33 ---> saved as "27d07f4f4647efc2c59dc247bc4c2ee68271fa9a8b7eef0c5d98f431d64f0f62"/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:21.35 ---> saved as "df5db2bf3ced420cdff4188330e9b12688c9bd1d300235877f751d61c3cd468f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-18 08:21.35 ---> saved as "a87817dafebc12827ba384e619ed527138b927b822afdc244336d7d242b1585f"/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 "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ....- ...........done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- .....- ..........- ..........- ..........- .........- ..........- ..........- .........- ..........- ..........- .........- ..........- ..........- ..........- ....- ..- ......- done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Retrieving repository 'Main Update Repository' metadata [..- Looking for gpg keys in repository Main Update Repository.- gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key- .- ...........done]- Building repository 'Main Update Repository' cache [....done]- Retrieving repository 'Update Repository (Non-Oss)' metadata [..- Looking for gpg keys in repository Update Repository (Non-Oss).- gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key- .........done]- Building repository 'Update Repository (Non-Oss)' cache [....done]- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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:22.19 ---> saved as "f5d2770f2a975bc27ab5e14b1ecb6cb679cc8dddddd037d90201334c9f5ed0b2"/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 ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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:22.57 ---> saved as "f627430c9e7850ad8952c8c0d05b7c361afb39bb3fb6f014aebc099c8570e676"/src: (copy (src .) (dst /src))2025-09-18 08:22.57 ---> saved as "bee1e0a3e670f63fdea658854d50bb0561be342928da2a45a121b9d37e7894f7"/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 `DPZS9EHQ'.[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 `0CZLEMSI'.[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.002s. 14 tests run.2025-09-18 08:22.59 ---> saved as "a57951471202934f4c5be214f103ed6bed0b1f0612f76c9ad84464ff17786aa0"Job succeeded2025-09-18 08:22.59: Job succeeded