Organisationsmbarbinprint-tabledf0e3d (main)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2026-07-02 13:21.46: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (df0e3d608fc95243047eb4759dbc64a5cd0f1aca) (linux-x86_64:(lint-doc))
Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard df0e3d60
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5
# alpine-3.23-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y print-table.dev print-table-tests.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=print-table,print-table-tests @doc || (echo "dune build @doc failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-07-02 13:21.46: Using cache hint "mbarbin/print-table-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5-alpine-3.23-4.14_opam-2.5-c9ae84107145856ef1db2c080dc945d1"
2026-07-02 13:21.46: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5)
(comment alpine-3.23-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))
(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 "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 (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4")
(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.2 --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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
(copy (src .) (dst /src/))
(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=print-table,print-table-tests @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2026-07-02 13:21.46: Waiting for resource in pool OCluster
2026-07-02 15:35.09: Waiting for worker…
2026-07-02 15:37.30: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at df0e3d6 Run the tests first and instrumented after that


(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5)
2026-07-02 15:37.31 ---> using "ddf0296bafa76e4bf8b182ecf29a43054f6570c547c6951ee9b2a46d81333d6d" from cache


/: (comment alpine-3.23-4.14_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2026-07-02 15:37.31 ---> using "d7e3e9f10958871c94b570301817dd3c8a51ce376549bb10c754d6c0a6097e5a" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
b85f65c75d..cf4807d523  master     -> origin/master
8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0
2026-07-02 15:37.31 ---> using "2629481a2afca13e623e308f71fa5b01d4f8f8ef06427584e44a27e5d04152ab" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 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=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)"
[default] synchronised from git+file:///home/opam/opam-repository
2026-07-02 15:37.31 ---> using "d12e2ebf8c80067681520d01a02022e0918b74916ae3e6e0d935409eceeb2759" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 4.14.4
2.2.1
2026-07-02 15:37.31 ---> using "96bde7800d052c02ae2f7263ba3f59949d5d3fd345ef99a848ed8a79680c9c88" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-07-02 15:37.31 ---> using "eb504d659b35fc048ba3d46e614146a4f3afb5a113a72af0ccaf2b1e7107abdb" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.6.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2026-07-02 15:37.31 ---> using "d69dd9e1199183c387e6f644cf58119db21d8154bf9bd5e77d241e9be7c920b5" from cache


/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./))
2026-07-02 15:37.32 ---> saved as "00e9b51dd3913e645e373ff55b61be9309917560187a690c904222824aaded34"


/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)
Package print-table-tests does not exist, create as a NEW package? [y/n] y
[print-table-tests.dev] synchronised (file:///src)
print-table-tests is now pinned to file:///src (version dev)
Package print-table-dev does not exist, create as a NEW package? [y/n] y
[print-table-dev.dev] synchronised (file:///src)
print-table-dev is now pinned to file:///src (version dev)
2026-07-02 15:37.41 ---> saved as "7ba6f2ae06e80d652a24af9d472f021ab05a5dc0ae9dbb779d9884f44a4f065b"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-07-02 15:37.42 ---> saved as "8cc50f8d61cf1ebe8063b84f12589f2ea7be68b58d94069b8c4ef31f77e416c1"


/src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4")


/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.2 --depext-only -y print-table.dev print-table-tests.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- v3.23.5-22-gaa6632a22aa [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.5-20-g80e818b4aac [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v3.24.0-1228-gb633566751d [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.24.0-1259-g194c4566690 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.24.0-1225-g0d7dd73c6a4 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62629 distinct packages available


<><> 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.4).
[NOTE] Package ocaml is already installed (current version is 4.14.4).
[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).
2026-07-02 15:38.07 ---> saved as "78a44b29ca5855755f15880d81df4c20727b858dd1f45766441d7dbd0bcd4c3f"


/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.4).
[NOTE] Package ocaml is already installed (current version is 4.14.4).
[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 34 packages
- install base                v0.16.5
- install csexp               1.5.2
- install dune                3.24.0
- install dune-configurator   3.24.0
- install jane-street-headers v0.16.0
- install jst-config          v0.16.0
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ppx_assert          v0.16.0
- install ppx_base            v0.16.0
- install ppx_cold            v0.16.0
- install ppx_compare         v0.16.0
- install ppx_derivers        1.2.1
- install ppx_enumerate       v0.16.0
- install ppx_expect          v0.16.2
- install ppx_globalize       v0.16.0
- install ppx_hash            v0.16.0
- install ppx_here            v0.16.0
- install ppx_inline_test     v0.16.1
- install ppx_optcomp         v0.16.0
- install ppx_sexp_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 sexplib0            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 uucp                17.0.0
- install uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.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 topkg.1.1.1  (cached)
-> retrieved dune.3.24.0, dune-configurator.3.24.0  (cached)
-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.24.0
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed printbox.0.12
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.24.0
-> installed uucp.17.0.0
-> installed printbox-text.0.12
-> installed base.v0.16.5
-> installed printbox-md.0.12
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> 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_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.2
Done.
# Run eval $(opam env) to update the current shell environment
2026-07-02 15:43.30 ---> saved as "2598055e5f344922dd79678274d930ea22e11da017c7b0682914bf0ae0b64dc8"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package dune is already installed (current version is 3.24.0).
The following actions will be performed:
=== recompile 4 packages
- recompile printbox-md   0.12   [uses printbox-text]
- recompile printbox-text 0.12   [uses uucp, uutf]
- recompile uucp          17.0.0 [uses cmdliner]
- recompile uutf          1.0.4  [uses cmdliner]
=== install 12 packages
- install   astring       0.8.5  [required by odoc]
- install   camlp-streams 5.0.1  [required by odoc-parser]
- install   cmdliner      2.1.1  [required by odoc]
- install   cppo          1.8.0  [required by odoc]
- install   crunch        4.0.0  [required by odoc]
- install   fmt           0.11.0 [required by odoc]
- install   fpath         0.7.3  [required by odoc]
- install   odoc          3.2.1
- install   odoc-parser   3.2.1  [required by odoc]
- install   ptime         1.2.0  [required by crunch]
- install   seq           base   [required by tyxml]
- install   tyxml         4.6.0  [required by odoc]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved tyxml.4.6.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved uucp.17.0.0  (cached)
-> retrieved printbox-md.0.12, printbox-text.0.12  (cached)
-> retrieved odoc.3.2.1, odoc-parser.3.2.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cppo.1.8.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed odoc-parser.3.2.1
-> removed   printbox-md.0.12
-> removed   printbox-text.0.12
-> removed   uucp.17.0.0
-> removed   uutf.1.0.4
-> installed cmdliner.2.1.1
-> installed crunch.4.0.0
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed tyxml.4.6.0
-> installed odoc.3.2.1
-> installed uucp.17.0.0
-> installed printbox-text.0.12
-> installed printbox-md.0.12
Done.
# Run eval $(opam env) to update the current shell environment
2026-07-02 15:45.26 ---> saved as "f72e785d1ea65bfa66224441eaccf83632b39e9d752a894bbc1b9b319c83653e"


/src: (copy (src .) (dst /src/))
2026-07-02 15:45.27 ---> saved as "66c061602f3b5e521386356a55ce7c65f3aeb2aa9cf66fc64c32f259b1899d2f"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=print-table,print-table-tests @doc || (echo \"dune build @doc failed\"; exit 2)"))
2026-07-02 15:45.34 ---> saved as "0fe15ed88e3fb7d74f4ddbcdc4f916566269a80ada70d22b1135944e8bd784e4"
Job succeeded
2026-07-02 15:45.34: Job succeeded