2026-04-06 10:13.08: New job: test ocaml-community/utop https://github.com/ocaml-community/utop.git#refs/heads/master (8cd6716d0f90efd67da90afa5bc31c7abe9a7a57) (linux-x86_64:opensuse-15.6-5.4_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-community/utop.git" -b "master" && cd "utop" && git reset --hard 8cd6716d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591 # opensuse-15.6-5.4_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 4296595cb355e9926b8c6d3a7a43d0d3d6bc1a4a || git fetch origin master) && git reset -q --hard 4296595cb355e9926b8c6d3a7a43d0d3d6bc1a4a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 utop.opam ./ RUN opam pin add -yn utop.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 lambda-term.3.4.0 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 react.1.2.2 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 xdg.3.22.1 zed.3.2.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y utop.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-06 10:13.08: Using cache hint "ocaml-community/utop-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591-opensuse-15.6-5.4_opam-2.5-960cf0b127a4edb6ab0151a065a8576f" 2026-04-06 10:13.08: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591) (comment opensuse-15.6-5.4_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 4296595cb355e9926b8c6d3a7a43d0d3d6bc1a4a || git fetch origin master) && git reset -q --hard 4296595cb355e9926b8c6d3a7a43d0d3d6bc1a4a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src utop.opam) (dst ./)) (run (network host) (shell "opam pin add -yn utop.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 lambda-term.3.4.0 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 react.1.2.2 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 xdg.3.22.1 zed.3.2.3") (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 utop.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 @install @check @runtest && rm -rf _build")) ) 2026-04-06 10:13.08: Waiting for resource in pool OCluster 2026-04-06 10:13.08: Waiting for worker… 2026-04-06 10:13.08: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 8cd6716 Merge pull request #511 from bbatsov/decouple-from-tuareg (from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591' locally docker.io/ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591: Pulling from ocaml/opam cf0250ddcb79: Pulling fs layer 99d6228551d3: Pulling fs layer eb9744e995eb: Pulling fs layer 5ae1a21f2990: Pulling fs layer e38ab4698354: Pulling fs layer 9a5662450177: Pulling fs layer 476dc93a5a76: Pulling fs layer 3726ac50f1a1: Pulling fs layer cae38fdf66bd: Pulling fs layer 31993a0324ec: Pulling fs layer 2d362c465023: Pulling fs layer 9a5662450177: Waiting 7ac0c4ac1b7d: Pulling fs layer 476dc93a5a76: Waiting 5ae1a21f2990: Waiting 3726ac50f1a1: Waiting f696c93325ec: Pulling fs layer e38ab4698354: Waiting 2d362c465023: Waiting cae38fdf66bd: Waiting 4a19fe572635: Pulling fs layer 31993a0324ec: Waiting 7ac0c4ac1b7d: Waiting f696c93325ec: Waiting 264628790d1f: Pulling fs layer 934484690cb7: Pulling fs layer 4a19fe572635: Waiting 8ffdfee9f956: Pulling fs layer 264628790d1f: Waiting 934484690cb7: Waiting 676e0a41c843: Pulling fs layer 8637e8d57023: Pulling fs layer 676e0a41c843: Waiting 4f4fb700ef54: Pulling fs layer 8637e8d57023: Waiting 70a843b0e124: Pulling fs layer 4f4fb700ef54: Waiting a6ee600dcedf: Pulling fs layer 70a843b0e124: Waiting 030ed89b21b4: Pulling fs layer 7e41148aff92: Pulling fs layer a6ee600dcedf: Waiting 2ab16f67a61d: Pulling fs layer 7e41148aff92: Waiting 9c259d4cd45b: Pulling fs layer 2ab16f67a61d: Waiting a74b17d442a2: Pulling fs layer e80055926786: Pulling fs layer 9c259d4cd45b: Waiting a74b17d442a2: Waiting ffb97e0921dc: Pulling fs layer e80055926786: Waiting 7313cd36453e: Pulling fs layer ffb97e0921dc: Waiting 8fd197a1e0b6: Pulling fs layer 7313cd36453e: Waiting c8073b345e19: Pulling fs layer f56d37d0326a: Pulling fs layer c8073b345e19: Waiting c1bfcfbe1453: Pulling fs layer f56d37d0326a: Waiting 41ff16dcdf3c: Pulling fs layer cbe2a067d63a: Pulling fs layer c1bfcfbe1453: Waiting 41ff16dcdf3c: Waiting 65ca06df0321: Pulling fs layer bb9ce1267676: Pulling fs layer 65ca06df0321: Waiting f32cc46a62fc: Pulling fs layer cbe2a067d63a: Waiting 8df21db24745: Pulling fs layer bb9ce1267676: Waiting f32cc46a62fc: Waiting 717f71e75fbf: Pulling fs layer 8df21db24745: Waiting f50f423e5f7d: Pulling fs layer 130578962785: Pulling fs layer eb66f1ce35ef: Pulling fs layer f50f423e5f7d: Waiting 130578962785: Waiting 659b7fa104b4: Pulling fs layer eb66f1ce35ef: Waiting 659b7fa104b4: Waiting 99d6228551d3: Download complete cf0250ddcb79: Verifying Checksum cf0250ddcb79: Download complete e38ab4698354: Download complete 9a5662450177: Verifying Checksum 9a5662450177: Download complete eb9744e995eb: Verifying Checksum eb9744e995eb: Download complete 3726ac50f1a1: Verifying Checksum 3726ac50f1a1: Download complete cf0250ddcb79: Pull complete 99d6228551d3: Pull complete cae38fdf66bd: Verifying Checksum cae38fdf66bd: Download complete 476dc93a5a76: Verifying Checksum 476dc93a5a76: Download complete 31993a0324ec: Verifying Checksum 31993a0324ec: Download complete 7ac0c4ac1b7d: Verifying Checksum 7ac0c4ac1b7d: Download complete 5ae1a21f2990: Verifying Checksum 5ae1a21f2990: Download complete f696c93325ec: Verifying Checksum f696c93325ec: Download complete 2d362c465023: Verifying Checksum 2d362c465023: Download complete 4a19fe572635: Verifying Checksum 4a19fe572635: Download complete 264628790d1f: Verifying Checksum 264628790d1f: Download complete 934484690cb7: Verifying Checksum 934484690cb7: Download complete 8ffdfee9f956: Verifying Checksum 8ffdfee9f956: Download complete 8637e8d57023: Download complete 676e0a41c843: Verifying Checksum 676e0a41c843: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 70a843b0e124: Download complete a6ee600dcedf: Verifying Checksum a6ee600dcedf: Download complete 030ed89b21b4: Verifying Checksum 030ed89b21b4: Download complete 2ab16f67a61d: Verifying Checksum 2ab16f67a61d: Download complete 9c259d4cd45b: Verifying Checksum 9c259d4cd45b: Download complete 7e41148aff92: Verifying Checksum 7e41148aff92: Download complete a74b17d442a2: Verifying Checksum a74b17d442a2: Download complete e80055926786: Download complete ffb97e0921dc: Verifying Checksum ffb97e0921dc: Download complete 8fd197a1e0b6: Verifying Checksum 8fd197a1e0b6: Download complete c8073b345e19: Download complete 7313cd36453e: Verifying Checksum 7313cd36453e: Download complete c1bfcfbe1453: Verifying Checksum c1bfcfbe1453: Download complete cbe2a067d63a: Verifying Checksum cbe2a067d63a: Download complete 65ca06df0321: Verifying Checksum 65ca06df0321: Download complete eb9744e995eb: Pull complete bb9ce1267676: Download complete f32cc46a62fc: Verifying Checksum f32cc46a62fc: Download complete f56d37d0326a: Verifying Checksum f56d37d0326a: Download complete 717f71e75fbf: Verifying Checksum 717f71e75fbf: Download complete 8df21db24745: Verifying Checksum 8df21db24745: Download complete 130578962785: Download complete eb66f1ce35ef: Verifying Checksum eb66f1ce35ef: Download complete 659b7fa104b4: Verifying Checksum 659b7fa104b4: Download complete 41ff16dcdf3c: Verifying Checksum 41ff16dcdf3c: Download complete 5ae1a21f2990: Pull complete e38ab4698354: Pull complete 9a5662450177: Pull complete 476dc93a5a76: Pull complete 3726ac50f1a1: Pull complete cae38fdf66bd: Pull complete 31993a0324ec: Pull complete 2d362c465023: Pull complete 7ac0c4ac1b7d: Pull complete f696c93325ec: Pull complete 4a19fe572635: Pull complete 264628790d1f: Pull complete 934484690cb7: Pull complete 8ffdfee9f956: Pull complete 676e0a41c843: Pull complete 8637e8d57023: Pull complete 4f4fb700ef54: Pull complete 70a843b0e124: Pull complete a6ee600dcedf: Pull complete 030ed89b21b4: Pull complete 7e41148aff92: Pull complete 2ab16f67a61d: Pull complete 9c259d4cd45b: Pull complete a74b17d442a2: Pull complete e80055926786: Pull complete ffb97e0921dc: Pull complete 7313cd36453e: Pull complete 8fd197a1e0b6: Pull complete c8073b345e19: Pull complete f50f423e5f7d: Verifying Checksum f50f423e5f7d: Download complete f56d37d0326a: Pull complete c1bfcfbe1453: Pull complete 41ff16dcdf3c: Pull complete cbe2a067d63a: Pull complete 65ca06df0321: Pull complete bb9ce1267676: Pull complete f32cc46a62fc: Pull complete 8df21db24745: Pull complete 717f71e75fbf: Pull complete f50f423e5f7d: Pull complete 130578962785: Pull complete eb66f1ce35ef: Pull complete 659b7fa104b4: Pull complete Digest: sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591 Status: Downloaded newer image for ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591 2026-04-06 10:13.09 ---> using "c6a1131d87fe81b3c5dd0a1a137a8f5539f4e2f1fd1faba8a2efef22e8c4eba9" from cache /: (comment opensuse-15.6-5.4_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-04-06 10:13.09 ---> using "aba125f442ebca1613bb2dc403fa17f047432f612fe1fe553be27d9e02cd9dd7" 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. [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 Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-06 10:13.09 ---> using "9958be451c1edb34a483a57a08196fec3220f75513964403498fe28c613b8a9f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-04-06 10:13.09 ---> using "fcd9c1d34ef35aa901203eee22440fe414d47a07fca0ba30d8c25a578321e6ea" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-06 10:13.09 ---> using "b971d9c91a5370a63037966e03acbc1f3330aa7e4ec33858cf986917a901851d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 4296595cb355e9926b8c6d3a7a43d0d3d6bc1a4a || git fetch origin master) && git reset -q --hard 4296595cb355e9926b8c6d3a7a43d0d3d6bc1a4a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4f056bfedf..4296595cb3 master -> origin/master 4296595cb3 Merge pull request #29651 from kandu/lambda-term <><> 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-04-06 10:13.24 ---> saved as "986d79f8417b3d3495b9c3cacf5ed5755d110e28fd4d9cc5025857692f5507d5" /src: (copy (src utop.opam) (dst ./)) 2026-04-06 10:13.24 ---> saved as "86eb55967e98e166a879273ce2c6a106b5495f903a5d4b1f9a990322a972800c" /src: (run (network host) (shell "opam pin add -yn utop.dev './'")) [utop.dev] synchronised (file:///src) utop is now pinned to file:///src (version dev) 2026-04-06 10:13.25 ---> saved as "ee4ddb6745d5107011b37291d4327bbe78707ef8a61e57f2e0eb7f3b9d2a03f6" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-06 10:13.25 ---> saved as "4a2aa78ef0299dae60309f0eb720adf47c8db9816ce04dd0fc26688cfb1713fc" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 lambda-term.3.4.0 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 react.1.2.2 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 xdg.3.22.1 zed.3.2.3") /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 utop.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.. - - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ....... - .... - .... - .... - .... - .... - ............ - ........... - done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .......... - ......... - ............ - ....... - ......... - ......... - .......... - ......... - .......... - .......... - ..... - ......... - ........ - ......... - ......... - .......... - ......... - ......... - ....... - ....... - ...... - ..... - ......... - ........ - ....... - ........ - ......... - ......... - ......... - ......... - ....... - ........ - ....... - ........ - ......... - .......... - ......... - ......... - ........ - . - ..... - ........ - ........ - ......... - ....... - ..... - ....... - ....... - ......... - ........ - ......... - ...... - ......... - ........ - ......... - ......... - ......... - ......... - .......... - .......... - ......... - ......... - ........ - ......... - ........ - ........ - ........ - ......... - ......... - ......... - ....... - ....... - ........ - ....... - ........ - ...... - ........ - ......... - ........ - ....... - ...... - . - ..... - .. - ..... - ..... - .... - ...... - ...... - ......... - ......... - ......... - ......... - ......... - ......... - ....... - ....... - ...... - ......... - ......... - ......... - ........ - ......... - ......... - ......... - .......... - .......... - .......... - ......... - .......... - .......... - .......... - .......... - ......... - ......... - ......... - ..... - .. - ....... - .. - ........ - ... - ....... - ...... - ........ - ...... - .. - ......... - ... - ...... - ......... - ....... - ......... - ........ - ........ - ......... - ......... - ........ - ........ - ....... - ....... - ........ - ...... - ....... - ........ - ......... - .......... - .......... - ......... - ......... - ...... - ..... - ....... - ........ - ......... - ....... - ......... - ...... - ..... - ...... - ......... - ....... - ..... - .... - .... - .... - .... - .......... - .............. - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [utop.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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-04-06 10:17.17 ---> saved as "c87c392ef6a27ab52a36fa4c427ac9f13b6ee274b0d3e4fc51726b0fc9470de9" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 31 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base-bytes base - install cmdliner 2.1.0 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.22.1 - install dune-configurator 3.22.1 - install fmt 0.11.0 - install lambda-term 3.4.0 - install logs 0.10.0 - install lwt 6.1.1 - install lwt_react 1.2.0 - install mew 0.1.0 - install mew_vi 0.5.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install re 1.14.0 - install react 1.2.2 - install result 1.5 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install trie 1.0.0 - install uchar 0.0.2 - install uucp 17.0.0 - install uuseg 17.0.0 - install uutf 1.0.4 - install xdg 3.22.1 - install zed 3.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved lambda-term.3.4.0 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lwt.6.1.1 (cached) -> retrieved lwt_react.1.2.0 (cached) -> retrieved mew.0.1.0 (cached) -> retrieved mew_vi.0.5.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved re.1.14.0 (cached) -> retrieved react.1.2.2 (cached) -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved trie.1.0.0 (cached) -> retrieved uchar.0.0.2 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved zed.3.2.3 (cached) -> retrieved uucp.17.0.0 (cached) -> retrieved dune.3.22.1, dune-configurator.3.22.1, xdg.3.22.1 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed uchar.0.0.2 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed react.1.2.2 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.22.1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed trie.1.0.0 -> installed xdg.3.22.1 -> installed ocplib-endian.1.2 -> installed mew.0.1.0 -> installed mew_vi.0.5.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.22.1 -> installed lwt.6.1.1 -> installed lwt_react.1.2.0 -> installed logs.0.10.0 -> installed uucp.17.0.0 -> installed uuseg.17.0.0 -> installed zed.3.2.3 -> installed lambda-term.3.4.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-06 10:18.18 ---> saved as "7250cefe6d5fd1e6353cc3fb7233069943846f1bdf8734613055ed0d7206f39e" /src: (copy (src .) (dst /src)) 2026-04-06 10:18.18 ---> saved as "ed1731fb669204ab49663be9ca58ad19b2054a4b7c8ce704d952e64e87195511" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_lib.exe) Testing `utop'. This run has ID `KBXCRCMH'. [OK] fix_string 0 small. [OK] fix_string 1 empty. Full test results in `/src/_build/default/test/_build/_tests/utop'. Test Successful in 0.000s. 2 tests run. 2026-04-06 10:18.25 ---> saved as "298a9235e4d93360123be2fd719fe4e007a4e8141e04dc5f6fea1da025091e81" Job succeeded 2026-04-06 10:18.25: Job succeeded