2026-04-13 10:20.27: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (f9abe50e2d7900d5074f752c851f1424bc79e9b5) (linux-x86_64:debian-13-5.0_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard f9abe50ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c# debian-13-5.0_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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-04-13 10:20.27: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c-debian-13-5.0_opam-2.5-642a17b0015cf5b94321570990d2b231"2026-04-13 10:20.27: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c)(comment debian-13-5.0_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.4 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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-04-13 10:20.27: Waiting for resource in pool OCluster2026-04-13 10:45.45: Waiting for worker…2026-04-13 10:48.47: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at f9abe50 Upgrade deploy-pages (node 24 warning)(from ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c)Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c' locallydocker.io/ocaml/opam@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c: Pulling from ocaml/opam8f6ad858d0a4: Already exists9cb5e198c8cf: Already exists2d346d36dcf2: Already existscdc35e289b8d: Already existsaeb7244bb580: Already existsfc1943254a0d: Already exists84238c416f8e: Already existsfbbfe75d3112: Already exists221fdc5d9929: Already exists1fec9149b52a: Already exists9c6e52557f24: Already exists8737f5036aae: Already existsd69c4074de14: Already exists7237152a5f04: Already existsfba4b414d8a0: Already exists40d552afb3ef: Already exists077cc17dc8e4: Already exists077cc17dc8e4: Already exists169e1be36a55: Already exists0a8a005097ab: Already existscaba3ec4b361: Already exists6a364dc641f8: Already exists4f4fb700ef54: Already existsab8052928cdc: Already existsf5717a28dd6a: Already exists79233a9b9bed: Already existsd832d53e7392: Already exists1872dad82243: Already existsbfd849b08ba7: Already exists834a8024ef15: Already exists98ccec79258b: Already existsfb48f36a0542: Already exists3688b13db8e7: Already existsa5c099f5f72c: Already exists1ff1760de5b0: Already exists98eec6764aa5: Already existsaa22ae69debd: Already exists12bfb7b962a2: Already existsec25ce9bb816: Already existsbeadd3cf7357: Already existsd0d0c65a426d: Already existsdf506dc1e167: Pulling fs layer7bfa149e0cf6: Pulling fs layer8ebf58b62512: Pulling fs layer6ca53b029af3: Pulling fs layer8ebf58b62512: Waiting6ca53b029af3: Waiting7bfa149e0cf6: Verifying Checksum7bfa149e0cf6: Download complete8ebf58b62512: Verifying Checksum8ebf58b62512: Download complete6ca53b029af3: Verifying Checksum6ca53b029af3: Download completedf506dc1e167: Verifying Checksumdf506dc1e167: Download completedf506dc1e167: Pull complete7bfa149e0cf6: Pull complete8ebf58b62512: Pull complete6ca53b029af3: Pull completeDigest: sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35cStatus: Downloaded newer image for ocaml/opam@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c2026-04-13 10:51.02 ---> using "6116e7795090b394b692c35f7698f578c9549652048c83e565dc2c1a06de6fcb" from cache/: (comment debian-13-5.0_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-13 10:51.02 ---> using "3cf60f85db9da654807b24a6f2db29b63220f8ba915484ea17ea531f13e70495" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-13 10:51.02 ---> using "9826865b4f17619f858e0b2428bc7ca6a7c38c3c82ff4da527172d0325b009cb" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.0.02.5.02026-04-13 10:51.02 ---> using "c3461f8e54760692ed10eab6d8f9366f05af61b1a509d4a99a013913f861bf98" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-13 10:51.02 ---> using "b12b6565da9257024c11a6e9ed38648a2332cd83e425a30cd33ead17fab8f591" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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.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-04-13 10:51.14 ---> saved as "55c1e6f9ab52400a8f634dddc3c51306fed52dfac4f2bd18252c490c30f07af6"/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2026-04-13 10:51.14 ---> saved as "ba3df9149621b874650fbe444fff06176de0ca79ac7210fca76eb5ec601fb5c2"/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-04-13 10:51.20 ---> saved as "eca41809bf81b150db9af03b62e83020495267ea6a20c9e4ffbbdc17b735efc6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-13 10:51.20 ---> saved as "0a6fed3d0db217b6727cbbb2ab063bde2366f68806f717f7d22ad80c50f5ed8d"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [122 kB]- Fetched 213 kB in 0s (1994 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[print-table.dev] synchronised (file:///src)[print-table-tests.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 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.0).[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-nnp is already installed (current version is base).[NOTE] Package base-domains 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-04-13 10:51.32 ---> saved as "7c5c6bd1d419710a8dce57e1fa0f89ea9f3a8374901320b731be849a94b45b9f"/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 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.0).[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-nnp is already installed (current version is base).[NOTE] Package base-domains 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- install base v0.16.4- install csexp 1.5.2- install dune 3.22.1- install dune-configurator 3.22.1- install jane-street-headers v0.16.0- install jst-config v0.16.0- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_assert v0.16.0- install ppx_base v0.16.0- install ppx_cold v0.16.0- install ppx_compare v0.16.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.16.0- install ppx_expect v0.16.2- install ppx_globalize v0.16.0- install ppx_hash v0.16.0- install ppx_here v0.16.0- install ppx_inline_test v0.16.1- install ppx_optcomp v0.16.0- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install printbox 0.12- install printbox-md 0.12- install printbox-text 0.12- install re 1.14.0- install sexplib0 v0.16.0- install stdio v0.16.0- install stdlib-shims 0.3.0- install time_now v0.16.0- install topkg 1.1.1- install uucp 17.0.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.4 (cached)-> retrieved csexp.1.5.2 (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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_assert.v0.16.0 (cached)-> retrieved ppx_base.v0.16.0 (cached)-> retrieved ppx_cold.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 dune.3.22.1, dune-configurator.3.22.1 (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 uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (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.22.1-> installed ppx_derivers.1.2.1-> installed jane-street-headers.v0.16.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed printbox.0.12-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.22.1-> installed base.v0.16.4-> installed uucp.17.0.0-> installed stdio.v0.16.0-> installed printbox-text.0.12-> installed printbox-md.0.12-> installed ppxlib.0.35.0-> installed ppx_globalize.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_hash.v0.16.0-> installed ppx_assert.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.# To update the current shell environment, run: eval $(opam env)2026-04-13 10:55.07 ---> saved as "6e877be7a052316857f6a18465bdc1c2ef8021dfd0673859842291929ef2cf21"/src: (copy (src .) (dst /src))2026-04-13 10:55.07 ---> saved as "1d5de4683c6e146e4e342ea1037105e0a19500945b0c7b3ff7fb3f1ccadd0993"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))2026-04-13 10:55.12 ---> saved as "da05a8fd5c990a29997679282e073c6c06c57475d12e4b84c212855d4985b3cc"Job succeeded2026-04-13 10:55.12: Job succeeded