2026-01-25 13:09.08: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (2deef857fd007895d84ca6153bd9d866314e3492) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard 2deef857 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa # debian-13-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --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.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 jane-street-headers.v0.16.0 jbuilder.1.0+beta20.1 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.1.0 time_now.v0.16.0 topkg.1.0.8 uucp.14.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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-25 13:09.08: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa-debian-13-4.14_opam-2.5-0875350ba0f6b0938c91f80eb45c7700" 2026-01-25 13:09.08: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa) (comment debian-13-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/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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 jane-street-headers.v0.16.0 jbuilder.1.0+beta20.1 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.1.0 time_now.v0.16.0 topkg.1.0.8 uucp.14.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-25 13:09.08: Waiting for resource in pool OCluster 2026-01-25 13:09.08: Waiting for worker… 2026-01-25 13:09.09: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 2deef85 Remove root dune-workspace file entirely (from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa' locally docker.io/ocaml/opam@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa: Pulling from ocaml/opam 281b80c799de: Already exists ce76feb86791: Already exists 7984eb0e5b45: Already exists 56c452a960b1: Already exists b85825bef00a: Already exists d6ff43dfb85c: Already exists 4197ec645389: Already exists 37cac33e41ff: Already exists 4cb993fb248e: Already exists ca442870f91f: Already exists b1d1a2fb5f4a: Already exists 0dea577b2801: Already exists cc10daaea4fd: Already exists 5f878cb1723a: Already exists 8968959fa983: Already exists 5bdd9b9ed0e3: Already exists 55661c5b388f: Already exists 55661c5b388f: Already exists 92d1dc6907bd: Already exists 7100b414728b: Already exists a6a54ddc9818: Already exists a920ad627810: Already exists 4f4fb700ef54: Already exists f7df7b6e19c0: Already exists cd713d66718c: Already exists 6ed45ab2af86: Already exists 40598b80a8fe: Already exists 983f7969ff00: Already exists 40ec09ee09bd: Already exists 76a0afa38cd9: Already exists 1d5a564d139a: Already exists 82883b85a4f0: Already exists 1d8458efd73b: Already exists 2d80a9fac9ac: Already exists 4d69ee6ae94b: Already exists ce8d28b713f1: Already exists 97580d938033: Already exists da5fa40e04f8: Already exists d7a499968f64: Already exists 28e5932c7c69: Already exists 81389c423fc3: Already exists fd0f9d83fc4c: Already exists a1ba3ff55715: Already exists 8a64be1e983f: Already exists f7b330997686: Already exists Digest: sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa Status: Downloaded newer image for ocaml/opam@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa 2026-01-25 13:09.09 ---> using "2ecda48447fc68e8dcd256d2898af0a11126a077e05d747a0dcdff2845100de1" from cache /: (comment debian-13-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/bin/opam-2.5 /usr/bin/opam")) 2026-01-25 13:09.09 ---> using "9a501423837f3b7cd29263c2665fda7a785c699269851f9bce1471b992089a6c" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-25 13:09.09 ---> using "bee04af3017513529e2d8e33622d28122c2b06e49f6a076ef12c875cdf9b6dff" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-25 13:09.09 ---> using "442697f7960d1c3737cfdf48497c826cef87632b95a07c8d651ed94f26cc1429" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-25 13:09.09 ---> using "9e562d5c3e1f825c4658b4f3d0d0f2201a745812196eceab31bebeb8e3196a46" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.4.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-01-25 13:09.09 ---> using "7613a665eff1203b87d8cd26d03ba2aef966532ea6ab81a5510e41b5b4aa68e0" from cache /src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam) (dst ./)) 2026-01-25 13:09.09 ---> using "a12e9ee91868a156fa6937f80ab32998369edaaf09f78005ba5beb981d6ab36d" from cache /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-25 13:09.09 ---> using "e404a1f7774c267c480e43b2bfd547a565b97c776275683c5542944811255b30" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-25 13:09.09 ---> using "30989080200bbd4a971c54ffbd0878811e1a789367d69c734cd8c6f8ef45c6dd" from cache /src: (env DEPS "base.v0.16.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 jane-street-headers.v0.16.0 jbuilder.1.0+beta20.1 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.1.0 time_now.v0.16.0 topkg.1.0.8 uucp.14.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" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - 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 trixie/main amd64 Packages [9670 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB] - Fetched 9999 kB in 1s (6984 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 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). # To update the current shell environment, run: eval $(opam env) 2026-01-25 13:09.09 ---> using "e82a8a4d851d9b3251bbad503e0c5a4a272350563d2543bce79a7de21dcdc3cc" from cache /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 37 packages - install base v0.16.0 - install conf-bash 1 - install dune 3.17.2 - install dune-configurator 2.5.1 - install dune-private-libs 2.5.1 - install jane-street-headers v0.16.0 - install jbuilder 1.0+beta20.1 (deprecated) - install jst-config v0.16.0 - install ocaml-compiler-libs v0.11.0 - install ocamlbuild 0.14.0 - install ocamlfind 1.9.1 - 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.0 - install ppx_enumerate v0.16.0 - install ppx_expect v0.16.0 - install ppx_globalize v0.16.0 - install ppx_hash v0.16.0 - install ppx_here v0.16.0 - install ppx_inline_test v0.16.0 - install ppx_optcomp v0.16.0 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.33.0 - install printbox 0.12 - install printbox-md 0.12 - install printbox-text 0.12 - install re 1.8.0 - install seq 0.3 - install sexplib0 v0.16.0 - install stdio v0.16.0 - install stdlib-shims 0.1.0 - install time_now v0.16.0 - install topkg 1.0.8 - install uucp 14.0.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.0 (cached) -> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached) -> retrieved dune.3.17.2 (cached) -> installed conf-bash.1 -> retrieved jane-street-headers.v0.16.0 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved jst-config.v0.16.0 (cached) -> retrieved ocaml-compiler-libs.v0.11.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocamlfind.1.9.1 (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.0 (cached) -> retrieved ppx_enumerate.v0.16.0 (cached) -> retrieved ppx_globalize.v0.16.0 (cached) -> retrieved ppx_expect.v0.16.0 (cached) -> retrieved ppx_hash.v0.16.0 (cached) -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_inline_test.v0.16.0 (cached) -> retrieved ppx_optcomp.v0.16.0 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved re.1.8.0 (cached) -> retrieved seq.0.3 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved time_now.v0.16.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uucp.14.0.0 (cached) -> installed ocamlfind.1.9.1 -> installed ocamlbuild.0.14.0 -> installed jbuilder.1.0+beta20.1 -> installed ppx_derivers.1.0 -> installed ocaml-compiler-libs.v0.11.0 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed dune.3.17.2 -> installed jane-street-headers.v0.16.0 -> installed seq.0.3 -> installed printbox.0.12 -> installed stdlib-shims.0.1.0 -> installed sexplib0.v0.16.0 -> installed re.1.8.0 -> installed dune-private-libs.2.5.1 -> installed dune-configurator.2.5.1 -> installed base.v0.16.0 -> installed stdio.v0.16.0 -> installed uucp.14.0.0 -> installed printbox-text.0.12 -> installed ppxlib.0.33.0 -> installed printbox-md.0.12 -> installed ppx_globalize.v0.16.0 -> installed ppx_optcomp.v0.16.0 -> installed ppx_cold.v0.16.0 -> installed ppx_here.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.0 -> installed ppx_expect.v0.16.0 Done. <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2026-01-25 13:09.09 ---> using "3e0a964b79e1c5ba66f1fba042e3b86ca6f80a95c446048caac357706c875eba" from cache /src: (copy (src .) (dst /src)) 2026-01-25 13:09.10 ---> saved as "2b16f58bc9d8975d9c372f2a6e3e98fdd9096f7a6edbfdbcf0b9dea42c8cab93" /src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build")) 2026-01-25 13:09.12 ---> saved as "00ad02fe3055e083903bbde2a01b155f3fc57b7bc195b19c5e956c5f32054fb4" Job succeeded 2026-01-25 13:09.12: Job succeeded