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:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard f5a3af34 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723 # ubuntu-22.04-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-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 OCluster 2025-11-28 07:46.57: Waiting for worker… 2025-11-28 07:51.10: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723: Pulling from ocaml/opam 7e49dc6156b0: Already exists 5b9b1a0eb9f0: Pulling fs layer 39de8fe3fa1a: Pulling fs layer 6d9e9792a3e4: Pulling fs layer 9982f8f74828: Pulling fs layer cb53ddb9c7ff: Pulling fs layer 6ca4a944ed5d: Pulling fs layer dc1e39449744: Pulling fs layer 28e5525f5e3e: Pulling fs layer 190837da2626: Pulling fs layer 0dda72a640a0: Pulling fs layer 68597843ffd8: Pulling fs layer 59d78f277710: Pulling fs layer a3bd35546b90: Pulling fs layer 6c011c78d239: Pulling fs layer 26c7c4223e1f: Pulling fs layer 4f4fb700ef54: Pulling fs layer 0ede47092c2f: Pulling fs layer 968332282b04: Pulling fs layer 8d75d29da602: Pulling fs layer 97fa719c3e94: Pulling fs layer 37ba2a552cc4: Pulling fs layer d68fd23eb213: Pulling fs layer 270136b3ddde: Pulling fs layer 6aaf02491cf6: Pulling fs layer 9f82d52cf09b: Pulling fs layer 01a6be59f79c: Pulling fs layer f41be054474a: Pulling fs layer 69c362cbbb1a: Pulling fs layer 9283ce2cc594: Pulling fs layer 4d64f5be11ad: Pulling fs layer cba509fe7f1e: Pulling fs layer 9e8b588e1294: Pulling fs layer a463c5aa27d9: Pulling fs layer 9de8f96c8d93: Pulling fs layer 6064abc3f4c1: Pulling fs layer 10eae62fe436: Pulling fs layer bf967208a3c8: Pulling fs layer 8314d80bf40a: Pulling fs layer 0e359094c96e: Pulling fs layer 9eec512ab335: Pulling fs layer 636310f9a939: Pulling fs layer 37ba2a552cc4: Waiting 9982f8f74828: Waiting 6c011c78d239: Waiting cb53ddb9c7ff: Waiting 6ca4a944ed5d: Waiting 26c7c4223e1f: Waiting dc1e39449744: Waiting 28e5525f5e3e: Waiting d68fd23eb213: Waiting 190837da2626: Waiting 270136b3ddde: Waiting 0dda72a640a0: Waiting 4f4fb700ef54: Waiting 6aaf02491cf6: Waiting 9f82d52cf09b: Waiting 68597843ffd8: Waiting 59d78f277710: Waiting a3bd35546b90: Waiting f41be054474a: Waiting 69c362cbbb1a: Waiting 968332282b04: Waiting 8d75d29da602: Waiting 9e8b588e1294: Waiting a463c5aa27d9: Waiting 9de8f96c8d93: Waiting 6064abc3f4c1: Waiting 10eae62fe436: Waiting 9283ce2cc594: Waiting 4d64f5be11ad: Waiting cba509fe7f1e: Waiting bf967208a3c8: Waiting 8314d80bf40a: Waiting 0e359094c96e: Waiting 9eec512ab335: Waiting 636310f9a939: Waiting 97fa719c3e94: Waiting 01a6be59f79c: Waiting 0ede47092c2f: Waiting 39de8fe3fa1a: Verifying Checksum 39de8fe3fa1a: Download complete 5b9b1a0eb9f0: Download complete 5b9b1a0eb9f0: Pull complete 39de8fe3fa1a: Pull complete 9982f8f74828: Verifying Checksum 9982f8f74828: Download complete 6ca4a944ed5d: Verifying Checksum 6ca4a944ed5d: Download complete 6d9e9792a3e4: Verifying Checksum 6d9e9792a3e4: Download complete 28e5525f5e3e: Verifying Checksum 28e5525f5e3e: Download complete dc1e39449744: Download complete 0dda72a640a0: Verifying Checksum 0dda72a640a0: Download complete 190837da2626: Download complete cb53ddb9c7ff: Verifying Checksum cb53ddb9c7ff: Download complete 6d9e9792a3e4: Pull complete 68597843ffd8: Verifying Checksum 68597843ffd8: Download complete 9982f8f74828: Pull complete a3bd35546b90: Verifying Checksum a3bd35546b90: Download complete 59d78f277710: Verifying Checksum 59d78f277710: Download complete 6c011c78d239: Verifying Checksum 6c011c78d239: Download complete 26c7c4223e1f: Verifying Checksum 26c7c4223e1f: Download complete 4f4fb700ef54: Download complete 0ede47092c2f: Verifying Checksum 0ede47092c2f: Download complete 968332282b04: Verifying Checksum 968332282b04: Download complete 8d75d29da602: Verifying Checksum 8d75d29da602: Download complete 97fa719c3e94: Verifying Checksum 97fa719c3e94: Download complete 37ba2a552cc4: Download complete d68fd23eb213: Verifying Checksum d68fd23eb213: Download complete 6aaf02491cf6: Verifying Checksum 6aaf02491cf6: Download complete 270136b3ddde: Verifying Checksum 270136b3ddde: Download complete 9f82d52cf09b: Verifying Checksum 9f82d52cf09b: Download complete 01a6be59f79c: Download complete f41be054474a: Verifying Checksum f41be054474a: Download complete 69c362cbbb1a: Verifying Checksum 4d64f5be11ad: Verifying Checksum 9283ce2cc594: Verifying Checksum 4d64f5be11ad: Download complete 9283ce2cc594: Download complete cba509fe7f1e: Verifying Checksum cba509fe7f1e: Download complete a463c5aa27d9: Verifying Checksum a463c5aa27d9: Download complete 6064abc3f4c1: Verifying Checksum 6064abc3f4c1: Download complete 10eae62fe436: Verifying Checksum 10eae62fe436: Download complete bf967208a3c8: Verifying Checksum bf967208a3c8: Download complete 9e8b588e1294: Verifying Checksum 9e8b588e1294: Download complete 0e359094c96e: Verifying Checksum 0e359094c96e: Download complete 9eec512ab335: Verifying Checksum 9eec512ab335: Download complete 636310f9a939: Verifying Checksum 636310f9a939: Download complete 9de8f96c8d93: Verifying Checksum 9de8f96c8d93: Download complete cb53ddb9c7ff: Pull complete 6ca4a944ed5d: Pull complete dc1e39449744: Pull complete 28e5525f5e3e: Pull complete 190837da2626: Pull complete 0dda72a640a0: Pull complete 68597843ffd8: Pull complete 59d78f277710: Pull complete a3bd35546b90: Pull complete 6c011c78d239: Pull complete 26c7c4223e1f: Pull complete 4f4fb700ef54: Pull complete 0ede47092c2f: Pull complete 968332282b04: Pull complete 8d75d29da602: Pull complete 97fa719c3e94: Pull complete 37ba2a552cc4: Pull complete d68fd23eb213: Pull complete 270136b3ddde: Pull complete 6aaf02491cf6: Pull complete 9f82d52cf09b: Pull complete 01a6be59f79c: Pull complete f41be054474a: Pull complete 8314d80bf40a: Verifying Checksum 8314d80bf40a: Download complete 69c362cbbb1a: Pull complete 9283ce2cc594: Pull complete 4d64f5be11ad: Pull complete cba509fe7f1e: Pull complete 9e8b588e1294: Pull complete a463c5aa27d9: Pull complete 9de8f96c8d93: Pull complete 6064abc3f4c1: Pull complete 10eae62fe436: Pull complete bf967208a3c8: Pull complete 8314d80bf40a: Pull complete 0e359094c96e: Pull complete 9eec512ab335: Pull complete 636310f9a939: Pull complete Digest: sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723 Status: Downloaded newer image for ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723 2025-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-11-28 07:53.35 ---> saved as "3e463ffa8d2750faae2bd1466ef2e647ef1ce14012a29a17f940b7fdd1ed7887" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-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-repository Everything 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.0 Done. # 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 succeeded 2025-11-28 07:58.44: Job succeeded