2026-02-17 19:46.36: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/dependabot/github_actions/actions/checkout-6.0.2 (2598a90df33b83a4430e004e8c321a8dd0e16ba6) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "dependabot/github_actions/actions/checkout-6.0.2" && cd "print-table" && git reset --hard 2598a90dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633# 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-02-17 19:46.36: 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:46.36: 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:46.36: Waiting for resource in pool OCluster2026-02-17 19:46.36: Waiting for worker…2026-02-17 19:46.36: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 2598a90 Bump actions/checkout from 6.0.1 to 6.0.2(from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633' locallydocker.io/ocaml/opam@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633: Pulling from ocaml/opamef235bf1a09a: Already exists58b06b604a42: Already existsb55f23c32d5a: Already existsaa415425edb7: Already existsc4f39ed7469c: Already existsca248a2fdd5e: Already exists74109c509b2f: Already exists18c2fa2271cb: Already exists37d4d41661a2: Already exists0b2f35f78814: Already existse65f29522a9a: Already exists603a51b67573: Already exists89b2faa02f16: Already existse5f11471afd4: Already existsd7b0e5daa224: Already exists7bec4d50f3b2: Already existsd3a70ed71f1c: Already exists90de03d9b27a: Already existsa28f685cf2db: Already exists5bb5e02041c7: Already exists74f9af816199: Already exists74c2f6cb4138: Already exists4f4fb700ef54: Already exists5ce9bdcb2952: Already existsbf18c14e9b34: Already existsbb4b67501479: Already exists89e7ed0468f5: Already exists640077527026: Already exists363b481ff012: Already exists437bd8bc3ce9: Already exists2bcf3429833a: Already exists3e5fe21454e9: Already existsf3afb11ae499: Already existsc3a5b88f5e5f: Already exists124a1dc355b1: Already exists0a9982d37abd: Already exists9b8b724665ed: Already existsf81507befe71: Already exists7984e4546bf9: Already exists3579b890ab6e: Already existse83772930ba8: Already exists01bb609bb248: Pulling fs layer7597cc56d4df: Pulling fs layer9dbeadd31c61: Pulling fs layerf436be41184a: Pulling fs layerf436be41184a: Waiting7597cc56d4df: Verifying Checksum7597cc56d4df: Download completef436be41184a: Verifying Checksumf436be41184a: Download complete01bb609bb248: Verifying Checksum01bb609bb248: Download complete01bb609bb248: Pull complete7597cc56d4df: Pull complete9dbeadd31c61: Pull completef436be41184a: Pull completeDigest: sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633Status: Downloaded newer image for ocaml/opam@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b8116332026-02-17 19:46.38 ---> 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:46.38 ---> using "79daebcbc5520475ef698774e191c2a976dee11cab06586599f03b4faa88b4c1" 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-02-17 19:46.38 ---> using "6734ef203e8f94c3ede62661c6e533fbb1535b4bc07d5d9fe6b8569888ce349b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-02-17 19:46.38 ---> using "b7ba28dbe9695a097e10b97905022268a49d0b8258c7f907e34f92cb165b8c35" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-17 19:46.38 ---> using "ddbc61ab1d56844dc9a98d35bc99291d379fecdaddc6324eb024a9b4c538c925" 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-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-02-17 19:46.38 ---> using "7f34e4e8689439cdfd18dae3b98a4e8c485daf6bffca720f7db6e88cd6e6af9c" from cache/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2026-02-17 19:46.38 ---> using "e455d6dfcedf9dcffd1ca419c65e27b353d95a9e6c7c43c494aad26703f18e95" 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-02-17 19:46.38 ---> using "08a93ad2ab7b668db38270c2088e224c8890339496b630afde95eef8efe1ec65" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-17 19:46.38 ---> using "3e0f798f1e00f4ecd74d6914f294b80851bac731acbee46b0dc43da980393f2f" 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"- 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:46.38 ---> using "977088962f34581b4af18afd7ab60f24f2a4aa5c1045b66b231e66aebddb0b75" 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 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.0Done.<><> 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:46.38 ---> using "5a334d9a605a3e1c5cf97d680f110f6cac4b9056436bed5a16cc137958bb29d9" from cache/src: (copy (src .) (dst /src))2026-02-17 19:46.38 ---> saved as "b0b2c56d82e8d293d9f8cb2f55ddeeff9d0a63facc4a649fad6a6bd2ec0afa93"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))2026-02-17 19:46.40 ---> saved as "f0b202ac36385486c522a5da2048d006ca697ca05f5c2c0480951625689ae97b"Job succeeded2026-02-17 19:46.40: Job succeeded