2026-01-26 22:01.01: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (ce8dd519642e8dcb18e5ca4a94f4583ceb43b7a8) (linux-x86_64:debian-13-5.1_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b Opam project build To reproduce locally: git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard ce8dd519 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b # debian-13-5.1_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 1a05460117603ec5f46216f2087d234a101fbee5 || git fetch origin master) && git reset -q --hard 1a05460117603ec5f46216f2087d234a101fbee5 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 fluxt.opam flux.opam ./ RUN opam pin add -yn fluxt.dev './' && \ opam pin add -yn flux.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 miou.0.5.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 flux.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-26 22:01.01: Using cache hint "robur-coop/flux-ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b-debian-13-5.1_opam-2.5-ab56aabb8cb4ac122c394fd7fd272167" 2026-01-26 22:01.01: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b) (comment debian-13-5.1_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 1a05460117603ec5f46216f2087d234a101fbee5 || git fetch origin master) && git reset -q --hard 1a05460117603ec5f46216f2087d234a101fbee5 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src fluxt.opam flux.opam) (dst ./)) (run (network host) (shell "opam pin add -yn fluxt.dev './' && \ \nopam pin add -yn flux.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-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 miou.0.5.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 flux.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 --only-packages=flux @install @check @runtest && rm -rf _build")) ) 2026-01-26 22:01.01: Waiting for resource in pool OCluster 2026-01-26 22:01.01: Waiting for worker… 2026-01-26 22:01.01: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at ce8dd51 Merge pull request #9 from robur-coop/prepare-v0.0.1_beta2 (from ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b) Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b' locally docker.io/ocaml/opam@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b: Pulling from ocaml/opam 281b80c799de: Pulling fs layer ce76feb86791: Pulling fs layer 7984eb0e5b45: Pulling fs layer 56c452a960b1: Pulling fs layer b85825bef00a: Pulling fs layer d6ff43dfb85c: Pulling fs layer 4197ec645389: Pulling fs layer 37cac33e41ff: Pulling fs layer 4cb993fb248e: Pulling fs layer ca442870f91f: Pulling fs layer b1d1a2fb5f4a: Pulling fs layer 7984eb0e5b45: Waiting 0dea577b2801: Pulling fs layer 56c452a960b1: Waiting b85825bef00a: Waiting cc10daaea4fd: Pulling fs layer d6ff43dfb85c: Waiting 5f878cb1723a: Pulling fs layer 4cb993fb248e: Waiting 8968959fa983: Pulling fs layer ca442870f91f: Waiting 0dea577b2801: Waiting 4197ec645389: Waiting 5bdd9b9ed0e3: Pulling fs layer 37cac33e41ff: Waiting b1d1a2fb5f4a: Waiting 55661c5b388f: Pulling fs layer 8968959fa983: Waiting 5bdd9b9ed0e3: Waiting cc10daaea4fd: Waiting 5f878cb1723a: Waiting 55661c5b388f: Waiting 92d1dc6907bd: Pulling fs layer 7100b414728b: Pulling fs layer 92d1dc6907bd: Waiting a6a54ddc9818: Pulling fs layer 7100b414728b: Waiting a920ad627810: Pulling fs layer 4f4fb700ef54: Pulling fs layer a6a54ddc9818: Waiting f7df7b6e19c0: Pulling fs layer a920ad627810: Waiting 4f4fb700ef54: Waiting cd713d66718c: Pulling fs layer f7df7b6e19c0: Waiting 6ed45ab2af86: Pulling fs layer cd713d66718c: Waiting 40598b80a8fe: Pulling fs layer 6ed45ab2af86: Waiting 983f7969ff00: Pulling fs layer 40598b80a8fe: Waiting 40ec09ee09bd: Pulling fs layer 983f7969ff00: Waiting 76a0afa38cd9: Pulling fs layer 40ec09ee09bd: Waiting 1d5a564d139a: Pulling fs layer 76a0afa38cd9: Waiting 82883b85a4f0: Pulling fs layer 1d5a564d139a: Waiting 1d8458efd73b: Pulling fs layer 82883b85a4f0: Waiting 1d8458efd73b: Waiting 2d80a9fac9ac: Pulling fs layer 4d69ee6ae94b: Pulling fs layer ce8d28b713f1: Pulling fs layer 97580d938033: Pulling fs layer 2d80a9fac9ac: Waiting da5fa40e04f8: Pulling fs layer 4d69ee6ae94b: Waiting ce8d28b713f1: Waiting 97580d938033: Waiting d7a499968f64: Pulling fs layer 28e5932c7c69: Pulling fs layer 81389c423fc3: Pulling fs layer d7a499968f64: Waiting 3f67d1c21ad8: Pulling fs layer 81389c423fc3: Waiting 98de17092a1a: Pulling fs layer 28e5932c7c69: Waiting 3f67d1c21ad8: Waiting bfd3645a684c: Pulling fs layer 98de17092a1a: Waiting 50260e791896: Pulling fs layer 7c88b609e075: Pulling fs layer bfd3645a684c: Waiting 07dccf195fff: Pulling fs layer 50260e791896: Waiting 7c88b609e075: Waiting cde687d3acc4: Pulling fs layer cde687d3acc4: Waiting ce76feb86791: Verifying Checksum ce76feb86791: Download complete 7984eb0e5b45: Verifying Checksum 7984eb0e5b45: Download complete 281b80c799de: Verifying Checksum 281b80c799de: Download complete b85825bef00a: Verifying Checksum b85825bef00a: Download complete 281b80c799de: Pull complete ce76feb86791: Pull complete 7984eb0e5b45: Pull complete 56c452a960b1: Verifying Checksum 56c452a960b1: Download complete 56c452a960b1: Pull complete b85825bef00a: Pull complete 4197ec645389: Verifying Checksum 4197ec645389: Download complete 37cac33e41ff: Verifying Checksum 37cac33e41ff: Download complete 4cb993fb248e: Verifying Checksum 4cb993fb248e: Download complete ca442870f91f: Verifying Checksum ca442870f91f: Download complete b1d1a2fb5f4a: Verifying Checksum b1d1a2fb5f4a: Download complete 0dea577b2801: Verifying Checksum 0dea577b2801: Download complete cc10daaea4fd: Verifying Checksum cc10daaea4fd: Download complete 5f878cb1723a: Verifying Checksum 5f878cb1723a: Download complete 8968959fa983: Verifying Checksum 8968959fa983: Download complete 5bdd9b9ed0e3: Download complete 55661c5b388f: Download complete 92d1dc6907bd: Verifying Checksum 92d1dc6907bd: Download complete 7100b414728b: Download complete a6a54ddc9818: Verifying Checksum a6a54ddc9818: Download complete a920ad627810: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete f7df7b6e19c0: Download complete cd713d66718c: Verifying Checksum cd713d66718c: Download complete 6ed45ab2af86: Verifying Checksum 6ed45ab2af86: Download complete 40598b80a8fe: Verifying Checksum 40598b80a8fe: Download complete 983f7969ff00: Verifying Checksum 983f7969ff00: Download complete 40ec09ee09bd: Verifying Checksum 40ec09ee09bd: Download complete 76a0afa38cd9: Verifying Checksum 76a0afa38cd9: Download complete 1d5a564d139a: Download complete 1d8458efd73b: Download complete 2d80a9fac9ac: Download complete 4d69ee6ae94b: Download complete d6ff43dfb85c: Verifying Checksum d6ff43dfb85c: Download complete 97580d938033: Download complete da5fa40e04f8: Verifying Checksum da5fa40e04f8: Download complete d7a499968f64: Verifying Checksum d7a499968f64: Download complete 28e5932c7c69: Verifying Checksum 28e5932c7c69: Download complete 81389c423fc3: Download complete 3f67d1c21ad8: Verifying Checksum 3f67d1c21ad8: Download complete 98de17092a1a: Verifying Checksum 98de17092a1a: Download complete bfd3645a684c: Verifying Checksum bfd3645a684c: Download complete d6ff43dfb85c: Pull complete 4197ec645389: Pull complete 37cac33e41ff: Pull complete 4cb993fb248e: Pull complete ca442870f91f: Pull complete b1d1a2fb5f4a: Pull complete 50260e791896: Verifying Checksum 50260e791896: Download complete 0dea577b2801: Pull complete cc10daaea4fd: Pull complete 5f878cb1723a: Pull complete 8968959fa983: Pull complete 5bdd9b9ed0e3: Pull complete 55661c5b388f: Pull complete 7c88b609e075: Verifying Checksum 7c88b609e075: Download complete 07dccf195fff: Verifying Checksum 07dccf195fff: Download complete cde687d3acc4: Download complete 92d1dc6907bd: Pull complete 7100b414728b: Pull complete a6a54ddc9818: Pull complete a920ad627810: Pull complete 4f4fb700ef54: Pull complete f7df7b6e19c0: Pull complete cd713d66718c: Pull complete 6ed45ab2af86: Pull complete 40598b80a8fe: Pull complete 983f7969ff00: Pull complete 40ec09ee09bd: Pull complete 76a0afa38cd9: Pull complete 1d5a564d139a: Pull complete 82883b85a4f0: Pull complete 1d8458efd73b: Pull complete 2d80a9fac9ac: Pull complete 4d69ee6ae94b: Pull complete ce8d28b713f1: Download complete ce8d28b713f1: Pull complete 97580d938033: Pull complete da5fa40e04f8: Pull complete d7a499968f64: Pull complete 28e5932c7c69: Pull complete 81389c423fc3: Pull complete 3f67d1c21ad8: Pull complete 98de17092a1a: Pull complete bfd3645a684c: Pull complete 50260e791896: Pull complete 7c88b609e075: Pull complete 07dccf195fff: Pull complete cde687d3acc4: Pull complete Digest: sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b Status: Downloaded newer image for ocaml/opam@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b 2026-01-26 22:05.35 ---> saved as "deb7339621d5d29ffcbc6f18592db655941c3ffa61703058bdf27cb277812b74" /: (comment debian-13-5.1_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-01-26 22:05.35 ---> saved as "b23b5557c99cbb7c32f65f4a288e99106ef52847244956a49cf26975845c64da" /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-01-26 22:06.07 ---> saved as "d34fcb3eea0a84e661f425d214b6206b44f09f56849ec65e8f8452244051f38a" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 5.1.1 2.5.0 2026-01-26 22:06.07 ---> saved as "feb8e42e7592aa0181a8cdb6582db607e462c431f749bcdcd12a11b490a8d153" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-26 22:06.07 ---> saved as "fe14a6a7754197c765a76d2404263b1e5acc1c70e93e3f63d17bc2e1fd0ef498" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1a05460117603ec5f46216f2087d234a101fbee5 || git fetch origin master) && git reset -q --hard 1a05460117603ec5f46216f2087d234a101fbee5 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 16d9c0eb87..da10f1e072 master -> origin/master 1a05460117 Merge pull request #29282 from dinosaure/release-miou-v0.5.2 <><> 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.4.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-01-26 22:06.34 ---> saved as "af0931c20307a28a382b83b5fc33817c56913e46e35d7d6fc96689ea4bac3bcf" /src: (copy (src fluxt.opam flux.opam) (dst ./)) 2026-01-26 22:06.34 ---> saved as "16a2660e384772cfc9d1458ceb0e6530af6809de7ad93d6850ef3ba9d0c6c27c" /src: (run (network host) (shell "opam pin add -yn fluxt.dev './' && \ \nopam pin add -yn flux.dev './'")) [fluxt.dev] synchronised (file:///src) fluxt is now pinned to file:///src (version dev) [flux.dev] synchronised (file:///src) flux is now pinned to file:///src (version dev) 2026-01-26 22:06.40 ---> saved as "014d1b148b60a1ac49c5082b54edd21d46c0e3ef81fc9a26eea11e3dd479f47f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-26 22:06.40 ---> saved as "9995779c851a11ba0808c1b72de4fe4644a0557994531367887538e72342d631" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 miou.0.5.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 flux.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - 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 trixie/main amd64 Packages [9670 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB] - Fetched 9999 kB in 5s (2124 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [flux.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-base-compiler is already installed (current version is 5.1.1). [NOTE] Package ocaml is already installed (current version is 5.1.1). [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-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-01-26 22:07.05 ---> saved as "b17904272bbfba118f32146b47f2f3609c21703806289c9d5e962fea0d039e99" /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-base-compiler is already installed (current version is 5.1.1). [NOTE] Package ocaml is already installed (current version is 5.1.1). [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-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 15 packages - install alcotest 1.9.1 - install astring 0.8.5 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.21.0 - install dune-configurator 3.21.0 - install fmt 0.11.0 - install miou 0.5.2 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - 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 csexp.1.5.2 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved miou.0.5.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.21.0 -> installed csexp.1.5.2 -> installed ocaml-syntax-shims.1.0.0 -> installed stdlib-shims.0.3.0 -> installed re.1.14.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.21.0 -> installed miou.0.5.2 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-26 22:09.23 ---> saved as "1e929d79e3ef70c7ec797b738e3a69f1a690ba09434316bf56fd3da47622f56f" /src: (copy (src .) (dst /src)) 2026-01-26 22:09.23 ---> saved as "371f561c1ca7adb3e6d59d08fc25a8305f5d2d5a4e94ac36a25fb084839ef41f" /src: (run (shell "opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _build")) File "example/dune", line 43, characters 27-36: 43 | (libraries ptime.clock.os fluxt.zip)) ^^^^^^^^^ Error: Library "fluxt.zip" not found. -> required by _build/default/example/.zip.eobjs/byte/dune__exe__Consume.cmi -> required by alias example/check File "example/dune", line 23, characters 27-35: 23 | (libraries miou.unix flux fluxt.gz)) ^^^^^^^^ Error: Library "fluxt.gz" not found. -> required by _build/default/example/.gunzip.eobjs/byte/dune__exe__Consume.cmi -> required by alias example/check File "example/dune", line 19, characters 32-40: 19 | (libraries bstr miou.unix flux fluxt.zl)) ^^^^^^^^ Error: Library "fluxt.zl" not found. -> required by _build/default/example/.zpipe.eobjs/byte/dune__exe__Consume.cmi -> required by alias example/check File "example/dune", line 27, characters 12-20: 27 | (libraries digestif miou.unix flux)) ^^^^^^^^ Error: Library "digestif" not found. -> required by _build/default/example/.sha256sum.eobjs/byte/dune__exe__Consume.cmi -> required by alias example/check File "example/dune", line 39, characters 63-71: 39 | (libraries httpcats mirage-crypto-rng-miou-unix fmt miou.unix progress flux)) ^^^^^^^^ Error: Library "progress" not found. -> required by _build/default/example/.fetch.eobjs/byte/dune__exe__Consume.cmi -> required by alias example/check (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml) File "example/gunzip.ml", line 3, characters 42-57: 3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in ^^^^^^^^^^^^^^^ Error: Unbound module Flux_gz (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml) File "example/fetch.ml", line 6, characters 12-19: 6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name ^^^^^^^ Error: Unbound module Fmt (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml) File "example/consume.ml", line 1: Error: Could not find the .cmi file for interface example/consume.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml) File "example/consume.ml", line 1: Error: Could not find the .cmi file for interface example/consume.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml) File "example/error.ml", line 1: Error: Could not find the .cmi file for interface example/error.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml) File "example/consume.ml", line 1: Error: Could not find the .cmi file for interface example/consume.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml) File "example/search.ml", line 4, characters 23-53: 4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Httpcats (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml) File "example/gunzip.ml", line 3, characters 42-57: 3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in ^^^^^^^^^^^^^^^ Error: Unbound module Flux_gz (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml) File "example/zip.ml", line 12, characters 2-22: 12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src ^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Flux_zip (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml) File "example/consume.ml", line 1: Error: Could not find the .cmi file for interface example/consume.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml) File "example/repeat.ml", line 1: Error: Could not find the .cmi file for interface example/repeat.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml) File "example/head.ml", line 1: Error: Could not find the .cmi file for interface example/head.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml) File "example/search.ml", line 4, characters 23-53: 4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Httpcats (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml) File "example/repeat.ml", line 1: Error: Could not find the .cmi file for interface example/repeat.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml) File "example/sha256sum.ml", line 4, characters 11-19: 4 | let open Digestif in ^^^^^^^^ Error: Unbound module Digestif Hint: Did you mean Digest? (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml) File "example/infinite.ml", line 1: Error: Could not find the .cmi file for interface example/infinite.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml) File "example/fetch.ml", line 6, characters 12-19: 6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name ^^^^^^^ Error: Unbound module Fmt (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml) File "example/zip.ml", line 12, characters 2-22: 12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src ^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Flux_zip (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml) File "example/error.ml", line 1: Error: Could not find the .cmi file for interface example/error.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml) File "example/error.ml", line 1: Error: Could not find the .cmi file for interface example/error.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml) File "example/sha256sum.ml", line 4, characters 11-19: 4 | let open Digestif in ^^^^^^^^ Error: Unbound module Digestif Hint: Did you mean Digest? (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml) File "example/zpipe.ml", line 3, characters 30-41: 3 | let init () = (k.init (), Bstr.create 0x7ff, 0) ^^^^^^^^^^^ Error: Unbound module Bstr (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml) File "example/consume.ml", line 1: Error: Could not find the .cmi file for interface example/consume.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml) File "example/infinite.ml", line 1: Error: Could not find the .cmi file for interface example/infinite.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml) File "example/random.ml", line 1: Error: Could not find the .cmi file for interface example/random.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml) File "example/zpipe.ml", line 3, characters 30-41: 3 | let init () = (k.init (), Bstr.create 0x7ff, 0) ^^^^^^^^^^^ Error: Unbound module Bstr (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml) File "example/random.ml", line 1: Error: Could not find the .cmi file for interface example/random.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml) File "example/head.ml", line 1: Error: Could not find the .cmi file for interface example/head.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml) File "example/fetch.ml", line 6, characters 12-19: 6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name ^^^^^^^ Error: Unbound module Fmt (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml) File "example/gunzip.ml", line 3, characters 42-57: 3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in ^^^^^^^^^^^^^^^ Error: Unbound module Flux_gz (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml) File "example/search.ml", line 4, characters 23-53: 4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Httpcats (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml) File "example/gunzip.ml", line 3, characters 42-57: 3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in ^^^^^^^^^^^^^^^ Error: Unbound module Flux_gz (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml) File "example/head.ml", line 1: Error: Could not find the .cmi file for interface example/head.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml) File "example/sha256sum.ml", line 4, characters 11-19: 4 | let open Digestif in ^^^^^^^^ Error: Unbound module Digestif Hint: Did you mean Digest? (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml) File "example/repeat.ml", line 1: Error: Could not find the .cmi file for interface example/repeat.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml) File "example/zip.ml", line 12, characters 2-22: 12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src ^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Flux_zip (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml) File "example/zpipe.ml", line 3, characters 30-41: 3 | let init () = (k.init (), Bstr.create 0x7ff, 0) ^^^^^^^^^^^ Error: Unbound module Bstr (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml) File "example/fetch.ml", line 6, characters 12-19: 6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name ^^^^^^^ Error: Unbound module Fmt (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml) File "example/search.ml", line 4, characters 23-53: 4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Httpcats (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml) File "example/sha256sum.ml", line 4, characters 11-19: 4 | let open Digestif in ^^^^^^^^ Error: Unbound module Digestif Hint: Did you mean Digest? (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml) File "example/gunzip.ml", line 3, characters 42-57: 3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in ^^^^^^^^^^^^^^^ Error: Unbound module Flux_gz (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml) File "example/zpipe.ml", line 3, characters 30-41: 3 | let init () = (k.init (), Bstr.create 0x7ff, 0) ^^^^^^^^^^^ Error: Unbound module Bstr (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml) File "example/infinite.ml", line 1: Error: Could not find the .cmi file for interface example/infinite.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml) File "example/error.ml", line 1: Error: Could not find the .cmi file for interface example/error.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml) File "example/fetch.ml", line 6, characters 12-19: 6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name ^^^^^^^ Error: Unbound module Fmt (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml) File "example/repeat.ml", line 1: Error: Could not find the .cmi file for interface example/repeat.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml) File "example/infinite.ml", line 1: Error: Could not find the .cmi file for interface example/infinite.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml) File "example/head.ml", line 1: Error: Could not find the .cmi file for interface example/head.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml) File "example/zip.ml", line 12, characters 2-22: 12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src ^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Flux_zip (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml) File "example/search.ml", line 4, characters 23-53: 4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Httpcats (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml) File "example/sha256sum.ml", line 4, characters 11-19: 4 | let open Digestif in ^^^^^^^^ Error: Unbound module Digestif Hint: Did you mean Digest? (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml) File "example/repeat.ml", line 1: Error: Could not find the .cmi file for interface example/repeat.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml) File "example/gunzip.ml", line 3, characters 42-57: 3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in ^^^^^^^^^^^^^^^ Error: Unbound module Flux_gz (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml) File "example/random.ml", line 1: Error: Could not find the .cmi file for interface example/random.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml) File "example/fetch.ml", line 6, characters 12-19: 6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name ^^^^^^^ Error: Unbound module Fmt (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml) File "example/zpipe.ml", line 3, characters 30-41: 3 | let init () = (k.init (), Bstr.create 0x7ff, 0) ^^^^^^^^^^^ Error: Unbound module Bstr (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml) File "example/error.ml", line 1: Error: Could not find the .cmi file for interface example/error.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml) File "example/infinite.ml", line 1: Error: Could not find the .cmi file for interface example/infinite.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml) File "example/head.ml", line 1: Error: Could not find the .cmi file for interface example/head.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml) File "example/random.ml", line 1: Error: Could not find the .cmi file for interface example/random.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml) File "example/zpipe.ml", line 3, characters 30-41: 3 | let init () = (k.init (), Bstr.create 0x7ff, 0) ^^^^^^^^^^^ Error: Unbound module Bstr (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml) File "example/sha256sum.ml", line 4, characters 11-19: 4 | let open Digestif in ^^^^^^^^ Error: Unbound module Digestif Hint: Did you mean Digest? (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml) File "example/search.ml", line 4, characters 23-53: 4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Httpcats (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml) File "example/random.ml", line 1: Error: Could not find the .cmi file for interface example/random.mli. (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml) File "example/zip.ml", line 12, characters 2-22: 12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src ^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Flux_zip (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml) File "example/zip.ml", line 12, characters 2-22: 12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src ^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Flux_zip (cd _build/default/test && ./test.exe) Testing `test'. This run has ID `RZTZ1NFV'. [OK] basics 0 basic00. [OK] basics 1 basic01. [OK] basics 2 basic02. [OK] basics 3 basic03. [OK] basics 4 basic04. [OK] basics 5 basic05. [OK] miou 0 miou00. [OK] miou 1 miou01. Full test results in `/src/_build/default/test/_build/_tests/test'. Test Successful in 0.001s. 8 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _build" failed with exit status 1 2026-01-26 22:09.26: Job failed: Failed: Build failed