2026-04-03 11:38.08: New job: test mirage/mirage-flow https://github.com/mirage/mirage-flow.git#refs/heads/main (c0efad0f73f95daba1736fb8631708da41ef5f3f) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115 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:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115 # ubuntu-25.04-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 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.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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 2026-04-03 11:38.08: Using cache hint "mirage/mirage-flow-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115-ubuntu-25.04-5.4_opam-2.5-d9d169e28b134138bd09b8bbeadc6b5a" 2026-04-03 11:38.08: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115) (comment ubuntu-25.04-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (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 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 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.1 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.5 --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")) ) 2026-04-03 11:38.08: Waiting for resource in pool OCluster 2026-04-03 21:06.17: Waiting for worker… 2026-04-03 21:07.58: 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:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115) Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115' locally docker.io/ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115: Pulling from ocaml/opam c62190a9ab61: Already exists 9a2e0901dff5: Pulling fs layer b1f9cc70ae42: Pulling fs layer ce0546b0dd1f: Pulling fs layer 9a2e0901dff5: Waiting b1f9cc70ae42: Waiting 79301f00e8ba: Pulling fs layer ce0546b0dd1f: Waiting 9b295b25667c: Pulling fs layer 79301f00e8ba: Waiting a31f71beef5e: Pulling fs layer 5f6f7ff1dd75: Pulling fs layer a31f71beef5e: Waiting 9b295b25667c: Waiting 3326c804f772: Pulling fs layer 5f6f7ff1dd75: Waiting dbc305c5cd35: Pulling fs layer 3326c804f772: Waiting c2cccf40b87f: Pulling fs layer dbc305c5cd35: Waiting 45e66d8ca585: Pulling fs layer c2cccf40b87f: Waiting fcefa7241269: Pulling fs layer 45e66d8ca585: Waiting 5bf160151561: Pulling fs layer fcefa7241269: Waiting 874b2264723c: Pulling fs layer 5bf160151561: Waiting ada98df8f669: Pulling fs layer ab8d0ea6e4f6: Pulling fs layer 18a72a4bedd6: Pulling fs layer bfcd7ea0ace8: Pulling fs layer 76a18c947be5: Pulling fs layer 6fd9d51ce26c: Pulling fs layer 4f4fb700ef54: Pulling fs layer ab8d0ea6e4f6: Waiting 18a72a4bedd6: Waiting ada98df8f669: Waiting 874b2264723c: Waiting 77d410803a59: Pulling fs layer 76a18c947be5: Waiting bfcd7ea0ace8: Waiting 6fd9d51ce26c: Waiting 44e2dad9dd55: Pulling fs layer 4f4fb700ef54: Waiting 77d410803a59: Waiting b51e285283d3: Pulling fs layer 44e2dad9dd55: Waiting dd8da5b96ca2: Pulling fs layer b51e285283d3: Waiting b46c436fcec9: Pulling fs layer a9e62b40a1cc: Pulling fs layer f5ab56558ad4: Pulling fs layer b46c436fcec9: Waiting dd8da5b96ca2: Waiting a9e62b40a1cc: Waiting 8f52d3d09866: Pulling fs layer f5ab56558ad4: Waiting 39ac1f9b485e: Pulling fs layer 503fbe92c3b9: Pulling fs layer 8f52d3d09866: Waiting 39ac1f9b485e: Waiting f3db52c04fc1: Pulling fs layer 3bb40995af78: Pulling fs layer 503fbe92c3b9: Waiting f3db52c04fc1: Waiting c83fbf1c12e8: Pulling fs layer 3bb40995af78: Waiting ad31772f43a8: Pulling fs layer ce60cf8100fe: Pulling fs layer c83fbf1c12e8: Waiting ad31772f43a8: Waiting 0205937477da: Pulling fs layer ce60cf8100fe: Waiting 24ccf4b3cee6: Pulling fs layer 04a8b415dd1b: Pulling fs layer 0205937477da: Waiting 24ccf4b3cee6: Waiting a0a04868c053: Pulling fs layer 04a8b415dd1b: Waiting c2855634128b: Pulling fs layer a0a04868c053: Waiting 45975b81f847: Pulling fs layer c2855634128b: Waiting a05a44f66e3d: Pulling fs layer 798eed38fd5f: Pulling fs layer 45975b81f847: Waiting a05a44f66e3d: Waiting 45a2275c2287: Pulling fs layer 798eed38fd5f: Waiting bfa4a39a96d8: Pulling fs layer 45a2275c2287: Waiting bfa4a39a96d8: Waiting 9a2e0901dff5: Verifying Checksum 9a2e0901dff5: Download complete 9a2e0901dff5: Pull complete b1f9cc70ae42: Verifying Checksum b1f9cc70ae42: Download complete b1f9cc70ae42: Pull complete ce0546b0dd1f: Verifying Checksum ce0546b0dd1f: Download complete 79301f00e8ba: Verifying Checksum 79301f00e8ba: Download complete a31f71beef5e: Verifying Checksum a31f71beef5e: Download complete 5f6f7ff1dd75: Verifying Checksum 5f6f7ff1dd75: Download complete ce0546b0dd1f: Pull complete 79301f00e8ba: Pull complete 3326c804f772: Verifying Checksum 3326c804f772: Download complete dbc305c5cd35: Verifying Checksum dbc305c5cd35: Download complete c2cccf40b87f: Verifying Checksum c2cccf40b87f: Download complete 45e66d8ca585: Verifying Checksum 45e66d8ca585: Download complete 9b295b25667c: Verifying Checksum 9b295b25667c: Download complete fcefa7241269: Verifying Checksum fcefa7241269: Download complete 5bf160151561: Verifying Checksum 5bf160151561: Download complete 874b2264723c: Download complete ada98df8f669: Verifying Checksum ada98df8f669: Download complete ab8d0ea6e4f6: Download complete bfcd7ea0ace8: Download complete 18a72a4bedd6: Download complete 76a18c947be5: Verifying Checksum 76a18c947be5: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 6fd9d51ce26c: Verifying Checksum 6fd9d51ce26c: Download complete 77d410803a59: Verifying Checksum 77d410803a59: Download complete 44e2dad9dd55: Verifying Checksum 44e2dad9dd55: Download complete b51e285283d3: Verifying Checksum b51e285283d3: Download complete dd8da5b96ca2: Verifying Checksum dd8da5b96ca2: Download complete a9e62b40a1cc: Download complete b46c436fcec9: Verifying Checksum b46c436fcec9: Download complete f5ab56558ad4: Verifying Checksum f5ab56558ad4: Download complete 8f52d3d09866: Verifying Checksum 8f52d3d09866: Download complete 39ac1f9b485e: Verifying Checksum 39ac1f9b485e: Download complete 503fbe92c3b9: Verifying Checksum 503fbe92c3b9: Download complete 3bb40995af78: Download complete f3db52c04fc1: Download complete ad31772f43a8: Verifying Checksum ad31772f43a8: Download complete 0205937477da: Verifying Checksum 0205937477da: Download complete 24ccf4b3cee6: Verifying Checksum 24ccf4b3cee6: Download complete 04a8b415dd1b: Download complete a0a04868c053: Verifying Checksum a0a04868c053: Download complete c2855634128b: Download complete 45975b81f847: Download complete c83fbf1c12e8: Verifying Checksum c83fbf1c12e8: Download complete ce60cf8100fe: Verifying Checksum ce60cf8100fe: Download complete 798eed38fd5f: Verifying Checksum 798eed38fd5f: Download complete 45a2275c2287: Download complete bfa4a39a96d8: Verifying Checksum bfa4a39a96d8: Download complete 9b295b25667c: Pull complete a31f71beef5e: Pull complete 5f6f7ff1dd75: Pull complete 3326c804f772: Pull complete dbc305c5cd35: Pull complete c2cccf40b87f: Pull complete 45e66d8ca585: Pull complete fcefa7241269: Pull complete 5bf160151561: Pull complete 874b2264723c: Pull complete ada98df8f669: Pull complete ab8d0ea6e4f6: Pull complete a05a44f66e3d: Verifying Checksum a05a44f66e3d: Download complete 18a72a4bedd6: Pull complete bfcd7ea0ace8: Pull complete 76a18c947be5: Pull complete 6fd9d51ce26c: Pull complete 4f4fb700ef54: Pull complete 77d410803a59: Pull complete 44e2dad9dd55: Pull complete b51e285283d3: Pull complete dd8da5b96ca2: Pull complete b46c436fcec9: Pull complete a9e62b40a1cc: Pull complete f5ab56558ad4: Pull complete 8f52d3d09866: Pull complete 39ac1f9b485e: Pull complete 503fbe92c3b9: Pull complete f3db52c04fc1: Pull complete 3bb40995af78: Pull complete c83fbf1c12e8: Pull complete ad31772f43a8: Pull complete ce60cf8100fe: Pull complete 0205937477da: Pull complete 24ccf4b3cee6: Pull complete 04a8b415dd1b: Pull complete a0a04868c053: Pull complete c2855634128b: Pull complete 45975b81f847: Pull complete a05a44f66e3d: Pull complete 798eed38fd5f: Pull complete 45a2275c2287: Pull complete bfa4a39a96d8: Pull complete Digest: sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115 Status: Downloaded newer image for ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115 2026-04-03 21:08.00 ---> using "95bdebae0a545d6ea94d55419bd063ed0c35f612d0599400a10d8512d69a6778" from cache /: (comment ubuntu-25.04-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-03 21:08.00 ---> using "daac9f0907cd3aeff57945845e42d9387a97cc331d813ddd108b4acd63bf7314" 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 2026-04-03 21:08.00 ---> using "034505edb0785968949353ccef53d2e6734e76b1b0ed109cb92459e2abc9bfa3" 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-03 21:08.00 ---> using "0347616b6723c8f712d85b59de102a237bd72b0458d03e761a1ef51167d830b2" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 21:08.00 ---> using "334e6a11ef2042edf5439ad61b8d56383c8cff74ab21835cd8e65661afcd8e68" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..d28e8bf13a master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.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 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-03 21:08.00 ---> using "d092e9653fb6ea30946a32a6b0e9bc114fab57a2cf9db3c555075130c46050bf" from cache /src: (copy (src mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam) (dst ./)) 2026-04-03 21:08.00 ---> saved as "c9214a4adf0451f02a0ae3b242ab589e12bcfaaad35f2c58600e89b009d6b0a2" /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) 2026-04-03 21:08.05 ---> saved as "54b258030d7af7e3a674911f70a9c81fac3bde5cbe8ef7c6394755e0c7218038" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 21:08.05 ---> saved as "d970c6dd714c79eaf7138a2b0882ace98f9bdde7573d393c9df5f67c0dad6db9" /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 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 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.1 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.5 --depext-only -y mirage-flow.dev mirage-flow-unix.dev mirage-flow-combinators.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease - Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease - Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease - Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease - Reading package lists... - <><> 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). # To update the current shell environment, run: eval $(opam env) 2026-04-03 21:08.17 ---> saved as "c5c65e1709fe02df712f10faf920d2b20c16f98aad0309246932a63b59416331" /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.1.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.22.1 - install dune-configurator 3.22.1 - install fmt 0.11.0 - install logs 0.10.0 - install lwt 6.1.1 - 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.1 - install uutf 1.0.4 <><> 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 cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved mirage-mtime.5.2.0 (cached) -> retrieved lwt.6.1.1 (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.1 (cached) -> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.22.1 -> 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.22.1 -> installed lwt.6.1.1 -> installed logs.0.10.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-03 21:09.00 ---> saved as "1f94ab056fe2ddfd7e2446e5cdbdd900696e227f506414d5622a266a77a9dfed" /src: (copy (src .) (dst /src)) 2026-04-03 21:09.01 ---> saved as "07e6f70a4e0fd791358e6f1aaab534cf932c3e549a3fe263d0cba6cac0f2ff11" /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 `XOS4NMVS'. [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. 2026-04-03 21:09.02 ---> saved as "0d137494b65b4382d288cef4f1898a6d3f05715c74c7673434c5ae150fcdee06" Job succeeded 2026-04-03 21:09.02: Job succeeded