Organisationsrobur-coopfluxebd022 (main)openbsd-77-amd64-5.4_opam-2.5

openbsd-77-amd64-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:37.18: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (ebd022276b35a11d978ca8ba98f4de9a83f40c1b) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.5)
Base: openbsd-77-amd64-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard ebd02227
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-77-amd64-ocaml-5.4
# openbsd-77-amd64-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 fluxt.opam flux.opam /home/opam/src/./
RUN opam pin add -yn fluxt.dev '/home/opam/src/./' && \
opam pin add -yn flux.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.2 cmdliner.2.1.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.22.1 dune-configurator.3.22.1 eqaf.0.10 fmt.0.11.0 miou.0.5.5 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y fluxt.dev flux.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-04-03 11:37.18: Using cache hint "robur-coop/flux-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-c319d7307e882097786ea8bbbcd95bce"
2026-04-03 11:37.18: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-5.4)
(comment openbsd-77-amd64-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas 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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src fluxt.opam flux.opam) (dst /home/opam/src/./))
(run (network host)
(shell  "opam pin add -yn fluxt.dev '/home/opam/src/./' && \
\nopam pin add -yn flux.dev '/home/opam/src/./'"))
(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.2 cmdliner.2.1.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.22.1 dune-configurator.3.22.1 eqaf.0.10 fmt.0.11.0 miou.0.5.5 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.1 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y fluxt.dev flux.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-03 11:37.18: Waiting for resource in pool OCluster
2026-04-03 18:56.59: Waiting for worker…
2026-04-03 22:52.00: Got resource from pool OCluster
Building on oregano.caelum.ci.dev
All commits already cached
HEAD is now at ebd0222 Merge pull request #12 from robur-coop/concat


(from openbsd-77-amd64-ocaml-5.4)
2026-04-03 22:52.01 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache


/: (comment openbsd-77-amd64-5.4_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-03 22:52.01 ---> using "cd72dc3a3c8ea2afd18b1257d8b5421d0f9a4dafb0a258b995fdf62c1e2a67c4" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file:///home/opam/opam-repository
2026-04-03 22:52.01 ---> using "25ee98d58d8c907869f6fd5004c258d71c5033e73edf1fe48b86a48a34773b77" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-03 22:52.01 ---> using "b97072ad387d97fa49b3fc7ece6dbbedda3ad8df05946df9b57bbb8c1e1ea296" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
93a7bce43a..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 22:52.01 ---> using "cbf46da724df46481c5d04d613dc4045385057cdbb10fac338444770cad347a1" from cache


/: (copy (src fluxt.opam flux.opam) (dst /home/opam/src/./))
2026-04-03 22:52.20 ---> saved as "2496a27ce40851f2bfa059e840bb63f8e935418593c4b4ce271422dfed7a45e3"


/: (run (network host)
(shell  "opam pin add -yn fluxt.dev '/home/opam/src/./' && \
\nopam pin add -yn flux.dev '/home/opam/src/./'"))
[fluxt.dev] synchronised (file:///home/opam/src)
fluxt is now pinned to file:///home/opam/src (version dev)
[flux.dev] synchronised (file:///home/opam/src)
flux is now pinned to file:///home/opam/src (version dev)
2026-04-03 22:53.16 ---> saved as "722fd83f4b304bd7539585bf403d4b5e39afb40844dd0655da37faa25dcc545b"


/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-04-03 22:54.15 ---> saved as "154bcb4ee1d52e7d96f89e5727c8b963bd2c179ade5d1b6595ba0d04b67cc672"


/: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.2 cmdliner.2.1.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.22.1 dune-configurator.3.22.1 eqaf.0.10 fmt.0.11.0 miou.0.5.5 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.1 uutf.1.0.4")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y fluxt.dev flux.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[fluxt.dev] synchronised (file:///home/opam/src)
[flux.dev] synchronised (file:///home/opam/src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-04-03 22:55.19 ---> saved as "6db1f34396038ed64321cfb705f59b9447709eb58630a3c239cebec282e6f6cd"


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 25 packages
- install alcotest           1.9.1
- install angstrom           0.16.1
- install astring            0.8.5
- install bigstringaf        0.10.0
- install bstr               0.0.4
- install checkseum          0.5.2
- install cmdliner           2.1.0
- install csexp              1.5.2
- install decompress         1.5.3
- install digestif           1.3.0
- install dune               3.22.1
- install dune-configurator  3.22.1
- install eqaf               0.10
- install fmt                0.11.0
- install miou               0.5.5
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install optint             0.3.0
- install ptime              1.2.0
- install re                 1.14.0
- install stdlib-shims       0.3.0
- install tar                3.3.0
- install topkg              1.1.1
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved bstr.0.0.4  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved miou.0.5.5  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tar.3.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed cmdliner.2.1.0
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed bstr.0.0.4
-> installed ocaml-syntax-shims.1.0.0
-> installed eqaf.0.10
-> installed optint.0.3.0
-> installed dune-configurator.3.22.1
-> installed stdlib-shims.0.3.0
-> installed bigstringaf.0.10.0
-> installed re.1.14.0
-> installed digestif.1.3.0
-> installed angstrom.0.16.1
-> installed checkseum.0.5.2
-> installed alcotest.1.9.1
-> installed decompress.1.5.3
-> installed tar.3.3.0
-> installed miou.0.5.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 23:00.18 ---> saved as "4071f1452ca5fb875ea36a2e4683c3868f3b05b7a1a9320539c914bbd9068f15"


/: (copy (src .) (dst /home/opam/src))
2026-04-03 23:01.18 ---> saved as "dad4dec6ef727c595bd5dba6668f3537056540681076b62aa2d8ec084e3f10ad"


/: (run (shell "cd /home/opam/src && 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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/zl -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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-10:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/decompress/gz -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/bitv -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/miou/unix -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/bye -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-11:
26 |   Miou_unix.run ~domains:1 @@ fun () ->
^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-11:
4 |   Miou_unix.run @@ fun () ->
^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-11:
2 |   Miou_unix.run @@ fun () ->
^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-11:
12 |   Miou_unix.run ~domains:1 @@ fun () ->
^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-11:
26 |   Miou_unix.run @@ fun () ->
^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-11:
46 |   Miou_unix.run ~domains:1 @@ fun () ->
^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-11:
31 |   Miou_unix.run @@ fun () ->
^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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.4.0/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.4.0/lib/bstr -I /home/opam/.opam/5.4.0/lib/checkseum/c -I /home/opam/.opam/5.4.0/lib/decompress/de -I /home/opam/.opam/5.4.0/lib/miou -I /home/opam/.opam/5.4.0/lib/miou/backoff -I /home/opam/.opam/5.4.0/lib/miou/sync -I /home/opam/.opam/5.4.0/lib/optint -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/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-11:
30 |   Miou_unix.run @@ fun () ->
^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default/test && ./test.exe)
Testing `test'.
This run has ID `ISLLTXKM'.


[OK]          basics          0   basic00.
[OK]          basics          1   basic01.
[OK]          basics          2   basic02.
[OK]          basics          3   basic03.
[OK]          basics          4   basic04.
[OK]          basics          5   basic05.
[OK]          miou            0   miou00.
[OK]          miou            1   miou01.


Full test results in `~/src/_build/default/test/_build/_tests/test'.
Test Successful in 0.005s. 8 tests run.
"cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-04-03 23:02.23: Job failed: Failed: Build failed