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:ubuntu-24.04-4.14_opam-2.4) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d 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:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d # ubuntu-24.04-4.14_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="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 $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-01-06 23:47.49: Using cache hint "mbarbin/print-table-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d-ubuntu-24.04-4.14_opam-2.4-d25398eaebb4bdfbbd7d0cd351c11c44" 2026-01-06 23:47.49: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d) (comment ubuntu-24.04-4.14_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 "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")) ) 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:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d' locally docker.io/ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d: Pulling from ocaml/opam 20043066d3d5: Pulling fs layer 74a201e1c126: Pulling fs layer d63bb9fbbf86: Pulling fs layer 9467c6371b02: Pulling fs layer 404716bfcac3: Pulling fs layer fed733e23844: Pulling fs layer 707d11c2eefa: Pulling fs layer 399e5b85a0fc: Pulling fs layer 9467c6371b02: Waiting d0bd8a3f061c: Pulling fs layer 404716bfcac3: Waiting a49e067103b6: Pulling fs layer 564fcb11fd5c: Pulling fs layer b54d000bca39: Pulling fs layer 1022f2c60c0e: Pulling fs layer d0bd8a3f061c: Waiting 399e5b85a0fc: Waiting a49e067103b6: Waiting fed733e23844: Waiting d0473c037ed5: Pulling fs layer 564fcb11fd5c: Waiting b54d000bca39: Waiting 707d11c2eefa: Waiting b4b0a2839de5: Pulling fs layer 1022f2c60c0e: Waiting d0473c037ed5: Waiting f95ab9582825: Pulling fs layer b4b0a2839de5: Waiting 20d40f2e0f67: Pulling fs layer f95ab9582825: Waiting 20d40f2e0f67: Waiting 7e5f024df647: Pulling fs layer d39cb8682827: Pulling fs layer 7e5f024df647: Waiting 72072a576a9f: Pulling fs layer d39cb8682827: Waiting 7b230cb3ef48: Pulling fs layer 72072a576a9f: Waiting 4f4fb700ef54: Pulling fs layer 7b230cb3ef48: Waiting 23c320078945: Pulling fs layer 8f7a7c3573c5: Pulling fs layer 4f4fb700ef54: Waiting 23c320078945: Waiting 1564848c4b7b: Pulling fs layer 8f7a7c3573c5: Waiting cc7ba7d9e277: Pulling fs layer 14120930af46: Pulling fs layer 1564848c4b7b: Waiting cc7ba7d9e277: Waiting baa80d4afe8f: Pulling fs layer 14120930af46: Waiting 68007a21c1c4: Pulling fs layer d2df30cde401: Pulling fs layer baa80d4afe8f: Waiting f21ee1a89225: Pulling fs layer 68007a21c1c4: Waiting d2df30cde401: Waiting fde2d5a241cf: Pulling fs layer 6d474fa3c976: Pulling fs layer a45b9e268599: Pulling fs layer f21ee1a89225: Waiting fde2d5a241cf: Waiting 6d474fa3c976: Waiting fb9fa892ed79: Pulling fs layer a45b9e268599: Waiting ba013a08453d: Pulling fs layer 9be3559c7d84: Pulling fs layer ba013a08453d: Waiting fb9fa892ed79: Waiting 57e25f9db71c: Pulling fs layer 9be3559c7d84: Waiting ade4c34ce8e6: Pulling fs layer 7ad8fb0274dc: Pulling fs layer 57e25f9db71c: Waiting ade4c34ce8e6: Waiting 9938feee8fe6: Pulling fs layer 8e8b4e5d5c39: Pulling fs layer 7ad8fb0274dc: Waiting f4499fee2455: Pulling fs layer 9938feee8fe6: Waiting 8e8b4e5d5c39: Waiting b28e8701a421: Pulling fs layer f4499fee2455: Waiting b28e8701a421: Waiting d63bb9fbbf86: Verifying Checksum d63bb9fbbf86: Download complete 74a201e1c126: Download complete 20043066d3d5: Verifying Checksum 20043066d3d5: Download complete 404716bfcac3: Verifying Checksum 404716bfcac3: Download complete 9467c6371b02: Verifying Checksum 9467c6371b02: Download complete 707d11c2eefa: Verifying Checksum 707d11c2eefa: Download complete d0bd8a3f061c: Verifying Checksum d0bd8a3f061c: Download complete 399e5b85a0fc: Verifying Checksum 399e5b85a0fc: Download complete a49e067103b6: Verifying Checksum a49e067103b6: Download complete 564fcb11fd5c: Verifying Checksum 564fcb11fd5c: Download complete 1022f2c60c0e: Verifying Checksum 1022f2c60c0e: Download complete 20043066d3d5: Pull complete 74a201e1c126: Pull complete d63bb9fbbf86: Pull complete fed733e23844: Verifying Checksum fed733e23844: Download complete d0473c037ed5: Verifying Checksum d0473c037ed5: Download complete f95ab9582825: Verifying Checksum f95ab9582825: Download complete b54d000bca39: Download complete b4b0a2839de5: Download complete 7e5f024df647: Download complete 20d40f2e0f67: Download complete d39cb8682827: Download complete 72072a576a9f: Download complete 7b230cb3ef48: Verifying Checksum 7b230cb3ef48: Download complete 4f4fb700ef54: Download complete 23c320078945: Download complete 8f7a7c3573c5: Download complete 1564848c4b7b: Download complete cc7ba7d9e277: Download complete 14120930af46: Download complete baa80d4afe8f: Download complete 68007a21c1c4: Download complete d2df30cde401: Download complete f21ee1a89225: Download complete 6d474fa3c976: Download complete a45b9e268599: Verifying Checksum a45b9e268599: Download complete ba013a08453d: Download complete 9467c6371b02: Pull complete 57e25f9db71c: Verifying Checksum 57e25f9db71c: Download complete 404716bfcac3: Pull complete ade4c34ce8e6: Verifying Checksum ade4c34ce8e6: Download complete 7ad8fb0274dc: Verifying Checksum 7ad8fb0274dc: Download complete 9938feee8fe6: Verifying Checksum 9938feee8fe6: Download complete 8e8b4e5d5c39: Download complete f4499fee2455: Download complete b28e8701a421: Verifying Checksum b28e8701a421: Download complete 9be3559c7d84: Verifying Checksum 9be3559c7d84: Download complete fb9fa892ed79: Verifying Checksum fb9fa892ed79: Download complete fed733e23844: Pull complete 707d11c2eefa: Pull complete 399e5b85a0fc: Pull complete d0bd8a3f061c: Pull complete a49e067103b6: Pull complete 564fcb11fd5c: Pull complete b54d000bca39: Pull complete 1022f2c60c0e: Pull complete d0473c037ed5: Pull complete b4b0a2839de5: Pull complete f95ab9582825: Pull complete 20d40f2e0f67: Pull complete 7e5f024df647: Pull complete d39cb8682827: Pull complete 72072a576a9f: Pull complete 7b230cb3ef48: Pull complete 4f4fb700ef54: Pull complete 23c320078945: Pull complete 8f7a7c3573c5: Pull complete 1564848c4b7b: Pull complete cc7ba7d9e277: Pull complete 14120930af46: Pull complete baa80d4afe8f: Pull complete 68007a21c1c4: Pull complete d2df30cde401: Pull complete f21ee1a89225: Pull complete fde2d5a241cf: Pull complete 6d474fa3c976: Pull complete a45b9e268599: Pull complete fb9fa892ed79: Pull complete ba013a08453d: Pull complete 9be3559c7d84: Pull complete 57e25f9db71c: Pull complete ade4c34ce8e6: Pull complete 7ad8fb0274dc: Pull complete 9938feee8fe6: Pull complete 8e8b4e5d5c39: Pull complete f4499fee2455: Pull complete b28e8701a421: Pull complete Digest: sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d Status: Downloaded newer image for ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d 2026-01-06 23:50.36 ---> saved as "8e09f142ca4c8b9565a6c3a204c9c7517ea1af6e151cb81a7b7a04b2b0967b6a" /: (comment ubuntu-24.04-4.14_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:50.36 ---> saved as "e79fa32069ed7ded2149f6411a7265426315bdb6f3507f03c32e865e524aef42" /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 [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-06 23:50.58 ---> saved as "e0853df83aa55f1f675784533c14be4a599b4bdb36a79d47b936360eb0fabaed" /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.4.1 2026-01-06 23:50.58 ---> saved as "61929bacfed9858bf04a5810f9f06ae536330362fde4fb94c1be0c34cd80b803" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-06 23:50.58 ---> saved as "548d6c719a0be1f8ccaa756375e0145b4a9832c6fee141abd3c6fde322672791" /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")) 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:51.14 ---> saved as "783ebdbd0cf7d523858e74d36a1609a5ff0e6eb63f13eb6e1096ce0b157c3d74" /src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam) (dst ./)) 2026-01-06 23:51.14 ---> saved as "24b5e124dc4a870091c9007b8843c40213c77aea48e14744c3e5d52be15d79d7" /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:51.19 ---> saved as "cbdb540e99dc8cc3149615f81c0a57057606930ecfb6daeeb5e9d7837d365eea" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-06 23:51.19 ---> saved as "7f3e907af8a79fae02f512c073b360f1ca62fd72a5159d61b134c5fc7d469439" /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/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease - Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2130 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1950 kB] - Get:7 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1752 kB] - Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1183 kB] - Fetched 7393 kB in 1s (5620 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). 2026-01-06 23:51.30 ---> saved as "9580eab5f670aff9bbdb009e2efee9dddc2dae85514c2693ac49f4c8f1739698" /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 dune.3.20.2, dune-configurator.3.20.2 (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 uucp.17.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> 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 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.20.2 -> 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 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 uucp.17.0.0 -> installed printbox-text.0.12 -> installed printbox-md.0.12 -> 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-01-06 23:52.27 ---> saved as "069f2c12b198c7ae65d5eb6f1a86cc769f4003a1b3d4739552c2f3e3b0140978" /src: (copy (src .) (dst /src)) 2026-01-06 23:52.27 ---> saved as "3b6847287b7fa2fd46d30d57f83f9aee23a457c78b8db507f3cd88ed99b79088" /src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build")) 2026-01-06 23:52.29 ---> saved as "ab66db0d3807000837d77f98f33ca6b0d16878e9c588b91db217d0ea4a6e62ba" Job succeeded 2026-01-06 23:52.29: Job succeeded