2026-01-06 23:47.49: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/setup-dune-more-ci (004d970adac3f7246dda21b7001b75fc192f2534) (linux-x86_64:debian-13-5.2_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "setup-dune-more-ci" && cd "print-table" && git reset --hard 004d970acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2# debian-13-5.2_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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="astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bisect_ppx.2.8.3 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 gen.1.1 jane-street-headers.v0.17.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 jst-config.v0.17.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.28.1 ocamlformat-lib.0.28.1 ocp-indent.1.9.0 ocplib-endian.1.2 octavius.1.2.2 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_blob.0.9.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_js_style.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.17.0 sherlodoc.3.1.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y print-table.dev print-table-tests.dev print-table-dev.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-06 23:47.49: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2-debian-13-5.2_opam-2.4-924d9831e883686bffc9afc5f3ee3779"2026-01-06 23:47.49: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2)(comment debian-13-5.2_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 "astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bisect_ppx.2.8.3 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 gen.1.1 jane-street-headers.v0.17.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 jst-config.v0.17.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.28.1 ocamlformat-lib.0.28.1 ocp-indent.1.9.0 ocplib-endian.1.2 octavius.1.2.2 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_blob.0.9.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_js_style.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.17.0 sherlodoc.3.1.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0")(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.4 --depext-only -y print-table.dev print-table-tests.dev print-table-dev.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 @install @check @runtest && rm -rf _build")))2026-01-06 23:47.49: Waiting for resource in pool OCluster2026-01-06 23:47.49: Waiting for worker…2026-01-06 23:47.49: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 004d970 Simplify itd for now(from ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2)Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2' locallydocker.io/ocaml/opam@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2: Pulling from ocaml/opam2981f7e8980b: Pulling fs layer9c63e1c4ba84: Pulling fs layer02578b9c9f1b: Pulling fs layer3801cb7ba5e6: Pulling fs layer1c4cdedd39f1: Pulling fs layer3801cb7ba5e6: Waiting40f6006c5f5a: Pulling fs layer1c4cdedd39f1: Waitingc451a17216ec: Pulling fs layer40f6006c5f5a: Waitingc451a17216ec: Waitinge4104b8f72ee: Pulling fs layere4104b8f72ee: Waiting7c7dbc5e7919: Pulling fs layer7c7dbc5e7919: Waitingaa82be714e7c: Pulling fs layer922520f12384: Pulling fs layeraa82be714e7c: Waiting9bfea042cef8: Pulling fs layer922520f12384: Waiting1244979f7c21: Pulling fs layer9bfea042cef8: Waiting7583a0e34f94: Pulling fs layer1244979f7c21: Waiting14bef3f2665a: Pulling fs layer7583a0e34f94: Waiting3a4b42ce6cb5: Pulling fs layer14bef3f2665a: Waitingb0a08a900877: Pulling fs layer3a4b42ce6cb5: Waitingb0a08a900877: Waiting16ac87e68d60: Pulling fs layer74ac6e8c9b82: Pulling fs layer16ac87e68d60: Waiting74ac6e8c9b82: Waitingb41290a57dc5: Pulling fs layer592e5bcb7159: Pulling fs layerb41290a57dc5: Waiting4f4fb700ef54: Pulling fs layer592e5bcb7159: Waiting1db0705661a3: Pulling fs layer4f4fb700ef54: Waiting76bb8e35b9cc: Pulling fs layer1db0705661a3: Waiting3bc9d98c3b49: Pulling fs layer76bb8e35b9cc: Waiting7096ef42e6c0: Pulling fs layer3bc9d98c3b49: Waitingcd0e70de8125: Pulling fs layer7096ef42e6c0: Waiting23ffab57f98e: Pulling fs layercd0e70de8125: Waitingb974353d8023: Pulling fs layer23ffab57f98e: Waitingc74fba566723: Pulling fs layerb974353d8023: Waiting5ad399846f45: Pulling fs layerc74fba566723: Waiting3e7203fa3980: Pulling fs layer5ad399846f45: Waiting0b8915d2a92b: Pulling fs layer3e7203fa3980: Waitinge68c7a56c438: Pulling fs layer0b8915d2a92b: Waiting9024d680a167: Pulling fs layere68c7a56c438: Waiting9024d680a167: Waiting3c7c73421b6e: Pulling fs layer7134fa9b4278: Pulling fs layer3c7c73421b6e: Waiting9d94fb523099: Pulling fs layer7134fa9b4278: Waiting20d06dbdae7e: Pulling fs layer9d94fb523099: Waitingb9a45e537661: Pulling fs layer20d06dbdae7e: Waitinga08a9a974983: Pulling fs layerb9a45e537661: Waiting8924679c4512: Pulling fs layera08a9a974983: Waiting8924679c4512: Waiting768c99fc4263: Pulling fs layer768c99fc4263: Waitinge01f81963b33: Pulling fs layere01f81963b33: Waiting0f3eeb0bdcdf: Pulling fs layerbe892efa8919: Pulling fs layer0f3eeb0bdcdf: Waiting2d917f727d89: Pulling fs layerbe892efa8919: Waiting2d917f727d89: Waiting02578b9c9f1b: Verifying Checksum02578b9c9f1b: Download complete9c63e1c4ba84: Verifying Checksum9c63e1c4ba84: Download complete2981f7e8980b: Verifying Checksum2981f7e8980b: Download complete3801cb7ba5e6: Verifying Checksum3801cb7ba5e6: Download completec451a17216ec: Verifying Checksumc451a17216ec: Download completee4104b8f72ee: Verifying Checksume4104b8f72ee: Download complete7c7dbc5e7919: Verifying Checksum7c7dbc5e7919: Download completeaa82be714e7c: Verifying Checksumaa82be714e7c: Download complete922520f12384: Verifying Checksum922520f12384: Download complete1244979f7c21: Verifying Checksum9bfea042cef8: Verifying Checksum9bfea042cef8: Download complete7583a0e34f94: Verifying Checksum7583a0e34f94: Download complete14bef3f2665a: Download complete3a4b42ce6cb5: Verifying Checksum3a4b42ce6cb5: Download completeb0a08a900877: Verifying Checksumb0a08a900877: Download complete16ac87e68d60: Verifying Checksum16ac87e68d60: Download complete74ac6e8c9b82: Verifying Checksum74ac6e8c9b82: Download complete40f6006c5f5a: Verifying Checksum40f6006c5f5a: Download completeb41290a57dc5: Verifying Checksumb41290a57dc5: Download complete592e5bcb7159: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete1db0705661a3: Verifying Checksum1db0705661a3: Download complete76bb8e35b9cc: Verifying Checksum76bb8e35b9cc: Download complete3bc9d98c3b49: Verifying Checksum3bc9d98c3b49: Download complete7096ef42e6c0: Download completecd0e70de8125: Verifying Checksumcd0e70de8125: Download complete23ffab57f98e: Verifying Checksum23ffab57f98e: Download completeb974353d8023: Verifying Checksumb974353d8023: Download complete2981f7e8980b: Pull complete9c63e1c4ba84: Pull complete02578b9c9f1b: Pull completec74fba566723: Verifying Checksumc74fba566723: Download complete5ad399846f45: Download complete3e7203fa3980: Download complete0b8915d2a92b: Download completee68c7a56c438: Verifying Checksume68c7a56c438: Download complete3801cb7ba5e6: Pull complete1c4cdedd39f1: Pull complete3c7c73421b6e: Verifying Checksum3c7c73421b6e: Download complete9d94fb523099: Verifying Checksum9d94fb523099: Download complete20d06dbdae7e: Verifying Checksum20d06dbdae7e: Download completeb9a45e537661: Download completea08a9a974983: Verifying Checksuma08a9a974983: Download complete8924679c4512: Verifying Checksum8924679c4512: Download complete768c99fc4263: Verifying Checksum768c99fc4263: Download complete7134fa9b4278: Verifying Checksum7134fa9b4278: Download complete0f3eeb0bdcdf: Download completebe892efa8919: Verifying Checksumbe892efa8919: Download complete9024d680a167: Verifying Checksum9024d680a167: Download complete2d917f727d89: Verifying Checksum2d917f727d89: Download completee01f81963b33: Verifying Checksume01f81963b33: Download complete40f6006c5f5a: Pull completec451a17216ec: Pull completee4104b8f72ee: Pull complete7c7dbc5e7919: Pull completeaa82be714e7c: Pull complete922520f12384: Pull complete9bfea042cef8: Pull complete1244979f7c21: Pull complete7583a0e34f94: Pull complete14bef3f2665a: Pull complete3a4b42ce6cb5: Pull completeb0a08a900877: Pull complete16ac87e68d60: Pull complete74ac6e8c9b82: Pull completeb41290a57dc5: Pull complete592e5bcb7159: Pull complete4f4fb700ef54: Pull complete1db0705661a3: Pull complete76bb8e35b9cc: Pull complete3bc9d98c3b49: Pull complete7096ef42e6c0: Pull completecd0e70de8125: Pull complete23ffab57f98e: Pull completeb974353d8023: Pull completec74fba566723: Pull complete5ad399846f45: Pull complete3e7203fa3980: Pull complete0b8915d2a92b: Pull completee68c7a56c438: Pull complete9024d680a167: Pull complete3c7c73421b6e: Pull complete7134fa9b4278: Pull complete9d94fb523099: Pull complete20d06dbdae7e: Pull completeb9a45e537661: Pull completea08a9a974983: Pull complete8924679c4512: Pull complete768c99fc4263: Pull completee01f81963b33: Pull complete0f3eeb0bdcdf: Pull completebe892efa8919: Pull complete2d917f727d89: Pull completeDigest: sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2Status: Downloaded newer image for ocaml/opam@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc22026-01-06 23:47.50 ---> using "7c3ff70eccce1f027fdce3b72c5e1ce82e266d82df52104964f62d43302ff238" from cache/: (comment debian-13-5.2_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2026-01-06 23:47.50 ---> using "dc2b11613a504b53d9814a3d674b61fc6b97a98e6348049f95039dd4afb4b8fb" 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-06 23:47.50 ---> using "0ac9f468523356f2e5d4b3c015ae52794f01575b708c15721f30c90ec40a952b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.2.12.4.12026-01-06 23:47.50 ---> using "d7ddde82b678fc27c653bcbb8563dc3242b7ee4b8594f6df626dfa13122eff3c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-06 23:47.50 ---> using "8b6e2ec2a662bd8eb0ab24426ecab6ffb92c8eef612456d8ea056fdc75b96ddf" 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..26ba45ff7b 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-06 23:47.50 ---> using "4da8fddcafb101d7783cb8e2e564e0ff63f4e150c48d4ac49220c17ce5e345da" from cache/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2026-01-06 23:47.50 ---> using "a1df36c61d4cda8a14f4d2222c112cfda460bdf5127d1eccdf1230767091e80c" 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-06 23:47.50 ---> using "39feb81981ab12610975f54d6db044f518ae1a3770043e1109722bd120b1bd4e" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-06 23:47.50 ---> using "f4c3483dda6ceedce2ada828a8250813d99bb099f82f175379f406c7ee654eaa" from cache/src: (env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bisect_ppx.2.8.3 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 gen.1.1 jane-street-headers.v0.17.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 jst-config.v0.17.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.28.1 ocamlformat-lib.0.28.1 ocp-indent.1.9.0 ocplib-endian.1.2 octavius.1.2.2 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_blob.0.9.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_js_style.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.17.0 sherlodoc.3.1.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0")/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.4 --depext-only -y print-table.dev print-table-tests.dev print-table-dev.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.2 kB]- Fetched 185 kB in 0s (820 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[print-table.dev] synchronised (file:///src)[print-table-dev.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.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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).2026-01-06 23:47.50 ---> using "507dce8a5809f289f1281708eae2dd843569c29f3a87a43c1f216c2301311634" 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 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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 83 packages- install astring 0.8.5- install base v0.17.3- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bisect_ppx 2.8.3- install brr 0.0.8- install camlp-streams 5.0.1- install checkseum 0.5.2- install cmdliner 1.3.0- install cppo 1.8.0- install crunch 4.0.0- install csexp 1.5.2- install decompress 1.5.3- install dune 3.20.2- install dune-build-info 3.20.2- install dune-configurator 3.20.2- install either 1.0.0- install fix 20250919- install fmt 0.11.0- install fpath 0.7.3- install gen 1.1- install jane-street-headers v0.17.0- install js_of_ocaml 6.2.0- install js_of_ocaml-compiler 6.2.0- install js_of_ocaml-toplevel 6.2.0- install jst-config v0.17.0- install logs 0.10.0- install lwt 5.9.2- install mdx 2.5.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install ocaml-compiler-libs v0.17.0- install ocaml-version 4.0.3- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocamlformat 0.28.1- install ocamlformat-lib 0.28.1- install ocp-indent 1.9.0- install ocplib-endian 1.2- install octavius 1.2.2- install odoc 3.1.0- install odoc-parser 3.1.0- install optint 0.3.0- install ppx_assert v0.17.0- install ppx_base v0.17.0- install ppx_blob 0.9.0- install ppx_cold v0.17.0- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.17.0- install ppx_expect v0.17.2- install ppx_globalize v0.17.0- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_inline_test v0.17.0- install ppx_js_style v0.17.0- install ppx_optcomp v0.17.0- install ppx_sexp_conv v0.17.0- install ppxlib 0.35.0- install ppxlib_jane v0.17.0- install printbox 0.12- install printbox-md 0.12- install printbox-text 0.12- install ptime 1.2.0- install re 1.14.0- install result 1.5- install sedlex 3.7- install seq base- install sexplib0 v0.17.0- install sherlodoc 3.1.0- install stdio v0.17.0- install stdlib-shims 0.3.0- install time_now v0.17.0- install topkg 1.1.1- install tyxml 4.6.0- install uucp 17.0.0- install uuseg 17.0.0- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved bisect_ppx.2.8.3 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved brr.0.0.8 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fix.20250919 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved gen.1.1 (cached)-> retrieved jane-street-headers.v0.17.0 (cached)-> retrieved jst-config.v0.17.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-toplevel.6.2.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> installed cmdliner.1.3.0-> retrieved ocp-indent.1.9.0 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved octavius.1.2.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ppx_assert.v0.17.0 (cached)-> retrieved ppx_base.v0.17.0 (cached)-> retrieved ocamlformat.0.28.1, ocamlformat-lib.0.28.1 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0, sherlodoc.3.1.0 (cached)-> retrieved ppx_blob.0.9.0 (cached)-> retrieved ppx_cold.v0.17.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_globalize.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_expect.v0.17.2 (https://opam.ocaml.org/cache)-> retrieved ppx_inline_test.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_js_style.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppx_sexp_conv.v0.17.0 (cached)-> retrieved ppxlib_jane.v0.17.0 (cached)-> retrieved ppx_optcomp.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (cached)-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.17.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved uucp.17.0.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed dune.3.20.2-> installed astring.0.8.5-> installed base64.3.5.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed csexp.1.5.2-> installed either.1.0.0-> installed fix.20250919-> installed gen.1.1-> installed jane-street-headers.v0.17.0-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-version.4.0.3-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocp-indent.1.9.0-> installed octavius.1.2.2-> installed optint.0.3.0-> installed ppx_derivers.1.2.1-> installed printbox.0.12-> installed re.1.14.0-> installed result.1.5-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed fpath.0.7.3-> installed odoc-parser.3.1.0-> installed ocplib-endian.1.2-> installed dune-build-info.3.20.2-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed checkseum.0.5.2-> installed tyxml.4.6.0-> installed decompress.1.5.3-> installed lwt.5.9.2-> installed base.v0.17.3-> installed stdio.v0.17.0-> installed odoc.3.1.0-> installed menhir.20250912-> installed ppxlib.0.35.0-> installed ppx_optcomp.v0.17.0-> installed ppxlib_jane.v0.17.0-> installed ppx_blob.0.9.0-> installed ppx_cold.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_js_style.v0.17.0-> installed ppx_globalize.v0.17.0-> installed bisect_ppx.2.8.3-> installed ppx_compare.v0.17.0-> installed sedlex.3.7-> installed ppx_sexp_conv.v0.17.0-> installed uucp.17.0.0-> installed printbox-text.0.12-> installed printbox-md.0.12-> installed ppx_hash.v0.17.0-> installed uuseg.17.0.0-> installed ppx_assert.v0.17.0-> installed ppx_base.v0.17.0-> installed jst-config.v0.17.0-> installed time_now.v0.17.0-> installed ppx_inline_test.v0.17.0-> installed js_of_ocaml-compiler.6.2.0-> installed ocamlformat-lib.0.28.1-> installed ppx_expect.v0.17.2-> installed logs.0.10.0-> installed js_of_ocaml-toplevel.6.2.0-> installed ocamlformat.0.28.1-> installed mdx.2.5.1-> installed brr.0.0.8-> installed js_of_ocaml.6.2.0-> installed sherlodoc.3.1.0Done.<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:* for Emacs, add these lines to ~/.emacs:(add-to-list 'load-path "/home/opam/.opam/5.2/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/5.2/share/ocp-indent/vim"# To update the current shell environment, run: eval $(opam env)2026-01-06 23:47.50 ---> using "5ebcb7930dc737ac60fadc7f17b3c26c84e7790c6f84ce1a451c232bba64adeb" from cache/src: (copy (src .) (dst /src))2026-01-06 23:47.50 ---> saved as "acebb008185dc27b03b8ee1bbfc6c8132b89868a13a33beaff6a970136ba972d"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-01-06 23:47.54 ---> saved as "dabdae2bf2c6317592c62874828b1851b4c274afffe018d531a7dadf860232e8"Job succeeded2026-01-06 23:47.54: Job succeeded