Organisationsmbarbinprint-tableedb93f (use-mdexp)ubuntu-22.04-4.14_opam-2.5

ubuntu-22.04-4.14_opam-2.5

Logs

Show full logs
2026-03-15 10:37.54: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/use-mdexp (edb93fdf6f8a6d7de932f9d8f33bcd98dff9b860) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mbarbin/print-table.git" -b "use-mdexp" && cd "print-table" && git reset --hard edb93fdf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2
# ubuntu-22.04-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.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 jane-street-headers.v0.16.0 jst-config.v0.16.0 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 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.5 --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

2026-03-15 10:37.54: Using cache hint "mbarbin/print-table-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2-ubuntu-22.04-4.14_opam-2.5-954605b986a6772b8ded8de7c4131cb7"
2026-03-15 10:37.54: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2)
 (comment ubuntu-22.04-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.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 jane-street-headers.v0.16.0 jst-config.v0.16.0 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 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.5 --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"))
)

2026-03-15 10:37.54: Waiting for resource in pool OCluster
2026-03-15 10:37.54: Waiting for worker…
2026-03-15 10:37.54: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
HEAD is now at 99dd82d Try new crs-actions version
HEAD is now at edb93fd Add experimental README with mdexp flow

(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2' locally
docker.io/ocaml/opam@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2: Pulling from ocaml/opam
b1cba2e842ca: Already exists
5fb57b3f930f: Pulling fs layer
1196071738a1: Pulling fs layer
9354fa20655a: Pulling fs layer
5fb57b3f930f: Waiting
c31c5e87d92d: Pulling fs layer
1152184badc7: Pulling fs layer
1196071738a1: Waiting
b69a36524b06: Pulling fs layer
9354fa20655a: Waiting
d71b578fc801: Pulling fs layer
c31c5e87d92d: Waiting
1152184badc7: Waiting
fc3cf797c5a6: Pulling fs layer
b69a36524b06: Waiting
d71b578fc801: Waiting
55957a7522bf: Pulling fs layer
c3113e652212: Pulling fs layer
011d06d3cf00: Pulling fs layer
a5baea51aa79: Pulling fs layer
c3113e652212: Waiting
55957a7522bf: Waiting
af014fa1e67c: Pulling fs layer
3e3c6feedd45: Pulling fs layer
0af8c83b2aeb: Pulling fs layer
af014fa1e67c: Waiting
dc2a6278747e: Pulling fs layer
3e3c6feedd45: Waiting
011d06d3cf00: Waiting
0af8c83b2aeb: Waiting
4f4fb700ef54: Pulling fs layer
dc2a6278747e: Waiting
db713ae5568c: Pulling fs layer
d4df0fbf321e: Pulling fs layer
4f4fb700ef54: Waiting
db713ae5568c: Waiting
35ab9721f2a8: Pulling fs layer
d4df0fbf321e: Waiting
bb52ff8982b7: Pulling fs layer
9f19bd56b1e6: Pulling fs layer
1f90bc1a8d2d: Pulling fs layer
35ab9721f2a8: Waiting
4e74ebe56d6a: Pulling fs layer
9f19bd56b1e6: Waiting
20cc3fede08c: Pulling fs layer
2a02aa7708b0: Pulling fs layer
bb52ff8982b7: Waiting
20cc3fede08c: Waiting
91641483e604: Pulling fs layer
4e74ebe56d6a: Waiting
8c97bc7791e4: Pulling fs layer
91641483e604: Waiting
2a02aa7708b0: Waiting
3e52ffd714f5: Pulling fs layer
3a513e146b93: Pulling fs layer
3e52ffd714f5: Waiting
307739fe4860: Pulling fs layer
8c97bc7791e4: Waiting
4ce41293ed0d: Pulling fs layer
3a513e146b93: Waiting
307739fe4860: Waiting
1a7d062f5caf: Pulling fs layer
4ce41293ed0d: Waiting
9732926020c5: Pulling fs layer
867199d44806: Pulling fs layer
1a7d062f5caf: Waiting
7f6da7c235c5: Pulling fs layer
9732926020c5: Waiting
867199d44806: Waiting
5aba330a5244: Pulling fs layer
cdde2debe857: Pulling fs layer
7f6da7c235c5: Waiting
5aba330a5244: Waiting
0e907ee8af43: Pulling fs layer
b60f3eafc795: Pulling fs layer
962850fed9c3: Pulling fs layer
0e907ee8af43: Waiting
a2fa07019074: Pulling fs layer
b60f3eafc795: Waiting
962850fed9c3: Waiting
a2fa07019074: Waiting
5fb57b3f930f: Download complete
5fb57b3f930f: Pull complete
1196071738a1: Verifying Checksum
1196071738a1: Download complete
1196071738a1: Pull complete
9354fa20655a: Verifying Checksum
9354fa20655a: Download complete
c31c5e87d92d: Verifying Checksum
c31c5e87d92d: Download complete
9354fa20655a: Pull complete
c31c5e87d92d: Pull complete
1152184badc7: Verifying Checksum
1152184badc7: Download complete
b69a36524b06: Verifying Checksum
b69a36524b06: Download complete
d71b578fc801: Verifying Checksum
d71b578fc801: Download complete
fc3cf797c5a6: Verifying Checksum
fc3cf797c5a6: Download complete
55957a7522bf: Verifying Checksum
55957a7522bf: Download complete
c3113e652212: Verifying Checksum
c3113e652212: Download complete
011d06d3cf00: Verifying Checksum
011d06d3cf00: Download complete
1152184badc7: Pull complete
b69a36524b06: Pull complete
d71b578fc801: Pull complete
fc3cf797c5a6: Pull complete
55957a7522bf: Pull complete
c3113e652212: Pull complete
a5baea51aa79: Verifying Checksum
a5baea51aa79: Download complete
011d06d3cf00: Pull complete
a5baea51aa79: Pull complete
af014fa1e67c: Verifying Checksum
af014fa1e67c: Download complete
3e3c6feedd45: Download complete
af014fa1e67c: Pull complete
3e3c6feedd45: Pull complete
0af8c83b2aeb: Verifying Checksum
0af8c83b2aeb: Download complete
0af8c83b2aeb: Pull complete
dc2a6278747e: Download complete
dc2a6278747e: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
db713ae5568c: Verifying Checksum
db713ae5568c: Download complete
4f4fb700ef54: Pull complete
db713ae5568c: Pull complete
d4df0fbf321e: Download complete
d4df0fbf321e: Pull complete
35ab9721f2a8: Verifying Checksum
35ab9721f2a8: Download complete
35ab9721f2a8: Pull complete
bb52ff8982b7: Verifying Checksum
bb52ff8982b7: Download complete
bb52ff8982b7: Pull complete
9f19bd56b1e6: Verifying Checksum
9f19bd56b1e6: Download complete
9f19bd56b1e6: Pull complete
1f90bc1a8d2d: Download complete
1f90bc1a8d2d: Pull complete
4e74ebe56d6a: Pull complete
20cc3fede08c: Download complete
20cc3fede08c: Pull complete
2a02aa7708b0: Download complete
2a02aa7708b0: Pull complete
91641483e604: Pull complete
8c97bc7791e4: Download complete
8c97bc7791e4: Pull complete
3e52ffd714f5: Download complete
3e52ffd714f5: Pull complete
3a513e146b93: Download complete
3a513e146b93: Pull complete
307739fe4860: Verifying Checksum
307739fe4860: Download complete
307739fe4860: Pull complete
4ce41293ed0d: Verifying Checksum
4ce41293ed0d: Download complete
4ce41293ed0d: Pull complete
1a7d062f5caf: Verifying Checksum
1a7d062f5caf: Download complete
9732926020c5: Verifying Checksum
9732926020c5: Download complete
867199d44806: Verifying Checksum
867199d44806: Download complete
7f6da7c235c5: Verifying Checksum
7f6da7c235c5: Download complete
5aba330a5244: Download complete
cdde2debe857: Download complete
1a7d062f5caf: Pull complete
9732926020c5: Pull complete
867199d44806: Pull complete
7f6da7c235c5: Pull complete
5aba330a5244: Pull complete
cdde2debe857: Pull complete
0e907ee8af43: Verifying Checksum
0e907ee8af43: Download complete
b60f3eafc795: Verifying Checksum
b60f3eafc795: Download complete
962850fed9c3: Download complete
a2fa07019074: Verifying Checksum
a2fa07019074: Download complete
0e907ee8af43: Pull complete
b60f3eafc795: Pull complete
962850fed9c3: Pull complete
a2fa07019074: Pull complete
Digest: sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2
Status: Downloaded newer image for ocaml/opam@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2
2026-03-15 10:37.55 ---> using "3d96e6f94c8a4d508e65cc2ac01d726244331e452aa3e1936f2a66a1553b4f67" from cache

/: (comment ubuntu-22.04-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.5 /usr/bin/opam"))
2026-03-15 10:37.55 ---> using "dc7a219d5d09ac0c81f5d787ac23e40636ca8158886ffe95dd3419f503094be2" 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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-15 10:37.55 ---> using "4f2c84fe0ad2ca99dd7cbe75c91477ec4d2feec518a99eb23c4c0f2b2ba52b7e" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-15 10:37.55 ---> using "b9133dea9cb606de16f55fcf4f6dde5b68bd24a15c7ad28e72b186afbeb8f5be" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-15 10:37.55 ---> using "5bcc7d9793612e85618bb17f0085f4a74fcebd50fbacfe6670c2bed80fd32f42" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b820e8c25e..8d34e0cf3c  master     -> origin/master
31462e7d24 Merge pull request #29451 from dra27/relocatable-package

<><> 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.5.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-03-15 10:37.55 ---> using "ee8261a8c04b86bab91c024d47cb862f33f91617fb7875d8cb8a2ab6f44dd1a2" from cache

/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
            (dst ./))
2026-03-15 10:37.55 ---> saved as "70e581569f574ebf1e8b6a23726c96d799872ce9f129e7810d1daf1ffd8eebf7"

/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-03-15 10:38.01 ---> saved as "27336b601fb2fb63d79b6506f9214cb1a087139f66c55dfebe33f62ea3f0fedb"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-15 10:38.01 ---> saved as "c3df4db75b0d344058fa594b0449c457286bf0996bd998f9a82c0decf3849e40"

/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 jane-street-headers.v0.16.0 jst-config.v0.16.0 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 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.5 --depext-only -y print-table.dev print-table-tests.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1615 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4160 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6994 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [84.0 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1302 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3786 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6669 kB]
- Fetched 25.0 MB in 2s (15.7 MB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[print-table.dev] synchronised (file:///src)
[print-table-tests.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-03-15 10:38.13 ---> saved as "af29d510672d941a429cce13a5042d69351bd237538d5e8bb83e5894f5d0ab3e"

/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 34 packages
  - install base                v0.16.4
  - install csexp               1.5.2
  - install dune                3.21.1
  - install dune-configurator   3.21.1
  - 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.4  (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 dune.3.21.1, dune-configurator.3.21.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_globalize.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (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 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 ppxlib.0.35.0  (cached)
-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved uucp.17.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.21.1
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed printbox.0.12
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.21.1
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed uucp.17.0.0
-> installed ppx_hash.v0.16.0
-> installed printbox-text.0.12
-> installed printbox-md.0.12
-> 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.
# To update the current shell environment, run: eval $(opam env)
2026-03-15 10:39.24 ---> saved as "65a37a2b1fac0c585233fe793e800f61708b676c7692eb40d065ed7fa17a1914"

/src: (copy (src .) (dst /src))
2026-03-15 10:39.24 ---> saved as "10a4f5e1b0eb3b7fa53bccc91756b78a92b00d034d6eee872502554a840f2e26"

/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))
File "dune", line 36, characters 2-51:
36 |   expect_test_helpers_core.expect_test_helpers_base
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Library "expect_test_helpers_core.expect_test_helpers_base" not found.
-> required by library "readme" in _build/default
-> required by _build/default/.readme.inline-tests/inline-test-runner.exe
-> required by alias runtest-readme in dune:38
-> required by alias runtest in dune:22
File "dune", line 50, characters 3-17:
50 |    ppx_sexp_value)))
        ^^^^^^^^^^^^^^
Error: Library "ppx_sexp_value" not found.
-> required by _build/default/.merlin-conf/lib-readme
-> required by alias check
"/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build" failed with exit status 1
2026-03-15 10:39.27: Job failed: Failed: Build failed