Organisationsmbarbinprint-tablec2262e ()opensuse-15.6-4.14_opam-2.4

opensuse-15.6-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-12-11 11:35.40: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (c2262e84322b2c7c632c59410b05958c44cdd157) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard c2262e84
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc
# 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 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-12-11 11:35.40: Using cache hint "mbarbin/print-table-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc-opensuse-15.6-4.14_opam-2.4-e6fe115d1cf5ccaf62329b79252e85b0"
2025-12-11 11:35.40: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc)
(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 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-12-11 11:35.40: Waiting for resource in pool OCluster
2025-12-11 11:35.40: Waiting for worker…
2025-12-11 11:39.47: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
HEAD is now at 28196fd Refactor directory structure
HEAD is now at c2262e8 Merge pull request #6 from mbarbin/pkg-directory-structure


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc' locally
docker.io/ocaml/opam@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc: Pulling from ocaml/opam
41348d64daa4: Pulling fs layer
64661efb0d2f: Pulling fs layer
d5472d93cd27: Pulling fs layer
ee9dc38d7a60: Pulling fs layer
457f35ef673f: Pulling fs layer
37002dc20bd1: Pulling fs layer
03a3ed56e064: Pulling fs layer
b61d027f1fee: Pulling fs layer
c6323340ccd6: Pulling fs layer
0141070a0732: Pulling fs layer
3176ffb636d0: Pulling fs layer
077f3a16ad46: Pulling fs layer
a7f6b4dea228: Pulling fs layer
b24cadcea446: Pulling fs layer
457f35ef673f: Waiting
a809790f2c64: Pulling fs layer
37002dc20bd1: Waiting
d43153681741: Pulling fs layer
03a3ed56e064: Waiting
9729d8ea735f: Pulling fs layer
54af747f7bf7: Pulling fs layer
b61d027f1fee: Waiting
4f4fb700ef54: Pulling fs layer
525ff07765c5: Pulling fs layer
0141070a0732: Waiting
d15d81c76d19: Pulling fs layer
c6323340ccd6: Waiting
c4e753c2d889: Pulling fs layer
59863673ef2c: Pulling fs layer
9729d8ea735f: Waiting
4f4fb700ef54: Waiting
9e794ed1c381: Pulling fs layer
525ff07765c5: Waiting
5bdf33744570: Pulling fs layer
3176ffb636d0: Waiting
4d6e78239808: Pulling fs layer
d15d81c76d19: Waiting
d3a07b6108bd: Pulling fs layer
7fd4441f7605: Pulling fs layer
bb011cca9eba: Pulling fs layer
343e57bd8795: Pulling fs layer
33455530d135: Pulling fs layer
06df7b304426: Pulling fs layer
9e794ed1c381: Waiting
6d54a31065cd: Pulling fs layer
54af747f7bf7: Waiting
9d3c0d303dda: Pulling fs layer
57532b4e9949: Pulling fs layer
992a1dbfaa71: Pulling fs layer
077f3a16ad46: Waiting
cb5ceed94c0d: Pulling fs layer
7cee46cbb10f: Pulling fs layer
a809790f2c64: Waiting
ee9dc38d7a60: Waiting
d43153681741: Waiting
a7f6b4dea228: Waiting
5b67ef3fb671: Pulling fs layer
d2c885bc0638: Pulling fs layer
7fd4441f7605: Waiting
343e57bd8795: Waiting
e33a37000200: Pulling fs layer
6d54a31065cd: Waiting
9d3c0d303dda: Waiting
5bdf33744570: Waiting
d3a07b6108bd: Waiting
bb011cca9eba: Waiting
c4e753c2d889: Waiting
d2c885bc0638: Waiting
57532b4e9949: Waiting
992a1dbfaa71: Waiting
5b67ef3fb671: Waiting
4d6e78239808: Waiting
b24cadcea446: Waiting
e33a37000200: Waiting
59863673ef2c: Waiting
7cee46cbb10f: Waiting
33455530d135: Waiting
64661efb0d2f: Verifying Checksum
64661efb0d2f: Download complete
ee9dc38d7a60: Verifying Checksum
ee9dc38d7a60: Download complete
457f35ef673f: Download complete
41348d64daa4: Verifying Checksum
41348d64daa4: Download complete
37002dc20bd1: Download complete
b61d027f1fee: Verifying Checksum
b61d027f1fee: Download complete
c6323340ccd6: Verifying Checksum
c6323340ccd6: Download complete
03a3ed56e064: Verifying Checksum
03a3ed56e064: Download complete
0141070a0732: Verifying Checksum
0141070a0732: Download complete
3176ffb636d0: Verifying Checksum
3176ffb636d0: Download complete
077f3a16ad46: Verifying Checksum
077f3a16ad46: Download complete
d5472d93cd27: Verifying Checksum
d5472d93cd27: Download complete
41348d64daa4: Pull complete
64661efb0d2f: Pull complete
a7f6b4dea228: Verifying Checksum
a7f6b4dea228: Download complete
a809790f2c64: Verifying Checksum
a809790f2c64: Download complete
b24cadcea446: Verifying Checksum
b24cadcea446: Download complete
d43153681741: Verifying Checksum
d43153681741: Download complete
9729d8ea735f: Verifying Checksum
9729d8ea735f: Download complete
54af747f7bf7: Verifying Checksum
54af747f7bf7: Download complete
4f4fb700ef54: Download complete
525ff07765c5: Verifying Checksum
525ff07765c5: Download complete
d15d81c76d19: Download complete
c4e753c2d889: Verifying Checksum
c4e753c2d889: Download complete
9e794ed1c381: Download complete
59863673ef2c: Download complete
5bdf33744570: Download complete
4d6e78239808: Verifying Checksum
4d6e78239808: Download complete
d3a07b6108bd: Verifying Checksum
d3a07b6108bd: Download complete
7fd4441f7605: Download complete
343e57bd8795: Verifying Checksum
343e57bd8795: Download complete
bb011cca9eba: Download complete
33455530d135: Verifying Checksum
33455530d135: Download complete
6d54a31065cd: Download complete
57532b4e9949: Verifying Checksum
57532b4e9949: Download complete
d5472d93cd27: Pull complete
992a1dbfaa71: Verifying Checksum
992a1dbfaa71: Download complete
cb5ceed94c0d: Verifying Checksum
cb5ceed94c0d: Download complete
06df7b304426: Verifying Checksum
06df7b304426: Download complete
9d3c0d303dda: Verifying Checksum
9d3c0d303dda: Download complete
5b67ef3fb671: Verifying Checksum
5b67ef3fb671: Download complete
d2c885bc0638: Verifying Checksum
d2c885bc0638: Download complete
e33a37000200: Download complete
ee9dc38d7a60: Pull complete
457f35ef673f: Pull complete
37002dc20bd1: Pull complete
03a3ed56e064: Pull complete
b61d027f1fee: Pull complete
c6323340ccd6: Pull complete
0141070a0732: Pull complete
3176ffb636d0: Pull complete
077f3a16ad46: Pull complete
a7f6b4dea228: Pull complete
b24cadcea446: Pull complete
a809790f2c64: Pull complete
d43153681741: Pull complete
9729d8ea735f: Pull complete
54af747f7bf7: Pull complete
4f4fb700ef54: Pull complete
525ff07765c5: Pull complete
d15d81c76d19: Pull complete
c4e753c2d889: Pull complete
59863673ef2c: Pull complete
9e794ed1c381: Pull complete
5bdf33744570: Pull complete
4d6e78239808: Pull complete
d3a07b6108bd: Pull complete
7fd4441f7605: Pull complete
bb011cca9eba: Pull complete
343e57bd8795: Pull complete
33455530d135: Pull complete
7cee46cbb10f: Verifying Checksum
7cee46cbb10f: Download complete
06df7b304426: Pull complete
6d54a31065cd: Pull complete
9d3c0d303dda: Pull complete
57532b4e9949: Pull complete
992a1dbfaa71: Pull complete
cb5ceed94c0d: Pull complete
7cee46cbb10f: Pull complete
5b67ef3fb671: Pull complete
d2c885bc0638: Pull complete
e33a37000200: Pull complete
Digest: sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc
Status: Downloaded newer image for ocaml/opam@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc
2025-12-11 11:39.48 ---> using "1ed727fb4720e9227d4a2d9ffd31de95472026133f61c47fad7232f79b4bcbf3" from cache


/: (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-12-11 11:39.48 ---> using "1b5a742d46646c730452516f9e49ff68daecac01105b4ec1457af17a3029ca87" 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.


Continue? [Y/n] y
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.


[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-11 11:39.48 ---> using "64be90fb9860095de6d379869a6dffc2a3a2a4722ee54978f48e62afc681600b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-12-11 11:39.48 ---> using "0a87e94424160b0814c032a29d20f9e8df86cd57ccd21f249aa1d315480158bb" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-11 11:39.48 ---> using "dac30a9dd133a362e4705f7808077d600afb7cce254e195a07d20fec7ec8b50f" from cache


/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"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
2ec6d6cc92..810e1f14b7  master     -> origin/master
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-12-11 11:39.48 ---> using "f7c251d3a8c83fb9a040c0783966bafe87b57b68f0d4cb8dbf45a9652b388b57" from cache


/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./))
2025-12-11 11:39.48 ---> using "a6dc38cc4d931c42a30c7b0cf775e5cc14d1b4c3b7379a68921e1b560c699073" from cache


/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-12-11 11:39.48 ---> using "ccafa2b302facdabb513107f5c6ce0517e649ce873b2e54943285cc5fce2a016" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-11 11:39.48 ---> using "a5c9e9fde5bb201ee19d21d607feb38fd0ca1428fd4b512081d368d604371efc" from cache


/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 "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.
- Repository 'Main Repository' 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-12-11 11:39.48 ---> using "4d3ef70b266bda31a5a4d78be1b57186803532049004c2a8515152506c0fb691" from cache


/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_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 dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed num.1.6
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppx_tydi.v0.16.0  (cached)
-> retrieved ppx_typerep_conv.v0.16.0  (cached)
-> retrieved ppx_variants_conv.v0.16.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexp_pretty.v0.16.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> installed ocamlbuild.0.16.1
-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved splittable_random.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved typerep.v0.16.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved variantslib.v0.16.0  (cached)
-> retrieved uucp.17.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed printbox.0.12
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.20.2
-> installed sexplib.v0.16.0
-> installed base.v0.16.4
-> installed fieldslib.v0.16.0
-> installed variantslib.v0.16.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed uucp.17.0.0
-> installed ppxlib.0.35.0
-> installed printbox-text.0.12
-> installed printbox-md.0.12
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_typerep_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_ignore_instrumentation.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_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 sexp_pretty.v0.16.0
-> installed ppx_log.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.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 11:39.48 ---> using "efecec073eef7db31e9578c8af277c8450291cc413e061d017342f2d5c22799e" from cache


/src: (copy (src .) (dst /src))
2025-12-11 11:39.48 ---> using "10a111e2cebebdc2152845dcd47a071f95c092328fb5df1af00ffff9b39693a7" from cache


/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))
2025-12-11 11:39.48 ---> using "a7ef9dbc00f37e988c0aa8e0acf8a0fc0661ce6f3660fd7cc1497e95fb15fe0b" from cache
Job succeeded
2025-12-11 11:39.49: Job succeeded