2026-03-19 08:07.12: New job: test mirage/mirage-flow https://github.com/mirage/mirage-flow.git#refs/heads/main (c0efad0f73f95daba1736fb8631708da41ef5f3f) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-flow.git" -b "main" && cd "mirage-flow" && git reset --hard c0efad0fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47# debian-13-4.08_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam ./RUN opam pin add -yn mirage-flow.dev './' && \opam pin add -yn mirage-flow-unix.dev './' && \opam pin add -yn mirage-flow-combinators.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 seq.base 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.2 --depext-only -y mirage-flow.dev mirage-flow-unix.dev mirage-flow-combinators.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 08:07.12: Using cache hint "mirage/mirage-flow-ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-debian-13-4.08_opam-2.5-41507354cc397427d36e72d97de68f97"2026-03-19 08:07.12: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)(comment debian-13-4.08_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.2 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam)(dst ./))(run (network host)(shell "opam pin add -yn mirage-flow.dev './' && \\nopam pin add -yn mirage-flow-unix.dev './' && \\nopam pin add -yn mirage-flow-combinators.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 seq.base 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.2 --depext-only -y mirage-flow.dev mirage-flow-unix.dev mirage-flow-combinators.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-03-19 08:07.12: Waiting for resource in pool OCluster2026-03-19 16:26.05: Waiting for worker…2026-03-19 16:40.13: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at c0efad0 Merge pull request #53 from hannesm/variants(from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)2026-03-19 16:46.07 ---> using "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f" from cache/: (comment debian-13-4.08_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.2 /usr/bin/opam"))2026-03-19 16:46.07 ---> using "84e1fc87343884e1d5c327fca2d33e2afa85e1eaf1b4c893d8301d60eabe4d56" 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 development 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-03-19 16:46.07 ---> using "a125a60e5eccb505fd0bde45c9a7654bae2eb7eab13fa01be7c55cd2f87d6234" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.08.12.2.12026-03-19 16:46.07 ---> using "0407529f1042a28815bd61683d1dc7a2be9d395b6680bdf3553558a27842326a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 16:46.07 ---> using "f27fcd2ece061e1cf1de6842a86dfe335065cc7f1de2f39ff10db06e5ae2f5b5" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-03-19 16:46.07 ---> using "10235b0e70e10965cf144a4d8d6636792dc7614143a53d6cc3e755072faa4b6b" from cache/src: (copy (src mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam)(dst ./))2026-03-19 16:46.07 ---> saved as "c5496d37fd0f10541ead2d336fb6f165a0deb6544bbd00c94e8ee04aa082c1d6"/src: (run (network host)(shell "opam pin add -yn mirage-flow.dev './' && \\nopam pin add -yn mirage-flow-unix.dev './' && \\nopam pin add -yn mirage-flow-combinators.dev './'"))[mirage-flow.dev] synchronised (file:///src)mirage-flow is now pinned to file:///src (version dev)[mirage-flow-unix.dev] synchronised (file:///src)mirage-flow-unix is now pinned to file:///src (version dev)[mirage-flow-combinators.dev] synchronised (file:///src)mirage-flow-combinators is now pinned to file:///src (version dev)2026-03-19 16:46.14 ---> saved as "4c8ef12520be35c119fe2141aafda270535456d76f6354d35095492b5aff95bf"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 16:46.15 ---> saved as "be8469f82406941040fa590f4352dcfcfd5b845107c364ae56bfe9609a3fdd77"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 seq.base 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.2 --depext-only -y mirage-flow.dev mirage-flow-unix.dev mirage-flow-combinators.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [115 kB]- Fetched 10.0 MB in 2s (4444 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-flow.dev] synchronised (file:///src)[mirage-flow-combinators.dev] synchronised (file:///src)[mirage-flow-unix.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).2026-03-19 16:46.39 ---> saved as "ed830e7f8d178aa8c0fe14f19ed4967ab703de33e89fa5c5af82adc42632b265"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).The following actions will be performed:=== install 23 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.22.0- install dune-configurator 3.22.0- install fmt 0.11.0- install logs 0.8.0- install lwt 5.9.2- install mirage-mtime 5.2.0- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install re 1.11.0- install seq base- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed mtime.2.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.22.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed mirage-mtime.5.2.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.11.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.1-> installed dune-configurator.3.22.0-> installed lwt.5.9.2-> installed logs.0.8.0Done.# Run eval $(opam env) to update the current shell environment2026-03-19 16:48.09 ---> saved as "6d54d1dab0f3ff4a2767ab1bab4d578f9ce6ff3fbe5e791ffe5a314167d6f8b9"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.22.0).The following actions will be performed:=== install 7 packages- install camlp-streams 5.0.1 [required by odoc-parser]- install crunch 4.0.0 [required by odoc]- install fpath 0.7.3 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> installed camlp-streams.5.0.1-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed fpath.0.7.3-> installed ptime.1.2.0-> installed crunch.4.0.0-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2026-03-19 16:48.55 ---> saved as "a60dc8c40a41689485f54c6cfa95720e948e1f4ccabdac43e345c1950583ea0d"/src: (copy (src .) (dst /src/))2026-03-19 16:48.56 ---> saved as "4bff33f9553213c6804706eb9544e4651d35bd1b9e1ab74e1849184ba88eee7e"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/_doc/_odocls/mirage-flow-combinators && /home/opam/.opam/4.08/bin/odoc link -I ../../_odoc/pkg/mirage-flow-combinators -I ../../../combinators/.mirage_flow_combinators.objs/byte -I ../../../src/.mirage_flow.objs/byte -o mirage_flow_combinators.odocl ../../../combinators/.mirage_flow_combinators.objs/byte/mirage_flow_combinators.odoc)File "combinators/mirage_flow_combinators.mli", line 144, characters 33-45:Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"File "combinators/mirage_flow_combinators.mli", line 141, characters 40-52:Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"File "combinators/mirage_flow_combinators.mli", line 141, characters 14-31:Warning: Failed to resolve reference unresolvedroot(output_strings) Couldn't find "output_strings"File "combinators/mirage_flow_combinators.mli", line 138, characters 39-51:Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"File "combinators/mirage_flow_combinators.mli", line 135, characters 32-44:Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"File "combinators/mirage_flow_combinators.mli", line 132, characters 39-51:Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"File "combinators/mirage_flow_combinators.mli", line 132, characters 14-30:Warning: Failed to resolve reference unresolvedroot(output_string) Couldn't find "output_string"File "combinators/mirage_flow_combinators.mli", line 129, characters 38-50:Warning: Failed to resolve reference unresolvedroot(Cstruct).t Couldn't find "Cstruct"File "combinators/mirage_flow_combinators.mli", line 45, characters 27-37:Warning: Failed to resolve reference unresolvedroot(S) Couldn't find "S"2026-03-19 16:48.57 ---> saved as "b67253cbed44f8abe6622235e2bb3dfa3d77b4554c473cb45971266799836b00"Job succeeded2026-03-19 16:48.57: Job succeeded