Organisationsrobur-coopfluxf5da3c ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-10-28 10:07.28: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (f5da3cc5d93d3780a7d1b8dc6c58f03ab34cc40a) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard f5da3cc5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359
# debian-13-5.0_opam-2.4
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 f9e2ae766fc4151ce278440046b693f46bc7dad4 || git fetch origin master) && git reset -q --hard f9e2ae766fc4151ce278440046b693f46bc7dad4 && 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 checkseum.0.5.2 cmdliner.2.0.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 eqaf.0.10 fmt.0.11.0 miou.0.5.0 ocaml.5.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 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y fluxt.dev 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 @doc || (echo "dune build @doc failed"; exit 2)


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


2025-10-28 10:07.28: Using cache hint "robur-coop/flux-ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359-debian-13-5.0_opam-2.4-71537145bfc47dad3a399a720a104eb1"
2025-10-28 10:07.28: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359)
(comment debian-13-5.0_opam-2.4)
(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 f9e2ae766fc4151ce278440046b693f46bc7dad4 || git fetch origin master) && git reset -q --hard f9e2ae766fc4151ce278440046b693f46bc7dad4 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src fluxt.opam flux.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn fluxt.dev './' && \
\nopam pin add -yn flux.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base checkseum.0.5.2 cmdliner.2.0.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 eqaf.0.10 fmt.0.11.0 miou.0.5.0 ocaml.5.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 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.0 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 fluxt.dev 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 @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2025-10-28 10:07.28: Waiting for resource in pool OCluster
2025-10-28 10:07.28: Waiting for worker…
2025-10-28 10:07.29: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at f5da3cc Continue


(from ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359)
2025-10-28 10:07.31 ---> using "0efc5e572123afcb90589b9e29b4c3d31a81288e8543daf93caecc43d92a2ed8" from cache


/: (comment debian-13-5.0_opam-2.4)


/: (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"))
2025-10-28 10:07.31 ---> using "9083e2e1e073c552e720125ed481b33c2a07876ea21c5bfe4a1c5b2e2a4c8690" 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
2025-10-28 10:07.31 ---> using "4d5485d14166947a5128afd248fbebe3080736eed478fe9e260702945072921b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 5.0.0
2.2.1
2025-10-28 10:07.31 ---> using "94f1c3ac0da2d559b49120da5ecde10bba7c68930786cf37c9673ae6a7312d48" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-28 10:07.31 ---> using "39b92f31b6bcf59f115594882385b5a882ec61c817ced22af66916d86b239231" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f9e2ae766fc4151ce278440046b693f46bc7dad4 || git fetch origin master) && git reset -q --hard f9e2ae766fc4151ce278440046b693f46bc7dad4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
1abfcdbf14..7f9c784b97  master     -> origin/master
f9e2ae766f Merge pull request #28714 from dinosaure/release-miou-v0.5.0


<><> 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
2025-10-28 10:07.31 ---> using "62dc324c3f810f759c4339951e80922d50bf578ee047d26e7e263137e6e7de7f" from cache


/src: (copy (src fluxt.opam flux.opam) (dst ./))
2025-10-28 10:07.31 ---> using "dc23741b49f3e8ca6646e69083b1787fc1bc69f3309a5bc411d8100992b37f2d" from cache


/src: (run (network host)
(shell  "opam pin add -yn fluxt.dev './' && \
\nopam pin add -yn flux.dev './'"))
Package fluxt does not exist, create as a NEW package? [y/n] y
[fluxt.dev] synchronised (file:///src)
fluxt is now pinned to file:///src (version dev)
Package flux does not exist, create as a NEW package? [y/n] y
[flux.dev] synchronised (file:///src)
flux is now pinned to file:///src (version dev)
2025-10-28 10:07.31 ---> using "bed93deef24ca1cc58dc3d2ea0f44e4666730bf0f3e3a31486d5e7d31508300f" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-28 10:07.31 ---> using "15430516dd52df2da14a13b556f5a98a03d9a7e9a880d0ed6e4bb1b6b46f7821" 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 checkseum.0.5.2 cmdliner.2.0.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 eqaf.0.10 fmt.0.11.0 miou.0.5.0 ocaml.5.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 optint.0.3.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.3.0 topkg.1.1.0 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 fluxt.dev flux.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [65.1 kB]
- Fetched 156 kB in 0s (1719 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[flux.dev] synchronised (file:///src)
[fluxt.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).
2025-10-28 10:07.31 ---> using "dfc09754378577f56f1da9874452f2abb234959d33635d72b67765d3ac8fd4be" 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 21 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install checkseum          0.5.2
- install cmdliner           2.0.0
- install csexp              1.5.2
- install decompress         1.5.3
- install digestif           1.3.0
- install dune               3.20.2
- install dune-configurator  3.20.2
- install eqaf               0.10
- install fmt                0.11.0
- install miou               0.5.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install optint             0.3.0
- install re                 1.14.0
- install stdlib-shims       0.3.0
- install tar                3.3.0
- install topkg              1.1.0
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved miou.0.5.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tar.3.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed cmdliner.2.0.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed eqaf.0.10
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed digestif.1.3.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.20.2
-> installed checkseum.0.5.2
-> installed miou.0.5.0
-> installed decompress.1.5.3
-> installed tar.3.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-10-28 10:07.31 ---> using "5affb6c316c9562beb701c1356429d44b53d19193a9f3a0c519cf8da030a0a60" 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.20.2).
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
2025-10-28 10:07.31 ---> using "7f4eace4498654a967a7cd6265897128d9e746f0b5554f309e269cfb631451d0" from cache


/src: (copy (src .) (dst /src/))
2025-10-28 10:07.31 ---> saved as "729fd80ebebec7336de734027e7bf9f8bac68bc3e4bb67a9a34f4fdbaf06c272"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
File "lib/dune", line 11, characters 12-16:
11 |  (libraries bstr decompress.gz flux))
^^^^
Error: Library "bstr" not found.
-> required by library "fluxt.gz" in _build/default/lib
-> required by _build/default/_doc/_odocls/fluxt/page-index.odocl
-> required by _build/default/_doc/_html/fluxt/index.html
-> required by alias _doc/_html/fluxt/doc
-> required by alias doc
File "lib/dune", line 17, characters 12-16:
17 |  (libraries bstr decompress.zl flux))
^^^^
Error: Library "bstr" not found.
-> required by library "fluxt.zl" in _build/default/lib
-> required by _build/default/lib/.flux_zl.objs/byte/flux_zl.odoc
-> required by _build/default/_doc/_odocls/fluxt/flux_zl.odocl
-> required by _build/default/_doc/_html/fluxt/Flux_zl/index.html
-> required by alias _doc/_html/fluxt/doc
-> required by alias doc
(cd _build/default/_doc/_html && /home/opam/.opam/5.0/bin/odoc link -I ../_odoc/pkg/flux -I ../../lib/.flux.objs/byte -o ../_odocls/flux/flux.odocl ../../lib/.flux.objs/byte/flux.odoc)
File "lib/flux.mli", line 269, characters 27-40:
Warning: Failed to resolve reference unresolvedroot(stdout) Couldn't find "stdout"
File "lib/flux.mli", line 93, characters 28-40:
Warning: Failed to resolve reference unresolvedroot(stdin) Couldn't find "stdin"
File "lib/flux.mli", line 92, characters 51-69:
Warning: Failed to resolve reference unresolvedroot(in_channel) Couldn't find "in_channel"
dune build @doc failed
"/usr/bin/env" "bash" "-c" "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)" failed with exit status 2
2025-10-28 10:07.32: Job failed: Failed: Build failed