2026-01-23 13:00.07: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (d550d5a56607e870dc3286407b21c85c83344167) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)Base: freebsd-14.3-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard d550d5a5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 print-table.opam print-table-tests.opam print-table-dev.opam ./RUN opam pin add -yn print-table.dev './' && \opam pin add -yn print-table-tests.dev './' && \opam pin add -yn print-table-dev.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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 print-table.dev print-table-tests.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-23 13:00.07: Using cache hint "mbarbin/print-table-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-a606a56ed54ee0752f0c44cfba285aa5"2026-01-23 13:00.07: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-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 (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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))(run (network host)(shell "opam pin add -yn print-table.dev './' && \\nopam pin add -yn print-table-tests.dev './' && \\nopam pin add -yn print-table-dev.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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 print-table.dev print-table-tests.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 --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build")))2026-01-23 13:00.07: Waiting for resource in pool OCluster2026-01-23 13:00.07: Waiting for worker…2026-01-23 13:00.07: Got resource from pool OClusterBuilding on rosemaryHEAD is now at 2ca77b0 Update setup-dune sha (fix macos build path issue)HEAD is now at d550d5a Transition some workflows from more-ci to setup-dune(from freebsd-14.3-ocaml-4.14)2026-01-23 12:57.56 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-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-01-23 12:57.56 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-01-23 12:57.57 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.5.02026-01-23 12:57.57 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-23 12:57.57 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD71325ac6ed..f11a2c8e01 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-01-23 12:57.57 ---> using "ff9d687398e31f8631a6fc5f7b86db8899aa21df99d4af5cfd65df4bb71d7ea3" from cache/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2026-01-23 12:57.59 ---> saved as "79d9eb58e95088f177a0630ae2f1466cab630adaef21b287383d16b8680047e2"/src: (run (network host)(shell "opam pin add -yn print-table.dev './' && \\nopam pin add -yn print-table-tests.dev './' && \\nopam pin add -yn print-table-dev.dev './'"))[print-table.dev] synchronised (file:///src)print-table is now pinned to file:///src (version dev)[NOTE] Package print-table-tests does not exist in opam repositories registered in the current switch.[print-table-tests.dev] synchronised (file:///src)print-table-tests is now pinned to file:///src (version dev)[NOTE] Package print-table-dev does not exist in opam repositories registered in the current switch.[print-table-dev.dev] synchronised (file:///src)print-table-dev is now pinned to file:///src (version dev)2026-01-23 12:58.02 ---> saved as "5685e342e773a15f0635d35bf6abe69ff5ecd0fd0d7d458f3e75502e907878a1"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-23 12:58.02 ---> saved as "173d9e21368a9e9682e7c9ac686e2878e3a20f267ac4fc4e9d676fc8518e4843"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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 print-table.dev print-table-tests.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[print-table-tests.dev] synchronised (file:///src)[print-table.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).2026-01-23 12:58.09 ---> saved as "01652401850d94543253de311d955b931ade60fc4c8a3f2b69b696e13cba4b63"/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 34 packages∗ base v0.16.4∗ csexp 1.5.2∗ dune 3.21.0∗ dune-configurator 3.21.0∗ jane-street-headers v0.16.0∗ jst-config v0.16.0∗ ocaml-compiler-libs v0.12.4∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ppx_assert v0.16.0∗ ppx_base v0.16.0∗ ppx_cold v0.16.0∗ ppx_compare v0.16.0∗ ppx_derivers 1.2.1∗ ppx_enumerate v0.16.0∗ ppx_expect v0.16.2∗ ppx_globalize v0.16.0∗ ppx_hash v0.16.0∗ ppx_here v0.16.0∗ ppx_inline_test v0.16.1∗ ppx_optcomp v0.16.0∗ ppx_sexp_conv v0.16.0∗ ppxlib 0.35.0∗ printbox 0.12∗ printbox-md 0.12∗ printbox-text 0.12∗ re 1.14.0∗ sexplib0 v0.16.0∗ stdio v0.16.0∗ stdlib-shims 0.3.0∗ time_now v0.16.0∗ topkg 1.1.1∗ uucp 17.0.0∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved base.v0.16.4 (cached)⬇ retrieved jane-street-headers.v0.16.0 (cached)⬇ retrieved jst-config.v0.16.0 (cached)⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ppx_assert.v0.16.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ppx_cold.v0.16.0 (cached)⬇ retrieved ppx_base.v0.16.0 (cached)⬇ retrieved ppx_compare.v0.16.0 (cached)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved ppx_enumerate.v0.16.0 (cached)⬇ retrieved ppx_globalize.v0.16.0 (cached)⬇ retrieved ppx_expect.v0.16.2 (cached)⬇ retrieved ppx_hash.v0.16.0 (cached)⬇ retrieved ppx_here.v0.16.0 (cached)⬇ retrieved ppx_inline_test.v0.16.1 (cached)⬇ retrieved ppx_optcomp.v0.16.0 (cached)⬇ retrieved ppx_sexp_conv.v0.16.0 (cached)⬇ retrieved ppxlib.0.35.0 (cached)⬇ retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (cached)⬇ retrieved re.1.14.0 (cached)⬇ retrieved sexplib0.v0.16.0 (cached)⬇ retrieved stdio.v0.16.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved time_now.v0.16.0 (cached)⬇ retrieved topkg.1.1.1 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)⬇ retrieved uucp.17.0.0 (cached)∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed topkg.1.1.1∗ installed uutf.1.0.4∗ installed dune.3.21.0∗ installed jane-street-headers.v0.16.0∗ installed ppx_derivers.1.2.1∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.16.0∗ installed re.1.14.0∗ installed printbox.0.12∗ installed ocaml-compiler-libs.v0.12.4∗ installed dune-configurator.3.21.0∗ installed base.v0.16.4∗ installed stdio.v0.16.0∗ installed ppxlib.0.35.0∗ installed uucp.17.0.0∗ installed ppx_globalize.v0.16.0∗ installed ppx_cold.v0.16.0∗ installed printbox-text.0.12∗ installed ppx_here.v0.16.0∗ installed ppx_enumerate.v0.16.0∗ installed printbox-md.0.12∗ installed ppx_optcomp.v0.16.0∗ installed ppx_compare.v0.16.0∗ installed ppx_sexp_conv.v0.16.0∗ installed ppx_assert.v0.16.0∗ installed ppx_hash.v0.16.0∗ installed ppx_base.v0.16.0∗ installed jst-config.v0.16.0∗ installed time_now.v0.16.0∗ installed ppx_inline_test.v0.16.1∗ installed ppx_expect.v0.16.2Done.2026-01-23 12:59.14 ---> saved as "7213ffd80e646704daac787ad367237a12f13972c458830bdafe133874daa3a2"/src: (copy (src .) (dst /src))2026-01-23 12:59.14 ---> saved as "8b3457e8cafa1f07d345bab12e5e81e012829a536dcba87b9743fe186746a346"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))2026-01-23 12:59.16 ---> saved as "92876fd1f22b384917f32273239a3d84f2bcc9d04f231e08e7a70dff101e05da"Job succeeded2026-01-23 13:02.42: Job succeeded