2026-01-26 22:01.01: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (ce8dd519642e8dcb18e5ca4a94f4583ceb43b7a8) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard ce8dd519cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4# debian-13-5.0_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 9ed8e2d46c93d24c5c031d7a4e31f0359cc5c2ec || git fetch origin master) && git reset -q --hard 9ed8e2d46c93d24c5c031d7a4e31f0359cc5c2ec && 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.0.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.3.1 dune.3.20.0 dune-configurator.2.9.3 fmt.0.9.0 miou.0.5.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.6 re.1.9.0 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.8"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-01-26 22:01.01: Using cache hint "robur-coop/flux-ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4-debian-13-5.0_opam-2.5-bf7bd124597d64af1937a5de044981d5"2026-01-26 22:01.01: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4)(comment debian-13-5.0_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 9ed8e2d46c93d24c5c031d7a4e31f0359cc5c2ec || git fetch origin master) && git reset -q --hard 9ed8e2d46c93d24c5c031d7a4e31f0359cc5c2ec && 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.0.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.3.1 dune.3.20.0 dune-configurator.2.9.3 fmt.0.9.0 miou.0.5.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.6 re.1.9.0 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.8")(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-01-26 22:01.01: Waiting for resource in pool OCluster2026-01-26 22:01.01: Waiting for worker…2026-01-26 22:01.01: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at ce8dd51 Merge pull request #9 from robur-coop/prepare-v0.0.1_beta2(from ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4)Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4' locallydocker.io/ocaml/opam@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4: Pulling from ocaml/opam281b80c799de: Already existsce76feb86791: Already exists7984eb0e5b45: Already exists56c452a960b1: Already existsb85825bef00a: Already existsd6ff43dfb85c: Already exists4197ec645389: Already exists37cac33e41ff: Already exists4cb993fb248e: Already existsca442870f91f: Already existsb1d1a2fb5f4a: Already exists0dea577b2801: Already existscc10daaea4fd: Already exists5f878cb1723a: Already exists8968959fa983: Already exists5bdd9b9ed0e3: Already exists55661c5b388f: Already exists55661c5b388f: Already exists92d1dc6907bd: Already exists7100b414728b: Already existsa6a54ddc9818: Already existsa920ad627810: Already exists4f4fb700ef54: Already existsf7df7b6e19c0: Already existscd713d66718c: Already exists6ed45ab2af86: Already exists40598b80a8fe: Already exists983f7969ff00: Already exists40ec09ee09bd: Already exists76a0afa38cd9: Already exists1d5a564d139a: Already exists82883b85a4f0: Already exists1d8458efd73b: Already exists2d80a9fac9ac: Already exists4d69ee6ae94b: Already existsce8d28b713f1: Already exists97580d938033: Already existsda5fa40e04f8: Already existsd7a499968f64: Already exists28e5932c7c69: Already exists81389c423fc3: Already existsa4217a7d176a: Pulling fs layer90b7e5fdf13e: Pulling fs layerec7274401784: Pulling fs layerf6a5b75e3bf1: Pulling fs layera4217a7d176a: Waitingf6a5b75e3bf1: Waiting90b7e5fdf13e: Waiting90b7e5fdf13e: Verifying Checksum90b7e5fdf13e: Download completeec7274401784: Download completea4217a7d176a: Download completef6a5b75e3bf1: Verifying Checksumf6a5b75e3bf1: Download completea4217a7d176a: Pull complete90b7e5fdf13e: Pull completeec7274401784: Pull completef6a5b75e3bf1: Pull completeDigest: sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4Status: Downloaded newer image for ocaml/opam@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e42026-01-26 22:01.02 ---> using "ddd37be92c9b56d281c587e661e20a8ee6777ba8c8eb0346c4be459788d39d65" from cache/: (comment debian-13-5.0_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-01-26 22:01.02 ---> using "0ccab7fd60f8fd9560fd2d1f9527c55159e08d116fb0fa5343db2aa7cfc358cf" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-26 22:01.02 ---> using "87ddc4fcd6d47415e521d29a0b1b91dddb0281329c091c24fedbe78fc6596f55" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.0.02.5.02026-01-26 22:01.02 ---> using "3bf4600f44a0a423108e5cd94d5c4ad9482e080d7d0fba43e844e4647b824014" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-26 22:01.02 ---> using "836143867de7dd9c2f2f0989a5195ff9b20e2678e13d73e82328449a58f07b06" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9ed8e2d46c93d24c5c031d7a4e31f0359cc5c2ec || git fetch origin master) && git reset -q --hard 9ed8e2d46c93d24c5c031d7a4e31f0359cc5c2ec && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD16d9c0eb87..da10f1e072 master -> origin/master9ed8e2d46c Merge pull request #29284 from dinosaure/miou-constraint<><> 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-01-26 22:01.19 ---> saved as "1f354d78e8aac283cb92862df47620b9903091fcc128c444b5952af94161bb4f"/src: (copy (src fluxt.opam flux.opam) (dst ./))2026-01-26 22:01.19 ---> saved as "7f0849cb036adac32bbc9de4b66e635eb151c96203061e99cf232ec100e76b55"/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-01-26 22:01.22 ---> saved as "06272a510ade3d4f4afc56e5b8c1853082a0443601f038e4ed14bca56690358a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-26 22:01.22 ---> saved as "65b4b31aba77088153f73c342867915fa56e619fa796bfd621544874ec7d0fcb"/src: (env DEPS "alcotest.1.0.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.3.1 dune.3.20.0 dune-configurator.2.9.3 fmt.0.9.0 miou.0.5.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.6 re.1.9.0 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.8")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y flux.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB]- Fetched 9999 kB in 40s (253 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.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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-01-26 22:02.14 ---> saved as "a5fed8ee8056c32805d9ad1d4b6f7843d27b84287f8558ffd1b2c785ffae15e1"/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.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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 16 packages- install alcotest 1.0.1- install astring 0.8.5- install cmdliner 1.3.0- install csexp 1.3.1- install dune 3.20.0- install dune-configurator 2.9.3- install fmt 0.9.0- install miou 0.5.0- install ocamlbuild 0.14.1- install ocamlfind 1.9.6- install re 1.9.0- install result 1.5- install seq 0.3- install stdlib-shims 0.1.0- install topkg 1.0.8- install uuidm 0.9.8<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.3.1 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved miou.0.5.0 (cached)-> retrieved ocamlbuild.0.14.1 (cached)-> retrieved ocamlfind.1.9.6 (cached)-> retrieved re.1.9.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved dune-configurator.2.9.3 (cached)-> retrieved dune.3.20.0 (cached)-> retrieved uuidm.0.9.8 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.14.1-> installed ocamlfind.1.9.6-> installed topkg.1.0.8-> installed uuidm.0.9.8-> installed fmt.0.9.0-> installed astring.0.8.5-> installed dune.3.20.0-> installed seq.0.3-> installed result.1.5-> installed stdlib-shims.0.1.0-> installed csexp.1.3.1-> installed re.1.9.0-> installed alcotest.1.0.1-> installed dune-configurator.2.9.3-> installed miou.0.5.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-26 22:03.04 ---> saved as "1a2b188e48afa955e1715a47b622cfb120eba352fdd7001c17bb384763ce4d75"/src: (copy (src .) (dst /src))2026-01-26 22:03.04 ---> saved as "5cfdde57a3a624191923ecceeb1639e52e336e0246474c0c351c78e7eeccabb6"/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 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 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 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.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-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.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.0/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 5, characters 28-47:5 | if Sys.file_exists str && Sys.is_regular_file str then files := str :: !files^^^^^^^^^^^^^^^^^^^Error: Unbound value Sys.is_regular_file(cd _build/default && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-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.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.infinite.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.0/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 5, characters 28-47:5 | if Sys.file_exists str && Sys.is_regular_file str then files := str :: !files^^^^^^^^^^^^^^^^^^^Error: Unbound value Sys.is_regular_file(cd _build/default && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-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.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 -I example/.consume.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.0/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 5, characters 28-47:5 | if Sys.file_exists str && Sys.is_regular_file str then files := str :: !files^^^^^^^^^^^^^^^^^^^Error: Unbound value Sys.is_regular_file(cd _build/default && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-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.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 -I example/.random.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.0/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 5, characters 28-47:5 | if Sys.file_exists str && Sys.is_regular_file str then files := str :: !files^^^^^^^^^^^^^^^^^^^Error: Unbound value Sys.is_regular_file(cd _build/default && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-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.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.error.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-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.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-19:6 | let usage = Fmt.str "%s -o <file> <uri>" Sys.executable_name^^^^^^^Error: Unbound module Fmt(cd _build/default && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.0/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 5, characters 28-47:5 | if Sys.file_exists str && Sys.is_regular_file str then files := str :: !files^^^^^^^^^^^^^^^^^^^Error: Unbound value Sys.is_regular_file(cd _build/default && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-53:4 | let is_redirect resp = Httpcats.Status.is_redirection resp.Httpcats.status^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: Unbound module Httpcats(cd _build/default && /home/opam/.opam/5.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 -I example/.head.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.0/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 5, characters 28-47:5 | if Sys.file_exists str && Sys.is_regular_file str then files := str :: !files^^^^^^^^^^^^^^^^^^^Error: Unbound value Sys.is_regular_file(cd _build/default && /home/opam/.opam/5.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 -I example/.repeat.eobjs/byte -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/miou/backoff -I /home/opam/.opam/5.0/lib/miou/sync -I /home/opam/.opam/5.0/lib/miou/unix -I /home/opam/.opam/5.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-41:3 | let init () = (k.init (), Bstr.create 0x7ff, 0)^^^^^^^^^^^Error: Unbound module Bstr(cd _build/default/test && ./test.exe)Testing test.This run has ID `C5F87242-8186-4AE4-8D3B-B17E57582575`.... basics 0 basic00. [OK] basics 0 basic00.... basics 1 basic01. [OK] basics 1 basic01.... basics 2 basic02. [OK] basics 2 basic02.... basics 3 basic03. [OK] basics 3 basic03.... basics 4 basic04. [OK] basics 4 basic04.... basics 5 basic05. [OK] basics 5 basic05.... miou 0 miou00. [OK] miou 0 miou00.... miou 1 miou01. [OK] miou 1 miou01.The full test results are available in `/src/_build/default/test/_build/_tests/C5F87242-8186-4AE4-8D3B-B17E57582575`.Test Successful in 0.000s. 8 tests run.ASSERT list -> listASSERT list -> intASSERT list -> arrayASSERT empty -> 42ASSERT [0..10[ -> 42ASSERT infinite -> 42ASSERT full -> unitASSERT full -> unitASSERT full -> unitASSERT empty -> 0ASSERT [0..10[ -> 10ASSERT [0..10[ -> unitASSERT empty -> 0ASSERT [0..10[ -> 45ASSERT [0..10[ASSERT foo"/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=flux @install @check @runtest && rm -rf _build" failed with exit status 12026-01-26 22:03.06: Job failed: Failed: Build failed