2026-06-30 19:40.35: New job: test craigfe/progress https://github.com/craigfe/progress.git#refs/heads/main (4463ead8286d559d2d4a5d6e1797a7b645541716) (freebsd-x86_64:freebsd-15.1-4.14_opam-2.5) Base: freebsd-15.1-ocaml-4.14 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 freebsd-15.1-ocaml-4.14 # freebsd-15.1-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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-threads.base base-unix.base cmdliner.2.1.1 dune.3.24.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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 $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 19:40.35: Using cache hint "craigfe/progress-freebsd-15.1-ocaml-4.14-freebsd-15.1-4.14_opam-2.5-eeb865f3fa250bef3e20d91437cb583d" 2026-06-30 19:40.35: Using OBuilder spec: ((from freebsd-15.1-ocaml-4.14) (comment freebsd-15.1-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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-threads.base base-unix.base cmdliner.2.1.1 dune.3.24.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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-06-30 19:40.35: Waiting for resource in pool OCluster 2026-06-30 23:59.41: Waiting for worker… 2026-07-01 01:01.16: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 4463ead Merge pull request #53 from craigfe/prepare-v0.5.0 (from freebsd-15.1-ocaml-4.14) 2026-07-01 00:52.21 ---> using "2464f15022a3165e1976d60db98cf7d9951b75807dc9e9c0887ed1602f1ec094" from cache /: (comment freebsd-15.1-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-07-01 00:52.21 ---> using "956cfeb560b8d68962767ce50da46ea47d35dec6f5230c0d6c9a0ec8683ff490" 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")) 8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0 2026-07-01 00:52.22 ---> using "346befd23e69585646c5933984974bf8f5adc95a3b1eea4a103b2b68e0af391f" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using 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] no changes from git+file:///home/opam/opam-repository 2026-07-01 00:52.22 ---> using "53ff967bd6e1112fe2772ac4e5d125785c1e5646b386deebfce174f2ceb6fe27" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 15.1-RELEASE The OCaml toplevel, version 4.14.4 2.5.0 2026-07-01 00:52.22 ---> using "a14560cbe75e85cc6442f69643ee7c6e4100cfaa384d9afce99924f9c94bb75e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-07-01 00:52.23 ---> using "340f56efa0646309b863cf2bee4107b4897347441e5b5d636a8046b07518b398" 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 Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.1 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2026-07-01 00:52.23 ---> using "a3bd13b56a8101c12a528e0a18a0532605a3c821eef895621831c7d3850199a8" from cache /src: (copy (src terminal.opam progress.opam) (dst ./)) 2026-07-01 00:52.24 ---> saved as "59d697dedb9a31dd982cc187d149bcfbd2b94defab0284020c2846416757eaff" /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-07-01 00:52.26 ---> saved as "502f40884132968361bb84d1f96b6705948ce330a0d14b91a1b15232fa7dd05e" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-07-01 00:52.27 ---> saved as "1b2181d9d603df1244d59b6507aa47468a74f9f5303d0522d11567ca551ce9c2" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.24.0 fmt.0.11.0 logs.0.10.0 mtime.2.1.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [terminal.dev] synchronised (file:///src) [progress.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.4). [NOTE] Package ocaml is already installed (current version is 4.14.4). [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). 2026-07-01 00:52.32 ---> saved as "626bdc58971f047f8a4055ec30c60934905cb1e9d60a4ed1ab1a5c5650f4de41" /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.4). [NOTE] Package ocaml is already installed (current version is 4.14.4). [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 ∗ alcotest 1.9.1 ∗ astring 0.8.5 ∗ cmdliner 2.1.1 ∗ dune 3.24.0 ∗ fmt 0.11.0 ∗ logs 0.10.0 ∗ mtime 2.1.0 ∗ 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 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved cmdliner.2.1.1 (cached) ⬇ retrieved dune.3.24.0 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved logs.0.10.0 (cached) ⬇ retrieved alcotest.1.9.1 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved mtime.2.1.0 (cached) ⬇ retrieved optint.0.3.0 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved re.1.14.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved uutf.1.0.4 (cached) ⬇ retrieved uucp.17.0.0 (cached) ∗ installed cmdliner.2.1.1 ⬇ retrieved vector.1.0.0 (https://github.com/backtracking/vector/releases/download/1.0.0/vector-1.0.0.tbz) ∗ installed ocamlfind.1.9.8 ∗ installed ocamlbuild.0.16.1 ∗ installed topkg.1.1.1 ∗ installed uutf.1.0.4 ∗ installed mtime.2.1.0 ∗ installed fmt.0.11.0 ∗ installed astring.0.8.5 ∗ installed logs.0.10.0 ∗ installed dune.3.24.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.0 Done. 2026-07-01 00:53.56 ---> saved as "e934818960c60d3af7e623fa5b0da73901732c95899e71176f4373b1e04c6269" /src: (copy (src .) (dst /src)) 2026-07-01 00:53.57 ---> saved as "3e7f8e93099f69133a79128736c1f08480964c172895212cf4b1bd01ecef3a02" /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 `60CRFKBJ'. [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 `YT3KYWHV'. [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.005s. 14 tests run. 2026-07-01 00:54.00 ---> saved as "ad02c48b422a7275529efb7cfdaabb4172c084702a2b60912565bf6c36c12cd2" Job succeeded 2026-07-01 01:02.56: Job succeeded