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-25.04-4.14_opam-2.4) Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098 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-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098 # ubuntu-25.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-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098-ubuntu-25.04-4.14_opam-2.4-d25398eaebb4bdfbbd7d0cd351c11c44" 2026-01-06 23:47.49: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098) (comment ubuntu-25.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 HEAD is now at 39ec32d Select dune-workspace file in CI HEAD is now at 004d970 Simplify itd for now (from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098) Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098' locally docker.io/ocaml/opam@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098: Pulling from ocaml/opam c62190a9ab61: Pulling fs layer 8c22c3a9fee5: Pulling fs layer b6a3881708c6: Pulling fs layer 181330b22b7e: Pulling fs layer 506bc07f54fb: Pulling fs layer 181330b22b7e: Waiting 445a1d2e706e: Pulling fs layer 7a1946ec19c4: Pulling fs layer 445a1d2e706e: Waiting 506bc07f54fb: Waiting 98b064112b67: Pulling fs layer 7a1946ec19c4: Waiting 1aec4bda6ddc: Pulling fs layer 76877c886107: Pulling fs layer 1aec4bda6ddc: Waiting 98b064112b67: Waiting b702cfeb6615: Pulling fs layer 76877c886107: Waiting 099ebca02eb1: Pulling fs layer 94b85c014d20: Pulling fs layer 099ebca02eb1: Waiting e00c8f8334dc: Pulling fs layer 9a9581a3a202: Pulling fs layer 94b85c014d20: Waiting e00c8f8334dc: Waiting 0ab820126803: Pulling fs layer 9a9581a3a202: Waiting e578d8d3689b: Pulling fs layer 0ab820126803: Waiting e578d8d3689b: Waiting 37286d2d5f81: Pulling fs layer 90223cbaf085: Pulling fs layer c788b16891b0: Pulling fs layer 81346b5ad6e3: Pulling fs layer 37286d2d5f81: Waiting 90223cbaf085: Waiting 4f4fb700ef54: Pulling fs layer c788b16891b0: Waiting 81346b5ad6e3: Waiting e654b9dd0f7f: Pulling fs layer e08cf68499fe: Pulling fs layer e654b9dd0f7f: Waiting 4f4fb700ef54: Waiting 6bb38bef3de3: Pulling fs layer 5cc64a03c4df: Pulling fs layer e08cf68499fe: Waiting 4dafc3bf5bc1: Pulling fs layer 79ef16461777: Pulling fs layer 51a91543f56b: Pulling fs layer 79ef16461777: Waiting 4dafc3bf5bc1: Waiting 649cda3295cf: Pulling fs layer 51a91543f56b: Waiting b1c66dda0dac: Pulling fs layer 649cda3295cf: Waiting 48e1615134a1: Pulling fs layer b1c66dda0dac: Waiting a504a74d82d4: Pulling fs layer 48e1615134a1: Waiting 1660d21f3d44: Pulling fs layer a504a74d82d4: Waiting 5f3e1a987f27: Pulling fs layer f0c14d70a9d6: Pulling fs layer 1660d21f3d44: Waiting 5f3e1a987f27: Waiting a19ccd39b1fe: Pulling fs layer f0c14d70a9d6: Waiting a19ccd39b1fe: Waiting 4b66343d864a: Pulling fs layer 3b60985d75a6: Pulling fs layer 4b66343d864a: Waiting edd26009aeb2: Pulling fs layer 3b60985d75a6: Waiting 120c8b7a756e: Pulling fs layer edd26009aeb2: Waiting 8d86138940ee: Pulling fs layer 120c8b7a756e: Waiting a8e3ed887769: Pulling fs layer 8d86138940ee: Waiting 7dfb1fed1eb1: Pulling fs layer a8e3ed887769: Waiting 7dfb1fed1eb1: Waiting 8c22c3a9fee5: Verifying Checksum 8c22c3a9fee5: Download complete b6a3881708c6: Verifying Checksum b6a3881708c6: Download complete 506bc07f54fb: Verifying Checksum 506bc07f54fb: Download complete c62190a9ab61: Verifying Checksum c62190a9ab61: Download complete 7a1946ec19c4: Verifying Checksum 7a1946ec19c4: Download complete 181330b22b7e: Verifying Checksum 181330b22b7e: Download complete 98b064112b67: Verifying Checksum 98b064112b67: Download complete 1aec4bda6ddc: Verifying Checksum 1aec4bda6ddc: Download complete 76877c886107: Verifying Checksum 76877c886107: Download complete b702cfeb6615: Verifying Checksum b702cfeb6615: Download complete 099ebca02eb1: Verifying Checksum 099ebca02eb1: Download complete e00c8f8334dc: Verifying Checksum e00c8f8334dc: Download complete 445a1d2e706e: Verifying Checksum 445a1d2e706e: Download complete 94b85c014d20: Verifying Checksum 94b85c014d20: Download complete 9a9581a3a202: Verifying Checksum 9a9581a3a202: Download complete 0ab820126803: Verifying Checksum 0ab820126803: Download complete c62190a9ab61: Pull complete 8c22c3a9fee5: Pull complete b6a3881708c6: Pull complete e578d8d3689b: Download complete 37286d2d5f81: Verifying Checksum 37286d2d5f81: Download complete 90223cbaf085: Download complete c788b16891b0: Verifying Checksum c788b16891b0: Download complete 81346b5ad6e3: Verifying Checksum 81346b5ad6e3: Download complete 4f4fb700ef54: Download complete e654b9dd0f7f: Verifying Checksum e654b9dd0f7f: Download complete 6bb38bef3de3: Verifying Checksum 6bb38bef3de3: Download complete e08cf68499fe: Download complete 5cc64a03c4df: Verifying Checksum 5cc64a03c4df: Download complete 4dafc3bf5bc1: Verifying Checksum 4dafc3bf5bc1: Download complete 79ef16461777: Verifying Checksum 79ef16461777: Download complete 181330b22b7e: Pull complete 506bc07f54fb: Pull complete 51a91543f56b: Verifying Checksum 51a91543f56b: Download complete 649cda3295cf: Verifying Checksum 649cda3295cf: Download complete 48e1615134a1: Verifying Checksum 48e1615134a1: Download complete a504a74d82d4: Download complete b1c66dda0dac: Verifying Checksum b1c66dda0dac: Download complete f0c14d70a9d6: Verifying Checksum f0c14d70a9d6: Download complete 1660d21f3d44: Verifying Checksum 1660d21f3d44: Download complete 4b66343d864a: Verifying Checksum 3b60985d75a6: Verifying Checksum 3b60985d75a6: Download complete edd26009aeb2: Verifying Checksum edd26009aeb2: Download complete a19ccd39b1fe: Verifying Checksum a19ccd39b1fe: Download complete 8d86138940ee: Download complete a8e3ed887769: Verifying Checksum a8e3ed887769: Download complete 120c8b7a756e: Verifying Checksum 120c8b7a756e: Download complete 5f3e1a987f27: Verifying Checksum 5f3e1a987f27: Download complete 445a1d2e706e: Pull complete 7a1946ec19c4: Pull complete 98b064112b67: Pull complete 1aec4bda6ddc: Pull complete 76877c886107: Pull complete b702cfeb6615: Pull complete 099ebca02eb1: Pull complete 94b85c014d20: Pull complete e00c8f8334dc: Pull complete 9a9581a3a202: Pull complete 0ab820126803: Pull complete e578d8d3689b: Pull complete 37286d2d5f81: Pull complete 90223cbaf085: Pull complete c788b16891b0: Pull complete 81346b5ad6e3: Pull complete 4f4fb700ef54: Pull complete e654b9dd0f7f: Pull complete e08cf68499fe: Pull complete 6bb38bef3de3: Pull complete 5cc64a03c4df: Pull complete 4dafc3bf5bc1: Pull complete 79ef16461777: Pull complete 51a91543f56b: Pull complete 649cda3295cf: Pull complete b1c66dda0dac: Pull complete 48e1615134a1: Pull complete a504a74d82d4: Pull complete 1660d21f3d44: Pull complete 5f3e1a987f27: Pull complete f0c14d70a9d6: Pull complete a19ccd39b1fe: Pull complete 4b66343d864a: Pull complete 3b60985d75a6: Pull complete edd26009aeb2: Pull complete 120c8b7a756e: Pull complete 8d86138940ee: Pull complete a8e3ed887769: Pull complete 7dfb1fed1eb1: Pull complete Digest: sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098 Status: Downloaded newer image for ocaml/opam@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098 2026-01-06 23:47.50 ---> using "082e0472106a0ff59c8974d4d0e4121fd1996105440d72ec9c14bd8a6570be24" from cache /: (comment ubuntu-25.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:47.50 ---> using "bd56e5531e9dc7e743ac496d059e27ac58d22be35ddbd05eaf2a30baa637f899" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [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:47.50 ---> using "f91a06e20676ac398ab3648748f0e066eaa093f721efb6bc278ae5f2532a0af0" 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.4.1 2026-01-06 23:47.50 ---> using "a635d055f5088d24e877b9cd56a15197bd5b9f1cafb4e374e2d6fe7925fb14d0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-06 23:47.50 ---> using "040661dfe8672ac219d335108c1eecdea7e116f6d8cf39c4b8acfca65b7271db" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-01-06 23:47.50 ---> using "bf10bc4a16d83ddb424361a0a6f1283739d6da4c3024d1d338fe942c1ffe7cf5" from cache /src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam) (dst ./)) 2026-01-06 23:47.50 ---> using "a349bdb90b0846c6a9febce5f18493ce68361addfaee079c62c124dce496cea6" from cache /src: (run (network host) (shell "opam pin add -yn print-table.dev './' && \ \nopam pin add -yn print-table-tests.dev './' && \ \nopam pin add -yn print-table-dev.dev './'")) [print-table.dev] synchronised (file:///src) print-table is now pinned to file:///src (version dev) [NOTE] Package print-table-tests does not exist in opam repositories registered in the current switch. [print-table-tests.dev] synchronised (file:///src) print-table-tests is now pinned to file:///src (version dev) [NOTE] Package print-table-dev does not exist in opam repositories registered in the current switch. [print-table-dev.dev] synchronised (file:///src) print-table-dev is now pinned to file:///src (version dev) 2026-01-06 23:47.50 ---> using "2e0dded971671c3c2392173332cd860d7a0d98397814f6268f672194990aa193" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-06 23:47.50 ---> using "71f179a1d53712595531c6a0fa065901f078548caccacc69e1a9e817b2142888" from cache /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" - Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease - Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [348 kB] - Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [568 kB] - Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [441 kB] - Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [31.6 kB] - Get:8 http://archive.ubuntu.com/ubuntu plucky-backports/universe amd64 Packages [4040 B] - Get:9 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB] - Get:10 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [391 kB] - Get:11 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [251 kB] - Fetched 2411 kB in 1s (3141 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:47.50 ---> using "8ceaabf7518492228d399b17367183e45700cdeaa1ef26ce0c89132699e29bf2" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 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 uucp.17.0.0 -> installed printbox-text.0.12 -> installed printbox-md.0.12 -> 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-01-06 23:47.50 ---> using "a1b2081aa950a2882b30682513e788e5ed6e30d1865545adab0879319b8df658" from cache /src: (copy (src .) (dst /src)) 2026-01-06 23:47.50 ---> saved as "4a1b231b7b81d15f863e5707e2b4f54898fa343886a606e18c9d4f535411ebc6" /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.52 ---> saved as "db7c92b59835cc96c423f51029a22a8ee44fbd18a70f4f05c378a6e8347ec860" Job succeeded 2026-01-06 23:47.52: Job succeeded