Organisationsrobur-coopflux2f2fdc (Source.with_buffered_formatter)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2026-04-03 11:37.17: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/pull/13/head (2f2fdc423418de887eb8c6ee0910d6715c9e9dea) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/flux.git" && cd "flux" && git fetch origin "refs/pull/13/head" && git reset --hard 2f2fdc42
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
# debian-13-5.0_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 fluxt.opam flux.opam ./
RUN opam pin add -yn fluxt.dev './' && \
opam pin add -yn flux.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 miou.0.5.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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.2 --depext-only -y flux.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=flux @doc || (echo "dune build @doc failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-04-03 11:37.17: Using cache hint "robur-coop/flux-ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810-debian-13-5.0_opam-2.5-7581c24f79c8f5ad50ea2883afad6c5c"
2026-04-03 11:37.17: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)
(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.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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (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.22.1 dune-configurator.3.22.1 fmt.0.11.0 miou.0.5.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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.2 --depext-only -y flux.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 --only-packages=flux @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2026-04-03 11:37.17: Waiting for resource in pool OCluster
2026-04-03 14:58.41: Waiting for worker…
2026-04-03 16:39.20: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 2f2fdc4 Add Flux.Source.with_buffered_formatter


(from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810' locally
docker.io/ocaml/opam@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810: Pulling from ocaml/opam
866771c43bf5: Already exists
1e49bea09367: Already exists
e793768537e6: Already exists
ed323d3d481a: Already exists
7df34a5cd5f1: Already exists
fd712d3eb935: Pulling fs layer
4b9fb8c99118: Pulling fs layer
9d9a01948b94: Pulling fs layer
0f1514f90b32: Pulling fs layer
e1ec5a753447: Pulling fs layer
03cc323e2f71: Pulling fs layer
c09c08ea9749: Pulling fs layer
9d9a01948b94: Download complete
b36b619f8e6b: Pulling fs layer
4b9fb8c99118: Download complete
e1ec5a753447: Download complete
195344ca5274: Pulling fs layer
0f1514f90b32: Download complete
03cc323e2f71: Download complete
c09c08ea9749: Download complete
b36b619f8e6b: Download complete
228ee78582a6: Pulling fs layer
504bde1c25b3: Pulling fs layer
9d8b1356c89f: Pulling fs layer
195344ca5274: Download complete
228ee78582a6: Download complete
568fb6dda155: Pulling fs layer
504bde1c25b3: Download complete
9d8b1356c89f: Download complete
c499c9198aea: Pulling fs layer
568fb6dda155: Download complete
048e5e358118: Pulling fs layer
871ca48eb45d: Pulling fs layer
c499c9198aea: Download complete
048e5e358118: Download complete
4f4fb700ef54: Pulling fs layer
a5a2568b9df9: Pulling fs layer
871ca48eb45d: Download complete
4f4fb700ef54: Download complete
068cf3106ac8: Pulling fs layer
559f54ec9b29: Pulling fs layer
a5a2568b9df9: Download complete
068cf3106ac8: Download complete
798ffd96fde5: Pulling fs layer
e9a891bf80d7: Pulling fs layer
d720cfe12674: Pulling fs layer
559f54ec9b29: Download complete
c81c932f4a91: Pulling fs layer
798ffd96fde5: Download complete
79f24fa3bb11: Pulling fs layer
e9a891bf80d7: Download complete
d720cfe12674: Waiting
8c1debcd8c20: Pulling fs layer
c81c932f4a91: Download complete
1bb2cfea7250: Pulling fs layer
79f24fa3bb11: Waiting
8c1debcd8c20: Waiting
2b3d3ca75e4c: Pulling fs layer
557cacaf263c: Pulling fs layer
1bb2cfea7250: Waiting
d10483022eef: Pulling fs layer
2b3d3ca75e4c: Waiting
7b62a90d8223: Pulling fs layer
557cacaf263c: Waiting
28ce8ea66e72: Pulling fs layer
d10483022eef: Waiting
d975909ea717: Pulling fs layer
7b62a90d8223: Waiting
5c215c69c247: Pulling fs layer
28ce8ea66e72: Waiting
e7c082452a54: Pulling fs layer
09789821fe51: Pulling fs layer
d975909ea717: Waiting
5c215c69c247: Waiting
d4847b112b00: Pulling fs layer
e7c082452a54: Waiting
a790faded7b7: Pulling fs layer
09789821fe51: Waiting
74458d02ffa7: Pulling fs layer
a790faded7b7: Waiting
d4847b112b00: Waiting
74458d02ffa7: Waiting
79f24fa3bb11: Verifying Checksum
79f24fa3bb11: Download complete
d720cfe12674: Download complete
1bb2cfea7250: Download complete
8c1debcd8c20: Verifying Checksum
8c1debcd8c20: Download complete
2b3d3ca75e4c: Verifying Checksum
2b3d3ca75e4c: Download complete
557cacaf263c: Verifying Checksum
557cacaf263c: Download complete
7b62a90d8223: Verifying Checksum
7b62a90d8223: Download complete
d975909ea717: Verifying Checksum
d975909ea717: Download complete
5c215c69c247: Download complete
e7c082452a54: Verifying Checksum
28ce8ea66e72: Verifying Checksum
28ce8ea66e72: Download complete
d10483022eef: Verifying Checksum
d10483022eef: Download complete
d4847b112b00: Download complete
a790faded7b7: Download complete
74458d02ffa7: Verifying Checksum
74458d02ffa7: Download complete
fd712d3eb935: Pull complete
4b9fb8c99118: Pull complete
9d9a01948b94: Pull complete
0f1514f90b32: Pull complete
e1ec5a753447: Pull complete
03cc323e2f71: Pull complete
c09c08ea9749: Pull complete
b36b619f8e6b: Pull complete
09789821fe51: Download complete
195344ca5274: Pull complete
228ee78582a6: Pull complete
504bde1c25b3: Pull complete
9d8b1356c89f: Pull complete
568fb6dda155: Pull complete
c499c9198aea: Pull complete
048e5e358118: Pull complete
871ca48eb45d: Pull complete
4f4fb700ef54: Pull complete
a5a2568b9df9: Pull complete
068cf3106ac8: Pull complete
559f54ec9b29: Pull complete
798ffd96fde5: Pull complete
e9a891bf80d7: Pull complete
d720cfe12674: Pull complete
c81c932f4a91: Pull complete
79f24fa3bb11: Pull complete
8c1debcd8c20: Pull complete
1bb2cfea7250: Pull complete
2b3d3ca75e4c: Pull complete
557cacaf263c: Pull complete
d10483022eef: Pull complete
7b62a90d8223: Pull complete
28ce8ea66e72: Pull complete
d975909ea717: Pull complete
5c215c69c247: Pull complete
e7c082452a54: Pull complete
09789821fe51: Pull complete
d4847b112b00: Pull complete
a790faded7b7: Pull complete
74458d02ffa7: Pull complete
Digest: sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
Status: Downloaded newer image for ocaml/opam@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
2026-04-03 17:01.09 ---> using "1af97956665d2efc3902489efa6840429d2fffc402d2f09afa7ae10086cc57e5" 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.2 /usr/bin/opam"))
2026-04-03 17:01.09 ---> using "fffa85b6a8a0725b128381cdb5cd42bb4ab2b7ded1d9f884959e27e7a19a7ccc" 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] 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 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 17:01.09 ---> using "190ae1a208c33d0ef1fdcc82fdd0305aa8dee8d7c9ac498c4b77d28a983ce473" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.0.0
2.2.1
2026-04-03 17:01.09 ---> using "3a3996d9771cccd6b412ed9f00f8f213d0ca373e700f30560b44a5f1df417699" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 17:01.09 ---> using "3e1fcac470e6d6083e0bda58d5cbe414fa61f9577da59577d1e9450041d266e2" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..2a4b439041  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


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


Everything 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 environment
2026-04-03 17:01.09 ---> using "10ca56223f949a7d0582c7ca73872d4dc11904db2387ac1ed897af024dfb1d56" from cache


/src: (copy (src fluxt.opam flux.opam) (dst ./))
2026-04-03 17:01.09 ---> using "ba411fe69abad7b2f24a763396d9225e5b6cb4a44c8d42171ec5d672435f5937" from cache


/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-04-03 17:01.09 ---> using "ac50103e82b752c031839f859247f568bbe2de38684c16ffe6e213a71baf9c14" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 17:01.09 ---> using "7a6b4ba65e6aedc4b12037eb017e5888a8d21c57487367f9c7f6694343029544" from cache


/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.22.1 dune-configurator.3.22.1 fmt.0.11.0 miou.0.5.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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.2 --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 [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB]
- Fetched 10.0 MB in 1s (8060 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).
2026-04-03 17:01.09 ---> using "2edd30de7d7b3d356319b182d7cf70b79c6f1293f28aac8c38b9217a01c8a085" from cache


/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 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.22.1
- install dune-configurator  3.22.1
- install fmt                0.11.0
- install miou               0.5.5
- 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 astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved alcotest.1.9.1  (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.5  (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 uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.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.22.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.22.1
-> installed miou.0.5.5
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-03 17:01.09 ---> using "14a79bfbbbed7db167a9deca2efd9de1241878775f956f3dfefa294b6bf87194" from cache


/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.1).
The following actions will be performed:
=== install 9 packages
- install camlp-streams 5.0.1 [required by odoc-parser]
- install cppo          1.8.0 [required by odoc]
- 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 seq           base  [required by tyxml]
- install tyxml         4.6.0 [required by odoc]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ptime.1.2.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> 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.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-03 17:01.09 ---> using "0a6bd9a2d661fbb7e3b24af208e309ad02921b7935e97bed1846912b098ec444" from cache


/src: (copy (src .) (dst /src/))
2026-04-03 17:01.09 ---> saved as "8c4c8f5f7af0f48a97856250f88eb0d5978d1bba8f006ef0122454362bbe0c1a"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=flux @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_odocls/flux && /home/opam/.opam/5.0/bin/odoc link -I ../../_odoc/pkg/flux -I ../../../lib/.flux.objs/byte -o flux.odocl ../../../lib/.flux.objs/byte/flux.odoc)
File "lib/flux.mli", line 315, characters 27-40:
Warning: Failed to resolve reference unresolvedroot(stdout) Couldn't find "stdout"
File "lib/flux.mli", line 86, characters 28-40:
Warning: Failed to resolve reference unresolvedroot(stdin) Couldn't find "stdin"
File "lib/flux.mli", line 85, characters 51-69:
Warning: Failed to resolve reference unresolvedroot(in_channel) Couldn't find "in_channel"
2026-04-03 17:01.10 ---> saved as "ad1211dc3f53c7b35c3781043ca796acaa2f57afc4ef8fe944afc68ed8104a38"
Job succeeded
2026-04-03 17:01.10: Job succeeded