2026-03-17 10:41.35: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (0c673c517732dc2b6404240601749525b13448ae) (linux-arm64:debian-13-4.14_arm32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8eeOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard 0c673c51cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee# debian-13-4.14_arm32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-17 10:41.35: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-debian-13-4.14_arm32_opam-2.5-1a121de6e14ed89551edc8a5b754fe0d"2026-03-17 10:41.35: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)(comment debian-13-4.14_arm32_opam-2.5)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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.1 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-17 10:41.35: Waiting for resource in pool OCluster2026-03-17 10:41.36: Waiting for worker…2026-03-17 10:57.46: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devHEAD is now at edb93fd Add experimental README with mdexp flowHEAD is now at 0c673c5 Remove left-over unused var (shellcheck)(from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locallydocker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opame7e4c87ce695: Pulling fs layer098244b1fe4f: Pulling fs layer94a818ec2cdc: Pulling fs layer29e77b813c7f: Pulling fs layerb9dc986333a7: Pulling fs layer023a3b8ea315: Pulling fs layer2684ea5ea2fe: Pulling fs layer93c319c970b2: Pulling fs layer03f63d243d48: Pulling fs layer237874024f5b: Pulling fs layer954f264158bf: Pulling fs layer85f6eb6723bd: Pulling fs layerb9dc986333a7: Waiting2882e9da3bb0: Pulling fs layer023a3b8ea315: Waiting2684ea5ea2fe: Waiting4aabbd87a4c4: Pulling fs layer4f386ee1e947: Pulling fs layer76eac5355b1e: Pulling fs layer93c319c970b2: Waiting954f264158bf: Waiting7732af2249d2: Pulling fs layer03f63d243d48: Waiting237874024f5b: Waiting0864fc6233a3: Pulling fs layer85f6eb6723bd: Waiting29e77b813c7f: Waiting74a602ddff51: Pulling fs layer2882e9da3bb0: Waitingeff8656d1a08: Pulling fs layer4aabbd87a4c4: Waiting4f386ee1e947: Waiting480ead97e7de: Pulling fs layer71d9c83b5938: Pulling fs layer74a602ddff51: Waiting76eac5355b1e: Waiting7732af2249d2: Waiting4f4fb700ef54: Pulling fs layer0864fc6233a3: Waiting46ffbb314b18: Pulling fs layer480ead97e7de: Waitingeff8656d1a08: Waiting9ad678cce639: Pulling fs layer71d9c83b5938: Waitingcee0ad8655f3: Pulling fs layer46ffbb314b18: Waiting4f4fb700ef54: Waiting9ad678cce639: Waitingd7a6444c98ec: Pulling fs layercee0ad8655f3: Waitingfb7ac70d48b8: Pulling fs layerd7a6444c98ec: Waiting9e9d8c0fc63b: Pulling fs layerfb7ac70d48b8: Waiting4fd15bd8b00c: Pulling fs layercfb25ffd51ce: Pulling fs layer4fd15bd8b00c: Waitinga1d4a67b1423: Pulling fs layerb5f05950c5d7: Pulling fs layercfb25ffd51ce: Waitingffaeb3c9d76d: Pulling fs layera1d4a67b1423: Waitingb5f05950c5d7: Waiting4c3b6722757e: Pulling fs layerffaeb3c9d76d: Waiting0f58a95c7a9b: Pulling fs layer4c3b6722757e: Waitingc3e40142c411: Pulling fs layer0f58a95c7a9b: Waiting7f8475cb6605: Pulling fs layer05a50efaf303: Pulling fs layerc3e40142c411: Waiting6b01dec062a8: Pulling fs layer9fd1e9989233: Pulling fs layer6b01dec062a8: Waiting433ff276b12f: Pulling fs layer9fd1e9989233: Waitingefd9b50fadc4: Pulling fs layer433ff276b12f: Waitingd1391430121a: Pulling fs layerf656d97c5aae: Pulling fs layerefd9b50fadc4: Waitingd1391430121a: Waitingf656d97c5aae: Waiting94a818ec2cdc: Verifying Checksum94a818ec2cdc: Download complete098244b1fe4f: Verifying Checksum098244b1fe4f: Download completeb9dc986333a7: Verifying Checksumb9dc986333a7: Download completee7e4c87ce695: Verifying Checksume7e4c87ce695: Download completee7e4c87ce695: Pull complete098244b1fe4f: Pull complete94a818ec2cdc: Pull complete2684ea5ea2fe: Verifying Checksum2684ea5ea2fe: Download complete93c319c970b2: Verifying Checksum93c319c970b2: Download complete03f63d243d48: Verifying Checksum03f63d243d48: Download complete237874024f5b: Verifying Checksum237874024f5b: Download complete954f264158bf: Verifying Checksum954f264158bf: Download complete85f6eb6723bd: Verifying Checksum85f6eb6723bd: Download complete2882e9da3bb0: Verifying Checksum2882e9da3bb0: Download complete4aabbd87a4c4: Verifying Checksum4aabbd87a4c4: Download complete4f386ee1e947: Verifying Checksum4f386ee1e947: Download complete29e77b813c7f: Verifying Checksum29e77b813c7f: Download complete76eac5355b1e: Verifying Checksum76eac5355b1e: Download complete29e77b813c7f: Pull completeb9dc986333a7: Pull complete0864fc6233a3: Verifying Checksum0864fc6233a3: Download complete7732af2249d2: Verifying Checksum7732af2249d2: Download complete480ead97e7de: Verifying Checksum480ead97e7de: Download completeeff8656d1a08: Verifying Checksumeff8656d1a08: Download complete71d9c83b5938: Verifying Checksum71d9c83b5938: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete46ffbb314b18: Verifying Checksum46ffbb314b18: Download complete9ad678cce639: Verifying Checksum9ad678cce639: Download completecee0ad8655f3: Verifying Checksumcee0ad8655f3: Download completed7a6444c98ec: Download completefb7ac70d48b8: Verifying Checksumfb7ac70d48b8: Download complete9e9d8c0fc63b: Download completecfb25ffd51ce: Verifying Checksumcfb25ffd51ce: Download complete4fd15bd8b00c: Verifying Checksum4fd15bd8b00c: Download completea1d4a67b1423: Verifying Checksuma1d4a67b1423: Download completeb5f05950c5d7: Download complete4c3b6722757e: Download completeffaeb3c9d76d: Verifying Checksumffaeb3c9d76d: Download completec3e40142c411: Verifying Checksumc3e40142c411: Download complete7f8475cb6605: Verifying Checksum7f8475cb6605: Download complete05a50efaf303: Verifying Checksum05a50efaf303: Download complete0f58a95c7a9b: Verifying Checksum0f58a95c7a9b: Download complete6b01dec062a8: Verifying Checksum6b01dec062a8: Download complete9fd1e9989233: Download completeefd9b50fadc4: Verifying Checksumefd9b50fadc4: Download completed1391430121a: Download completef656d97c5aae: Verifying Checksumf656d97c5aae: Download complete023a3b8ea315: Verifying Checksum023a3b8ea315: Download complete023a3b8ea315: Pull complete2684ea5ea2fe: Pull complete93c319c970b2: Pull complete03f63d243d48: Pull complete237874024f5b: Pull complete954f264158bf: Pull complete85f6eb6723bd: Pull complete2882e9da3bb0: Pull complete4aabbd87a4c4: Pull complete4f386ee1e947: Pull complete76eac5355b1e: Pull complete7732af2249d2: Pull complete0864fc6233a3: Pull complete74a602ddff51: Pull completeeff8656d1a08: Pull complete480ead97e7de: Pull complete71d9c83b5938: Pull complete4f4fb700ef54: Pull complete46ffbb314b18: Pull complete9ad678cce639: Pull completecee0ad8655f3: Pull completed7a6444c98ec: Pull completefb7ac70d48b8: Pull complete9e9d8c0fc63b: Pull complete4fd15bd8b00c: Pull completecfb25ffd51ce: Pull completea1d4a67b1423: Pull completeb5f05950c5d7: Pull completeffaeb3c9d76d: Pull complete4c3b6722757e: Pull complete0f58a95c7a9b: Pull completec3e40142c411: Pull complete7f8475cb6605: Pull complete05a50efaf303: Pull complete6b01dec062a8: Pull complete9fd1e9989233: Pull complete433ff276b12f: Verifying Checksum433ff276b12f: Download complete433ff276b12f: Pull completeefd9b50fadc4: Pull completed1391430121a: Pull completef656d97c5aae: Pull completeDigest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8eeStatus: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee2026-03-17 10:57.47 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache/: (comment debian-13-4.14_arm32_opam-2.5)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (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-17 10:57.47 ---> using "80364e7ea3205efd59b6cbc366965d6fdeadf26970763d3042667a502d2bbf01" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-17 10:57.47 ---> using "52062abc9754f2f7adbcdae53513e4f1235a1be0e687b9206e441a5dd0e48602" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-03-17 10:57.47 ---> using "fa12169a33bbc70a6fa9176fcc7359a2140c5372c9c0bec86cfe85c767ebe583" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-17 10:57.47 ---> using "714c205c6aa9a3a01f77892c73cd70f2e82e79a2d5dd8150eb0263fd0a8a8c7f" 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_HEADffb54b9bdd..f2e7a221a1 master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-17 10:57.47 ---> using "42cb9940dcb0a2a7a23905094fb9a021e082e915669d06c76e3ecb70a4da7e0d" from cache/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2026-03-17 10:57.47 ---> saved as "506541af5fc67b32c49222f4572cafda72e2facbddc629c05cd9038aa77763a1"/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-17 10:57.53 ---> saved as "69f58fab017a3ce358c32b43f4086bee5e7d70d9dc10a42174f99c3e04d57b43"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-17 10:57.53 ---> saved as "6bf051227ef64595e1d2339d54d9100ff45ff69075b02a3f008e45b1d5cd3552"/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.1 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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main armhf Packages [9237 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [105 kB]- Fetched 9573 kB in 1s (7406 kB/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-17 10:58.05 ---> saved as "6384cd34cfbb7a194eddb65e8ff967c1ebc59e1b3e1ccae3cff66d1569e8b7bd"/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.1- 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_hash.v0.16.0 (cached)-> retrieved ppx_expect.v0.16.1 (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 ppxlib.0.35.0 (cached)-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (cached)-> retrieved topkg.1.1.1 (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 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 dune-configurator.3.21.1-> installed base.v0.16.4-> installed ppxlib.0.35.0-> installed stdio.v0.16.0-> installed ppx_globalize.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed uucp.17.0.0-> installed ppx_sexp_conv.v0.16.0-> installed printbox-text.0.12-> installed printbox-md.0.12-> 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.1Done.# To update the current shell environment, run: eval $(opam env)2026-03-17 11:00.33 ---> saved as "abe66dceb5c2c7b3126b0f4cf7f6c25cce748fe8ce3f2dfab46d7ef68746302f"/src: (copy (src .) (dst /src))2026-03-17 11:00.34 ---> saved as "c5e6f4945d9e37162c4f5ec6f542cf3e93a3f4734e3ab4bcb1af28d3bb2e0dbd"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))2026-03-17 11:00.37 ---> saved as "d62ab628333f76be3a96e5fdd08ef0f3e5511aa6c1245ef579e624af1c219a3f"Job succeeded2026-03-17 11:00.37: Job succeeded