2025-12-04 13:30.29: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (bbdc35a7547927c1f6e0aa6c60b9ae2d3e70ef6f) (macos-x86_64:macos-homebrew-5.4_opam-2.4)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard bbdc35a7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 fluxt.opam flux.opam ./src/./RUN opam pin add -yn fluxt.dev './src/./' && \opam pin add -yn flux.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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 bstr.0.0.3 checkseum.0.5.2 cmdliner.2.1.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.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-04 13:30.29: Using cache hint "robur-coop/flux-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.4-d9d94c2a79f55e0b18e72529d8d02297"2025-12-04 13:30.29: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src fluxt.opam flux.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn fluxt.dev './src/./' && \\nopam pin add -yn flux.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./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 bstr.0.0.3 checkseum.0.5.2 cmdliner.2.1.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.1 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y fluxt.dev flux.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-12-04 13:30.29: Waiting for resource in pool OCluster2025-12-04 13:30.30: Waiting for worker…2025-12-04 13:30.30: Got resource from pool OClusterBuilding on i7-worker-02HEAD is now at 7319792 Be more composable and correct when we use Flux.Source.with_taskHEAD is now at bbdc35a Merge pull request #5 from robur-coop/really-close(from macos-homebrew-ocaml-5.4)2025-12-04 13:30.31 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-12-04 13:30.32 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-12-04 13:30.32 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.4.12025-12-04 13:30.32 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD12d0447fd1..cdece73aa3 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-04 13:30.33 ---> using "298aca08415c65c197b497e1df5944924fac42732e6930f7c843af61b613bb22" from cache/: (copy (src fluxt.opam flux.opam) (dst ./src/./))2025-12-04 13:30.33 ---> using "42226f19eb7ca2da772c2a84a92bfdbea38a7a2a587fa57b76cbc74417631d55" from cache/: (run (network host)(shell "opam pin add -yn fluxt.dev './src/./' && \\nopam pin add -yn flux.dev './src/./'"))[fluxt.dev] synchronised (file:///Users/mac1000/src)fluxt is now pinned to file:///Users/mac1000/src (version dev)[flux.dev] synchronised (file:///Users/mac1000/src)flux is now pinned to file:///Users/mac1000/src (version dev)2025-12-04 13:30.33 ---> using "43c1e0e0df94f1bc68a417569062198ce665b54de9df46e9e959df2d4e580c9e" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-12-04 13:30.34 ---> using "b6c9552f114ca3a70d59b8140ee45bca5813e416c676c4577750149b1a56ba4c" from cache/: (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 bstr.0.0.3 checkseum.0.5.2 cmdliner.2.1.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.1 uutf.1.0.4")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y fluxt.dev flux.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:b48c918b7693c6d27e8027dc803a18cf64ddce49552fb45d88f3cabb9eead0fd- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.4.7.catalina.bottle.tar.gz- ==> Pouring portable-ruby-3.4.7.catalina.bottle.tar.gz- ==> Homebrew collects anonymous analytics.- Read the analytics documentation (and how to opt-out) here:- https://docs.brew.sh/Analytics- No analytics have been recorded yet (nor will be during this `brew` run).-- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:- https://github.com/Homebrew/brew#donations-- Updated 1 tap (homebrew/cask).<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[fluxt.dev] synchronised (file:///Users/mac1000/src)[flux.dev] synchronised (file:///Users/mac1000/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-12-04 13:30.34 ---> using "f41a80159757517513947f381582931604b02492aaf8955d316e2885a6549c69" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 22 packages- install alcotest 1.9.1- install astring 0.8.5- install bstr 0.0.3- install checkseum 0.5.2- install cmdliner 2.1.0- install csexp 1.5.2- install decompress 1.5.3- install digestif 1.3.0- install dune 3.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.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bstr.0.0.3 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved checkseum.0.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 digestif.1.3.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved tar.3.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlbuild.0.16.1-> installed cmdliner.2.1.0-> 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.20.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed re.1.14.0-> installed optint.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed eqaf.0.10-> installed bstr.0.0.3-> 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.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-04 13:30.34 ---> using "32b022ea2eb7ffe3def11945472b4f1715a3fb38a28ae2599124dd58ab6152d2" from cache/: (copy (src .) (dst ./src))2025-12-04 13:30.35 ---> using "f653b77617bb5b9bbd26b8d377adfe7ca72d2a59bfa8cd62d6ecd85705a52458" from cache/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))File "example/dune", line 39, characters 63-71:39 | (libraries httpcats mirage-crypto-rng-miou-unix fmt miou.unix progress flux))^^^^^^^^Error: Library "progress" not found.-> required by_build/default/example/.fetch.eobjs/byte/dune__exe__Consume.cmi-> required by alias example/check(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-49:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-34:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^Error: Unbound module Bstr(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.infinite.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-49:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-34:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^Error: Unbound module Bstr(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.sha256sum.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/digestif/c -I /Users/mac1000/.opam/5.4.0/lib/eqaf -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.sha256sum.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-49:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-34:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^Error: Unbound module Bstr(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-49:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.consume.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-34:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^Error: Unbound module Bstr(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.random.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-49:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-34:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^Error: Unbound module Bstr(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-49:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.error.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-34:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^Error: Unbound module Bstr(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.head.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-49:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-34:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^Error: Unbound module Bstr(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.repeat.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.gunzip.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/gz -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_gz.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.gunzip.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 33, characters 23-30:33 | | [| _; "-d" |] -> Flux_zl.(deflate (config ()))^^^^^^^Error: Unbound module Flux_zl(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-15:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^Error: Unbound module Fmt(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-49:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-31:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I example/.zpipe.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/bstr -I /Users/mac1000/.opam/5.4.0/lib/checkseum/c -I /Users/mac1000/.opam/5.4.0/lib/decompress/de -I /Users/mac1000/.opam/5.4.0/lib/decompress/zl -I /Users/mac1000/.opam/5.4.0/lib/miou -I /Users/mac1000/.opam/5.4.0/lib/miou/backoff -I /Users/mac1000/.opam/5.4.0/lib/miou/sync -I /Users/mac1000/.opam/5.4.0/lib/miou/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/optint -I lib/.flux.objs/byte -I lib/.flux_zl.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.zpipe.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default/test && ./test.exe)Testing `test'.This run has ID `UWAX9Q5Y'.[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" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-04 13:30.42: Job failed: Failed: Build failed