2025-10-18 16:34.43: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (51bec524bdb5b167e55607b9fe43bed4af979d1a) (linux-x86_64:opensuse-16.0-4.14_opam-2.4)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard 51bec524cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1# opensuse-16.0-4.14_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 551314ad1550478ec6be39bb0eaadd2569190464 || git fetch origin master) && git reset -q --hard 551314ad1550478ec6be39bb0eaadd2569190464 && 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.2 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.2 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.1 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.0 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-10-18 16:34.43: Using cache hint "mbarbin/print-table-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-2cbbf9ab1e251665e2ac20bf5ed54611"2025-10-18 16:34.43: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)(comment opensuse-16.0-4.14_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 551314ad1550478ec6be39bb0eaadd2569190464 || git fetch origin master) && git reset -q --hard 551314ad1550478ec6be39bb0eaadd2569190464 && 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.2 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.2 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.1 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.0 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-10-18 16:34.43: Waiting for resource in pool OCluster2025-10-18 17:04.31: Waiting for worker…2025-10-18 17:06.14: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 51bec52 Upgrade actions/checkout(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1' locallydocker.io/ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1: Pulling from ocaml/opam64cfa2a65095: Pulling fs layer7971a163c5cf: Pulling fs layer0bcedfafe7dd: Pulling fs layerf42ca884ff10: Pulling fs layer7a58dd924804: Pulling fs layer73b6bf2442e2: Pulling fs layerc7b2f1118c39: Pulling fs layer9664ba876e4c: Pulling fs layerd307e097761a: Pulling fs layera2f7a77a011c: Pulling fs layer94b2c92a6e32: Pulling fs layerdc059a0b69a6: Pulling fs layerb1b115775ad6: Pulling fs layerf42ca884ff10: Waiting9578045c60a5: Pulling fs layer7a58dd924804: Waiting9438161e6dc8: Pulling fs layer5354b34c6410: Pulling fs layer7ba29a3affaf: Pulling fs layer978c6754ed91: Pulling fs layer4f4fb700ef54: Pulling fs layer1a894d493bd5: Pulling fs layere279e4c3cc8b: Pulling fs layercdfaa2485c7d: Pulling fs layerc8563e41aa6f: Pulling fs layer911bff4bcd02: Pulling fs layer73b6bf2442e2: Waiting7e6490154d95: Pulling fs layerdd6beeecc8f8: Pulling fs layer9578045c60a5: Waiting3e02f73f561d: Pulling fs layer9438161e6dc8: Waiting801dc6436763: Pulling fs layer7ddd0c153f59: Pulling fs layerc7b2f1118c39: Waiting5354b34c6410: Waiting5ee8f7f96184: Pulling fs layer9664ba876e4c: Waiting7ba29a3affaf: Waitingfacc8b57701e: Pulling fs layerf5c712f16134: Pulling fs layer7c5c7be08383: Pulling fs layer25e2ed376925: Pulling fs layerd307e097761a: Waitingdc059a0b69a6: Waitinga2f7a77a011c: Waitingb1b115775ad6: Waiting1b4a119d9eef: Pulling fs layer94b2c92a6e32: Waitingab7e2fb7737c: Pulling fs layerdb30acbe9a06: Pulling fs layerfacc8b57701e: Waiting801dc6436763: Waitingf5c712f16134: Waiting4f666f8f907e: Pulling fs layer23c142cc9273: Pulling fs layer978c6754ed91: Waitinge74b0971cd39: Pulling fs layere279e4c3cc8b: Waiting4f4fb700ef54: Waitingeea27d0942eb: Pulling fs layercdfaa2485c7d: Waiting7ddd0c153f59: Waiting1a894d493bd5: Waiting7c5c7be08383: Waiting25e2ed376925: Waitingc8563e41aa6f: Waiting5ee8f7f96184: Waiting1b4a119d9eef: Waitingeea27d0942eb: Waiting3e02f73f561d: Waitinge74b0971cd39: Waitingdb30acbe9a06: Waiting4f666f8f907e: Waiting911bff4bcd02: Waitingab7e2fb7737c: Waiting7971a163c5cf: Verifying Checksum7971a163c5cf: Download complete64cfa2a65095: Download complete7a58dd924804: Verifying Checksum7a58dd924804: Download complete64cfa2a65095: Pull complete7971a163c5cf: Pull complete73b6bf2442e2: Verifying Checksum73b6bf2442e2: Download complete0bcedfafe7dd: Verifying Checksum0bcedfafe7dd: Download complete9664ba876e4c: Verifying Checksum9664ba876e4c: Download completed307e097761a: Verifying Checksumd307e097761a: Download completec7b2f1118c39: Verifying Checksumc7b2f1118c39: Download completea2f7a77a011c: Verifying Checksuma2f7a77a011c: Download complete0bcedfafe7dd: Pull completedc059a0b69a6: Verifying Checksumdc059a0b69a6: Download completeb1b115775ad6: Verifying Checksumb1b115775ad6: Download complete9578045c60a5: Verifying Checksum9578045c60a5: Download complete9438161e6dc8: Download complete94b2c92a6e32: Verifying Checksum94b2c92a6e32: Download complete5354b34c6410: Download complete7ba29a3affaf: Verifying Checksum7ba29a3affaf: Download complete4f4fb700ef54: Download complete978c6754ed91: Verifying Checksum978c6754ed91: Download complete1a894d493bd5: Verifying Checksum1a894d493bd5: Download completee279e4c3cc8b: Verifying Checksume279e4c3cc8b: Download completecdfaa2485c7d: Verifying Checksumcdfaa2485c7d: Download completec8563e41aa6f: Download complete911bff4bcd02: Verifying Checksum911bff4bcd02: Download completedd6beeecc8f8: Verifying Checksumdd6beeecc8f8: Download complete3e02f73f561d: Verifying Checksum3e02f73f561d: Download complete7e6490154d95: Verifying Checksum7e6490154d95: Download complete801dc6436763: Download complete5ee8f7f96184: Download complete7ddd0c153f59: Verifying Checksum7ddd0c153f59: Download completefacc8b57701e: Download complete7c5c7be08383: Verifying Checksum7c5c7be08383: Download complete25e2ed376925: Verifying Checksum25e2ed376925: Download complete1b4a119d9eef: Download completeab7e2fb7737c: Verifying Checksumab7e2fb7737c: Download completef42ca884ff10: Verifying Checksumf42ca884ff10: Download completedb30acbe9a06: Download complete23c142cc9273: Verifying Checksum23c142cc9273: Download completee74b0971cd39: Verifying Checksume74b0971cd39: Download completeeea27d0942eb: Verifying Checksumeea27d0942eb: Download completef5c712f16134: Verifying Checksumf5c712f16134: Download completef42ca884ff10: Pull complete7a58dd924804: Pull complete73b6bf2442e2: Pull completec7b2f1118c39: Pull complete9664ba876e4c: Pull completed307e097761a: Pull completea2f7a77a011c: Pull complete94b2c92a6e32: Pull completedc059a0b69a6: Pull completeb1b115775ad6: Pull complete9578045c60a5: Pull complete9438161e6dc8: Pull complete5354b34c6410: Pull complete7ba29a3affaf: Pull complete978c6754ed91: Pull complete4f4fb700ef54: Pull complete1a894d493bd5: Pull completee279e4c3cc8b: Pull completecdfaa2485c7d: Pull completec8563e41aa6f: Pull complete911bff4bcd02: Pull complete7e6490154d95: Pull completedd6beeecc8f8: Pull complete3e02f73f561d: Pull complete801dc6436763: Pull complete7ddd0c153f59: Pull complete5ee8f7f96184: Pull completefacc8b57701e: Pull complete4f666f8f907e: Verifying Checksum4f666f8f907e: Download completef5c712f16134: Pull complete7c5c7be08383: Pull complete25e2ed376925: Pull complete1b4a119d9eef: Pull completeab7e2fb7737c: Pull completedb30acbe9a06: Pull complete4f666f8f907e: Pull complete23c142cc9273: Pull completee74b0971cd39: Pull completeeea27d0942eb: Pull completeDigest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a12025-10-18 17:06.16 ---> using "edeae5226791935b63a8fd5be3eaac2ce37c898763f283ad46f4cdae8d9b727f" from cache/: (comment opensuse-16.0-4.14_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"))2025-10-18 17:06.16 ---> using "3120a7277ea96be3f4a85df6f9443ac9eaa0a35193d3790dbf701864a67e6b3a" 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] Initialised2025-10-18 17:06.16 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache/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-10-18 17:06.16 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-18 17:06.16 ---> using "d477bbe834e90da9624ae1e0cff2923d54e3c6e42da56f5a8ac8408ae118e4f6" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 551314ad1550478ec6be39bb0eaadd2569190464 || git fetch origin master) && git reset -q --hard 551314ad1550478ec6be39bb0eaadd2569190464 && git log --no-decorate -n1 --oneline && opam update -u"))551314ad15 Merge pull request #28679 from dkalinichenko-js/opam-publish-ppx_expect.v0.16.2<><> 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.3.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-10-18 17:06.16 ---> using "0d68139e61909e49dcc764d53134415057830863355ee1a2fcfdb5408f498110" from cache/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2025-10-18 17:06.18 ---> saved as "39b46289cbcccb30c1f43861568a6f09852dbb1a8baa710df095bcd68fbce724"/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-10-18 17:06.22 ---> saved as "37848af764b0eaab6a494d0648d475151f4417430bd268b4b3c685cff7b2d2d0"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-18 17:06.23 ---> saved as "99529eab740396f689dd0010969785914cb9aa3248f57ec5bf922f0ca91f6712"/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.2 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.2 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.1 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.0 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 "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Repository 'repo-oss (16.0)' is up to date.- All repositories have been refreshed.<><> 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-10-18 17:06.38 ---> saved as "273080287eff682180b4f2e25a9636f3b4ca63606bb8899a6c9292b350c85baf"/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.2- 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.2- 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.1- 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.0- 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.2 (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 ocaml-compiler-libs.v0.12.4 (cached)-> retrieved num.1.6 (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_fields_conv.v0.16.0 (cached)-> retrieved ppx_expect.v0.16.2 (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.1 (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_conv.v0.16.0 (cached)-> retrieved ppx_sexp_message.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 ppxlib.0.35.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed num.1.6-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (https://opam.ocaml.org/cache)-> retrieved re.1.14.0 (cached)-> retrieved sexp_pretty.v0.16.0 (cached)-> retrieved sexplib.v0.16.0 (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 typerep.v0.16.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved variantslib.v0.16.0 (cached)-> retrieved uucp.17.0.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed jane-street-headers.v0.16.0-> installed printbox.0.12-> installed sexplib0.v0.16.0-> installed ocaml-compiler-libs.v0.12.4-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed parsexp.v0.16.0-> installed dune-configurator.3.20.2-> installed sexplib.v0.16.0-> installed uucp.17.0.0-> installed printbox-text.0.12-> installed printbox-md.0.12-> 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 ppxlib.0.35.0-> installed ppx_globalize.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_disable_unused_warnings.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_tydi.v0.16.0-> installed ppx_stable_witness.v0.16.0-> installed ppx_variants_conv.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_typerep_conv.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_fields_conv.v0.16.0-> installed ppx_stable.v0.16.0-> installed ppx_ignore_instrumentation.v0.16.0-> installed ppx_pipebang.v0.16.0-> installed ppx_fixed_literal.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_assert.v0.16.0-> installed ppx_sexp_value.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 sexp_pretty.v0.16.0-> installed jst-config.v0.16.0-> installed ppx_string.v0.16.0-> installed bin_prot.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.1-> installed ppx_bench.v0.16.0-> installed ppx_expect.v0.16.2-> 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.2-> installed expect_test_helpers_core.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-18 17:09.39 ---> saved as "28ba8387c131c08781d2dcb083a36adf328b11e0b08183ac345cfd9ac3274b9e"/src: (copy (src .) (dst /src))2025-10-18 17:09.40 ---> saved as "ff0401033599b1c5cce21235c19504351ab95bbcef2f5422250d9edd910aad76"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))2025-10-18 17:09.47 ---> saved as "915e502968bf8b2928594af68d113984c1c59fc20a15b03c770a72a72192dfb7"Job succeeded2025-10-18 17:09.47: Job succeeded