2025-12-17 13:46.12: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (952b100e4edbd2555d5a43b251419af33add8290) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard 952b100ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 dune-configurator.3.20.2 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.4 --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-BLOCK2025-12-17 13:46.12: Using cache hint "mbarbin/print-table-ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b-fedora-43-4.14_opam-2.4-d25398eaebb4bdfbbd7d0cd351c11c44"2025-12-17 13:46.12: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)(comment fedora-43-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.4 --depext-only -y print-table.dev print-table-tests.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build")))2025-12-17 13:46.12: Waiting for resource in pool OCluster2025-12-17 14:07.15: Waiting for worker…2025-12-17 14:12.33: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at 4bfccb0 Bump actions/checkout from 5 to 6HEAD is now at 952b100 Merge pull request #8 from mbarbin/reduce-deps(from ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b' locallydocker.io/ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b: Pulling from ocaml/opam1216d224fefc: Pulling fs layer1ae211ec70df: Pulling fs layere3c845545bdd: Pulling fs layeradbbce15b35d: Pulling fs layerfec0b2730855: Pulling fs layerd42b256333b3: Pulling fs layer347b5da763ef: Pulling fs layeree8e1ee5d3b3: Pulling fs layer1407c9d94463: Pulling fs layer912b3cfa4b1c: Pulling fs layer9bb0f03cebf5: Pulling fs layerda26c7f15afe: Pulling fs layerd9356a09c9bc: Pulling fs layerb6f2d11ffba1: Pulling fs layere9d79416de7e: Pulling fs layerd8fc23752670: Pulling fs layer043479df29c2: Pulling fs layerbde0248f5af4: Pulling fs layer3cb4199e5c40: Pulling fs layerf7f8c0cc272b: Pulling fs layer099c8f0f8aa7: Pulling fs layer4f4fb700ef54: Pulling fs layer2dcbf8eb3274: Pulling fs layeraec4178fd2c9: Pulling fs layerffeea0bca746: Pulling fs layer694e9f03259b: Pulling fs layer0f53dbd64c41: Pulling fs layere9a84c20d545: Pulling fs layer60cd93f167b9: Pulling fs layer6ac93c253746: Pulling fs layerb4fc515f2633: Pulling fs layerb9d45f820f99: Pulling fs layera6ef8e91a762: Pulling fs layered335a59ac60: Pulling fs layer00a065e4dcbc: Pulling fs layer2de645a87852: Pulling fs layera98b93793621: Pulling fs layer6f61dd37808d: Pulling fs layerf6aefcff6474: Pulling fs layer4f33e294934e: Pulling fs layerd4443ef124a6: Pulling fs layer942433d5d086: Pulling fs layer1803ba6bc01c: Pulling fs layer7ed01763315c: Pulling fs layeradbbce15b35d: Waitingfec0b2730855: Waitingd42b256333b3: Waiting347b5da763ef: Waitingee8e1ee5d3b3: Waiting1407c9d94463: Waiting912b3cfa4b1c: Waiting9bb0f03cebf5: Waitingda26c7f15afe: Waitingd9356a09c9bc: Waitingb6f2d11ffba1: Waitinge9d79416de7e: Waitingffeea0bca746: Waitingd8fc23752670: Waiting694e9f03259b: Waiting4f4fb700ef54: Waiting043479df29c2: Waiting2dcbf8eb3274: Waitingaec4178fd2c9: Waiting0f53dbd64c41: Waitingf7f8c0cc272b: Waitinge9a84c20d545: Waitingbde0248f5af4: Waiting099c8f0f8aa7: Waiting60cd93f167b9: Waiting6f61dd37808d: Waiting6ac93c253746: Waiting3cb4199e5c40: Waitingf6aefcff6474: Waitingb4fc515f2633: Waiting4f33e294934e: Waiting7ed01763315c: Waitingb9d45f820f99: Waitinga6ef8e91a762: Waitinged335a59ac60: Waiting00a065e4dcbc: Waitingd4443ef124a6: Waiting2de645a87852: Waiting942433d5d086: Waiting1803ba6bc01c: Waitinga98b93793621: Waiting1ae211ec70df: Verifying Checksum1ae211ec70df: Download completee3c845545bdd: Verifying Checksume3c845545bdd: Download complete1216d224fefc: Verifying Checksum1216d224fefc: Download completed42b256333b3: Verifying Checksumd42b256333b3: Download completeadbbce15b35d: Verifying Checksumadbbce15b35d: Download complete347b5da763ef: Download complete1407c9d94463: Download completeee8e1ee5d3b3: Verifying Checksumee8e1ee5d3b3: Download complete912b3cfa4b1c: Verifying Checksum912b3cfa4b1c: Download complete9bb0f03cebf5: Verifying Checksum9bb0f03cebf5: Download completed9356a09c9bc: Download completeda26c7f15afe: Verifying Checksumda26c7f15afe: Download completeb6f2d11ffba1: Verifying Checksumb6f2d11ffba1: Download completee9d79416de7e: Verifying Checksume9d79416de7e: Download completed8fc23752670: Verifying Checksumd8fc23752670: Download complete043479df29c2: Verifying Checksum043479df29c2: Download completebde0248f5af4: Verifying Checksumbde0248f5af4: Download complete3cb4199e5c40: Verifying Checksum3cb4199e5c40: Download completefec0b2730855: Verifying Checksumfec0b2730855: Download complete099c8f0f8aa7: Verifying Checksum099c8f0f8aa7: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef7f8c0cc272b: Verifying Checksumf7f8c0cc272b: Download completeaec4178fd2c9: Download complete2dcbf8eb3274: Verifying Checksum2dcbf8eb3274: Download completeffeea0bca746: Verifying Checksumffeea0bca746: Download complete694e9f03259b: Download complete0f53dbd64c41: Download completee9a84c20d545: Verifying Checksume9a84c20d545: Download complete60cd93f167b9: Download complete6ac93c253746: Verifying Checksum6ac93c253746: Download completeb4fc515f2633: Download completeb9d45f820f99: Verifying Checksumb9d45f820f99: Download completeed335a59ac60: Verifying Checksumed335a59ac60: Download completea6ef8e91a762: Download complete2de645a87852: Verifying Checksum2de645a87852: Download complete1216d224fefc: Pull complete1ae211ec70df: Pull complete6f61dd37808d: Verifying Checksum6f61dd37808d: Download completef6aefcff6474: Verifying Checksumf6aefcff6474: Download complete4f33e294934e: Verifying Checksum4f33e294934e: Download completee3c845545bdd: Pull completed4443ef124a6: Verifying Checksumd4443ef124a6: Download complete00a065e4dcbc: Verifying Checksum00a065e4dcbc: Download complete942433d5d086: Download complete1803ba6bc01c: Verifying Checksum1803ba6bc01c: Download complete7ed01763315c: Verifying Checksum7ed01763315c: Download completea98b93793621: Download completeadbbce15b35d: Pull completefec0b2730855: Pull completed42b256333b3: Pull complete347b5da763ef: Pull completeee8e1ee5d3b3: Pull complete1407c9d94463: Pull complete912b3cfa4b1c: Pull complete9bb0f03cebf5: Pull completeda26c7f15afe: Pull completed9356a09c9bc: Pull completeb6f2d11ffba1: Pull completee9d79416de7e: Pull completed8fc23752670: Pull complete043479df29c2: Pull completebde0248f5af4: Pull complete3cb4199e5c40: Pull completef7f8c0cc272b: Pull complete099c8f0f8aa7: Pull complete4f4fb700ef54: Pull complete2dcbf8eb3274: Pull completeaec4178fd2c9: Pull completeffeea0bca746: Pull complete694e9f03259b: Pull complete0f53dbd64c41: Pull completee9a84c20d545: Pull complete60cd93f167b9: Pull complete6ac93c253746: Pull completeb4fc515f2633: Pull completeb9d45f820f99: Pull completea6ef8e91a762: Pull completeed335a59ac60: Pull complete00a065e4dcbc: Pull complete2de645a87852: Pull completea98b93793621: Pull complete6f61dd37808d: Pull completef6aefcff6474: Pull complete4f33e294934e: Pull completed4443ef124a6: Pull complete942433d5d086: Pull complete1803ba6bc01c: Pull complete7ed01763315c: Pull completeDigest: sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692bStatus: Downloaded newer image for ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b2025-12-17 14:16.08 ---> saved as "87c4833ca4afb7f495c7c51a969bf87dcf282c0263cd74a98f849c4ecee655e1"/: (comment fedora-43-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 40.5 KiB/s | 8.9 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-12-17 14:16.15 ---> saved as "f45c9ca912816df25cbe862da2e008690fade8450192d2163b0868c30ec32b70"/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-17 14:16.16 ---> saved as "a157fd3de66f72a5cffa4ec2ff409e4da1fd6b998ee6fc0df1a65282ae116668"/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] Initialised2025-12-17 14:17.00 ---> saved as "7be0bfa1ba703ee985c0f799ca6988f168dd94b5b73cbe76150bbe3b7a4ce18e"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-12-17 14:17.01 ---> saved as "a36ee6aa5982d62f62b19c85eaa6343a42db34fd1d55df8c2491451ff224bb79"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-17 14:17.01 ---> saved as "fc15ea6ad25363aa99307d654714e3693a52b79305fc8b0db5357c9b7d6b6e29"/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_HEADee48e882f0..c199949faa master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-17 14:17.35 ---> saved as "a7f481195e4a0c4ee3c70c17b868386a68af8cff5538b7337c21f66dcaf6f3a2"/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))2025-12-17 14:17.36 ---> saved as "e88c7fca6dd0b46b2967b93b1d0eec60bfb06e8246b63ee1c6dfe256a6148f50"/src: (run (network host)(shell "opam pin add -yn print-table.dev './' && \\nopam pin add -yn print-table-tests.dev './' && \\nopam pin add -yn print-table-dev.dev './'"))[print-table.dev] synchronised (file:///src)print-table is now pinned to file:///src (version dev)[NOTE] Package print-table-tests does not exist in opam repositories registered in the current switch.[print-table-tests.dev] synchronised (file:///src)print-table-tests is now pinned to file:///src (version dev)[NOTE] Package print-table-dev does not exist in opam repositories registered in the current switch.[print-table-dev.dev] synchronised (file:///src)print-table-dev is now pinned to file:///src (version dev)2025-12-17 14:17.39 ---> saved as "fe20e6e9621c04fa4ede5867d18cdff1fffb6f5c8f18b52ce9c97e787afe9e28"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-17 14:17.39 ---> saved as "02a88d6224c3f8a8817f6af27933671815f552a79677c5f1ac6296ee33af8561"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.4 --depext-only -y print-table.dev print-table-tests.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[print-table.dev] synchronised (file:///src)[print-table-tests.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-12-17 14:17.51 ---> saved as "0c99bf08780422a7ea09b7723518ec8b65580f47bd1ff0f32f580bac03e00c51"/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.20.2- install dune-configurator 3.20.2- 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 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 ppxlib.0.35.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (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 uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uucp.17.0.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed dune.3.20.2-> installed jane-street-headers.v0.16.0-> installed ppx_derivers.1.2.1-> installed 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.20.2-> installed base.v0.16.4-> installed stdio.v0.16.0-> installed ppxlib.0.35.0-> installed uucp.17.0.0-> installed ppx_globalize.v0.16.0-> installed printbox-text.0.12-> installed printbox-md.0.12-> 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.2Done.# To update the current shell environment, run: eval $(opam env)2025-12-17 14:19.34 ---> saved as "255eae9155e27a941c1ae8e4ba926c1915df37b72abccbec6c8e21f1d5a0d666"/src: (copy (src .) (dst /src))2025-12-17 14:19.35 ---> saved as "abd81912d32f772237628bdcc0253cb5d0bb978b03978e7d567b39a9b7fccc25"/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))2025-12-17 14:19.37 ---> saved as "5107452b9d7a9566643b65ff559e4f8c09f3dff9017afb4dfe3cd55ac4b870e2"Job succeeded2025-12-17 14:19.37: Job succeeded