2026-03-06 13:23.11: New job: test ocaml-community/utop https://github.com/ocaml-community/utop.git#refs/heads/master (ce32aa476c40ffe442844c05d570901126bfa5f4) (linux-x86_64:debian-13-5.4+flambda_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/utop.git" -b "master" && cd "utop" && git reset --hard ce32aa47cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41# debian-13-5.4+flambda_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.21.1 dune-configurator.3.21.1 fmt.0.11.0 lambda-term.3.3.3 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-compiler.5.4.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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.21.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-06 13:23.11: Using cache hint "ocaml-community/utop-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41-debian-13-5.4+flambda_opam-2.5-e0827a771f5fc6bb5cd7aec08fd29b32"2026-03-06 13:23.11: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41)(comment debian-13-5.4+flambda_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 f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && 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.21.1 dune-configurator.3.21.1 fmt.0.11.0 lambda-term.3.3.3 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-compiler.5.4.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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.21.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-03-06 13:23.11: Waiting for resource in pool OCluster2026-03-06 13:23.12: Waiting for worker…2026-03-06 13:23.12: Got resource from pool OClusterBuilding on phoebeAll commits already cachedHEAD is now at ce32aa4 Merge pull request #510 from anmonteiro/anmonteiro/ocaml-5.5-support(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41' locallydocker.io/ocaml/opam@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41: Pulling from ocaml/opamef235bf1a09a: Already exists63ff7b8f62f7: Pulling fs layerd97a3c4f37e5: Pulling fs layer998bb0585113: Pulling fs layer94828ef2bfe2: Pulling fs layer3dd00a8a6b86: Pulling fs layer1816e5253dcb: Pulling fs layere502341419e0: Pulling fs layer94828ef2bfe2: Waiting7741a83685ca: Pulling fs layer713e411af135: Pulling fs layer7741a83685ca: Waiting5d3b19c24612: Pulling fs layere502341419e0: Waiting713e411af135: Waiting29b7cdb1fafb: Pulling fs layer015412fc79ef: Pulling fs layer5d3b19c24612: Waitingbbb53f8a3678: Pulling fs layer29b7cdb1fafb: Waiting015412fc79ef: Waitinge4b20c98bd52: Pulling fs layerbbb53f8a3678: Waitinge4b20c98bd52: Waiting09103d92a91d: Pulling fs layer1816e5253dcb: Waiting042e26f97610: Pulling fs layer09103d92a91d: Waiting1ee2a20e6c74: Pulling fs layer042e26f97610: Waiting83c7c07ee7d9: Pulling fs layer4e9ca69a996f: Pulling fs layer3e6921c56ad6: Pulling fs layer4e9ca69a996f: Waitingc16273f75711: Pulling fs layer3e6921c56ad6: Waiting1ee2a20e6c74: Waiting4f4fb700ef54: Pulling fs layerc16273f75711: Waiting4876e5de169a: Pulling fs layer4f4fb700ef54: Waiting924fedb47896: Pulling fs layer4876e5de169a: Waitingeab21cd4733f: Pulling fs layer2a28c5a72f80: Pulling fs layer924fedb47896: Waitingeab21cd4733f: Waiting83c7c07ee7d9: Waitinga565bce96cc2: Pulling fs layer2a28c5a72f80: Waiting1b84da29c428: Pulling fs layera99c55249385: Pulling fs layer5043a4afe7d4: Pulling fs layere596723297c6: Pulling fs layer1b84da29c428: Waiting5043a4afe7d4: Waiting9233633d4448: Pulling fs layere596723297c6: Waitingf0cc407c3599: Pulling fs layer9233633d4448: Waiting5737f0b22df8: Pulling fs layer757775b7c837: Pulling fs layer5737f0b22df8: Waitingf0cc407c3599: Waiting2d2d616aaf57: Pulling fs layerb240f925287f: Pulling fs layer2d2d616aaf57: Waitinga05b65e9dec1: Pulling fs layer752e118a24d2: Pulling fs layer6f4175cf580f: Pulling fs layerb240f925287f: Waitinga05b65e9dec1: Waiting8ccdc50d6c4f: Pulling fs layerf943e65f6a67: Pulling fs layer0233655f7662: Pulling fs layerf18eb7209da3: Pulling fs layer721d63319ed2: Pulling fs layer2cc4cab14882: Pulling fs layer752e118a24d2: Waitingd182efc22647: Pulling fs layer6f4175cf580f: Waiting8ccdc50d6c4f: Waiting721d63319ed2: Waiting2cc4cab14882: Waitingd182efc22647: Waitingf943e65f6a67: Waiting0233655f7662: Waitingf18eb7209da3: Waiting63ff7b8f62f7: Verifying Checksum63ff7b8f62f7: Download completed97a3c4f37e5: Verifying Checksumd97a3c4f37e5: Download complete63ff7b8f62f7: Pull completed97a3c4f37e5: Pull complete94828ef2bfe2: Verifying Checksum94828ef2bfe2: Download complete998bb0585113: Verifying Checksum998bb0585113: Download complete1816e5253dcb: Verifying Checksum1816e5253dcb: Download complete998bb0585113: Pull complete94828ef2bfe2: Pull complete7741a83685ca: Verifying Checksum7741a83685ca: Download complete713e411af135: Download completee502341419e0: Verifying Checksume502341419e0: Download complete5d3b19c24612: Verifying Checksum5d3b19c24612: Download complete3dd00a8a6b86: Verifying Checksum3dd00a8a6b86: Download complete29b7cdb1fafb: Verifying Checksum29b7cdb1fafb: Download completebbb53f8a3678: Verifying Checksumbbb53f8a3678: Download complete015412fc79ef: Verifying Checksum015412fc79ef: Download complete09103d92a91d: Verifying Checksum09103d92a91d: Download completee4b20c98bd52: Verifying Checksume4b20c98bd52: Download complete1ee2a20e6c74: Verifying Checksum1ee2a20e6c74: Download complete83c7c07ee7d9: Verifying Checksum83c7c07ee7d9: Download complete4e9ca69a996f: Verifying Checksum4e9ca69a996f: Download complete3e6921c56ad6: Download completec16273f75711: Download complete4f4fb700ef54: Download complete4876e5de169a: Verifying Checksum4876e5de169a: Download completeeab21cd4733f: Download complete924fedb47896: Verifying Checksum924fedb47896: Download complete2a28c5a72f80: Verifying Checksum2a28c5a72f80: Download completea565bce96cc2: Verifying Checksuma565bce96cc2: Download complete1b84da29c428: Verifying Checksum1b84da29c428: Download completea99c55249385: Verifying Checksuma99c55249385: Download completee596723297c6: Download complete5043a4afe7d4: Verifying Checksum5043a4afe7d4: Download complete9233633d4448: Verifying Checksum9233633d4448: Download complete5737f0b22df8: Download completef0cc407c3599: Verifying Checksumf0cc407c3599: Download complete2d2d616aaf57: Verifying Checksum2d2d616aaf57: Download completea05b65e9dec1: Download complete752e118a24d2: Download complete6f4175cf580f: Download complete8ccdc50d6c4f: Verifying Checksum8ccdc50d6c4f: Download completef943e65f6a67: Verifying Checksumf943e65f6a67: Download complete0233655f7662: Download completeb240f925287f: Verifying Checksumb240f925287f: Download complete721d63319ed2: Verifying Checksum721d63319ed2: Download complete757775b7c837: Verifying Checksum757775b7c837: Download completed182efc22647: Verifying Checksumd182efc22647: Download complete2cc4cab14882: Download complete3dd00a8a6b86: Pull complete1816e5253dcb: Pull completee502341419e0: Pull complete7741a83685ca: Pull complete713e411af135: Pull complete5d3b19c24612: Pull complete29b7cdb1fafb: Pull complete015412fc79ef: Pull completebbb53f8a3678: Pull completee4b20c98bd52: Pull complete09103d92a91d: Pull complete042e26f97610: Pull complete1ee2a20e6c74: Pull complete83c7c07ee7d9: Pull complete4e9ca69a996f: Pull complete3e6921c56ad6: Pull completec16273f75711: Pull complete4f4fb700ef54: Pull complete4876e5de169a: Pull complete924fedb47896: Pull completeeab21cd4733f: Pull complete2a28c5a72f80: Pull completea565bce96cc2: Pull complete1b84da29c428: Pull completea99c55249385: Pull complete5043a4afe7d4: Pull completee596723297c6: Pull complete9233633d4448: Pull completef0cc407c3599: Pull complete5737f0b22df8: Pull complete757775b7c837: Pull complete2d2d616aaf57: Pull completef18eb7209da3: Verifying Checksumf18eb7209da3: Download completeb240f925287f: Pull completea05b65e9dec1: Pull complete752e118a24d2: Pull complete6f4175cf580f: Pull complete8ccdc50d6c4f: Pull completef943e65f6a67: Pull complete0233655f7662: Pull completef18eb7209da3: Pull complete721d63319ed2: Pull complete2cc4cab14882: Pull completed182efc22647: Pull completeDigest: sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41Status: Downloaded newer image for ocaml/opam@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d412026-03-06 13:26.17 ---> saved as "99a562272dc8ce3c679ddc6d0cba880bddddf1e9ea3303dd28b933af799c6dd7"/: (comment debian-13-5.4+flambda_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-03-06 13:26.17 ---> saved as "979124831c702b9ebdd46ca5988dc693ad2c8bdd46c7e8eb458e5f1b8578d558"/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-06 13:27.00 ---> saved as "ed36e33e2685751c6c787b82ebe87388d91f71485d9e9b7d5693bce3fc644ccf"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-03-06 13:27.01 ---> saved as "b81469fd0f2a80b576e0eb694d6d3cb9cd81729b257965237f6dd1e91fc1b2e6"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-06 13:27.01 ---> saved as "5630e91122e70a7afd83fd5c1530e31b84e3c4824ac11ecb8163900e5dbaf849"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD3109384a92..31db989bca master -> origin/masterf15d82d487 Merge pull request #29449 from raphael-proust/opam-publish-lwt.6.1.1<><> 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.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-06 13:27.30 ---> saved as "4bea3dd74f6481dca9728715121736692d08bdc4d5120fa4874c8ed311fd812c"/src: (copy (src utop.opam) (dst ./))2026-03-06 13:27.30 ---> saved as "359a6db99c2bf1ecffb6604370699bf8c6ae90ed1f7098150606f62a6660c2f3"/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-03-06 13:27.33 ---> saved as "3af82ae452e222ac04a3e5e080820cae9420648dd0a942d037734ae18711ceaf"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-06 13:27.33 ---> saved as "cfb058ca9157e125141dd3edd780d1ecd68d347e7fcf9d07c5b6b86b95ab403c"/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.21.1 dune-configurator.3.21.1 fmt.0.11.0 lambda-term.3.3.3 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-compiler.5.4.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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.21.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 "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [108 kB]- Fetched 199 kB in 0s (1033 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[utop.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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-03-06 13:27.54 ---> saved as "32ffb30985fded256471b7ae83522c03430000d53a94b131a4b8496d070387c4"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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.21.1- install dune-configurator 3.21.1- install fmt 0.11.0- install lambda-term 3.3.3- 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.21.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.3.3 (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.21.1, dune-configurator.3.21.1, xdg.3.21.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed uchar.0.0.2-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed react.1.2.2-> installed astring.0.8.5-> installed dune.3.21.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> 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 ocplib-endian.1.2-> installed mew.0.1.0-> installed xdg.3.21.1-> installed uucp.17.0.0-> installed mew_vi.0.5.0-> installed alcotest.1.9.1-> installed dune-configurator.3.21.1-> installed uuseg.17.0.0-> installed zed.3.2.3-> installed lwt.6.1.1-> installed lwt_react.1.2.0-> installed logs.0.10.0-> installed lambda-term.3.3.3Done.# To update the current shell environment, run: eval $(opam env)2026-03-06 13:30.11 ---> saved as "dd27d16c9d15a1f241ea5efda103fcbcb46c65b916107c7b1492341ea6dd2be5"/src: (copy (src .) (dst /src))2026-03-06 13:30.11 ---> saved as "97a6856b187efd571e607c4123fdd4fb02531af464a73e8cb21d6af6fbf8f102"/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 `PGFTF2GC'.[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.001s. 2 tests run.2026-03-06 13:30.23 ---> saved as "f6a7d6cd4657b9209470e8fa5dd36e224aa77151b77980ad4decec6a68b4d875"Job succeeded2026-03-06 13:30.23: Job succeeded