2025-10-18 16:36.41: New job: test mirage/mirage-flow https://github.com/mirage/mirage-flow.git#refs/heads/main (c0efad0f73f95daba1736fb8631708da41ef5f3f) (linux-x86_64:opensuse-16.0-5.4_opam-2.4) Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-flow.git" -b "main" && cd "mirage-flow" && git reset --hard c0efad0f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214 # opensuse-16.0-5.4_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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam ./ RUN opam pin add -yn mirage-flow.dev './' && \ opam pin add -yn mirage-flow-unix.dev './' && \ opam pin add -yn mirage-flow-combinators.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.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.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 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-flow.dev mirage-flow-unix.dev mirage-flow-combinators.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-10-18 16:36.41: Using cache hint "mirage/mirage-flow-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214-opensuse-16.0-5.4_opam-2.4-6d94627867b424a49c73fb2c28d2bd5a" 2025-10-18 16:36.41: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214) (comment opensuse-16.0-5.4_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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-flow.dev './' && \ \nopam pin add -yn mirage-flow-unix.dev './' && \ \nopam pin add -yn mirage-flow-combinators.dev './'")) (run (network host) (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.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.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 stdlib-shims.0.3.0 topkg.1.1.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 mirage-flow.dev mirage-flow-unix.dev mirage-flow-combinators.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-10-18 16:36.41: Waiting for resource in pool OCluster 2025-10-18 18:01.47: Waiting for worker… 2025-10-18 18:04.35: Got resource from pool OCluster Building on doris.caelum.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mirage-flow.git-3e98843eb6ada48dcfa03983a0caf228a3b7c1df/.git/ HEAD is now at c0efad0 Merge pull request #53 from hannesm/variants (from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214' locally docker.io/ocaml/opam@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214: Pulling from ocaml/opam 64cfa2a65095: Pulling fs layer 7971a163c5cf: Pulling fs layer 0bcedfafe7dd: Pulling fs layer f42ca884ff10: Pulling fs layer 7a58dd924804: Pulling fs layer 64cfa2a65095: Waiting 73b6bf2442e2: Pulling fs layer 0bcedfafe7dd: Waiting c7b2f1118c39: Pulling fs layer 7a58dd924804: Waiting 9664ba876e4c: Pulling fs layer d307e097761a: Pulling fs layer a2f7a77a011c: Pulling fs layer c7b2f1118c39: Waiting 94b2c92a6e32: Pulling fs layer f42ca884ff10: Waiting dc059a0b69a6: Pulling fs layer 9664ba876e4c: Waiting b1b115775ad6: Pulling fs layer 9578045c60a5: Pulling fs layer a2f7a77a011c: Waiting d307e097761a: Waiting 94b2c92a6e32: Waiting 9438161e6dc8: Pulling fs layer dc059a0b69a6: Waiting 5354b34c6410: Pulling fs layer 9578045c60a5: Waiting b1b115775ad6: Waiting 7ba29a3affaf: Pulling fs layer 978c6754ed91: Pulling fs layer 4f4fb700ef54: Pulling fs layer 1a894d493bd5: Pulling fs layer 9438161e6dc8: Waiting 5354b34c6410: Waiting e279e4c3cc8b: Pulling fs layer 7ba29a3affaf: Waiting cdfaa2485c7d: Pulling fs layer c8563e41aa6f: Pulling fs layer 978c6754ed91: Waiting 911bff4bcd02: Pulling fs layer 4f4fb700ef54: Waiting 7e6490154d95: Pulling fs layer 1a894d493bd5: Waiting dd6beeecc8f8: Pulling fs layer 3e02f73f561d: Pulling fs layer c8563e41aa6f: Waiting e279e4c3cc8b: Waiting 801dc6436763: Pulling fs layer 7ddd0c153f59: Pulling fs layer cdfaa2485c7d: Waiting 5ee8f7f96184: Pulling fs layer 3e02f73f561d: Waiting facc8b57701e: Pulling fs layer f5c712f16134: Pulling fs layer 801dc6436763: Waiting 7c5c7be08383: Pulling fs layer 911bff4bcd02: Waiting 25e2ed376925: Pulling fs layer 1b4a119d9eef: Pulling fs layer f5c712f16134: Waiting ab7e2fb7737c: Pulling fs layer 7e6490154d95: Waiting dd6beeecc8f8: Waiting db30acbe9a06: Pulling fs layer facc8b57701e: Waiting bd2643bb4e57: Pulling fs layer 1d1f818b3d69: Pulling fs layer 1f2c1c940f9a: Pulling fs layer 35c8edf46b30: Pulling fs layer 5e642a5ac051: Pulling fs layer c6560baf709e: Pulling fs layer 25e2ed376925: Waiting bd2643bb4e57: Waiting 0bd76bce9a41: Pulling fs layer 5e642a5ac051: Waiting ab7e2fb7737c: Waiting 1b4a119d9eef: Waiting 5ee8f7f96184: Waiting 1f2c1c940f9a: Waiting 7ddd0c153f59: Waiting 1d1f818b3d69: Waiting c6560baf709e: Waiting 7971a163c5cf: Download complete 64cfa2a65095: Verifying Checksum 64cfa2a65095: Download complete 64cfa2a65095: Pull complete 7971a163c5cf: Pull complete f42ca884ff10: Verifying Checksum f42ca884ff10: Download complete 7a58dd924804: Download complete 73b6bf2442e2: Verifying Checksum 73b6bf2442e2: Download complete 0bcedfafe7dd: Verifying Checksum 0bcedfafe7dd: Download complete 9664ba876e4c: Verifying Checksum 9664ba876e4c: Download complete d307e097761a: Download complete 0bcedfafe7dd: Pull complete a2f7a77a011c: Verifying Checksum a2f7a77a011c: Download complete 94b2c92a6e32: Verifying Checksum 94b2c92a6e32: Download complete dc059a0b69a6: Download complete b1b115775ad6: Verifying Checksum b1b115775ad6: Download complete 9578045c60a5: Verifying Checksum 9578045c60a5: Download complete 9438161e6dc8: Verifying Checksum 9438161e6dc8: Download complete c7b2f1118c39: Verifying Checksum c7b2f1118c39: Download complete 5354b34c6410: Verifying Checksum 5354b34c6410: Download complete 7ba29a3affaf: Verifying Checksum 7ba29a3affaf: Download complete 978c6754ed91: Download complete 4f4fb700ef54: Download complete e279e4c3cc8b: Download complete 1a894d493bd5: Verifying Checksum 1a894d493bd5: Download complete c8563e41aa6f: Verifying Checksum c8563e41aa6f: Download complete cdfaa2485c7d: Download complete 911bff4bcd02: Verifying Checksum 911bff4bcd02: Download complete f42ca884ff10: Pull complete dd6beeecc8f8: Verifying Checksum dd6beeecc8f8: Download complete 7e6490154d95: Verifying Checksum 7e6490154d95: Download complete 7a58dd924804: Pull complete 73b6bf2442e2: Pull complete 3e02f73f561d: Verifying Checksum 3e02f73f561d: Download complete 801dc6436763: Download complete 7ddd0c153f59: Download complete facc8b57701e: Verifying Checksum facc8b57701e: Download complete 5ee8f7f96184: Download complete c7b2f1118c39: Pull complete 7c5c7be08383: Verifying Checksum 7c5c7be08383: Download complete 9664ba876e4c: Pull complete d307e097761a: Pull complete a2f7a77a011c: Pull complete 94b2c92a6e32: Pull complete dc059a0b69a6: Pull complete b1b115775ad6: Pull complete 9578045c60a5: Pull complete 9438161e6dc8: Pull complete 5354b34c6410: Pull complete 7ba29a3affaf: Pull complete 978c6754ed91: Pull complete 4f4fb700ef54: Pull complete 1a894d493bd5: Pull complete e279e4c3cc8b: Pull complete cdfaa2485c7d: Pull complete c8563e41aa6f: Pull complete 911bff4bcd02: Pull complete 7e6490154d95: Pull complete dd6beeecc8f8: Pull complete 3e02f73f561d: Pull complete 801dc6436763: Pull complete 7ddd0c153f59: Pull complete 5ee8f7f96184: Pull complete facc8b57701e: Pull complete 25e2ed376925: Verifying Checksum 25e2ed376925: Download complete 1b4a119d9eef: Download complete ab7e2fb7737c: Verifying Checksum ab7e2fb7737c: Download complete db30acbe9a06: Verifying Checksum db30acbe9a06: Download complete bd2643bb4e57: Verifying Checksum bd2643bb4e57: Download complete 1d1f818b3d69: Verifying Checksum 1d1f818b3d69: Download complete 1f2c1c940f9a: Verifying Checksum 1f2c1c940f9a: Download complete 35c8edf46b30: Verifying Checksum 35c8edf46b30: Download complete 5e642a5ac051: Download complete c6560baf709e: Download complete 0bd76bce9a41: Verifying Checksum 0bd76bce9a41: Download complete f5c712f16134: Verifying Checksum f5c712f16134: Download complete f5c712f16134: Pull complete 7c5c7be08383: Pull complete 25e2ed376925: Pull complete 1b4a119d9eef: Pull complete ab7e2fb7737c: Pull complete db30acbe9a06: Pull complete bd2643bb4e57: Pull complete 1d1f818b3d69: Pull complete 1f2c1c940f9a: Pull complete 35c8edf46b30: Pull complete 5e642a5ac051: Pull complete c6560baf709e: Pull complete 0bd76bce9a41: Pull complete Digest: sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214 Status: Downloaded newer image for ocaml/opam@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214 2025-10-18 18:04.36 ---> using "9d38683995b9bb49551e843deb9716f7bd1ad3adb6587b4c40a8eb60aa1ab60e" from cache /: (comment opensuse-16.0-5.4_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")) 2025-10-18 18:04.36 ---> using "b3542340bd2208c71fce428a3b3aa6b53a9668c8954e1b3dd81f34bc5f6d6592" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-18 18:04.36 ---> using "728b7687b472e18330a8de64e1a078a94e50e387650658e9409b2e7e5d7cfcbf" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-157-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-10-18 18:04.36 ---> using "ae51319793515b3f645d0ff01305101e669c757eda759a7d4d52d1d1b67822ec" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-18 18:04.36 ---> using "4971281788d5cc39160451ff2c958f77dbad879e7922f999083697cdc5e25710" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-18 18:04.36 ---> using "584397b547ec54cb790687a7ad009c3d829ddd4d64af6b5f7c9fd4bf3bd9dbf3" from cache /src: (copy (src mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam) (dst ./)) 2025-10-18 18:04.36 ---> saved as "b7bfb82125a8f5a34527f62c0c02986e52495b191b3f6a07a469a78f13d32b7e" /src: (run (network host) (shell "opam pin add -yn mirage-flow.dev './' && \ \nopam pin add -yn mirage-flow-unix.dev './' && \ \nopam pin add -yn mirage-flow-combinators.dev './'")) [mirage-flow.dev] synchronised (file:///src) mirage-flow is now pinned to file:///src (version dev) [mirage-flow-unix.dev] synchronised (file:///src) mirage-flow-unix is now pinned to file:///src (version dev) [mirage-flow-combinators.dev] synchronised (file:///src) mirage-flow-combinators is now pinned to file:///src (version dev) 2025-10-18 18:04.38 ---> saved as "b1484d8885aea22f99fa99ea0e5ac9ded21c41ae6f4cec7e5f09571e5d938346" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-18 18:04.38 ---> saved as "c0b12093c0b18790333f636116cfbd7ca4d732794932cefb8466161c8572bbf6" /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.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.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 stdlib-shims.0.3.0 topkg.1.1.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 mirage-flow.dev mirage-flow-unix.dev mirage-flow-combinators.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Repository 'repo-oss (16.0)' is up to date. - All repositories have been refreshed. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-flow.dev] synchronised (file:///src) [mirage-flow-combinators.dev] synchronised (file:///src) [mirage-flow-unix.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). 2025-10-18 18:04.45 ---> saved as "a5a44f5897e7e79e54ea4faada26e79358001bfefdd75c98eb7c5784c1f68882" /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 22 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base-bytes base - install cmdliner 2.0.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install fmt 0.11.0 - install logs 0.9.0 - install lwt 5.9.2 - install mirage-mtime 5.2.0 - install mtime 2.1.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 stdlib-shims 0.3.0 - install topkg 1.1.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.0.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved mirage-mtime.5.2.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.0.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.20.2 -> installed mirage-mtime.5.2.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed ocplib-endian.1.2 -> installed alcotest.1.9.1 -> installed dune-configurator.3.20.2 -> installed lwt.5.9.2 -> installed logs.0.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-18 18:05.22 ---> saved as "5567c1ac6bb7c7c763f30e78e47332cd168130d6c25137290d6dde57264aa2c2" /src: (copy (src .) (dst /src)) 2025-10-18 18:05.23 ---> saved as "e0d44ee36ca8b5e8b2dfa34e2e864fc6a14fa77ad764162f2b6e1bfc54fe965e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Testing `mirage-flow'. This run has ID `Y09RZWJP'. [OK] string 0 input. [OK] string 1 output. [OK] strings 0 input. [OK] strings 1 output. [OK] cstruct 0 input. [OK] cstruct 1 output. [OK] cstructs 0 input. [OK] cstructs 1 output. [OK] lwt-io 0 input. [OK] lwt-io 1 output. Full test results in `/src/_build/default/test/_build/_tests/mirage-flow'. Test Successful in 0.001s. 10 tests run. 2025-10-18 18:05.23 ---> saved as "94d4b1e4859a7bc7558f55ecbc19c761483a75f063adfe56d394676622628164" Job succeeded 2025-10-18 18:05.24: Job succeeded