Organisationsmbarbinprint-table004d97 ()debian-13-5.2_opam-2.4

debian-13-5.2_opam-2.4

Link Copied
Code Copied

Logs

2026-01-06 23:47.49: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/setup-dune-more-ci (004d970adac3f7246dda21b7001b75fc192f2534) (linux-x86_64:debian-13-5.2_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/print-table.git" -b "setup-dune-more-ci" && cd "print-table" && git reset --hard 004d970a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2
# debian-13-5.2_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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="astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bisect_ppx.2.8.3 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 gen.1.1 jane-street-headers.v0.17.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 jst-config.v0.17.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.28.1 ocamlformat-lib.0.28.1 ocp-indent.1.9.0 ocplib-endian.1.2 octavius.1.2.2 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_blob.0.9.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_js_style.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.17.0 sherlodoc.3.1.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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 print-table-dev.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-01-06 23:47.49: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2-debian-13-5.2_opam-2.4-924d9831e883686bffc9afc5f3ee3779"
2026-01-06 23:47.49: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2)
(comment debian-13-5.2_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 "astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bisect_ppx.2.8.3 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 gen.1.1 jane-street-headers.v0.17.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 jst-config.v0.17.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.28.1 ocamlformat-lib.0.28.1 ocp-indent.1.9.0 ocplib-endian.1.2 octavius.1.2.2 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_blob.0.9.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_js_style.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.17.0 sherlodoc.3.1.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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 print-table-dev.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 @install @check @runtest && rm -rf _build"))
)


2026-01-06 23:47.49: Waiting for resource in pool OCluster
2026-01-06 23:47.49: Waiting for worker…
2026-01-06 23:47.49: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 004d970 Simplify itd for now


