2025-11-05 15:28.03: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (3398e99d061d81084ecca1848dab0438c7026145) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard 3398e99dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63# debian-13-4.14_x86_32_opam-2.4USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && 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.4 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bin_prot.v0.16.0 core.v0.16.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.0 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 typerep.v0.16.0 uucp.17.0.0 uutf.1.0.4 variantslib.v0.16.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 $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-BLOCK2025-11-05 15:28.03: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63-debian-13-4.14_x86_32_opam-2.4-8b7226024f3427d9c4da349ea0fb8173"2025-11-05 15:28.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)(comment debian-13-4.14_x86_32_opam-2.4)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && 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.4 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bin_prot.v0.16.0 core.v0.16.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.0 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 typerep.v0.16.0 uucp.17.0.0 uutf.1.0.4 variantslib.v0.16.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 $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")))2025-11-05 15:28.03: Waiting for resource in pool OCluster2025-11-05 15:58.25: Waiting for worker…2025-11-05 16:00.05: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 3398e99 Enable OCaml 5.4 in CI(from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63' locallydocker.io/ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63: Pulling from ocaml/opamf1c1f592b556: Already exists1b804c748ae2: Pulling fs layer46890ce1a2c6: Pulling fs layer59d360237abf: Pulling fs layer3f9e79276ad2: Pulling fs layer46890ce1a2c6: Waiting0f3879946ce8: Pulling fs layer59d360237abf: Waitingb5386ba4450a: Pulling fs layer3f9e79276ad2: Waiting0f3879946ce8: Waitingd72a73e60ada: Pulling fs layer5657d34ee214: Pulling fs layerb3739d7df5a6: Pulling fs layerd72a73e60ada: Waitingb5386ba4450a: Waitingb3739d7df5a6: Waiting20686602fa54: Pulling fs layerac71dabb3064: Pulling fs layeraebd608b6359: Pulling fs layerb25ca2e1fe6a: Pulling fs layer7b3c426e231e: Pulling fs layerb25ca2e1fe6a: Waitingaebd608b6359: Waiting7c29943894c1: Pulling fs layer6f96d58bfde1: Pulling fs layer7b3c426e231e: Waiting57fd7e6f0fcc: Pulling fs layerc62cedd71197: Pulling fs layer7c29943894c1: Waiting8299ba532ede: Pulling fs layeracd9fe4f75a0: Pulling fs layer57fd7e6f0fcc: Waiting8299ba532ede: Waiting4f4fb700ef54: Pulling fs layer9f75e0cf0db8: Pulling fs layeracd9fe4f75a0: Waiting4f4fb700ef54: Waiting1ac30b6ffbfe: Pulling fs layer6f96d58bfde1: Waiting8c966152e5b9: Pulling fs layer9f75e0cf0db8: Waiting1b89a7d78106: Pulling fs layer1ac30b6ffbfe: Waiting7ec941522540: Pulling fs layer1b89a7d78106: Waiting4ea54a4b23e3: Pulling fs layer8c966152e5b9: Waitingf896ea897152: Pulling fs layer81d297dab66c: Pulling fs layer7ec941522540: Waitingf896ea897152: Waitinga761e314d9bb: Pulling fs layer81d297dab66c: Waiting7e72fd67616e: Pulling fs layer12aaf83bc4b9: Pulling fs layer052055b1bebb: Pulling fs layeref3b8f2cb729: Pulling fs layer57924c7f024b: Pulling fs layere08a5917fa7f: Pulling fs layera761e314d9bb: Waiting823bcf26ad4e: Pulling fs layerfc03626aec80: Pulling fs layeref3b8f2cb729: Waiting1091dd9160fe: Pulling fs layer12aaf83bc4b9: Waitinge08a5917fa7f: Waitingb2ab94a85ee0: Pulling fs layer57924c7f024b: Waitinge51823fd6968: Pulling fs layer052055b1bebb: Waiting1091dd9160fe: Waitingde64f45c764d: Pulling fs layerb2ab94a85ee0: Waitingfc03626aec80: Waiting9ccb9124a814: Pulling fs layer823bcf26ad4e: Waitinge51823fd6968: Waiting9ccb9124a814: Waiting1b804c748ae2: Download complete1b804c748ae2: Pull complete46890ce1a2c6: Verifying Checksum46890ce1a2c6: Download complete46890ce1a2c6: Pull complete59d360237abf: Verifying Checksum59d360237abf: Download complete59d360237abf: Pull complete3f9e79276ad2: Verifying Checksum3f9e79276ad2: Download complete3f9e79276ad2: Pull completeb5386ba4450a: Verifying Checksumb5386ba4450a: Download completed72a73e60ada: Verifying Checksumd72a73e60ada: Download complete5657d34ee214: Verifying Checksum5657d34ee214: Download completeb3739d7df5a6: Verifying Checksumb3739d7df5a6: Download complete20686602fa54: Verifying Checksum20686602fa54: Download completeac71dabb3064: Verifying Checksumac71dabb3064: Download completeaebd608b6359: Verifying Checksumaebd608b6359: Download completeb25ca2e1fe6a: Verifying Checksumb25ca2e1fe6a: Download complete7b3c426e231e: Verifying Checksum7b3c426e231e: Download complete7c29943894c1: Verifying Checksum7c29943894c1: Download complete6f96d58bfde1: Verifying Checksum6f96d58bfde1: Download complete57fd7e6f0fcc: Verifying Checksum57fd7e6f0fcc: Download completec62cedd71197: Download complete8299ba532ede: Verifying Checksum8299ba532ede: Download completeacd9fe4f75a0: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete9f75e0cf0db8: Download complete1ac30b6ffbfe: Verifying Checksum1ac30b6ffbfe: Download complete8c966152e5b9: Verifying Checksum8c966152e5b9: Download complete1b89a7d78106: Verifying Checksum1b89a7d78106: Download complete7ec941522540: Verifying Checksum7ec941522540: Download complete4ea54a4b23e3: Verifying Checksum4ea54a4b23e3: Download completef896ea897152: Verifying Checksumf896ea897152: Download complete81d297dab66c: Verifying Checksum81d297dab66c: Download completea761e314d9bb: Verifying Checksuma761e314d9bb: Download complete7e72fd67616e: Download complete12aaf83bc4b9: Download complete052055b1bebb: Verifying Checksum052055b1bebb: Download completeef3b8f2cb729: Verifying Checksumef3b8f2cb729: Download complete57924c7f024b: Download completee08a5917fa7f: Verifying Checksume08a5917fa7f: Download complete823bcf26ad4e: Download completefc03626aec80: Verifying Checksumfc03626aec80: Download complete1091dd9160fe: Verifying Checksum1091dd9160fe: Download complete0f3879946ce8: Download completee51823fd6968: Verifying Checksume51823fd6968: Download completede64f45c764d: Download complete9ccb9124a814: Verifying Checksum0f3879946ce8: Pull completeb5386ba4450a: Pull completed72a73e60ada: Pull complete5657d34ee214: Pull completeb3739d7df5a6: Pull complete20686602fa54: Pull completeac71dabb3064: Pull completeaebd608b6359: Pull completeb25ca2e1fe6a: Pull complete7b3c426e231e: Pull complete7c29943894c1: Pull complete6f96d58bfde1: Pull complete57fd7e6f0fcc: Pull completec62cedd71197: Pull complete8299ba532ede: Pull completeacd9fe4f75a0: Pull complete4f4fb700ef54: Pull complete9f75e0cf0db8: Pull complete1ac30b6ffbfe: Pull complete8c966152e5b9: Pull complete1b89a7d78106: Pull complete7ec941522540: Pull complete4ea54a4b23e3: Pull completef896ea897152: Pull complete81d297dab66c: Pull completea761e314d9bb: Pull complete7e72fd67616e: Pull complete12aaf83bc4b9: Pull complete052055b1bebb: Pull completeb2ab94a85ee0: Verifying Checksumb2ab94a85ee0: Download completeef3b8f2cb729: Pull complete57924c7f024b: Pull completee08a5917fa7f: Pull complete823bcf26ad4e: Pull completefc03626aec80: Pull complete1091dd9160fe: Pull completeb2ab94a85ee0: Pull completee51823fd6968: Pull completede64f45c764d: Pull complete9ccb9124a814: Pull completeDigest: sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Status: Downloaded newer image for ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested2025-11-05 16:05.09 ---> saved as "9324b430a173d988cd667e6a34c7b7fcdaf67bcda08cd9e8ed334f03c397df27"/: (comment debian-13-4.14_x86_32_opam-2.4)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 16:05.10 ---> saved as "bd34fdeaa58f0bf53cb92f8d89ca7cdc4f9c93f61c5fdc10eea57b53bead48c4"/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] Initialised2025-11-05 16:05.45 ---> saved as "99d71abddb6022b7c3534606b307b2c5edee7f071445b9278c3f0e55c3479dd3"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-11-05 16:05.45 ---> saved as "8f38b9ae7c6bd1d0fb0e011a4d7898d9531ecfc18af87332444cbb11732655f8"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 16:05.46 ---> saved as "76f17c68cf981d400bcd478a859a30de47152cca5e6b84a3af48baa9e51d1610"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..70d1dfb3b8 master -> origin/master930436c8d2 Merge pull request #28833 from dbuenzli/b0-publish-topkg-care.1.1.1-etc-d8693897f289e86e<><> 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)2025-11-05 16:06.13 ---> saved as "c994d6e8bf946cb6eeb68735d8c19b86025e427c6aa0cb6a1a1c6f5b2caccce7"/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2025-11-05 16:06.14 ---> saved as "b897daf6e0df147ce0dd93398085b7fe24bbb4ad46d57b35e0a07e8370981d54"/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)2025-11-05 16:06.19 ---> saved as "778bb6f99c2e2943b98aba1e3b0637e103d2a931d486fb85287d87e7aa57f8c1"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 16:06.20 ---> saved as "f48bf7ff7e87b7d07167f8911f6bb8292cbc59380b5c475d6356a4df0ec81085"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bin_prot.v0.16.0 core.v0.16.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.0 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 typerep.v0.16.0 uucp.17.0.0 uutf.1.0.4 variantslib.v0.16.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 $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 i386 Packages [64.2 kB]- Fetched 155 kB in 1s (274 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).2025-11-05 16:06.30 ---> saved as "7de7a8773bb94d5d553af951db946f35396e275c6fd8f95f3497784b010fb6a5"/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 69 packages- install base v0.16.4- install base_bigstring v0.16.0- install base_quickcheck v0.16.0- install bin_prot v0.16.0- install core v0.16.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install expect_test_helpers_core v0.16.0- install fieldslib v0.16.0- install int_repr v0.16.0- install jane-street-headers v0.16.0- install jst-config v0.16.0- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.16.0- install ppx_assert v0.16.0- install ppx_base v0.16.0- install ppx_bench v0.16.0- install ppx_bin_prot v0.16.0- install ppx_cold v0.16.0- install ppx_compare v0.16.0- install ppx_custom_printf v0.16.0- install ppx_derivers 1.2.1- install ppx_disable_unused_warnings v0.16.0- install ppx_enumerate v0.16.0- install ppx_expect v0.16.0- install ppx_fields_conv v0.16.0- install ppx_fixed_literal v0.16.0- install ppx_globalize v0.16.0- install ppx_hash v0.16.0- install ppx_here v0.16.0- install ppx_ignore_instrumentation v0.16.0- install ppx_inline_test v0.16.0- install ppx_jane v0.16.0- install ppx_let v0.16.0- install ppx_log v0.16.0- install ppx_module_timer v0.16.0- install ppx_optcomp v0.16.0- install ppx_optional v0.16.0- install ppx_pipebang v0.16.0- install ppx_sexp_conv v0.16.0- install ppx_sexp_message v0.16.0- install ppx_sexp_value v0.16.0- install ppx_stable v0.16.0- install ppx_stable_witness v0.16.0- install ppx_string v0.16.0- install ppx_tydi v0.16.0- install ppx_typerep_conv v0.16.0- install ppx_variants_conv v0.16.0- install ppxlib 0.35.0- install printbox 0.12- install printbox-md 0.12- install printbox-text 0.12- install re 1.14.0- install sexp_pretty v0.16.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install splittable_random v0.16.0- install stdio v0.16.0- install stdlib-shims 0.3.0- install time_now v0.16.0- install topkg 1.1.1- install typerep v0.16.0- install uucp 17.0.0- install uutf 1.0.4- install variantslib v0.16.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.4 (cached)-> retrieved base_bigstring.v0.16.0 (cached)-> retrieved base_quickcheck.v0.16.0 (cached)-> retrieved bin_prot.v0.16.0 (cached)-> retrieved core.v0.16.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved expect_test_helpers_core.v0.16.0 (cached)-> retrieved fieldslib.v0.16.0 (cached)-> retrieved int_repr.v0.16.0 (cached)-> retrieved jane-street-headers.v0.16.0 (cached)-> retrieved jst-config.v0.16.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_assert.v0.16.0 (cached)-> retrieved ppx_base.v0.16.0 (cached)-> retrieved ppx_bench.v0.16.0 (cached)-> retrieved ppx_bin_prot.v0.16.0 (cached)-> retrieved ppx_cold.v0.16.0 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_custom_printf.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_disable_unused_warnings.v0.16.0 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_expect.v0.16.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed num.1.6-> installed ocamlbuild.0.16.1-> retrieved ppx_fields_conv.v0.16.0 (cached)-> retrieved ppx_fixed_literal.v0.16.0 (cached)-> retrieved ppx_globalize.v0.16.0 (cached)-> retrieved ppx_hash.v0.16.0 (cached)-> retrieved ppx_here.v0.16.0 (cached)-> retrieved ppx_ignore_instrumentation.v0.16.0 (cached)-> retrieved ppx_inline_test.v0.16.0 (cached)-> retrieved ppx_jane.v0.16.0 (cached)-> retrieved ppx_let.v0.16.0 (cached)-> retrieved ppx_log.v0.16.0 (cached)-> retrieved ppx_module_timer.v0.16.0 (cached)-> retrieved ppx_optcomp.v0.16.0 (cached)-> retrieved ppx_optional.v0.16.0 (cached)-> retrieved ppx_pipebang.v0.16.0 (cached)-> retrieved ppx_sexp_message.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppx_sexp_value.v0.16.0 (cached)-> retrieved ppx_stable.v0.16.0 (cached)-> retrieved ppx_stable_witness.v0.16.0 (cached)-> retrieved ppx_string.v0.16.0 (cached)-> retrieved ppx_tydi.v0.16.0 (cached)-> retrieved ppx_typerep_conv.v0.16.0 (cached)-> retrieved ppx_variants_conv.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved sexp_pretty.v0.16.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved splittable_random.v0.16.0 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.16.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved typerep.v0.16.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved variantslib.v0.16.0 (cached)-> retrieved uucp.17.0.0 (cached)-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed dune.3.20.2-> installed jane-street-headers.v0.16.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed ppx_derivers.1.2.1-> installed printbox.0.12-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed parsexp.v0.16.0-> installed dune-configurator.3.20.2-> installed sexplib.v0.16.0-> installed base.v0.16.4-> installed fieldslib.v0.16.0-> installed variantslib.v0.16.0-> installed stdio.v0.16.0-> installed typerep.v0.16.0-> installed uucp.17.0.0-> installed printbox-text.0.12-> installed printbox-md.0.12-> installed ppxlib.0.35.0-> installed ppx_globalize.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_disable_unused_warnings.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_stable_witness.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_tydi.v0.16.0-> installed ppx_typerep_conv.v0.16.0-> installed ppx_variants_conv.v0.16.0-> installed ppx_fields_conv.v0.16.0-> installed ppx_ignore_instrumentation.v0.16.0-> installed ppx_stable.v0.16.0-> installed ppx_fixed_literal.v0.16.0-> installed ppx_pipebang.v0.16.0-> installed ppx_optional.v0.16.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_let.v0.16.0-> installed ppx_hash.v0.16.0-> installed ppx_sexp_value.v0.16.0-> installed ppx_assert.v0.16.0-> installed ppx_sexp_message.v0.16.0-> installed ppx_custom_printf.v0.16.0-> installed ppx_base.v0.16.0-> installed ppx_log.v0.16.0-> installed jst-config.v0.16.0-> installed sexp_pretty.v0.16.0-> installed bin_prot.v0.16.0-> installed ppx_string.v0.16.0-> installed time_now.v0.16.0-> installed ppx_bin_prot.v0.16.0-> installed ppx_module_timer.v0.16.0-> installed ppx_inline_test.v0.16.0-> installed ppx_bench.v0.16.0-> installed ppx_expect.v0.16.0-> installed splittable_random.v0.16.0-> installed base_quickcheck.v0.16.0-> installed ppx_jane.v0.16.0-> installed int_repr.v0.16.0-> installed base_bigstring.v0.16.0-> installed core.v0.16.0-> installed expect_test_helpers_core.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 16:08.00 ---> saved as "85eb0051f09b7a65cd1c9ff48df4c37c6ee3b2eb98576e2612deff5bd2a7c76c"/src: (copy (src .) (dst /src))2025-11-05 16:08.01 ---> saved as "6a5c3d1b724d1f9982f33974a33f9abda56d65df11af819d5138633f21a66269"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))2025-11-05 16:08.04 ---> saved as "d194e84c2bc5239d1d3b934987234de6429bf91a2e9a6ad383b5f59134c3050d"Job succeeded2025-11-05 16:08.04: Job succeeded