Organisationsrobur-coopfluxacf6fe (fix-ci)debian-13-5.2_opam-2.5

debian-13-5.2_opam-2.5

Logs

Show full logs
2026-04-23 09:52.37: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/fix-ci (acf6fed4b4a555cf84503a40d24f3da01300c45c) (linux-x86_64:debian-13-5.2_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/robur-coop/flux.git" -b "fix-ci" && cd "flux" && git reset --hard acf6fed4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
# debian-13-5.2_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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 fluxt.opam flux.opam examples-do-not-release.opam ./
RUN opam pin add -yn fluxt.dev './' && \
    opam pin add -yn flux.dev './' && \
    opam pin add -yn examples-do-not-release.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 bstr.0.0.4 ca-certs.1.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.2.5 dns-client.10.2.5 dns-client-miou-unix.10.2.5 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 eqaf.0.10 faraday.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h1.1.1.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.0.2.1 httpun-types.0.2.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lru.0.3.1 macaddr.5.6.2 metrics.0.5.0 miou.0.5.5 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 optint.0.3.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 tar.3.3.0 tls.2.0.4 tls-miou-unix.2.0.4 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y fluxt.dev flux.dev examples-do-not-release.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-23 09:52.37: Using cache hint "robur-coop/flux-ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0-debian-13-5.2_opam-2.5-a0b29217263aa1e272fcffd0b35e2380"
2026-04-23 09:52.37: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0)
 (comment debian-13-5.2_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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src fluxt.opam flux.opam examples-do-not-release.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn fluxt.dev './' && \
             \nopam pin add -yn flux.dev './' && \
             \nopam pin add -yn examples-do-not-release.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 bstr.0.0.4 ca-certs.1.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.2.5 dns-client.10.2.5 dns-client-miou-unix.10.2.5 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 eqaf.0.10 faraday.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h1.1.1.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.0.2.1 httpun-types.0.2.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lru.0.3.1 macaddr.5.6.2 metrics.0.5.0 miou.0.5.5 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 optint.0.3.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 tar.3.3.0 tls.2.0.4 tls-miou-unix.2.0.4 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14")
 (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 fluxt.dev flux.dev examples-do-not-release.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-23 09:52.37: Waiting for resource in pool OCluster
2026-04-23 10:36.59: Waiting for worker…
2026-04-23 10:40.33: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at acf6fed Add an opam file for examples

(from ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0)
2026-04-23 10:40.34 ---> using "94a57a9c3527a48ab5d91602eeb79e35d18ff1f71260d38c89c82f7fbff465ae" from cache

/: (comment debian-13-5.2_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-23 10:40.34 ---> using "b9d22a1bdc828a837b755057752c8957a4c5d15367e279844b1e37935ba1e128" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-23 10:40.34 ---> using "f56f445336b694ef3e451ab752adb2b680dbba91be01306fcf3529de7b6c3af8" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.2.1
2.5.0
2026-04-23 10:40.34 ---> using "66c9846cb250aff6c9d4c0076257f7b5a327eb92fb547f9fc6af3270d11c0e86" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-23 10:40.34 ---> using "f7f47a5f8eba1682cf4d9599689e3879f7d007257dd68c96251b9d5742516c25" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   95972b8834..6b6b0c375b  master     -> origin/master
499ef09e25 Merge pull request #29791 from dbuenzli/b0-publish-bos.0.3.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


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-23 10:40.34 ---> using "d06b8650466bcb5e6087e9bf75a668d82354587b32245c4c3d74a62072aa7d43" from cache

/src: (copy (src fluxt.opam flux.opam examples-do-not-release.opam) (dst ./))
2026-04-23 10:40.34 ---> saved as "3b8a6c5dcffe948d18d8aef3ac7f7b1c63dc1bf377ce3f9334b419d00a50d26a"

/src: (run (network host)
           (shell  "opam pin add -yn fluxt.dev './' && \
                  \nopam pin add -yn flux.dev './' && \
                  \nopam pin add -yn examples-do-not-release.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)
[NOTE] Package examples-do-not-release does not exist in opam repositories registered in the current switch.
[examples-do-not-release.dev] synchronised (file:///src)
[WARNING] Failed checks on examples-do-not-release package definition from source at file:///src:
    error  3: File format error in 'name' at line 2, column 0: while expecting pkg-name: Invalid character '.' in package name "examples-do-not-release.opam"
examples-do-not-release is now pinned to file:///src (version dev)
2026-04-23 10:40.38 ---> saved as "f5ea68cd86da622b6b69640d98adc6836f4ecbbd786e41f2ae3632b4bb95310e"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-23 10:40.38 ---> saved as "3d7ff97a59377f7e716254054d9737667a2f765e9e339a592c1c456084b1221e"

/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 bstr.0.0.4 ca-certs.1.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.2.5 dns-client.10.2.5 dns-client-miou-unix.10.2.5 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 eqaf.0.10 faraday.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h1.1.1.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-miou-unix.2.0.1 hpack.0.13.0 httpcats.0.2.1 httpun-types.0.2.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lru.0.3.1 macaddr.5.6.2 metrics.0.5.0 miou.0.5.5 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 optint.0.3.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 tar.3.3.0 tls.2.0.4 tls-miou-unix.2.0.4 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14")

/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 fluxt.dev flux.dev examples-do-not-release.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [127 kB]
- Fetched 218 kB in 0s (2229 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[examples-do-not-release.dev] synchronised (file:///src)
[flux.dev] synchronised (file:///src)
[fluxt.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.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.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 system packages will first need to be installed:
    libgmp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20654 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-23 10:40.49 ---> saved as "5d6717510bd547df82b9958b53df0c4d120ca1b5f232298cf9276508d371bd48"

/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.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.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 67 packages
  - install alcotest                 1.9.1
  - install angstrom                 0.16.1
  - install asn1-combinators         0.3.2
  - install astring                  0.8.5
  - install base64                   3.5.2
  - install bigstringaf              0.10.0
  - install bos                      0.3.0
  - install bstr                     0.0.4
  - install ca-certs                 1.0.1
  - install checkseum                0.5.3
  - install cmdliner                 2.1.1
  - install conf-gmp                 5
  - install conf-gmp-powm-sec        4
  - install conf-pkg-config          4
  - install csexp                    1.5.2
  - install decompress               1.5.3
  - install digestif                 1.3.0
  - install dns                      10.2.5
  - install dns-client               10.2.5
  - install dns-client-miou-unix     10.2.5
  - install domain-name              0.5.0
  - install dune                     3.22.2
  - install dune-configurator        3.22.2
  - install duration                 0.3.1
  - install eqaf                     0.10
  - install faraday                  0.8.2
  - install fmt                      0.11.0
  - install fpath                    0.7.3
  - install gmap                     0.3.0
  - install h1                       1.1.0
  - install h2                       0.13.0
  - install happy-eyeballs           2.0.1
  - install happy-eyeballs-miou-unix 2.0.1
  - install hpack                    0.13.0
  - install httpcats                 0.2.1
  - install httpun-types             0.2.0
  - install ipaddr                   5.6.2
  - install kdf                      1.0.0
  - install logs                     0.10.0
  - install lru                      0.3.1
  - install macaddr                  5.6.2
  - install metrics                  0.5.0
  - install miou                     0.5.5
  - install mirage-crypto            2.1.0
  - install mirage-crypto-ec         2.1.0
  - install mirage-crypto-pk         2.1.0
  - install mirage-crypto-rng        2.1.0
  - install mtime                    2.1.0
  - install ocaml-syntax-shims       1.0.0
  - install ocamlbuild               0.16.1
  - install ocamlfind                1.9.8
  - install ohex                     0.2.0
  - install optint                   0.3.0
  - install psq                      0.2.1
  - install ptime                    1.2.0
  - install randomconv               0.2.0
  - install re                       1.14.0
  - install rresult                  0.7.0
  - install seq                      base
  - install stdlib-shims             0.3.0
  - install tar                      3.3.0
  - install tls                      2.0.4
  - install tls-miou-unix            2.0.4
  - install topkg                    1.1.1
  - install uutf                     1.0.4
  - install x509                     1.0.6
  - install zarith                   1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.3.0  (cached)
-> retrieved bstr.0.0.4  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved checkseum.0.5.3  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved dns.10.2.5, dns-client.10.2.5, dns-client-miou-unix.10.2.5  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved duration.0.3.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved h1.1.1.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved h2.0.13.0, hpack.0.13.0  (cached)
-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-miou-unix.2.0.1  (cached)
-> retrieved httpcats.0.2.1  (cached)
-> retrieved httpun-types.0.2.0  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved metrics.0.5.0  (cached)
-> retrieved miou.0.5.5  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved tar.3.3.0  (cached)
-> retrieved tls.2.0.4, tls-miou-unix.2.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved x509.1.0.6  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed bos.0.3.0
-> installed dune.3.22.2
-> installed randomconv.0.2.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed bstr.0.0.4
-> installed domain-name.0.5.0
-> installed duration.0.3.1
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed lru.0.3.1
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed happy-eyeballs.2.0.1
-> installed dune-configurator.3.22.2
-> installed alcotest.1.9.1
-> installed bigstringaf.0.10.0
-> installed faraday.0.8.2
-> installed checkseum.0.5.3
-> installed dns.10.2.5
-> installed angstrom.0.16.1
-> installed httpun-types.0.2.0
-> installed miou.0.5.5
-> installed hpack.0.13.0
-> installed h1.1.1.0
-> installed mirage-crypto.2.1.0
-> installed happy-eyeballs-miou-unix.2.0.1
-> installed kdf.1.0.0
-> installed decompress.1.5.3
-> installed mirage-crypto-rng.2.1.0
-> installed h2.0.13.0
-> installed tar.3.3.0
-> installed mirage-crypto-pk.2.1.0
-> installed dns-client.10.2.5
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed tls.2.0.4
-> installed tls-miou-unix.2.0.4
-> installed dns-client-miou-unix.10.2.5
-> installed httpcats.0.2.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-23 10:41.33 ---> saved as "b1deda63b2b5c58da97cc351953b8a7ce8dc2ff4203d7496589542d08a461da2"

/src: (copy (src .) (dst /src))
2026-04-23 10:41.34 ---> saved as "871d2ce2a2792150b5f63dc578e08476f7ccbeedec376900218aaaa6e6b07ddc"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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 && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.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.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 26, characters 2-15:
26 |   Miou_unix.run ~domains:1 @@ fun () ->
       ^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 4, characters 2-15:
4 |   Miou_unix.run @@ fun () ->
      ^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.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.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 2, characters 2-15:
2 |   Miou_unix.run @@ fun () ->
      ^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 26, characters 2-15:
26 |   Miou_unix.run @@ fun () ->
       ^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 12, characters 2-15:
12 |   Miou_unix.run ~domains:1 @@ fun () ->
       ^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 46, characters 2-15:
46 |   Miou_unix.run ~domains:1 @@ fun () ->
       ^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 31, characters 2-15:
31 |   Miou_unix.run @@ fun () ->
       ^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.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.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.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.2/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 -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 30, characters 2-15:
30 |   Miou_unix.run @@ fun () ->
       ^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.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.2/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 -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 33, characters 23-30:
33 |     | [| _; "-d" |] -> Flux_zl.(deflate (config ()))
                            ^^^^^^^
Error: Unbound module Flux_zl
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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.2/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 -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.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 `4F2UALZY'.

  [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]          formatter          0   formatter01.
  [OK]          miou               0   miou00.
  [OK]          miou               1   miou01.
  [OK]          miou               2   miou02.

Full test results in `/src/_build/default/test/_build/_tests/test'.
Test Successful in 0.001s. 10 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-04-23 10:41.35: Job failed: Failed: Build failed