(from ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2' locally
docker.io/ocaml/opam@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2: Pulling from ocaml/opam
2981f7e8980b: Pulling fs layer
9c63e1c4ba84: Pulling fs layer
02578b9c9f1b: Pulling fs layer
3801cb7ba5e6: Pulling fs layer
1c4cdedd39f1: Pulling fs layer
3801cb7ba5e6: Waiting
40f6006c5f5a: Pulling fs layer
1c4cdedd39f1: Waiting
c451a17216ec: Pulling fs layer
40f6006c5f5a: Waiting
c451a17216ec: Waiting
e4104b8f72ee: Pulling fs layer
e4104b8f72ee: Waiting
7c7dbc5e7919: Pulling fs layer
7c7dbc5e7919: Waiting
aa82be714e7c: Pulling fs layer
922520f12384: Pulling fs layer
aa82be714e7c: Waiting
9bfea042cef8: Pulling fs layer
922520f12384: Waiting
1244979f7c21: Pulling fs layer
9bfea042cef8: Waiting
7583a0e34f94: Pulling fs layer
1244979f7c21: Waiting
14bef3f2665a: Pulling fs layer
7583a0e34f94: Waiting
3a4b42ce6cb5: Pulling fs layer
14bef3f2665a: Waiting
b0a08a900877: Pulling fs layer
3a4b42ce6cb5: Waiting
b0a08a900877: Waiting
16ac87e68d60: Pulling fs layer
74ac6e8c9b82: Pulling fs layer
16ac87e68d60: Waiting
74ac6e8c9b82: Waiting
b41290a57dc5: Pulling fs layer
592e5bcb7159: Pulling fs layer
b41290a57dc5: Waiting
4f4fb700ef54: Pulling fs layer
592e5bcb7159: Waiting
1db0705661a3: Pulling fs layer
4f4fb700ef54: Waiting
76bb8e35b9cc: Pulling fs layer
1db0705661a3: Waiting
3bc9d98c3b49: Pulling fs layer
76bb8e35b9cc: Waiting
7096ef42e6c0: Pulling fs layer
3bc9d98c3b49: Waiting
cd0e70de8125: Pulling fs layer
7096ef42e6c0: Waiting
23ffab57f98e: Pulling fs layer
cd0e70de8125: Waiting
b974353d8023: Pulling fs layer
23ffab57f98e: Waiting
c74fba566723: Pulling fs layer
b974353d8023: Waiting
5ad399846f45: Pulling fs layer
c74fba566723: Waiting
3e7203fa3980: Pulling fs layer
5ad399846f45: Waiting
0b8915d2a92b: Pulling fs layer
3e7203fa3980: Waiting
e68c7a56c438: Pulling fs layer
0b8915d2a92b: Waiting
9024d680a167: Pulling fs layer
e68c7a56c438: Waiting
9024d680a167: Waiting
3c7c73421b6e: Pulling fs layer
7134fa9b4278: Pulling fs layer
3c7c73421b6e: Waiting
9d94fb523099: Pulling fs layer
7134fa9b4278: Waiting
20d06dbdae7e: Pulling fs layer
9d94fb523099: Waiting
b9a45e537661: Pulling fs layer
20d06dbdae7e: Waiting
a08a9a974983: Pulling fs layer
b9a45e537661: Waiting
8924679c4512: Pulling fs layer
a08a9a974983: Waiting
8924679c4512: Waiting
768c99fc4263: Pulling fs layer
768c99fc4263: Waiting
e01f81963b33: Pulling fs layer
e01f81963b33: Waiting
0f3eeb0bdcdf: Pulling fs layer
be892efa8919: Pulling fs layer
0f3eeb0bdcdf: Waiting
2d917f727d89: Pulling fs layer
be892efa8919: Waiting
2d917f727d89: Waiting
02578b9c9f1b: Verifying Checksum
02578b9c9f1b: Download complete
9c63e1c4ba84: Verifying Checksum
9c63e1c4ba84: Download complete
2981f7e8980b: Verifying Checksum
2981f7e8980b: Download complete
3801cb7ba5e6: Verifying Checksum
3801cb7ba5e6: Download complete
c451a17216ec: Verifying Checksum
c451a17216ec: Download complete
e4104b8f72ee: Verifying Checksum
e4104b8f72ee: Download complete
7c7dbc5e7919: Verifying Checksum
7c7dbc5e7919: Download complete
aa82be714e7c: Verifying Checksum
aa82be714e7c: Download complete
922520f12384: Verifying Checksum
922520f12384: Download complete
1244979f7c21: Verifying Checksum
9bfea042cef8: Verifying Checksum
9bfea042cef8: Download complete
7583a0e34f94: Verifying Checksum
7583a0e34f94: Download complete
14bef3f2665a: Download complete
3a4b42ce6cb5: Verifying Checksum
3a4b42ce6cb5: Download complete
b0a08a900877: Verifying Checksum
b0a08a900877: Download complete
16ac87e68d60: Verifying Checksum
16ac87e68d60: Download complete
74ac6e8c9b82: Verifying Checksum
74ac6e8c9b82: Download complete
40f6006c5f5a: Verifying Checksum
40f6006c5f5a: Download complete
b41290a57dc5: Verifying Checksum
b41290a57dc5: Download complete
592e5bcb7159: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
1db0705661a3: Verifying Checksum
1db0705661a3: Download complete
76bb8e35b9cc: Verifying Checksum
76bb8e35b9cc: Download complete
3bc9d98c3b49: Verifying Checksum
3bc9d98c3b49: Download complete
7096ef42e6c0: Download complete
cd0e70de8125: Verifying Checksum
cd0e70de8125: Download complete
23ffab57f98e: Verifying Checksum
23ffab57f98e: Download complete
b974353d8023: Verifying Checksum
b974353d8023: Download complete
2981f7e8980b: Pull complete
9c63e1c4ba84: Pull complete
02578b9c9f1b: Pull complete
c74fba566723: Verifying Checksum
c74fba566723: Download complete
5ad399846f45: Download complete
3e7203fa3980: Download complete
0b8915d2a92b: Download complete
e68c7a56c438: Verifying Checksum
e68c7a56c438: Download complete
3801cb7ba5e6: Pull complete
1c4cdedd39f1: Pull complete
3c7c73421b6e: Verifying Checksum
3c7c73421b6e: Download complete
9d94fb523099: Verifying Checksum
9d94fb523099: Download complete
20d06dbdae7e: Verifying Checksum
20d06dbdae7e: Download complete
b9a45e537661: Download complete
a08a9a974983: Verifying Checksum
a08a9a974983: Download complete
8924679c4512: Verifying Checksum
8924679c4512: Download complete
768c99fc4263: Verifying Checksum
768c99fc4263: Download complete
7134fa9b4278: Verifying Checksum
7134fa9b4278: Download complete
0f3eeb0bdcdf: Download complete
be892efa8919: Verifying Checksum
be892efa8919: Download complete
9024d680a167: Verifying Checksum
9024d680a167: Download complete
2d917f727d89: Verifying Checksum
2d917f727d89: Download complete
e01f81963b33: Verifying Checksum
e01f81963b33: Download complete
40f6006c5f5a: Pull complete
c451a17216ec: Pull complete
e4104b8f72ee: Pull complete
7c7dbc5e7919: Pull complete
aa82be714e7c: Pull complete
922520f12384: Pull complete
9bfea042cef8: Pull complete
1244979f7c21: Pull complete
7583a0e34f94: Pull complete
14bef3f2665a: Pull complete
3a4b42ce6cb5: Pull complete
b0a08a900877: Pull complete
16ac87e68d60: Pull complete
74ac6e8c9b82: Pull complete
b41290a57dc5: Pull complete
592e5bcb7159: Pull complete
4f4fb700ef54: Pull complete
1db0705661a3: Pull complete
76bb8e35b9cc: Pull complete
3bc9d98c3b49: Pull complete
7096ef42e6c0: Pull complete
cd0e70de8125: Pull complete
23ffab57f98e: Pull complete
b974353d8023: Pull complete
c74fba566723: Pull complete
5ad399846f45: Pull complete
3e7203fa3980: Pull complete
0b8915d2a92b: Pull complete
e68c7a56c438: Pull complete
9024d680a167: Pull complete
3c7c73421b6e: Pull complete
7134fa9b4278: Pull complete
9d94fb523099: Pull complete
20d06dbdae7e: Pull complete
b9a45e537661: Pull complete
a08a9a974983: Pull complete
8924679c4512: Pull complete
768c99fc4263: Pull complete
e01f81963b33: Pull complete
0f3eeb0bdcdf: Pull complete
be892efa8919: Pull complete
2d917f727d89: Pull complete
Digest: sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2
Status: Downloaded newer image for ocaml/opam@sha256:9af90c5283bf719e1a1f7a134db0529a98b608b10a01ce5a4bad59d6f2464dc2
2026-01-06 23:47.50 ---> using "7c3ff70eccce1f027fdce3b72c5e1ce82e266d82df52104964f62d43302ff238" from cache


/: (comment debian-13-5.2_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"))
2026-01-06 23:47.50 ---> using "dc2b11613a504b53d9814a3d674b61fc6b97a98e6348049f95039dd4afb4b8fb" 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 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
2026-01-06 23:47.50 ---> using "0ac9f468523356f2e5d4b3c015ae52794f01575b708c15721f30c90ec40a952b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.2.1
2.4.1
2026-01-06 23:47.50 ---> using "d7ddde82b678fc27c653bcbb8563dc3242b7ee4b8594f6df626dfa13122eff3c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-06 23:47.50 ---> using "8b6e2ec2a662bd8eb0ab24426ecab6ffb92c8eef612456d8ea056fdc75b96ddf" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..26ba45ff7b  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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)
2026-01-06 23:47.50 ---> using "4da8fddcafb101d7783cb8e2e564e0ff63f4e150c48d4ac49220c17ce5e345da" from cache


/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./))
2026-01-06 23:47.50 ---> using "a1df36c61d4cda8a14f4d2222c112cfda460bdf5127d1eccdf1230767091e80c" 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)
2026-01-06 23:47.50 ---> using "39feb81981ab12610975f54d6db044f518ae1a3770043e1109722bd120b1bd4e" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-06 23:47.50 ---> using "f4c3483dda6ceedce2ada828a8250813d99bb099f82f175379f406c7ee654eaa" from cache


