2026-01-09 21:46.12: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (efdd07f8eac6b5261b85b7a37882a8f27a0f3171) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard efdd07f8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14# debian-13-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.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 $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-09 21:46.12: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14-debian-13-4.14_opam-2.5-0875350ba0f6b0938c91f80eb45c7700"2026-01-09 21:46.12: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14)(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-09 21:46.12: Waiting for resource in pool OCluster2026-01-10 00:07.02: Waiting for worker…2026-01-10 00:07.43: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at efdd07f Remove edition of itd in more-ci(from ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14)2026-01-10 00:07.43 ---> using "7cdb5ae7d995ccdc01b290a0409b89e6bad28fbd46597d36a8f537f23e744091" 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-10 00:07.43 ---> using "b792bcd452573cb22ffd08a2002315e47055333144d423d7f86a5af498cef4ac" 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-01-10 00:07.43 ---> using "6b8678085862c20eab774658387f0eed5e2d531514fa5eca88ccc842348eb3ee" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.5.02026-01-10 00:07.43 ---> using "28d61b9b6766208951277795f7e0ee6bb1afeeacd02fb888b380dc54727b5a8a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-10 00:07.43 ---> using "f03a959f496bb58df006c3c0f25058a0367a536463da271ee672705db2ea00dd" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..a6b2f19780 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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.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-10 00:07.43 ---> using "fb2461002ab7c13bd108806fe20635c77066043fac7651db57c937198739a625" from cache/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2026-01-10 00:07.43 ---> saved as "26d57cce8c466d901f45fd3d443bbfba1245fbc02579fe4648e0d8bad5c459e8"/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-10 00:07.48 ---> saved as "661cf5a87158c03d67ac3984099a8e1dff5682670a61400887370608f4c779b8"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-10 00:07.48 ---> saved as "7d6108d71d40e9bf9d03ecb4bc1f3e7544429831987317362493bfabd64c33d3"/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 [94.5 kB]- Fetched 185 kB in 0s (1840 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-10 00:08.01 ---> saved as "b1c897079cef983bb8efb3983b6080e9a7389d06f6ea5359f2050ed0457230fd"/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 uucp.14.0.0 (cached)-> retrieved uutf.1.0.4 (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 printbox-md.0.12-> installed ppxlib.0.33.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.0-> installed ppx_expect.v0.16.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-01-10 00:09.31 ---> saved as "5b0a930ed3118af265d2cdbd5ec1f724f5c7dd43b94ff0cc5784b6919fed52c1"/src: (copy (src .) (dst /src))2026-01-10 00:09.31 ---> saved as "9dac2569b80c82f6885e9d3d2ab61f84d8b00601258e5d058908d93e1fe71dda"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))File "dune-workspace", line 1, characters 11-15:1 | (lang dune 3.20)^^^^Error: Version 3.20 of the dune language is not supported.Supported versions of this extension in version 3.20 of the dune language:- 1.0 to 1.12- 2.0 to 2.9- 3.0 to 3.17"/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build" failed with exit status 12026-01-10 00:09.31: Job failed: Failed: Build failed