Organisationsrobur-coopfluxebd022 (main)debian-13-5.1_opam-2.5

debian-13-5.1_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:37.18: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (ebd022276b35a11d978ca8ba98f4de9a83f40c1b) (linux-x86_64:debian-13-5.1_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35
Opam project build


To reproduce locally:


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


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


2026-04-03 11:37.18: Using cache hint "robur-coop/flux-ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35-debian-13-5.1_opam-2.5-47acbc715d3b00ea1bc80508f0842f0e"
2026-04-03 11:37.18: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35)
(comment debian-13-5.1_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src fluxt.opam flux.opam) (dst ./))
(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 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 miou.0.5.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y flux.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _build"))
)


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


(from ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35' locally
docker.io/ocaml/opam@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35: Pulling from ocaml/opam
866771c43bf5: Pulling fs layer
1e49bea09367: Pulling fs layer
e793768537e6: Pulling fs layer
ed323d3d481a: Pulling fs layer
7df34a5cd5f1: Pulling fs layer
fd712d3eb935: Pulling fs layer
4b9fb8c99118: Pulling fs layer
9d9a01948b94: Pulling fs layer
0f1514f90b32: Pulling fs layer
fd712d3eb935: Waiting
e1ec5a753447: Pulling fs layer
4b9fb8c99118: Waiting
03cc323e2f71: Pulling fs layer
c09c08ea9749: Pulling fs layer
9d9a01948b94: Waiting
e1ec5a753447: Waiting
b36b619f8e6b: Pulling fs layer
195344ca5274: Pulling fs layer
b36b619f8e6b: Waiting
228ee78582a6: Pulling fs layer
504bde1c25b3: Pulling fs layer
7df34a5cd5f1: Waiting
9d8b1356c89f: Pulling fs layer
504bde1c25b3: Waiting
9d8b1356c89f: Waiting
ed323d3d481a: Waiting
568fb6dda155: Pulling fs layer
03cc323e2f71: Waiting
c499c9198aea: Pulling fs layer
048e5e358118: Pulling fs layer
568fb6dda155: Waiting
871ca48eb45d: Pulling fs layer
c499c9198aea: Waiting
4f4fb700ef54: Pulling fs layer
a5a2568b9df9: Pulling fs layer
4f4fb700ef54: Waiting
068cf3106ac8: Pulling fs layer
559f54ec9b29: Pulling fs layer
048e5e358118: Waiting
a5a2568b9df9: Waiting
c09c08ea9749: Waiting
798ffd96fde5: Pulling fs layer
068cf3106ac8: Waiting
559f54ec9b29: Waiting
e9a891bf80d7: Pulling fs layer
798ffd96fde5: Waiting
d720cfe12674: Pulling fs layer
c81c932f4a91: Pulling fs layer
195344ca5274: Waiting
228ee78582a6: Waiting
79f24fa3bb11: Pulling fs layer
d720cfe12674: Waiting
871ca48eb45d: Waiting
c81c932f4a91: Waiting
8c1debcd8c20: Pulling fs layer
79f24fa3bb11: Waiting
1bb2cfea7250: Pulling fs layer
0f1514f90b32: Waiting
e9a891bf80d7: Waiting
2b3d3ca75e4c: Pulling fs layer
8c1debcd8c20: Waiting
1bb2cfea7250: Waiting
557cacaf263c: Pulling fs layer
2b3d3ca75e4c: Waiting
d10483022eef: Pulling fs layer
557cacaf263c: Waiting
7b62a90d8223: Pulling fs layer
d10483022eef: Waiting
28ce8ea66e72: Pulling fs layer
7b62a90d8223: Waiting
d975909ea717: Pulling fs layer
28ce8ea66e72: Waiting
5c215c69c247: Pulling fs layer
d975909ea717: Waiting
e7c082452a54: Pulling fs layer
27454b3e44fc: Pulling fs layer
5c215c69c247: Waiting
e7c082452a54: Waiting
cf864090fffc: Pulling fs layer
27454b3e44fc: Waiting
98d73952e572: Pulling fs layer
cf864090fffc: Waiting
0961d2e8514c: Pulling fs layer
12aa16a25135: Pulling fs layer
98d73952e572: Waiting
bcafe58b9eec: Pulling fs layer
12aa16a25135: Waiting
5fc119aa4d28: Pulling fs layer
bcafe58b9eec: Waiting
0961d2e8514c: Waiting
1e49bea09367: Verifying Checksum
1e49bea09367: Download complete
e793768537e6: Download complete
ed323d3d481a: Verifying Checksum
ed323d3d481a: Download complete
7df34a5cd5f1: Verifying Checksum
7df34a5cd5f1: Download complete
866771c43bf5: Verifying Checksum
866771c43bf5: Download complete
9d9a01948b94: Verifying Checksum
9d9a01948b94: Download complete
4b9fb8c99118: Verifying Checksum
4b9fb8c99118: Download complete
e1ec5a753447: Verifying Checksum
e1ec5a753447: Download complete
03cc323e2f71: Verifying Checksum
03cc323e2f71: Download complete
fd712d3eb935: Verifying Checksum
fd712d3eb935: Download complete
c09c08ea9749: Verifying Checksum
c09c08ea9749: Download complete
0f1514f90b32: Verifying Checksum
0f1514f90b32: Download complete
866771c43bf5: Pull complete
1e49bea09367: Pull complete
e793768537e6: Pull complete
b36b619f8e6b: Verifying Checksum
b36b619f8e6b: Download complete
228ee78582a6: Verifying Checksum
228ee78582a6: Download complete
195344ca5274: Verifying Checksum
195344ca5274: Download complete
9d8b1356c89f: Verifying Checksum
9d8b1356c89f: Download complete
568fb6dda155: Download complete
ed323d3d481a: Pull complete
504bde1c25b3: Verifying Checksum
504bde1c25b3: Download complete
7df34a5cd5f1: Pull complete
c499c9198aea: Download complete
048e5e358118: Download complete
871ca48eb45d: Verifying Checksum
871ca48eb45d: Download complete
4f4fb700ef54: Download complete
a5a2568b9df9: Download complete
068cf3106ac8: Download complete
559f54ec9b29: Download complete
798ffd96fde5: Verifying Checksum
798ffd96fde5: Download complete
e9a891bf80d7: Verifying Checksum
e9a891bf80d7: Download complete
c81c932f4a91: Verifying Checksum
c81c932f4a91: Download complete
79f24fa3bb11: Verifying Checksum
79f24fa3bb11: Download complete
d720cfe12674: Download complete
1bb2cfea7250: Download complete
8c1debcd8c20: Download complete
2b3d3ca75e4c: Verifying Checksum
2b3d3ca75e4c: Download complete
557cacaf263c: Download complete
7b62a90d8223: Verifying Checksum
7b62a90d8223: Download complete
d975909ea717: Verifying Checksum
d975909ea717: Download complete
5c215c69c247: Download complete
e7c082452a54: Download complete
28ce8ea66e72: Verifying Checksum
28ce8ea66e72: Download complete
27454b3e44fc: Download complete
cf864090fffc: Verifying Checksum
cf864090fffc: Download complete
98d73952e572: Verifying Checksum
98d73952e572: Download complete
12aa16a25135: Download complete
bcafe58b9eec: Verifying Checksum
bcafe58b9eec: Download complete
5fc119aa4d28: Download complete
d10483022eef: Verifying Checksum
d10483022eef: Download complete
fd712d3eb935: Pull complete
4b9fb8c99118: Pull complete
9d9a01948b94: Pull complete
0f1514f90b32: Pull complete
e1ec5a753447: Pull complete
03cc323e2f71: Pull complete
c09c08ea9749: Pull complete
b36b619f8e6b: Pull complete
195344ca5274: Pull complete
228ee78582a6: Pull complete
504bde1c25b3: Pull complete
9d8b1356c89f: Pull complete
0961d2e8514c: Verifying Checksum
0961d2e8514c: Download complete
568fb6dda155: Pull complete
c499c9198aea: Pull complete
048e5e358118: Pull complete
871ca48eb45d: Pull complete
4f4fb700ef54: Pull complete
a5a2568b9df9: Pull complete
068cf3106ac8: Pull complete
559f54ec9b29: Pull complete
798ffd96fde5: Pull complete
e9a891bf80d7: Pull complete
d720cfe12674: Pull complete
c81c932f4a91: Pull complete
79f24fa3bb11: Pull complete
8c1debcd8c20: Pull complete
1bb2cfea7250: Pull complete
2b3d3ca75e4c: Pull complete
557cacaf263c: Pull complete
d10483022eef: Pull complete
7b62a90d8223: Pull complete
28ce8ea66e72: Pull complete
d975909ea717: Pull complete
5c215c69c247: Pull complete
e7c082452a54: Pull complete
27454b3e44fc: Pull complete
cf864090fffc: Pull complete
98d73952e572: Pull complete
0961d2e8514c: Pull complete
12aa16a25135: Pull complete
bcafe58b9eec: Pull complete
5fc119aa4d28: Pull complete
Digest: sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35
Status: Downloaded newer image for ocaml/opam@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35
2026-04-03 17:02.13 ---> using "043878a17430eb7307125489308030a24bcdcad0c95c2a109a9fe14316981ea0" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-03 17:02.13 ---> using "6b7056ea7ce356ec6f7912a2926e5fd7f883103e1965bfbfd430131165bcd018" from cache


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


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


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 17:02.13 ---> using "f3b4b2f6e6b83119a65df9b96ef8caf4b84e2b6810257468cbd6dce3e49df6a5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.1.1
2.5.0
2026-04-03 17:02.13 ---> using "40a0d9ebc36b710fd682ab81510657b976df188a86220f6a8b708d8aaef913ed" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 17:02.13 ---> using "56298b29b720efd320488445e8fb128d0a2092645b72583f0283bb88d649e5f8" from cache


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


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


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


/src: (copy (src fluxt.opam flux.opam) (dst ./))
2026-04-03 17:02.13 ---> using "376fb1ef944a145095a815c5114552128bc47c5b470bb92fe8675cede5236bb6" from cache


/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-03 17:02.13 ---> using "37f71ef42b4cd610729d6a292ac34dee9feeccde5bb878af32dcaa4cc1229ed8" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 17:02.13 ---> using "84dc6a3f89d6522dfe22fcf28ca7965b6f8f26b7786f44b6e9bad53f35e04e4c" from cache


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 miou.0.5.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")


/src: (env CI true)


/src: (env OCAMLCI true)


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


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-04-03 17:02.13 ---> using "d8545464106dafbea15793b84d82005d63dc53f77e94a438bdd7013df437e619" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 15 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install cmdliner           2.1.0
- install csexp              1.5.2
- install dune               3.22.1
- install dune-configurator  3.22.1
- 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 re                 1.14.0
- install stdlib-shims       0.3.0
- install topkg              1.1.1
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved miou.0.5.5  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.22.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.22.1
-> installed miou.0.5.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 17:02.13 ---> using "bd95c796257b65895b229bfeca3860709ead48e7aac12ec756b1fa20a5af5fcf" from cache


/src: (copy (src .) (dst /src))
2026-04-03 17:02.14 ---> saved as "8547b051d4373a277866e8081003f1dc2af41150d9870c0d8357414fbd0e1d9f"


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


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


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