2026-02-17 19:34.18: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (7fcf6624f7009807e8da2730cc887218dedf6394) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard 7fcf6624 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633 # 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-02-17 19:34.18: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633-debian-13-4.14_opam-2.5-0875350ba0f6b0938c91f80eb45c7700" 2026-02-17 19:34.18: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633) (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-02-17 19:34.18: Waiting for resource in pool OCluster 2026-02-17 19:34.18: Waiting for worker… 2026-02-17 19:34.18: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 7fcf662 Bump setup-dune to v2.0.0+patch-4 and add cache-readonly across repos (from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633' locally docker.io/ocaml/opam@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633: Pulling from ocaml/opam ef235bf1a09a: Already exists 58b06b604a42: Already exists b55f23c32d5a: Already exists aa415425edb7: Already exists c4f39ed7469c: Already exists ca248a2fdd5e: Already exists 74109c509b2f: Already exists 18c2fa2271cb: Already exists 37d4d41661a2: Already exists 0b2f35f78814: Already exists e65f29522a9a: Already exists 603a51b67573: Already exists 89b2faa02f16: Already exists e5f11471afd4: Already exists d7b0e5daa224: Already exists 7bec4d50f3b2: Already exists d3a70ed71f1c: Already exists 90de03d9b27a: Already exists a28f685cf2db: Already exists 5bb5e02041c7: Already exists 74f9af816199: Already exists 74c2f6cb4138: Already exists 4f4fb700ef54: Already exists 5ce9bdcb2952: Already exists bf18c14e9b34: Already exists bb4b67501479: Already exists 89e7ed0468f5: Already exists 640077527026: Already exists 363b481ff012: Already exists 437bd8bc3ce9: Already exists 2bcf3429833a: Already exists 3e5fe21454e9: Already exists f3afb11ae499: Already exists c3a5b88f5e5f: Already exists 124a1dc355b1: Already exists 0a9982d37abd: Already exists 9b8b724665ed: Already exists f81507befe71: Already exists 7984e4546bf9: Already exists 3579b890ab6e: Already exists e83772930ba8: Already exists 01bb609bb248: Pulling fs layer 7597cc56d4df: Pulling fs layer 9dbeadd31c61: Pulling fs layer f436be41184a: Pulling fs layer f436be41184a: Waiting 7597cc56d4df: Verifying Checksum 7597cc56d4df: Download complete f436be41184a: Verifying Checksum f436be41184a: Download complete 01bb609bb248: Verifying Checksum 01bb609bb248: Download complete 01bb609bb248: Pull complete 7597cc56d4df: Pull complete 9dbeadd31c61: Pull complete f436be41184a: Pull complete Digest: sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633 Status: Downloaded newer image for ocaml/opam@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633 2026-02-17 19:34.20 ---> using "d6079ab6cce1b58b34ac9b5ed11aa86b7980ab728c75f5a6ba9271e98dc1ac1c" 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-02-17 19:34.20 ---> saved as "79daebcbc5520475ef698774e191c2a976dee11cab06586599f03b4faa88b4c1" /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-02-17 19:34.46 ---> saved as "6734ef203e8f94c3ede62661c6e533fbb1535b4bc07d5d9fe6b8569888ce349b" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-17 19:34.46 ---> saved as "b7ba28dbe9695a097e10b97905022268a49d0b8258c7f907e34f92cb165b8c35" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-17 19:34.46 ---> saved as "ddbc61ab1d56844dc9a98d35bc99291d379fecdaddc6324eb024a9b4c538c925" /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-02-17 19:34.59 ---> saved as "7f34e4e8689439cdfd18dae3b98a4e8c485daf6bffca720f7db6e88cd6e6af9c" /src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam) (dst ./)) 2026-02-17 19:35.00 ---> saved as "e455d6dfcedf9dcffd1ca419c65e27b353d95a9e6c7c43c494aad26703f18e95" /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-02-17 19:35.05 ---> saved as "08a93ad2ab7b668db38270c2088e224c8890339496b630afde95eef8efe1ec65" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-17 19:35.05 ---> saved as "3e0f798f1e00f4ecd74d6914f294b80851bac731acbee46b0dc43da980393f2f" /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" - 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 [108 kB] - Fetched 198 kB in 0s (1870 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-02-17 19:35.17 ---> saved as "977088962f34581b4af18afd7ab60f24f2a4aa5c1045b66b231e66aebddb0b75" /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 stdlib-shims.0.1.0 -> installed printbox.0.12 -> 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 ppxlib.0.33.0 -> installed printbox-text.0.12 -> 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-02-17 19:36.27 ---> saved as "5a334d9a605a3e1c5cf97d680f110f6cac4b9056436bed5a16cc137958bb29d9" /src: (copy (src .) (dst /src)) 2026-02-17 19:36.27 ---> saved as "f83d382634fa0a89766d00b2016318236bf4c46d6a68f1e13c77193e93c089ae" /src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build")) 2026-02-17 19:36.29 ---> saved as "8df0abfa77b6541c066464109857aeec73174169dbd2197fa6e8aa4d390e8dfa" Job succeeded 2026-02-17 19:36.29: Job succeeded