2026-03-17 10:41.35: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (0c673c517732dc2b6404240601749525b13448ae) (linux-x86_64:debian-13-5.2_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard 0c673c51cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1# debian-13-5.2_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 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.6.1.1 mdx.2.5.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.5 --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-03-17 10:41.35: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1-debian-13-5.2_opam-2.5-285fc0eb84dbf982a95be9bf1e38dff8"2026-03-17 10:41.35: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1)(comment debian-13-5.2_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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 (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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 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.6.1.1 mdx.2.5.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.5 --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-03-17 10:41.35: Waiting for resource in pool OCluster2026-03-17 10:41.36: Waiting for worker…2026-03-17 10:43.37: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 0c673c5 Remove left-over unused var (shellcheck)(from ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1)Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1' locallydocker.io/ocaml/opam@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layered323d3d481a: Pulling fs layer7df34a5cd5f1: Pulling fs layer1e49bea09367: Waitingfd712d3eb935: Pulling fs layer866771c43bf5: Waiting4b9fb8c99118: Pulling fs layere793768537e6: Waiting9d9a01948b94: Pulling fs layered323d3d481a: Waiting0f1514f90b32: Pulling fs layer7df34a5cd5f1: Waiting4b9fb8c99118: Waiting9d9a01948b94: Waitinge1ec5a753447: Pulling fs layer0f1514f90b32: Waiting03cc323e2f71: Pulling fs layere1ec5a753447: Waitingc09c08ea9749: Pulling fs layer03cc323e2f71: Waitingb36b619f8e6b: Pulling fs layerc09c08ea9749: Waiting195344ca5274: Pulling fs layerb36b619f8e6b: Waiting228ee78582a6: Pulling fs layer504bde1c25b3: Pulling fs layer228ee78582a6: Waiting195344ca5274: Waiting9d8b1356c89f: Pulling fs layer504bde1c25b3: Waiting9d8b1356c89f: Waiting568fb6dda155: Pulling fs layerc499c9198aea: Pulling fs layer568fb6dda155: Waiting048e5e358118: Pulling fs layerc499c9198aea: Waiting871ca48eb45d: Pulling fs layer048e5e358118: Waiting4f4fb700ef54: Pulling fs layera5a2568b9df9: Pulling fs layer068cf3106ac8: Pulling fs layer871ca48eb45d: Waiting559f54ec9b29: Pulling fs layer4f4fb700ef54: Waiting068cf3106ac8: Waitinga5a2568b9df9: Waiting798ffd96fde5: Pulling fs layere9a891bf80d7: Pulling fs layer559f54ec9b29: Waitingd720cfe12674: Pulling fs layer798ffd96fde5: Waitinge9a891bf80d7: Waitingc81c932f4a91: Pulling fs layerd720cfe12674: Waiting79f24fa3bb11: Pulling fs layer8c1debcd8c20: Pulling fs layer1bb2cfea7250: Pulling fs layer2b3d3ca75e4c: Pulling fs layer79f24fa3bb11: Waiting557cacaf263c: Pulling fs layerd10483022eef: Pulling fs layer8c1debcd8c20: Waiting7b62a90d8223: Pulling fs layer2b3d3ca75e4c: Waiting557cacaf263c: Waiting28ce8ea66e72: Pulling fs layerd975909ea717: Pulling fs layer5c215c69c247: Pulling fs layer28ce8ea66e72: Waitingd975909ea717: Waitinge7c082452a54: Pulling fs layer27454b3e44fc: Pulling fs layer5c215c69c247: Waitingd10483022eef: Waitingcf864090fffc: Pulling fs layer98d73952e572: Pulling fs layercf864090fffc: Waiting27454b3e44fc: Waitingc6d44b49685c: Pulling fs layer98d73952e572: Waiting35900062a974: Pulling fs layerc6d44b49685c: Waiting715391ec4183: Pulling fs layercc777f35b81f: Pulling fs layer715391ec4183: Waiting35900062a974: Waiting1e49bea09367: Verifying Checksum1e49bea09367: Download complete866771c43bf5: Verifying Checksum866771c43bf5: Download completee793768537e6: Verifying Checksume793768537e6: Download complete7df34a5cd5f1: Verifying Checksum7df34a5cd5f1: Download completeed323d3d481a: Download complete4b9fb8c99118: Verifying Checksum4b9fb8c99118: Download complete9d9a01948b94: Verifying Checksum9d9a01948b94: Download complete866771c43bf5: Pull complete1e49bea09367: Pull completee793768537e6: Pull complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download completeed323d3d481a: Pull complete7df34a5cd5f1: Pull completee1ec5a753447: Verifying Checksume1ec5a753447: Download complete03cc323e2f71: Verifying Checksum03cc323e2f71: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download completeb36b619f8e6b: Verifying Checksumb36b619f8e6b: Download complete195344ca5274: Download complete228ee78582a6: Verifying Checksum228ee78582a6: Download complete504bde1c25b3: Verifying Checksum504bde1c25b3: Download complete9d8b1356c89f: Verifying Checksum9d8b1356c89f: Download completefd712d3eb935: Download complete568fb6dda155: Download completec499c9198aea: Download complete048e5e358118: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete871ca48eb45d: Verifying Checksum871ca48eb45d: Download completea5a2568b9df9: Download complete068cf3106ac8: Download complete559f54ec9b29: Download complete798ffd96fde5: Download completed720cfe12674: Verifying Checksumd720cfe12674: Download completec81c932f4a91: Download complete79f24fa3bb11: Verifying Checksum79f24fa3bb11: Download completee9a891bf80d7: Verifying Checksume9a891bf80d7: Download complete1bb2cfea7250: Download complete8c1debcd8c20: Download complete2b3d3ca75e4c: Download complete557cacaf263c: Verifying Checksum557cacaf263c: Download complete7b62a90d8223: Download completed975909ea717: Download complete5c215c69c247: Verifying Checksum5c215c69c247: Download completee7c082452a54: Download complete27454b3e44fc: Verifying Checksum27454b3e44fc: Download completecf864090fffc: Download complete98d73952e572: Verifying Checksum98d73952e572: Download completefd712d3eb935: Pull complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull completed10483022eef: Verifying Checksumd10483022eef: Download complete35900062a974: Verifying Checksum35900062a974: Download complete28ce8ea66e72: Verifying Checksum28ce8ea66e72: Download completecc777f35b81f: Download complete715391ec4183: Download completec6d44b49685c: Verifying Checksumc6d44b49685c: Download complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull complete27454b3e44fc: Pull completecf864090fffc: Pull complete98d73952e572: Pull completec6d44b49685c: Pull complete35900062a974: Pull complete715391ec4183: Pull completecc777f35b81f: Pull completeDigest: sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1Status: Downloaded newer image for ocaml/opam@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf12026-03-17 10:43.44 ---> using "9b20f3b3460b5364c4694eca09e11691cd4f4b015a339d3aa7da33a7a51cdbf3" from cache/: (comment debian-13-5.2_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-03-17 10:43.46 ---> using "f76bd460baa7b0af8da7994dc04dcb7a1a15e3ea1d4ef88c5b9f2d19eb8ad666" 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[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-17 10:43.47 ---> using "32ab979f9805e0877bdf040fccd39f17203421b84e99a7893c6a91290f9e9adf" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 5.2.12.5.02026-03-17 10:43.47 ---> using "56ab7c7a35b71763532b4008a4b19dcabb0b637dac4025a7eb76189d4fe0b484" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-17 10:43.47 ---> using "a398a3244dbff483cdb4ddc08494b5a8bd3f6ef147f52bc0ac4f9f65805a51fd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..e589be2bb3 master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> 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.5.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-03-17 10:43.47 ---> using "508f7c2cfe6553cc67a7635055c4b162b3e1797ed226ecb09125411c63e33353" from cache/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2026-03-17 10:43.50 ---> saved as "431f85d478e0cdbdab4bf1df32383f205eac9fa918dd2e1a647d4cde08846431"/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-03-17 10:43.57 ---> saved as "7f640b32c42d421c82cde7a038976b77340a3279df37b728c4a1e594889099b1"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-17 10:43.59 ---> saved as "b30a8c51c573d2d417fbf88d6791e114a8dba55de0790a99c80ed27f6c3dc254"/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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 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.6.1.1 mdx.2.5.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.5 --depext-only -y print-table.dev print-table-tests.dev print-table-dev.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 [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]- Fetched 10.0 MB in 3s (3223 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).# To update the current shell environment, run: eval $(opam env)2026-03-17 10:44.17 ---> saved as "c27d65adaa28bd3452f29382182af53b8f1843b7ed741d61ca84301fe15b1c3f"/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 84 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.21.1- install dune-build-info 3.21.1- install dune-configurator 3.21.1- 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 6.1.1- install mdx 2.5.1- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- 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 brr.0.0.8 (cached)-> retrieved csexp.1.5.2 (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.6.1.1 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1 (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 ocamlformat.0.28.1, ocamlformat-lib.0.28.1 (cached)-> retrieved octavius.1.2.2 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0, sherlodoc.3.1.0 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ppx_assert.v0.17.0 (cached)-> retrieved ppx_base.v0.17.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_globalize.v0.17.0 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_expect.v0.17.2 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_inline_test.v0.17.0 (cached)-> retrieved ppx_js_style.v0.17.0 (cached)-> retrieved ppx_optcomp.v0.17.0 (cached)-> retrieved ppx_sexp_conv.v0.17.0 (cached)-> retrieved ppxlib_jane.v0.17.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved sedlex.3.7 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppxlib.0.35.0 (cached)-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (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 astring.0.8.5-> installed dune.3.21.1-> installed fpath.0.7.3-> 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.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> 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 odoc-parser.3.1.0-> installed ocplib-endian.1.2-> installed dune-build-info.3.21.1-> installed dune-configurator.3.21.1-> installed bigstringaf.0.10.0-> installed checkseum.0.5.2-> installed tyxml.4.6.0-> installed decompress.1.5.3-> installed lwt.6.1.1-> installed menhir.20260209-> installed base.v0.17.3-> installed stdio.v0.17.0-> installed odoc.3.1.0-> 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 uucp.17.0.0-> installed ppx_js_style.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_globalize.v0.17.0-> installed printbox-text.0.12-> installed bisect_ppx.2.8.3-> installed ppx_compare.v0.17.0-> installed sedlex.3.7-> installed ppx_sexp_conv.v0.17.0-> installed uuseg.17.0.0-> installed printbox-md.0.12-> installed ppx_hash.v0.17.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 ocamlformat-lib.0.28.1-> installed ppx_inline_test.v0.17.0-> installed js_of_ocaml-compiler.6.2.0-> installed ocamlformat.0.28.1-> installed ppx_expect.v0.17.2-> installed logs.0.10.0-> installed js_of_ocaml-toplevel.6.2.0-> 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-03-17 10:45.49 ---> saved as "17b3aa63c7e70fd076046de304433f9bf81501509c6a42b2a829b01c94afaea9"/src: (copy (src .) (dst /src))2026-03-17 10:45.52 ---> saved as "e3ff57c87cf8b31f42021f0789245f9b6dae5e0bfd9400aed8831e89ad297ece"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-17 10:46.01 ---> saved as "1a733073dca32c88e0e26ac658087058a906d8fe9b5c1204d380525a7ee907a1"Job succeeded2026-03-17 10:46.01: Job succeeded