Organisationsrobur-coopflux2b06f2 ()debian-12-5.4_opam-2.4

debian-12-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-10-27 22:40.04: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (2b06f251afdf4499446a11894955f88066e3920f) (linux-x86_64:debian-12-5.4_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard 2b06f251
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60
# debian-12-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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-effects.base base-nnp.base base-threads.base base-unix.base checkseum.0.5.2 cmdliner.2.0.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 eqaf.0.10 fmt.0.11.0 miou.0.5.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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


2025-10-27 22:40.04: Using cache hint "robur-coop/flux-ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60-debian-12-5.4_opam-2.4-b9be53146b9ac569ef97bdd537c2e6b6"
2025-10-27 22:40.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60)
(comment debian-12-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src fluxt.opam flux.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn fluxt.dev './' && \
\nopam pin add -yn flux.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base checkseum.0.5.2 cmdliner.2.0.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 eqaf.0.10 fmt.0.11.0 miou.0.5.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.0 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.4 --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"))
)


2025-10-27 22:40.04: Waiting for resource in pool OCluster
2025-10-27 23:17.54: Waiting for worker…
2025-10-27 23:19.49: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 2b06f25 Add .github/workflows/test.yml


(from ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60' locally
docker.io/ocaml/opam@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60: Pulling from ocaml/opam
4cb8b0429960: Pulling fs layer
7e0fde4a312f: Pulling fs layer
bd5aa16dffaf: Pulling fs layer
d3eaabf485cb: Pulling fs layer
4731a788ca46: Pulling fs layer
1a0e3fbb079f: Pulling fs layer
cc0a51588fd0: Pulling fs layer
64063bd4ca16: Pulling fs layer
bd5aa16dffaf: Waiting
d3eaabf485cb: Waiting
4731a788ca46: Waiting
cc0a51588fd0: Waiting
1a0e3fbb079f: Waiting
64063bd4ca16: Waiting
7e0fde4a312f: Waiting
4cb8b0429960: Waiting
4cb8b0429960: Verifying Checksum
4cb8b0429960: Download complete
7e0fde4a312f: Download complete
bd5aa16dffaf: Verifying Checksum
bd5aa16dffaf: Download complete
d3eaabf485cb: Verifying Checksum
d3eaabf485cb: Download complete
4731a788ca46: Verifying Checksum
4731a788ca46: Download complete
1a0e3fbb079f: Download complete
cc0a51588fd0: Verifying Checksum
cc0a51588fd0: Download complete
64063bd4ca16: Download complete
4cb8b0429960: Pull complete
7e0fde4a312f: Pull complete
bd5aa16dffaf: Pull complete
d3eaabf485cb: Pull complete
4731a788ca46: Pull complete
1a0e3fbb079f: Pull complete
cc0a51588fd0: Pull complete
64063bd4ca16: Pull complete
Digest: sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60
Status: Downloaded newer image for ocaml/opam@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60
2025-10-27 23:19.50 ---> using "7f4785a09926453b725db5c7111aa423ec6e5d3467032b24591728be673050f5" from cache


/: (comment debian-12-5.4_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-27 23:19.50 ---> using "53e067a26358c8278608c769d7889349658ef9b3e8e6e0ce8c0dfb980f64b827" 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
2025-10-27 23:19.50 ---> using "d5e3c15a2bc6ec9b1d299af4f637f2bc785795aad94d03f748be29cdfef62880" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-157-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-27 23:19.50 ---> using "406c0613925175aa9a78918246f6ae4b1d9f23829df820f39a19428fa60432cc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-27 23:19.50 ---> using "062d8ca37ece23748ef0c38b07fcadff6129a03065277479a2190129e4c65419" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
5bf570252b..7f9c784b97  master     -> origin/master
7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 23:19.50 ---> using "6d7b33d97fa2232c59d897dc2dbf48ca46a386e90a9644cd664fd559b648c78d" from cache


/src: (copy (src fluxt.opam flux.opam) (dst ./))
2025-10-27 23:19.50 ---> saved as "d59029c8777f63d15a3116cd5d4616d4f8b8ede8372133fe9d5cd3dfd38e11f7"


/src: (run (network host)
(shell  "opam pin add -yn fluxt.dev './' && \
\nopam pin add -yn flux.dev './'"))
[NOTE] Package fluxt does not exist in opam repositories registered in the current switch.
[fluxt.dev] synchronised (file:///src)
fluxt is now pinned to file:///src (version dev)
[NOTE] Package flux does not exist in opam repositories registered in the current switch.
[flux.dev] synchronised (file:///src)
flux is now pinned to file:///src (version dev)
2025-10-27 23:19.54 ---> saved as "c60ab069800bb39fd12ad1ffd553e5e078ed497e6c00d972760480804bae6694"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-27 23:19.54 ---> saved as "6e7e11a87f82bc86d033c833471b4ab122e3f448ebe72422877a009302eaf736"


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base checkseum.0.5.2 cmdliner.2.0.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 eqaf.0.10 fmt.0.11.0 miou.0.5.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.0 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.4 --depext-only -y fluxt.dev flux.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [283 kB]
- Fetched 386 kB in 1s (671 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-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-10-27 23:20.07 ---> saved as "f6c5f7b758ea8b43ef187797fe6f0088cd84d5984ced27b96a0a80a4ed780a56"


/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-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 21 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install checkseum          0.5.2
- install cmdliner           2.0.0
- install csexp              1.5.2
- install decompress         1.5.3
- install digestif           1.3.0
- install dune               3.20.2
- install dune-configurator  3.20.2
- install eqaf               0.10
- install fmt                0.11.0
- install miou               0.5.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install optint             0.3.0
- install re                 1.14.0
- install stdlib-shims       0.3.0
- install tar                3.3.0
- install topkg              1.1.0
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved miou.0.5.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved optint.0.3.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.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed cmdliner.2.0.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed eqaf.0.10
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed digestif.1.3.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.20.2
-> installed checkseum.0.5.2
-> installed miou.0.5.0
-> installed decompress.1.5.3
-> installed tar.3.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 23:20.57 ---> saved as "d3552ec594f271c957edeb4b7128fc53adc8db86f46976aa138bf037a2bccc61"


/src: (copy (src .) (dst /src))
2025-10-27 23:20.57 ---> saved as "7c2c11af8781350550aeccca552a0d3136a5f882c71dfd81b2e000046f941320"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "example/dune", line 19, characters 12-16:
19 |  (libraries bstr miou.unix flux fluxt.zl))
^^^^
Error: Library "bstr" not found.
-> required by
_build/default/example/.zpipe.eobjs/byte/dune__exe__Consume.cmi
-> required by alias example/check
File "example/dune", line 44, characters 2-10:
44 |   progress
^^^^^^^^
Error: Library "progress" not found.
-> required by
_build/default/example/.fetch.eobjs/byte/dune__exe__Consume.cmi
-> required by alias example/check
File "lib/dune", line 11, characters 12-16:
11 |  (libraries bstr decompress.gz flux))
^^^^
Error: Library "bstr" not found.
-> required by library "fluxt.gz" in _build/default/lib
-> required by _build/default/lib/.flux_gz.objs/byte/flux_gz.cmi
-> required by alias lib/check
File "lib/dune", line 17, characters 12-16:
17 |  (libraries bstr decompress.zl flux))
^^^^
Error: Library "bstr" not found.
-> required by library "fluxt.zl" in _build/default/lib
-> required by _build/default/lib/.flux_zl.objs/byte/flux_zl.cmi
-> required by alias lib/check
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint:    Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)
File "example/consume.ml", line 1:
Error: Could not find the .cmi file for interface example/consume.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint:    Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /home/opam/.opam/5.4/lib/digestif/c -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint:    Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint:    Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)
File "example/repeat.ml", line 1:
Error: Could not find the .cmi file for interface example/repeat.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint:    Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)
File "example/fetch.ml", line 6, characters 12-15:
6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name
^^^
Error: Unbound module Fmt
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)
File "example/error.ml", line 1:
Error: Could not find the .cmi file for interface example/error.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)
File "example/gunzip.ml", line 3, characters 42-49:
3 |   let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in
^^^^^^^
Error: Unbound module Flux_gz
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)
File "example/random.ml", line 1:
Error: Could not find the .cmi file for interface example/random.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)
File "example/infinite.ml", line 1:
Error: Could not find the .cmi file for interface example/infinite.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)
File "example/search.ml", line 4, characters 23-31:
4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status
^^^^^^^^
Error: Unbound module Httpcats
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)
File "example/zpipe.ml", line 3, characters 30-34:
3 |     let init () = (k.init (), Bstr.create 0x7ff, 0)
^^^^
Error: Unbound module Bstr
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)
File "example/sha256sum.ml", line 4, characters 11-19:
4 |   let open Digestif in
^^^^^^^^
Error: Unbound module Digestif
Hint:    Did you mean Digest?
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)
File "example/head.ml", line 1:
Error: Could not find the .cmi file for interface example/head.mli.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.4/lib/miou -I /home/opam/.opam/5.4/lib/miou/backoff -I /home/opam/.opam/5.4/lib/miou/sync -I /home/opam/.opam/5.4/lib/miou/unix -I /home/opam/.opam/5.4/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/test && ./test.exe)
Testing `test'.
This run has ID `MR2NL0PQ'.


[OK]          basics          0   basic00.
[OK]          basics          1   basic01.
[OK]          basics          2   basic02.
[OK]          basics          3   basic03.
[OK]          basics          4   basic04.


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