/src: (env DEPS "astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bisect_ppx.2.8.3 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 gen.1.1 jane-street-headers.v0.17.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 jst-config.v0.17.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.28.1 ocamlformat-lib.0.28.1 ocp-indent.1.9.0 ocplib-endian.1.2 octavius.1.2.2 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_blob.0.9.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_js_style.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.17.0 sherlodoc.3.1.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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 print-table-dev.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [94.2 kB]
- Fetched 185 kB in 0s (820 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[print-table.dev] synchronised (file:///src)
[print-table-dev.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2026-01-06 23:47.50 ---> using "507dce8a5809f289f1281708eae2dd843569c29f3a87a43c1f216c2301311634" 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 83 packages
- install astring                 0.8.5
- install base                    v0.17.3
- install base-bytes              base
- install base64                  3.5.2
- install bigstringaf             0.10.0
- install bisect_ppx              2.8.3
- install brr                     0.0.8
- install camlp-streams           5.0.1
- install checkseum               0.5.2
- install cmdliner                1.3.0
- install cppo                    1.8.0
- install crunch                  4.0.0
- install csexp                   1.5.2
- install decompress              1.5.3
- install dune                    3.20.2
- install dune-build-info         3.20.2
- install dune-configurator       3.20.2
- install either                  1.0.0
- install fix                     20250919
- install fmt                     0.11.0
- install fpath                   0.7.3
- install gen                     1.1
- install jane-street-headers     v0.17.0
- install js_of_ocaml             6.2.0
- install js_of_ocaml-compiler    6.2.0
- install js_of_ocaml-toplevel    6.2.0
- install jst-config              v0.17.0
- install logs                    0.10.0
- install lwt                     5.9.2
- install mdx                     2.5.1
- install menhir                  20250912
- install menhirCST               20250912
- install menhirLib               20250912
- install menhirSdk               20250912
- install ocaml-compiler-libs     v0.17.0
- install ocaml-version           4.0.3
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.16.1
- install ocamlfind               1.9.8
- install ocamlformat             0.28.1
- install ocamlformat-lib         0.28.1
- install ocp-indent              1.9.0
- install ocplib-endian           1.2
- install octavius                1.2.2
- install odoc                    3.1.0
- install odoc-parser             3.1.0
- install optint                  0.3.0
- install ppx_assert              v0.17.0
- install ppx_base                v0.17.0
- install ppx_blob                0.9.0
- install ppx_cold                v0.17.0
- install ppx_compare             v0.17.0
- install ppx_derivers            1.2.1
- install ppx_enumerate           v0.17.0
- install ppx_expect              v0.17.2
- install ppx_globalize           v0.17.0
- install ppx_hash                v0.17.0
- install ppx_here                v0.17.0
- install ppx_inline_test         v0.17.0
- install ppx_js_style            v0.17.0
- install ppx_optcomp             v0.17.0
- install ppx_sexp_conv           v0.17.0
- install ppxlib                  0.35.0
- install ppxlib_jane             v0.17.0
- install printbox                0.12
- install printbox-md             0.12
- install printbox-text           0.12
- install ptime                   1.2.0
- install re                      1.14.0
- install result                  1.5
- install sedlex                  3.7
- install seq                     base
- install sexplib0                v0.17.0
- install sherlodoc               3.1.0
- install stdio                   v0.17.0
- install stdlib-shims            0.3.0
- install time_now                v0.17.0
- install topkg                   1.1.1
- install tyxml                   4.6.0
- install uucp                    17.0.0
- install uuseg                   17.0.0
- install uutf                    1.0.4
- install yojson                  3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved brr.0.0.8  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fix.20250919  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved mdx.2.5.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-toplevel.6.2.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ocamlformat.0.28.1, ocamlformat-lib.0.28.1  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0, sherlodoc.3.1.0  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_expect.v0.17.2  (https://opam.ocaml.org/cache)
-> retrieved ppx_inline_test.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_js_style.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uuseg.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved uucp.17.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed dune.3.20.2
-> installed astring.0.8.5
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20250919
-> installed gen.1.1
-> installed jane-street-headers.v0.17.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-version.4.0.3
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocp-indent.1.9.0
-> installed octavius.1.2.2
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed printbox.0.12
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed fpath.0.7.3
-> installed odoc-parser.3.1.0
-> installed ocplib-endian.1.2
-> installed dune-build-info.3.20.2
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.2
-> installed tyxml.4.6.0
-> installed decompress.1.5.3
-> installed lwt.5.9.2
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed odoc.3.1.0
-> installed menhir.20250912
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.0
-> installed ppx_blob.0.9.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_js_style.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed bisect_ppx.2.8.3
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.0
-> installed uucp.17.0.0
-> installed printbox-text.0.12
-> installed printbox-md.0.12
-> installed ppx_hash.v0.17.0
-> installed uuseg.17.0.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.0
-> installed js_of_ocaml-compiler.6.2.0
-> installed ocamlformat-lib.0.28.1
-> installed ppx_expect.v0.17.2
-> installed logs.0.10.0
-> installed js_of_ocaml-toplevel.6.2.0
-> installed ocamlformat.0.28.1
-> installed mdx.2.5.1
-> installed brr.0.0.8
-> installed js_of_ocaml.6.2.0
-> installed sherlodoc.3.1.0
Done.


<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:


* for Emacs, add these lines to ~/.emacs:
(add-to-list 'load-path "/home/opam/.opam/5.2/share/emacs/site-lisp")
(require 'ocp-indent)


* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/5.2/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2026-01-06 23:47.50 ---> using "5ebcb7930dc737ac60fadc7f17b3c26c84e7790c6f84ce1a451c232bba64adeb" from cache


/src: (copy (src .) (dst /src))
2026-01-06 23:47.50 ---> saved as "acebb008185dc27b03b8ee1bbfc6c8132b89868a13a33beaff6a970136ba972d"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-01-06 23:47.54 ---> saved as "dabdae2bf2c6317592c62874828b1851b4c274afffe018d531a7dadf860232e8"
Job succeeded
2026-01-06 23:47.54: Job succeeded