2025-09-29 07:24.01: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (51bec524bdb5b167e55607b9fe43bed4af979d1a) (linux-x86_64:opensuse-15.6-4.14_opam-2.4) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard 51bec524 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18 # opensuse-15.6-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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.1 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 $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-09-29 07:24.01: Using cache hint "mbarbin/print-table-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18-opensuse-15.6-4.14_opam-2.4-9ae8bd5b1fcb3caa81d17f3f94b9f13d" 2025-09-29 07:24.01: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18) (comment opensuse-15.6-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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.1 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-09-29 07:24.01: Waiting for resource in pool OCluster 2025-09-29 07:49.03: Waiting for worker… 2025-09-29 07:50.55: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 51bec52 Upgrade actions/checkout (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18) 2025-09-29 07:51.13 ---> saved as "22a8831ad63c0b56dbeda9544b4139acb767520e6e499618398c1640126dadfb" /: (comment opensuse-15.6-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-09-29 07:51.14 ---> saved as "36adc53d24b93cf133517581dd078c51dd85e5cb16e625ccf79aa0a22d684970" /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-09-29 07:51.37 ---> saved as "7ab1b118a5f5536a34210f23df0b816b54be91936b87476d29580b7aac95932b" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-29 07:51.37 ---> saved as "3f978d4d65d5e8f24db4a7e9820535ac2f19689152e5378c579230c066547a29" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-29 07:51.37 ---> saved as "665cd5588eda9bb41559e24e57236ee2b579ee6b8d2d8db42f13beb76f392942" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..3c6a0f524c master -> origin/master 3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.0 <><> 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.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-09-29 07:51.55 ---> saved as "eff228cfa2a2d3b290ae0c179c61251794709fc713a123564ffea07d17c43e3d" /src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam) (dst ./)) 2025-09-29 07:51.56 ---> saved as "b817fda01a3b8bec017fc00a3020bc7baf001b3f2091258da8167f1aee60de31" /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-09-29 07:51.58 ---> saved as "8e1871e2fe3b4f1e9c8e81f5bee3573c145ee28735756d828751d3bb26e24630" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-29 07:51.58 ---> saved as "e43b76d38e6c155ebc77404c3be603b9a9ab04145976286353a55da0070d2363" /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.1 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" - Retrieving repository 'Update repository of openSUSE Backports' metadata [. - . - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ....... - ......... - .......done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - .... - ............. - ......... - ...... - ........ - ........ - ...... - ........ - ....... - ......... - ........ - ....... - .......... - ............ - ........ - ......... - ........ - ........ - ........ - ........ - ........ - ....... - ........ - ...... - ....... - ........ - ....... - ........ - ......... - ....... - ........ - ........ - ........ - ........ - ......... - ......... - ....... - ........ - ....... - ........ - ....... - ....... - ....... - ........ - .......... - ....... - ........ - ......... - ........ - ......... - ........ - ........ - ........ - ....... - ........ - ...... - ........ - ....... - ........ - ........ - ........ - ...... - ........ - ........ - ......... - ........ - ....... - ...... - ......... - ........ - ........ - ........ - ..... - ......... - ........ - ....... - ........ - ........ - ....... - ......... - ... - .. - ........ - ....... - .... - ....... - ........ - ....... - ....... - ...... - ...... - ....... - ....... - ......... - ......... - ....... - ........ - .... - ........ - ........ - ........ - ..... - ...... - ........ - ........ - ...... - ........ - ....... - ........ - ........ - ......... - ....... - ......... - ........ - .. - ... - ...... - ........ - ........ - ...... - ..... - ........ - ...... - ...... - ...... - ..... - ....... - ........ - ........ - ....... - ...... - ....... - ......... - ........ - ...... - ........ - ...... - ...... - ........ - ......... - .... - ....... - ........ - ....... - ....... - ........ - ...... - ........ - ...... - ....... - ....... - ....... - ....... - ....... - ....... - ...... - ...... - .... - ....... - ..... - ........ - ....... - ...... - ....... - ........ - ........ - ........ - ........ - ........ - ........ - ...... - ........ - ........ - ........ - ..... - ....... - ........ - ....... - ....... - ....... - ........ - ........ - ........ - ....... - ....... - ........ - ..... - ..... - ........ - ....... - ....... - ........ - ........ - ........ - ....... - ... - ...... - .... - ........ - ......... - ........ - ........ - ........ - ........ - ...... - ........ - ....... - ....... - ..... - ....... - ..... - ....... - ...... - ....... - ....... - ....... - ....... - ....... - ....... - ....... - ........ - ....... - ....... - ....... - ........ - ........ - ........ - ....... - .... - ....... - ........ - ......... - ...... - ....... - ........ - ....... - ....... - ........ - ....... - ......... - ........ - ........ - ......... - ....... - ........ - ...... - ....... - ....... - ........ - ....... - ........ - ........ - ....... - ........ - ........ - ....... - ....... - ...... - ......... - ........ - ....... - ....... - ......... - ....... - ........ - ........ - ....... - ....... - ....... - ........ - ........ - ..... - ........ - ........ - ......... - ........ - ....... - ........ - ....... - ....... - ....... - ....... - ......... - ...... - ....... - ....... - ...... - ....... - ........ - ...... - ....... - ....... - ......... - ........ - ....... - ...... - ........ - ...... - ....... - ...... - ....... - ...... - ....... - ...... - ...... - ........ - ......... - ....... - ...... - ...... - ....... - ......... - ...... - ........ - ........ - ........ - ........ - ....... - ........ - ...... - ........ - ........ - ......... - ........ - ......... - ....... - ......... - ....... - ........ - ......... - ....... - ......... - ....... - ....... - ...... - ........ - ....... - ....... - ........ - ......... - ....... - ....... - ........ - ......... - ....... - ....... - ........ - ........ - ....... - ...... - ......... - ........ - ....... - ....... - ........ - ....... - ........ - ......... - ....... - ....... - ........ - ........ - ........ - ........ - ........ - .......... - ........ - ........ - ........ - ........ - ......... - ....... - ........ - ....... - ......... - ...... - ........ - ......... - ......... - ....... - ........ - ........ - ........ - ........ - ........ - ........ - ........ - ...... - ........ - ........ - ......... - ........ - ........ - ........ - ........ - ...... - ........ - ....... - ........ - ......... - ......... - ......... - ........ - ........ - ......... - ......... - ......... - ......... - ........ - ......... - ......... - ....... - ......... - ......... - ......... - ........ - .......... - ........ - ......... - ........ - .......... - ......... - ....... - ......... - ......... - ....... - ......... - ......... - ........ - ........ - ......... - ......... - ......... - .......... - ........ - .......... - .......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - ......... - ......... - .......... - ........ - .......... - ......... - ......... - .......... - ......... - .......... - ......... - ......... - ......... - ......... - .......... - ......... - ......... - ......... - .......... - ......... - ......... - ......... - .......... - ......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - ......... - .......... - ......... - .......... - ....... - .......... - ......... - ......... - .......... - .......... - ......... - .......... - ......... - ......... - .......... - ......... - ......... - ......... - ......... - .......... - ......... - .......... - ......... - ......... - .......... - ......... - .......... - ......... - .......... - .......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - .......... - .......... - ......... - .......... - ......... - ......... - ......... - .......... - ......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - ............. - .......... - ........ - .......... - ......... - ......... - ......... - ......... - .......... - ......... - ......... - ...done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [. - . - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - .. - ..........done] - Building repository 'Main Update Repository' cache [....done] - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Retrieving repository 'Main Repository' metadata [.error] - Repository 'Main Repository' is invalid. - [repo-oss|http://download.opensuse.org/distribution/leap/15.6/repo/oss/] Failed to retrieve new repository metadata. - History: - - [|] Error trying to read from 'http://download.opensuse.org/distribution/leap/15.6/repo/oss/' - - Location 'http://cdn.opensuse.org/distribution/leap/15.6/repo/oss/content' is temporarily unaccessible. - Please check if the URIs defined for this repository are pointing to a valid repository. - Skipping repository 'Main Repository' because of the above error. - Some of the repositories have not been refreshed because of an error. Fatal error: System package update failed with exit code 4 at command: sudo zypper --non-interactive refresh "/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y print-table.dev print-table-tests.dev $DEPS" failed with exit status 99 2025-09-29 08:05.25: Job failed: Failed: Build failed