2026-02-19 09:38.32: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (b50a6b786fab6f6bc53a8fd6ec0a3cb9c045c4a9) (linux-x86_64:debian-13-5.1_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.1@sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b6Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard b50a6b78cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.1@sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b6# debian-13-5.1_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 fluxt.opam flux.opam ./RUN opam pin add -yn fluxt.dev './' && \opam pin add -yn flux.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 miou.0.5.4 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y flux.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-19 09:38.32: Using cache hint "robur-coop/flux-ocaml/opam:debian-13-ocaml-5.1@sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b6-debian-13-5.1_opam-2.5-acdecf11b8649a974fa4dc15c0a3a3c5"2026-02-19 09:38.32: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.1@sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b6)(comment debian-13-5.1_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && 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-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 miou.0.5.4 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y flux.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _build")))2026-02-19 09:38.32: Waiting for resource in pool OCluster2026-02-19 09:38.32: Waiting for worker…2026-02-19 09:38.32: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at b50a6b7 Merge pull request #11 from robur-coop/prepare-v0.0.1_beta3(from ocaml/opam:debian-13-ocaml-5.1@sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b6)Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b6' locallydocker.io/ocaml/opam@sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b6: Pulling from ocaml/opamef235bf1a09a: Already exists58b06b604a42: Already existsb55f23c32d5a: Already existsaa415425edb7: Already existsc4f39ed7469c: Already existsca248a2fdd5e: Already exists74109c509b2f: Already exists18c2fa2271cb: Already exists37d4d41661a2: Already exists0b2f35f78814: Already existse65f29522a9a: Already exists603a51b67573: Already exists89b2faa02f16: Already existse5f11471afd4: Already existsd7b0e5daa224: Already exists7bec4d50f3b2: Already existsd3a70ed71f1c: Already exists90de03d9b27a: Already existsa28f685cf2db: Already exists5bb5e02041c7: Already exists74f9af816199: Already exists74c2f6cb4138: Already exists4f4fb700ef54: Already exists5ce9bdcb2952: Already existsbf18c14e9b34: Already existsbb4b67501479: Already exists89e7ed0468f5: Already exists640077527026: Already exists363b481ff012: Already exists437bd8bc3ce9: Already exists2bcf3429833a: Already exists3e5fe21454e9: Already existsf3afb11ae499: Already existsc3a5b88f5e5f: Already exists124a1dc355b1: Already exists0a9982d37abd: Already exists9b8b724665ed: Already existsf81507befe71: Already exists7984e4546bf9: Already exists3579b890ab6e: Already existse83772930ba8: Already existsae210f88246e: Pulling fs layere035ef68bd1a: Pulling fs layer10a755270a5b: Pulling fs layer3316e97feab3: Pulling fs layer6fbb2b9a6bad: Pulling fs layerd0a984c5adcf: Pulling fs layer3316e97feab3: Waitingcc3ef11415d0: Pulling fs layer6fbb2b9a6bad: Waitingcc3ef11415d0: Waitingd0a984c5adcf: Waitinge035ef68bd1a: Verifying Checksume035ef68bd1a: Download completeae210f88246e: Download complete10a755270a5b: Download completeae210f88246e: Pull completee035ef68bd1a: Pull complete10a755270a5b: Pull complete6fbb2b9a6bad: Verifying Checksum6fbb2b9a6bad: Download completed0a984c5adcf: Verifying Checksumd0a984c5adcf: Download completecc3ef11415d0: Download complete3316e97feab3: Verifying Checksum3316e97feab3: Download complete3316e97feab3: Pull complete6fbb2b9a6bad: Pull completed0a984c5adcf: Pull completecc3ef11415d0: Pull completeDigest: sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b6Status: Downloaded newer image for ocaml/opam@sha256:d9d432bac70ff6dc6f8339f57cc9551639f896f35ac1f15a20cdf19d360d74b62026-02-19 09:38.34 ---> using "754dee0c248116073dfc08f2a883d2d41a77c543f5468a5004172f932460f60d" from cache/: (comment debian-13-5.1_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-19 09:38.34 ---> using "a4a6c1128ff2eb506b4ce20b8014db2d9dcfab56da5b12bd0342b5b6e13b15b9" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-19 09:38.34 ---> using "93505036ccee627e6cdf0032a9ec719bcde9ee431d5eaa9f06614fe8ff953cb0" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 5.1.12.5.02026-02-19 09:38.34 ---> using "bb83a5641fdd9eaf2ec70ede310ddb99aa4e4e939f46d5c26bbfef9c5170d72e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-19 09:38.34 ---> using "d203bec59fdc2223fc38d16b95ecc81d9796e649bd18a54992cf2b7e2c23cb2c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD340ee6fd1f..48176cb9e4 master -> origin/mastercb9a685cb6 Merge pull request #29400 from dinosaure/release-miou-v0.5.4<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-19 09:38.51 ---> saved as "8aec0d40da9422fd51f166aa88def4af45a1210ba07ff5da1307a7823881415f"/src: (copy (src fluxt.opam flux.opam) (dst ./))2026-02-19 09:38.51 ---> saved as "05c65552c00ce3fe462fedf40bbdba53810bd16737372c7f56c7c705d210c12b"/src: (run (network host)(shell "opam pin add -yn fluxt.dev './' && \\nopam pin add -yn flux.dev './'"))[fluxt.dev] synchronised (file:///src)fluxt is now pinned to file:///src (version dev)[flux.dev] synchronised (file:///src)flux is now pinned to file:///src (version dev)2026-02-19 09:38.54 ---> saved as "b5a256bfd4a627bf19fd0c5cf86abbc69f68e6bde2dba9209deca4d6ce5aecf4"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-19 09:38.54 ---> saved as "c07a6a059495d7ed79807b53bed15bd68d360ace0662d3b24924bd814e119907"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 miou.0.5.4 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y flux.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [110 kB]- Fetched 200 kB in 0s (1572 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[flux.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-02-19 09:39.02 ---> saved as "58a4fe7143a0ecb81df9273e76bc1c8a08a6200fea589db3c9fa77fad161d97e"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 15 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.21.1- install dune-configurator 3.21.1- install fmt 0.11.0- install miou 0.5.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.14.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved miou.0.5.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.21.1-> installed csexp.1.5.2-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.21.1-> installed miou.0.5.4Done.# To update the current shell environment, run: eval $(opam env)2026-02-19 09:39.36 ---> saved as "39d131647bf1e753be5e07a18467ea3ca0cd589765963ff1c23001f576ebda56"/src: (copy (src .) (dst /src))2026-02-19 09:39.36 ---> saved as "3e37e193082aa6b639a5b7710723040475ffbb437cd8531bdda90370ec35edbd"/src: (run (shell "opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _build"))File "example/dune", line 43, characters 27-36:43 | (libraries ptime.clock.os fluxt.zip))^^^^^^^^^Error: Library "fluxt.zip" not found.-> required by _build/default/example/.zip.eobjs/byte/dune__exe__Consume.cmi-> required by alias example/checkFile "example/dune", line 23, characters 27-35:23 | (libraries miou.unix flux fluxt.gz))^^^^^^^^Error: Library "fluxt.gz" not found.-> required by_build/default/example/.gunzip.eobjs/byte/dune__exe__Consume.cmi-> required by alias example/checkFile "example/dune", line 19, characters 32-40:19 | (libraries bstr miou.unix flux fluxt.zl))^^^^^^^^Error: Library "fluxt.zl" not found.-> required by_build/default/example/.zpipe.eobjs/byte/dune__exe__Consume.cmi-> required by alias example/checkFile "example/dune", line 27, characters 12-20:27 | (libraries digestif miou.unix flux))^^^^^^^^Error: Library "digestif" not found.-> required by_build/default/example/.sha256sum.eobjs/byte/dune__exe__Consume.cmi-> required by alias example/checkFile "example/dune", line 39, characters 63-71:39 | (libraries httpcats mirage-crypto-rng-miou-unix fmt miou.unix progress flux))^^^^^^^^Error: Library "progress" not found.-> required by_build/default/example/.fetch.eobjs/byte/dune__exe__Consume.cmi-> required by alias example/check(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-57:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^^^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__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 && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-57:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^^^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)File "example/zip.ml", line 12, characters 2-22:12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src^^^^^^^^^^^^^^^^^^^^Error: Unbound module Flux_zip(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Consume.cmo -c -impl example/consume.ml)File "example/consume.ml", line 1:Error: Could not find the .cmi file for interface example/consume.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.infinite.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__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 && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)File "example/zip.ml", line 12, characters 2-22:12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src^^^^^^^^^^^^^^^^^^^^Error: Unbound module Flux_zip(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-57:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^^^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.consume.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.consume.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__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 && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-57:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^^^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.random.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.random.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)File "example/zip.ml", line 12, characters 2-22:12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src^^^^^^^^^^^^^^^^^^^^Error: Unbound module Flux_zip(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)File "example/zip.ml", line 12, characters 2-22:12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src^^^^^^^^^^^^^^^^^^^^Error: Unbound module Flux_zip(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.error.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.error.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-57:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^^^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Repeat.cmo -c -impl example/repeat.ml)File "example/repeat.ml", line 1:Error: Could not find the .cmi file for interface example/repeat.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Gunzip.cmo -c -impl example/gunzip.ml)File "example/gunzip.ml", line 3, characters 42-57:3 | let via = Flux.Flow.(bstr ~len:0x7ff << Flux_gz.inflate) in^^^^^^^^^^^^^^^Error: Unbound module Flux_gz(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Fetch.cmo -c -impl example/fetch.ml)File "example/fetch.ml", line 6, characters 12-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)File "example/zip.ml", line 12, characters 2-22:12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src^^^^^^^^^^^^^^^^^^^^Error: Unbound module Flux_zip(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Infinite.cmo -c -impl example/infinite.ml)File "example/infinite.ml", line 1:Error: Could not find the .cmi file for interface example/infinite.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.head.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.head.eobjs/byte/dune__exe__Random.cmo -c -impl example/random.ml)File "example/random.ml", line 1:Error: Could not find the .cmi file for interface example/random.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Search.cmo -c -impl example/search.ml)File "example/search.ml", line 4, characters 23-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Sha256sum.cmo -c -impl example/sha256sum.ml)File "example/sha256sum.ml", line 4, characters 11-19:4 | let open Digestif in^^^^^^^^Error: Unbound module DigestifHint: Did you mean Digest?(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Zpipe.cmo -c -impl example/zpipe.ml)File "example/zpipe.ml", line 3, characters 30-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Head.cmo -c -impl example/head.ml)File "example/head.ml", line 1:Error: Could not find the .cmi file for interface example/head.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Zip.cmo -c -impl example/zip.ml)File "example/zip.ml", line 12, characters 2-22:12 | Flux_zip.of_filepath ~mtime:(Ptime_clock.now ()) filename src^^^^^^^^^^^^^^^^^^^^Error: Unbound module Flux_zip(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__Error.cmo -c -impl example/error.ml)File "example/error.ml", line 1:Error: Could not find the .cmi file for interface example/error.mli.(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.1/lib/miou -I /home/opam/.opam/5.1/lib/miou/backoff -I /home/opam/.opam/5.1/lib/miou/bitv -I /home/opam/.opam/5.1/lib/miou/sync -I /home/opam/.opam/5.1/lib/miou/unix -I /home/opam/.opam/5.1/lib/ocaml/unix -I lib/.flux.objs/byte -no-alias-deps -opaque -open Dune__exe -o example/.repeat.eobjs/byte/dune__exe__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 `JK79SLGF'.[OK] basics 0 basic00.[OK] basics 1 basic01.[OK] basics 2 basic02.[OK] basics 3 basic03.[OK] basics 4 basic04.[OK] basics 5 basic05.[OK] miou 0 miou00.[OK] miou 1 miou01.Full test results in `/src/_build/default/test/_build/_tests/test'.Test Successful in 0.001s. 8 tests run."/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _build" failed with exit status 12026-02-19 09:39.37: Job failed: Failed: Build failed