2025-06-24 14:01.48: New job: test ocaml-community/utop https://github.com/ocaml-community/utop.git#refs/heads/master (40c5a6b19bf67a62baa0dc16c7c061719a73b935) (linux-x86_64:ubuntu-24.10-5.3_opam-2.3) Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-community/utop.git" -b "master" && cd "utop" && git reset --hard 40c5a6b1 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f # ubuntu-24.10-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.0 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.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 xdg.3.19.1 zed.3.2.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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 2025-06-24 14:01.48: Using cache hint "ocaml-community/utop-ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f-ubuntu-24.10-5.3_opam-2.3-bb94d5b1cdb5c7b50749429f9adb453c" 2025-06-24 14:01.48: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f) (comment ubuntu-24.10-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.0 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.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 xdg.3.19.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.3 --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")) ) 2025-06-24 14:01.48: Waiting for resource in pool OCluster 2025-06-24 14:01.49: Waiting for worker… 2025-06-24 14:23.30: Got resource from pool OCluster Building on asteria.caelum.ci.dev HEAD is now at 9e025ca Adding Clflags.debug before main loop, as in Toploop (#503) HEAD is now at 40c5a6b Merge pull request #500 from Octachron/OCaml_5.4_support (from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f) Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f' locally docker.io/ocaml/opam@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f: Pulling from ocaml/opam ad109e5dce93: Pulling fs layer dc634e19af86: Pulling fs layer 57e39ec0c348: Pulling fs layer 3a9b654e5a6a: Pulling fs layer 16b687d4f9b5: Pulling fs layer f9e3dec678aa: Pulling fs layer 0b3c65653668: Pulling fs layer c33b5100c7ff: Pulling fs layer b9833b715169: Pulling fs layer 4c7bf6f24210: Pulling fs layer e66c02efebdd: Pulling fs layer 444c9bb1ea24: Pulling fs layer 2353deab2387: Pulling fs layer fba21ec4be3a: Pulling fs layer f9e3dec678aa: Waiting 262e6f9a93e5: Pulling fs layer da06a0cd31e6: Pulling fs layer 3a9b654e5a6a: Waiting 0151299eee7b: Pulling fs layer 16b687d4f9b5: Waiting 9172f4cd0741: Pulling fs layer d27f086f0428: Pulling fs layer c33b5100c7ff: Waiting e66c02efebdd: Waiting 4f4fb700ef54: Pulling fs layer b9833b715169: Waiting d1bd047881dc: Pulling fs layer 444c9bb1ea24: Waiting 262e6f9a93e5: Waiting acfbf801bc2f: Pulling fs layer f9f07bfd0c21: Pulling fs layer cf6d39950a5a: Pulling fs layer e25f50d4ffb2: Pulling fs layer c11e5b3456fe: Pulling fs layer 57e39ec0c348: Waiting a54fa2962ae7: Pulling fs layer 0151299eee7b: Waiting 95baf7d6699f: Pulling fs layer 2353deab2387: Waiting fba21ec4be3a: Waiting 4f4fb700ef54: Waiting 254cce5b0c82: Pulling fs layer d1bd047881dc: Waiting f147002abf18: Pulling fs layer c39dacdb1d7c: Pulling fs layer acfbf801bc2f: Waiting c11e5b3456fe: Waiting f9f07bfd0c21: Waiting a54fa2962ae7: Waiting 769b5e8e6ac9: Pulling fs layer 95baf7d6699f: Waiting 1eaeff4f0735: Pulling fs layer e25f50d4ffb2: Waiting 95b0155efb1f: Pulling fs layer 439d8b4c919a: Pulling fs layer 254cce5b0c82: Waiting cf6d39950a5a: Waiting ce2b6613014b: Pulling fs layer 769b5e8e6ac9: Waiting ce83403394d3: Pulling fs layer f147002abf18: Waiting 4265a8f38215: Pulling fs layer 163515ff9d32: Pulling fs layer 9172f4cd0741: Waiting 95b0155efb1f: Waiting 8d20093f3766: Pulling fs layer 439d8b4c919a: Waiting 4265a8f38215: Waiting d27f086f0428: Waiting 1f62263ddd06: Pulling fs layer ce83403394d3: Waiting ce2b6613014b: Waiting 46cc6f04d49b: Pulling fs layer 163515ff9d32: Waiting 16075f92b8dd: Pulling fs layer 8d20093f3766: Waiting 1f62263ddd06: Waiting a80f248febc4: Pulling fs layer da06a0cd31e6: Waiting 46cc6f04d49b: Waiting 16075f92b8dd: Waiting 91828e0e31db: Pulling fs layer dc634e19af86: Verifying Checksum dc634e19af86: Download complete 57e39ec0c348: Download complete ad109e5dce93: Verifying Checksum ad109e5dce93: Download complete 16b687d4f9b5: Download complete 3a9b654e5a6a: Verifying Checksum 3a9b654e5a6a: Download complete 0b3c65653668: Verifying Checksum 0b3c65653668: Download complete c33b5100c7ff: Verifying Checksum c33b5100c7ff: Download complete b9833b715169: Verifying Checksum b9833b715169: Download complete ad109e5dce93: Pull complete dc634e19af86: Pull complete 57e39ec0c348: Pull complete 3a9b654e5a6a: Pull complete 16b687d4f9b5: Pull complete f9e3dec678aa: Verifying Checksum f9e3dec678aa: Download complete e66c02efebdd: Verifying Checksum e66c02efebdd: Download complete 4c7bf6f24210: Verifying Checksum 4c7bf6f24210: Download complete 444c9bb1ea24: Verifying Checksum 444c9bb1ea24: Download complete fba21ec4be3a: Download complete 262e6f9a93e5: Verifying Checksum 262e6f9a93e5: Download complete da06a0cd31e6: Download complete 0151299eee7b: Verifying Checksum 0151299eee7b: Download complete 9172f4cd0741: Verifying Checksum 9172f4cd0741: Download complete 2353deab2387: Verifying Checksum 2353deab2387: Download complete d27f086f0428: Verifying Checksum d27f086f0428: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete acfbf801bc2f: Verifying Checksum acfbf801bc2f: Download complete d1bd047881dc: Download complete f9f07bfd0c21: Verifying Checksum f9f07bfd0c21: Download complete cf6d39950a5a: Verifying Checksum cf6d39950a5a: Download complete c11e5b3456fe: Verifying Checksum c11e5b3456fe: Download complete a54fa2962ae7: Verifying Checksum a54fa2962ae7: Download complete e25f50d4ffb2: Verifying Checksum e25f50d4ffb2: Download complete 95baf7d6699f: Verifying Checksum 95baf7d6699f: Download complete 254cce5b0c82: Verifying Checksum 254cce5b0c82: Download complete f147002abf18: Verifying Checksum f147002abf18: Download complete c39dacdb1d7c: Download complete 769b5e8e6ac9: Verifying Checksum 769b5e8e6ac9: Download complete f9e3dec678aa: Pull complete 95b0155efb1f: Download complete 0b3c65653668: Pull complete c33b5100c7ff: Pull complete b9833b715169: Pull complete 4c7bf6f24210: Pull complete e66c02efebdd: Pull complete 444c9bb1ea24: Pull complete 2353deab2387: Pull complete fba21ec4be3a: Pull complete 262e6f9a93e5: Pull complete da06a0cd31e6: Pull complete 0151299eee7b: Pull complete 9172f4cd0741: Pull complete d27f086f0428: Pull complete 4f4fb700ef54: Pull complete d1bd047881dc: Pull complete acfbf801bc2f: Pull complete f9f07bfd0c21: Pull complete cf6d39950a5a: Pull complete e25f50d4ffb2: Pull complete c11e5b3456fe: Pull complete a54fa2962ae7: Pull complete 95baf7d6699f: Pull complete 254cce5b0c82: Pull complete f147002abf18: Pull complete c39dacdb1d7c: Pull complete 769b5e8e6ac9: Pull complete 439d8b4c919a: Verifying Checksum 439d8b4c919a: Download complete ce2b6613014b: Download complete ce83403394d3: Verifying Checksum ce83403394d3: Download complete 4265a8f38215: Download complete 1eaeff4f0735: Verifying Checksum 1eaeff4f0735: Download complete 8d20093f3766: Verifying Checksum 8d20093f3766: Download complete 163515ff9d32: Download complete 1f62263ddd06: Verifying Checksum 1f62263ddd06: Download complete 16075f92b8dd: Download complete a80f248febc4: Verifying Checksum a80f248febc4: Download complete 91828e0e31db: Download complete 46cc6f04d49b: Verifying Checksum 46cc6f04d49b: Download complete 1eaeff4f0735: Pull complete 95b0155efb1f: Pull complete 439d8b4c919a: Pull complete ce2b6613014b: Pull complete ce83403394d3: Pull complete 4265a8f38215: Pull complete 163515ff9d32: Pull complete 8d20093f3766: Pull complete 1f62263ddd06: Pull complete 46cc6f04d49b: Pull complete 16075f92b8dd: Pull complete a80f248febc4: Pull complete 91828e0e31db: Pull complete Digest: sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f Status: Downloaded newer image for ocaml/opam@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f 2025-06-24 14:23.31 ---> using "e55681b578954368722df1ef80ef5a6e867733b5ce3b430d5fe0a644788508bc" from cache /: (comment ubuntu-24.10-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-24 14:23.31 ---> using "dad3a40d97787bb28ac988400fbfa55ae43581b913d92de8a2ce00544cf8941c" 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 development 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-24 14:23.31 ---> using "36de3e1328d453b1383731fb9a3a72ad6c2210927b408a03247029d32e97716a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-06-24 14:23.31 ---> using "829925dfee67c959173942dbfdf9b19b81a1c2db703f2c8ddb099082f161d551" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-24 14:23.31 ---> using "48c0e443a0b5cb2329fc023964aaa702a0621bed3213547e049d4ad51c16146a" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bc726805e3..5eb0f48cce master -> origin/master a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> 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, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-06-24 14:23.31 ---> using "a09b8c83813ca8e887d22e520149e13fea69cc0c2a3880f8a3d73e5a3389ea4e" from cache /src: (copy (src utop.opam) (dst ./)) 2025-06-24 14:23.31 ---> saved as "70fa343e7eb0b8b7e4a0ccef7c1298c5a9135f82b07fc82b2b8366ff3242ac85" /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) 2025-06-24 14:23.33 ---> saved as "0036901c2275d95370f6121ab795bd163bb78b9fe80cba6246543782add13799" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-24 14:23.33 ---> saved as "1ea891ea4a2809107533c0e7c81d8727352f0274db75af486b8c873568a152fe" /src: (env DEPS "alcotest.1.9.0 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.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 xdg.3.19.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.3 --depext-only -y utop.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease - Get:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [562 kB] - Get:5 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [360 kB] - Get:6 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB] - Get:7 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [285 kB] - Get:8 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [427 kB] - Fetched 2011 kB in 0s (4566 kB/s) - Reading package lists... - <><> 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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). 2025-06-24 14:23.45 ---> saved as "3ef2a677413b4fa2f6289ab547b16f1719ac52b0fb6d50d0447b76e0472a4d6b" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 32 packages - install alcotest 1.9.0 - install astring 0.8.5 - install base-bytes base - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.19.1 - install dune-configurator 3.19.1 - install fmt 0.10.0 - install lambda-term 3.3.2 - install logs 0.8.0 - install lwt 5.9.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.12.0 - install react 1.2.2 - install result 1.5 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install trie 1.0.0 - install uchar 0.0.2 - install uucp 16.0.0 - install uuseg 16.0.0 - install uutf 1.0.4 - install xdg 3.19.1 - install zed 3.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved lambda-term.3.3.2 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved lwt_react.1.2.0 (cached) -> retrieved mew.0.1.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved mew_vi.0.5.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved re.1.12.0 (cached) -> retrieved react.1.2.2 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved trie.1.0.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uchar.0.0.2 (cached) -> retrieved uuseg.16.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved zed.3.2.3 (cached) -> retrieved uucp.16.0.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed uchar.0.0.2 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed react.1.2.2 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.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.19.1 -> installed mew_vi.0.5.0 -> installed alcotest.1.9.0 -> installed dune-configurator.3.19.1 -> installed lwt.5.9.1 -> installed uucp.16.0.0 -> installed lwt_react.1.2.0 -> installed logs.0.8.0 -> installed uuseg.16.0.0 -> installed zed.3.2.3 -> installed lambda-term.3.3.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-24 14:25.24 ---> saved as "e59206cb3f7704a11f6d9d90c8a72d8cc6b9d63f2436f102ed0834bdbcc0a39d" /src: (copy (src .) (dst /src)) 2025-06-24 14:25.28 ---> saved as "14e8db90b2c391917d4dfbdaf23c23d6bc26b26ad149052afc78e1b5a98eddbc" /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 `8FMAVGVF'. [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. 2025-06-24 14:25.38 ---> saved as "e5ae8722833b6a7e1af329cb98359d66555209a8ac805532c125da315b09220d" Job succeeded 2025-06-24 14:25.39: Job succeeded