Organisationsrobur-coopfluxfd9c83 (main)debian-13-5.2_opam-2.5

debian-13-5.2_opam-2.5

Link Copied
Code Copied

Logs

2026-04-23 09:52.23: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (fd9c83622c4e56c1ecf44e9126f2fbecfa2fd337) (linux-x86_64:debian-13-5.2_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard fd9c8362
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
# debian-13-5.2_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 fluxt.opam flux.opam ./
RUN opam pin add -yn fluxt.dev './' && \
opam pin add -yn flux.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.3 cmdliner.2.1.1 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 eqaf.0.10 fmt.0.11.0 miou.0.5.5 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-04-23 09:52.23: Using cache hint "robur-coop/flux-ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0-debian-13-5.2_opam-2.5-09d476d80895bb3a51e5f1cc4c83658a"
2026-04-23 09:52.23: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0)
(comment debian-13-5.2_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src fluxt.opam flux.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn fluxt.dev './' && \
\nopam pin add -yn flux.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.3 cmdliner.2.1.1 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 eqaf.0.10 fmt.0.11.0 miou.0.5.5 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-23 09:52.23: Waiting for resource in pool OCluster
2026-04-23 10:23.45: Waiting for worker…
2026-04-23 10:26.50: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at fd9c836 Merge pull request #17 from robur-coop/prepare-v0.0.1_beta5


(from ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0' locally
docker.io/ocaml/opam@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
9cb5e198c8cf: Pulling fs layer
2d346d36dcf2: Pulling fs layer
cdc35e289b8d: Pulling fs layer
aeb7244bb580: Pulling fs layer
fc1943254a0d: Pulling fs layer
9cb5e198c8cf: Waiting
2d346d36dcf2: Waiting
84238c416f8e: Pulling fs layer
aeb7244bb580: Waiting
cdc35e289b8d: Waiting
fbbfe75d3112: Pulling fs layer
84238c416f8e: Waiting
fc1943254a0d: Waiting
221fdc5d9929: Pulling fs layer
1fec9149b52a: Pulling fs layer
221fdc5d9929: Waiting
9c6e52557f24: Pulling fs layer
8737f5036aae: Pulling fs layer
fbbfe75d3112: Waiting
1fec9149b52a: Waiting
9c6e52557f24: Waiting
d69c4074de14: Pulling fs layer
7237152a5f04: Pulling fs layer
fba4b414d8a0: Pulling fs layer
8737f5036aae: Waiting
40d552afb3ef: Pulling fs layer
d69c4074de14: Waiting
077cc17dc8e4: Pulling fs layer
7237152a5f04: Waiting
40d552afb3ef: Waiting
169e1be36a55: Pulling fs layer
0a8a005097ab: Pulling fs layer
077cc17dc8e4: Waiting
caba3ec4b361: Pulling fs layer
6a364dc641f8: Pulling fs layer
4f4fb700ef54: Pulling fs layer
caba3ec4b361: Waiting
169e1be36a55: Waiting
ab8052928cdc: Pulling fs layer
6a364dc641f8: Waiting
0a8a005097ab: Waiting
4f4fb700ef54: Waiting
f5717a28dd6a: Pulling fs layer
79233a9b9bed: Pulling fs layer
ab8052928cdc: Waiting
d832d53e7392: Pulling fs layer
1872dad82243: Pulling fs layer
f5717a28dd6a: Waiting
d832d53e7392: Waiting
79233a9b9bed: Waiting
bfd849b08ba7: Pulling fs layer
834a8024ef15: Pulling fs layer
1872dad82243: Waiting
98ccec79258b: Pulling fs layer
bfd849b08ba7: Waiting
834a8024ef15: Waiting
fb48f36a0542: Pulling fs layer
3688b13db8e7: Pulling fs layer
a5c099f5f72c: Pulling fs layer
1ff1760de5b0: Pulling fs layer
98eec6764aa5: Pulling fs layer
fb48f36a0542: Waiting
3688b13db8e7: Waiting
aa22ae69debd: Pulling fs layer
12bfb7b962a2: Pulling fs layer
a5c099f5f72c: Waiting
1ff1760de5b0: Waiting
ec25ce9bb816: Pulling fs layer
98eec6764aa5: Waiting
beadd3cf7357: Pulling fs layer
12bfb7b962a2: Waiting
d0d0c65a426d: Pulling fs layer
ec25ce9bb816: Waiting
515483e45ca3: Pulling fs layer
beadd3cf7357: Waiting
d0d0c65a426d: Waiting
661f20af1a8e: Pulling fs layer
76308b68cccc: Pulling fs layer
515483e45ca3: Waiting
661f20af1a8e: Waiting
188a1be3940d: Pulling fs layer
42df7319b6b4: Pulling fs layer
a2d792fa2790: Pulling fs layer
42df7319b6b4: Waiting
d93e664bf0fb: Pulling fs layer
188a1be3940d: Waiting
a2d792fa2790: Waiting
9cb5e198c8cf: Verifying Checksum
9cb5e198c8cf: Pull complete
2d346d36dcf2: Verifying Checksum
2d346d36dcf2: Download complete
2d346d36dcf2: Pull complete
aeb7244bb580: Verifying Checksum
aeb7244bb580: Download complete
cdc35e289b8d: Verifying Checksum
cdc35e289b8d: Download complete
84238c416f8e: Verifying Checksum
84238c416f8e: Download complete
fbbfe75d3112: Verifying Checksum
fbbfe75d3112: Download complete
cdc35e289b8d: Pull complete
aeb7244bb580: Pull complete
221fdc5d9929: Verifying Checksum
221fdc5d9929: Download complete
1fec9149b52a: Verifying Checksum
1fec9149b52a: Download complete
9c6e52557f24: Verifying Checksum
9c6e52557f24: Download complete
8737f5036aae: Verifying Checksum
8737f5036aae: Download complete
fc1943254a0d: Verifying Checksum
fc1943254a0d: Download complete
d69c4074de14: Download complete
7237152a5f04: Verifying Checksum
7237152a5f04: Download complete
40d552afb3ef: Verifying Checksum
40d552afb3ef: Download complete
077cc17dc8e4: Download complete
fba4b414d8a0: Verifying Checksum
fba4b414d8a0: Download complete
169e1be36a55: Download complete
0a8a005097ab: Download complete
caba3ec4b361: Verifying Checksum
caba3ec4b361: Download complete
6a364dc641f8: Verifying Checksum
6a364dc641f8: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
ab8052928cdc: Download complete
79233a9b9bed: Verifying Checksum
79233a9b9bed: Download complete
f5717a28dd6a: Verifying Checksum
f5717a28dd6a: Download complete
d832d53e7392: Verifying Checksum
d832d53e7392: Download complete
1872dad82243: Verifying Checksum
1872dad82243: Download complete
bfd849b08ba7: Verifying Checksum
bfd849b08ba7: Download complete
834a8024ef15: Download complete
98ccec79258b: Verifying Checksum
98ccec79258b: Download complete
fb48f36a0542: Download complete
3688b13db8e7: Verifying Checksum
3688b13db8e7: Download complete
a5c099f5f72c: Download complete
1ff1760de5b0: Verifying Checksum
1ff1760de5b0: Download complete
aa22ae69debd: Download complete
ec25ce9bb816: Download complete
beadd3cf7357: Verifying Checksum
beadd3cf7357: Download complete
d0d0c65a426d: Download complete
515483e45ca3: Verifying Checksum
515483e45ca3: Download complete
661f20af1a8e: Download complete
76308b68cccc: Download complete
98eec6764aa5: Verifying Checksum
98eec6764aa5: Download complete
188a1be3940d: Verifying Checksum
188a1be3940d: Download complete
42df7319b6b4: Verifying Checksum
42df7319b6b4: Download complete
a2d792fa2790: Verifying Checksum
a2d792fa2790: Download complete
d93e664bf0fb: Verifying Checksum
d93e664bf0fb: Download complete
12bfb7b962a2: Verifying Checksum
12bfb7b962a2: Download complete
fc1943254a0d: Pull complete
84238c416f8e: Pull complete
fbbfe75d3112: Pull complete
221fdc5d9929: Pull complete
1fec9149b52a: Pull complete
9c6e52557f24: Pull complete
8737f5036aae: Pull complete
d69c4074de14: Pull complete
7237152a5f04: Pull complete
fba4b414d8a0: Pull complete
40d552afb3ef: Pull complete
077cc17dc8e4: Pull complete
169e1be36a55: Pull complete
0a8a005097ab: Pull complete
caba3ec4b361: Pull complete
6a364dc641f8: Pull complete
4f4fb700ef54: Pull complete
ab8052928cdc: Pull complete
f5717a28dd6a: Pull complete
79233a9b9bed: Pull complete
d832d53e7392: Pull complete
1872dad82243: Pull complete
bfd849b08ba7: Pull complete
834a8024ef15: Pull complete
98ccec79258b: Pull complete
fb48f36a0542: Pull complete
3688b13db8e7: Pull complete
a5c099f5f72c: Pull complete
1ff1760de5b0: Pull complete
98eec6764aa5: Pull complete
aa22ae69debd: Pull complete
12bfb7b962a2: Pull complete
ec25ce9bb816: Pull complete
beadd3cf7357: Pull complete
d0d0c65a426d: Pull complete
515483e45ca3: Pull complete
661f20af1a8e: Pull complete
76308b68cccc: Pull complete
188a1be3940d: Pull complete
42df7319b6b4: Pull complete
a2d792fa2790: Pull complete
d93e664bf0fb: Pull complete
Digest: sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
Status: Downloaded newer image for ocaml/opam@sha256:e9e8a26d58179e75ca1525025bcc5dbbc56cd84f4176f8d1dcd97b95cde427b0
2026-04-23 10:27.51 ---> using "94a57a9c3527a48ab5d91602eeb79e35d18ff1f71260d38c89c82f7fbff465ae" from cache


/: (comment debian-13-5.2_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-23 10:27.51 ---> using "b9d22a1bdc828a837b755057752c8957a4c5d15367e279844b1e37935ba1e128" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


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


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


/src: (workdir /src)


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


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


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


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


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


/src: (copy (src fluxt.opam flux.opam) (dst ./))
2026-04-23 10:27.51 ---> saved as "e29112651c25fbc43d022eb68a2de1f1c0211ade2fa30a9b447f200c6ff91d2b"


/src: (run (network host)
(shell  "opam pin add -yn fluxt.dev './' && \
\nopam pin add -yn flux.dev './'"))
[fluxt.dev] synchronised (file:///src)
fluxt is now pinned to file:///src (version dev)
[flux.dev] synchronised (file:///src)
flux is now pinned to file:///src (version dev)
2026-04-23 10:27.56 ---> saved as "17ed9d68600203a658e802f401f4e1f46304b849da18387c50e30d28932c35e2"


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


/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.3 cmdliner.2.1.1 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 eqaf.0.10 fmt.0.11.0 miou.0.5.5 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y fluxt.dev flux.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [127 kB]
- Fetched 218 kB in 0s (1853 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-04-23 10:28.22 ---> saved as "7707a9dab0a098f1a610ac5e72b4481757e42c737da317962f7bb10d80afcc60"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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.3
- install cmdliner           2.1.1
- install csexp              1.5.2
- install decompress         1.5.3
- install digestif           1.3.0
- install dune               3.22.2
- install dune-configurator  3.22.2
- 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 alcotest.1.9.1  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bstr.0.0.4  (cached)
-> retrieved checkseum.0.5.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved miou.0.5.5  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.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 digestif.1.3.0  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed dune.3.22.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed bstr.0.0.4
-> installed eqaf.0.10
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed re.1.14.0
-> installed digestif.1.3.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.22.2
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.3
-> installed angstrom.0.16.1
-> installed miou.0.5.5
-> installed decompress.1.5.3
-> installed tar.3.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-23 10:29.42 ---> saved as "9b8d8d041ac1c6d89e1f6e0fc631207be64efb237fb976f6e58c2ad2deb4e9a0"


/src: (copy (src .) (dst /src))
2026-04-23 10:29.42 ---> saved as "10303685a11ab236d408ce7ade259c8229a7531b37924c3a674d739104116b4a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "example/dune", line 39, characters 63-71:
39 |  (libraries httpcats mirage-crypto-rng-miou-unix fmt miou.unix progress flux))
^^^^^^^^
Error: Library "progress" not found.
-> required by
_build/default/example/.fetch.eobjs/byte/dune__exe__Consume.cmi
-> required by alias example/check
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-57:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^^^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-41:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^^^^^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-57:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^^^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-41:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^^^^^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-57:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^^^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-41:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^^^^^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-57:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^^^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-41:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^^^^^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-57:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^^^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-41:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^^^^^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-57:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^^^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-41:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^^^^^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-57:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^^^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.2/lib/digestif/c -I /home/opam/.opam/5.2/lib/eqaf -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-41:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^^^^^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/gz -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 33, characters 23-30:
33 |     | [| _; "-d" |] -> Flux_zl.(deflate (config ()))
^^^^^^^
Error: Unbound module Flux_zl
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-57:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^^^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/bte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/decompress/zl -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/bitv -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/miou/unix -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)
File "example/zip.ml", line 12, characters 2-22:
12 |   Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src
^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Flux_zip
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 2, characters 2-15:
2 |   Miou_unix.run @@ fun () ->
^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-19:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^^^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 12, characters 2-15:
12 |   Miou_unix.run ~domains:1 @@ fun () ->
^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint: Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 31, characters 2-15:
31 |   Miou_unix.run @@ fun () ->
^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 4, characters 2-15:
4 |   Miou_unix.run @@ fun () ->
^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-53:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 26, characters 2-15:
26 |   Miou_unix.run @@ fun () ->
^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 46, characters 2-15:
46 |   Miou_unix.run ~domains:1 @@ fun () ->
^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 26, characters 2-15:
26 |   Miou_unix.run ~domains:1 @@ fun () ->
^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zip.eobjs/byte -I /home/opam/.opam/5.2/lib/bstr -I /home/opam/.opam/5.2/lib/checkseum/c -I /home/opam/.opam/5.2/lib/decompress/de -I /home/opam/.opam/5.2/lib/miou -I /home/opam/.opam/5.2/lib/miou/backoff -I /home/opam/.opam/5.2/lib/miou/sync -I /home/opam/.opam/5.2/lib/optint -I /home/opam/.opam/5.2/lib/ptime -I /home/opam/.opam/5.2/lib/ptime/clock -I lib/.flux.objs/byte -I lib/.flux_de.objs/byte -I lib/.flux_zip.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zip.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 30, characters 2-15:
30 |   Miou_unix.run @@ fun () ->
^^^^^^^^^^^^^
Error: Unbound module Miou_unix
(cd _build/default/test && ./test.exe)
Testing `test'.
This run has ID `6APHPLDE'.


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


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