2025-11-28 07:28.20: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (f5a3af34c99495daf4f4c7464396cc5a170373fa) (linux-x86_64:ubuntu-22.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard f5a3af34cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723# ubuntu-22.04-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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.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-28 07:28.20: Using cache hint "mbarbin/print-table-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723-ubuntu-22.04-4.14_opam-2.4-e6fe115d1cf5ccaf62329b79252e85b0"2025-11-28 07:28.20: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723)(comment ubuntu-22.04-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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.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-28 07:28.20: Waiting for resource in pool OCluster2025-11-28 07:46.57: Waiting for worker…2025-11-28 07:51.10: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at f5a3af3 Merge pull request #4 from mbarbin/rm-unused-sexp-deps(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723' locallydocker.io/ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723: Pulling from ocaml/opam7e49dc6156b0: Already exists5b9b1a0eb9f0: Pulling fs layer39de8fe3fa1a: Pulling fs layer6d9e9792a3e4: Pulling fs layer9982f8f74828: Pulling fs layercb53ddb9c7ff: Pulling fs layer6ca4a944ed5d: Pulling fs layerdc1e39449744: Pulling fs layer28e5525f5e3e: Pulling fs layer190837da2626: Pulling fs layer0dda72a640a0: Pulling fs layer68597843ffd8: Pulling fs layer59d78f277710: Pulling fs layera3bd35546b90: Pulling fs layer6c011c78d239: Pulling fs layer26c7c4223e1f: Pulling fs layer4f4fb700ef54: Pulling fs layer0ede47092c2f: Pulling fs layer968332282b04: Pulling fs layer8d75d29da602: Pulling fs layer97fa719c3e94: Pulling fs layer37ba2a552cc4: Pulling fs layerd68fd23eb213: Pulling fs layer270136b3ddde: Pulling fs layer6aaf02491cf6: Pulling fs layer9f82d52cf09b: Pulling fs layer01a6be59f79c: Pulling fs layerf41be054474a: Pulling fs layer69c362cbbb1a: Pulling fs layer9283ce2cc594: Pulling fs layer4d64f5be11ad: Pulling fs layercba509fe7f1e: Pulling fs layer9e8b588e1294: Pulling fs layera463c5aa27d9: Pulling fs layer9de8f96c8d93: Pulling fs layer6064abc3f4c1: Pulling fs layer10eae62fe436: Pulling fs layerbf967208a3c8: Pulling fs layer8314d80bf40a: Pulling fs layer0e359094c96e: Pulling fs layer9eec512ab335: Pulling fs layer636310f9a939: Pulling fs layer37ba2a552cc4: Waiting9982f8f74828: Waiting6c011c78d239: Waitingcb53ddb9c7ff: Waiting6ca4a944ed5d: Waiting26c7c4223e1f: Waitingdc1e39449744: Waiting28e5525f5e3e: Waitingd68fd23eb213: Waiting190837da2626: Waiting270136b3ddde: Waiting0dda72a640a0: Waiting4f4fb700ef54: Waiting6aaf02491cf6: Waiting9f82d52cf09b: Waiting68597843ffd8: Waiting59d78f277710: Waitinga3bd35546b90: Waitingf41be054474a: Waiting69c362cbbb1a: Waiting968332282b04: Waiting8d75d29da602: Waiting9e8b588e1294: Waitinga463c5aa27d9: Waiting9de8f96c8d93: Waiting6064abc3f4c1: Waiting10eae62fe436: Waiting9283ce2cc594: Waiting4d64f5be11ad: Waitingcba509fe7f1e: Waitingbf967208a3c8: Waiting8314d80bf40a: Waiting0e359094c96e: Waiting9eec512ab335: Waiting636310f9a939: Waiting97fa719c3e94: Waiting01a6be59f79c: Waiting0ede47092c2f: Waiting39de8fe3fa1a: Verifying Checksum39de8fe3fa1a: Download complete5b9b1a0eb9f0: Download complete5b9b1a0eb9f0: Pull complete39de8fe3fa1a: Pull complete9982f8f74828: Verifying Checksum9982f8f74828: Download complete6ca4a944ed5d: Verifying Checksum6ca4a944ed5d: Download complete6d9e9792a3e4: Verifying Checksum6d9e9792a3e4: Download complete28e5525f5e3e: Verifying Checksum28e5525f5e3e: Download completedc1e39449744: Download complete0dda72a640a0: Verifying Checksum0dda72a640a0: Download complete190837da2626: Download completecb53ddb9c7ff: Verifying Checksumcb53ddb9c7ff: Download complete6d9e9792a3e4: Pull complete68597843ffd8: Verifying Checksum68597843ffd8: Download complete9982f8f74828: Pull completea3bd35546b90: Verifying Checksuma3bd35546b90: Download complete59d78f277710: Verifying Checksum59d78f277710: Download complete6c011c78d239: Verifying Checksum6c011c78d239: Download complete26c7c4223e1f: Verifying Checksum26c7c4223e1f: Download complete4f4fb700ef54: Download complete0ede47092c2f: Verifying Checksum0ede47092c2f: Download complete968332282b04: Verifying Checksum968332282b04: Download complete8d75d29da602: Verifying Checksum8d75d29da602: Download complete97fa719c3e94: Verifying Checksum97fa719c3e94: Download complete37ba2a552cc4: Download completed68fd23eb213: Verifying Checksumd68fd23eb213: Download complete6aaf02491cf6: Verifying Checksum6aaf02491cf6: Download complete270136b3ddde: Verifying Checksum270136b3ddde: Download complete9f82d52cf09b: Verifying Checksum9f82d52cf09b: Download complete01a6be59f79c: Download completef41be054474a: Verifying Checksumf41be054474a: Download complete69c362cbbb1a: Verifying Checksum4d64f5be11ad: Verifying Checksum9283ce2cc594: Verifying Checksum4d64f5be11ad: Download complete9283ce2cc594: Download completecba509fe7f1e: Verifying Checksumcba509fe7f1e: Download completea463c5aa27d9: Verifying Checksuma463c5aa27d9: Download complete6064abc3f4c1: Verifying Checksum6064abc3f4c1: Download complete10eae62fe436: Verifying Checksum10eae62fe436: Download completebf967208a3c8: Verifying Checksumbf967208a3c8: Download complete9e8b588e1294: Verifying Checksum9e8b588e1294: Download complete0e359094c96e: Verifying Checksum0e359094c96e: Download complete9eec512ab335: Verifying Checksum9eec512ab335: Download complete636310f9a939: Verifying Checksum636310f9a939: Download complete9de8f96c8d93: Verifying Checksum9de8f96c8d93: Download completecb53ddb9c7ff: Pull complete6ca4a944ed5d: Pull completedc1e39449744: Pull complete28e5525f5e3e: Pull complete190837da2626: Pull complete0dda72a640a0: Pull complete68597843ffd8: Pull complete59d78f277710: Pull completea3bd35546b90: Pull complete6c011c78d239: Pull complete26c7c4223e1f: Pull complete4f4fb700ef54: Pull complete0ede47092c2f: Pull complete968332282b04: Pull complete8d75d29da602: Pull complete97fa719c3e94: Pull complete37ba2a552cc4: Pull completed68fd23eb213: Pull complete270136b3ddde: Pull complete6aaf02491cf6: Pull complete9f82d52cf09b: Pull complete01a6be59f79c: Pull completef41be054474a: Pull complete8314d80bf40a: Verifying Checksum8314d80bf40a: Download complete69c362cbbb1a: Pull complete9283ce2cc594: Pull complete4d64f5be11ad: Pull completecba509fe7f1e: Pull complete9e8b588e1294: Pull completea463c5aa27d9: Pull complete9de8f96c8d93: Pull complete6064abc3f4c1: Pull complete10eae62fe436: Pull completebf967208a3c8: Pull complete8314d80bf40a: Pull complete0e359094c96e: Pull complete9eec512ab335: Pull complete636310f9a939: Pull completeDigest: sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723Status: Downloaded newer image for ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe557232025-11-28 07:52.56 ---> saved as "f95cadcefb5e76597def8103e41424f6cfa5e7a6b6fbe8791fb2ec4d52cc7f31"/: (comment ubuntu-22.04-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-11-28 07:52.57 ---> saved as "ecaf949f7f0c49479f68dcf7a0a93af6b081cf5e43ab8924da88ee2c326b8000"/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-11-28 07:53.35 ---> saved as "3e463ffa8d2750faae2bd1466ef2e647ef1ce14012a29a17f940b7fdd1ed7887"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-85-genericThe OCaml toplevel, version 4.14.22.4.12025-11-28 07:53.36 ---> saved as "86edd9fdfe9ac6b29d2e8a9e922daaa2f3fa65895a6ec19a54578d744ec47597"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-28 07:53.36 ---> saved as "05115033ccbb7ac23081a7824108c5f0060c49fd7c1355f6c7b022f39090ffea"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> 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-28 07:54.05 ---> saved as "9c57d8dbd2698cdef41a566b4284a9280b17e1772010bca23b3186048d332d01"/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2025-11-28 07:54.06 ---> saved as "adf00acf3f2c6f1387210c26e546afaf8515fc7fac81032dab5fcb2b1b1fbe1f"/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-28 07:54.15 ---> saved as "d265666b6a89db7c2414d7aa435d0208376fd312335fd2b1369564766245e64f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-28 07:54.15 ---> saved as "ac75f43698d9bf034e717eb8940992f20f42279f2452c003b1c55a44bd0cc4cc"/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.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://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1596 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3876 kB]- Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6008 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1290 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3539 kB]- Fetched 16.7 MB in 3s (6538 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-28 07:54.34 ---> saved as "94f6cb5c44363cf740643abde06e11f01e43207c8dcfa830ab9892982644b707"/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.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.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 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_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_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 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 (cached)-> 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 variantslib.v0.16.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uucp.17.0.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed jane-street-headers.v0.16.0-> installed stdlib-shims.0.3.0-> installed printbox.0.12-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed parsexp.v0.16.0-> installed dune-configurator.3.20.2-> installed sexplib.v0.16.0-> installed base.v0.16.4-> installed variantslib.v0.16.0-> installed fieldslib.v0.16.0-> installed stdio.v0.16.0-> installed typerep.v0.16.0-> installed uucp.17.0.0-> installed printbox-text.0.12-> installed ppxlib.0.35.0-> installed printbox-md.0.12-> installed ppx_globalize.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_disable_unused_warnings.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_tydi.v0.16.0-> installed ppx_variants_conv.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_stable.v0.16.0-> installed ppx_fields_conv.v0.16.0-> installed ppx_stable_witness.v0.16.0-> installed ppx_typerep_conv.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 jst-config.v0.16.0-> installed sexp_pretty.v0.16.0-> installed ppx_log.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-11-28 07:58.37 ---> saved as "a162e409edf65d2251a53614b9b8bbe38c8ef18eeae92a746df62069fc2fedaf"/src: (copy (src .) (dst /src))2025-11-28 07:58.38 ---> saved as "2d7f01d73ee4edb63dd537f4e88e94529903ab99e93d22f1bc0402e81b4d9f0c"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))2025-11-28 07:58.44 ---> saved as "69e2c899a4a2cf3fffdd69228624127301d57c20e3bed979b53e857ad8a27525"Job succeeded2025-11-28 07:58.44: Job succeeded