Organisationsocaml-communityutopb490ba (master)(lint-doc)

(lint-doc)

Logs

Show full logs
2024-11-04 11:23.36: New job: test ocaml-community/utop https://github.com/ocaml-community/utop.git#refs/heads/master (b490baca2192312acc3c3bfe4902a43c115f93a6) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.11@sha256:5ffc71bc9dca43c34e5d5f160c40c61bedfd378b71c1eac0f92b71902d187800
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/ocaml-community/utop.git" -b "master" && cd "utop" && git reset --hard b490baca
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.11@sha256:5ffc71bc9dca43c34e5d5f160c40c61bedfd378b71c1eac0f92b71902d187800
# debian-12-4.11_opam-2.2
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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 utop.opam ./
RUN opam pin add -yn utop.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 fmt.0.9.0 lambda-term.3.3.2 logs.0.7.0 lwt.5.8.0 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.3 xdg.3.16.1 zed.3.2.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y utop.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

2024-11-04 11:23.36: Using cache hint "ocaml-community/utop-ocaml/opam:debian-12-ocaml-4.11@sha256:5ffc71bc9dca43c34e5d5f160c40c61bedfd378b71c1eac0f92b71902d187800-debian-12-4.11_opam-2.2-46471f935431fda8eaacc133a9f3ce0d"
2024-11-04 11:23.36: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.11@sha256:5ffc71bc9dca43c34e5d5f160c40c61bedfd378b71c1eac0f92b71902d187800)
 (comment debian-12-4.11_opam-2.2)
 (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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src utop.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn utop.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 fmt.0.9.0 lambda-term.3.3.2 logs.0.7.0 lwt.5.8.0 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.3 xdg.3.16.1 zed.3.2.3")
 (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 utop.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)"))
)

2024-11-04 11:23.36: Waiting for resource in pool OCluster
2024-11-04 14:43.39: Waiting for worker…
2024-11-04 14:46.51: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at b490bac Merge pull request #489 from anmonteiro/anmonteiro/ocaml-5.3

(from ocaml/opam:debian-12-ocaml-4.11@sha256:5ffc71bc9dca43c34e5d5f160c40c61bedfd378b71c1eac0f92b71902d187800)
2024-11-04 14:46.52 ---> using "1a1ab87c51aa078c8f18bc553777a37c867982f98dd81cc712517a4221c17f48" from cache

/: (comment debian-12-4.11_opam-2.2)

/: (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"))
2024-11-04 14:46.52 ---> using "235242e6cc00078aa6d634cb64394f00a4658d8e7a4e0bfbd422449933458621" 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-11-04 14:46.52 ---> using "011f64378d00f5102336c304e4126c8e5f5a8d1785b3131a673e93f7a4ef82ca" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.11.2
2.2.1
2024-11-04 14:46.52 ---> using "e83935279c7278e2f202f1ca3e39507938859d8fd290b79d374ab5a9708ece6c" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-11-04 14:46.52 ---> using "91e42cc35c536bd29c597d147fc463b98fbda4c16fce232b3943c715da6d49d7" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   d872638bdf..9048aac630  master     -> origin/master
371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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
2024-11-04 14:46.52 ---> using "60f5fa3b093e86bbbba3e64888aa8a9032c5f498868af71b297297c9943bde4b" from cache

/src: (copy (src utop.opam) (dst ./))
2024-11-04 14:46.52 ---> using "0103ab9acbe099b51a10aa48bfecc3ae3e0a17cadce172a7816e48b24ebcf661" from cache

/src: (run (network host)
           (shell "opam pin add -yn utop.dev './'"))
[utop.dev] synchronised (file:///src)
utop is now pinned to file:///src (version dev)
2024-11-04 14:46.52 ---> using "95b658f51c3217f084e40100ec179bbf115e63b871656ba0302e5cbd613e6016" from cache

/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 fmt.0.9.0 lambda-term.3.3.2 logs.0.7.0 lwt.5.8.0 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.3 xdg.3.16.1 zed.3.2.3")

/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 utop.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [190 kB]
- Fetched 293 kB in 1s (405 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[utop.dev] synchronised (no changes)

[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.2).
[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).
2024-11-04 14:46.52 ---> using "b5a27dcde91795521b2038bc601bd63d45997085723f5a5ddb663ef6772b94b7" from cache

/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.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.2).
[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 32 packages
  - install alcotest           1.8.0
  - install astring            0.8.5
  - install base-bytes         base
  - install cmdliner           1.3.0
  - install cppo               1.7.0
  - install csexp              1.5.2
  - install dune               3.16.1
  - install dune-configurator  3.16.1
  - install fmt                0.9.0
  - install lambda-term        3.3.2
  - install logs               0.7.0
  - install lwt                5.8.0
  - install lwt_react          1.2.0
  - install mew                0.1.0
  - install mew_vi             0.5.0
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.15.0
  - install ocamlfind          1.9.6
  - install ocplib-endian      1.2
  - install re                 1.11.0
  - install react              1.2.2
  - install result             1.5
  - install seq                base
  - install stdlib-shims       0.3.0
  - install topkg              1.0.7
  - install trie               1.0.0
  - install uchar              0.0.2
  - install uucp               15.0.0
  - install uuseg              15.0.0
  - install uutf               1.0.3
  - install xdg                3.16.1
  - install zed                3.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved lambda-term.3.3.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.8.0  (cached)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved mew.0.1.0  (cached)
-> retrieved mew_vi.0.5.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved trie.1.0.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uuseg.15.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zed.3.2.3  (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1, xdg.3.16.1  (cached)
-> retrieved uucp.15.0.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed uchar.0.0.2
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed react.1.2.2
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.1
-> installed csexp.1.5.2
-> installed cppo.1.7.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed trie.1.0.0
-> installed ocplib-endian.1.2
-> installed mew.0.1.0
-> installed mew_vi.0.5.0
-> installed xdg.3.16.1
-> installed alcotest.1.8.0
-> installed dune-configurator.3.16.1
-> installed uucp.15.0.0
-> installed uuseg.15.0.0
-> installed zed.3.2.3
-> installed lwt.5.8.0
-> installed lwt_react.1.2.0
-> installed logs.0.7.0
-> installed lambda-term.3.3.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-04 14:47.53 ---> saved as "e60c58306d8ffe35cee621b48aa74dbf6d64e04238bf1e3fd596105c9a7ff195"

/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.16.1).
The following actions will be performed:
=== install 7 packages
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install crunch        3.3.1 [required by odoc]
  - install fpath         0.7.3 [required by odoc]
  - install odoc          2.4.3
  - install odoc-parser   2.4.3 [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.3.3.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.2.4.3, odoc-parser.2.4.3  (cached)
-> installed camlp-streams.5.0.1
-> installed fpath.0.7.3
-> installed ptime.1.2.0
-> installed crunch.3.3.1
-> installed odoc-parser.2.4.3
-> installed tyxml.4.6.0
-> installed odoc.2.4.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-04 14:48.28 ---> saved as "e31eda2215af12b8fb0ae86d5dab0f8f5492f50d9266b6045e32423b5b79f353"

/src: (copy (src .) (dst /src/))
2024-11-04 14:48.28 ---> saved as "eeb6dfef79a325b96d6b98290d74d9d41fe63e82cd14bf754f14da66b79dec96"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/src/lib/.uTop.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/utop --pkg utop -o uTop.odoc uTop.cmti)
File "src/lib/uTop.mli", line 174, characters 4-15:
Warning: '6': bad heading level (0-5 allowed).
File "src/lib/uTop.mli", line 210, characters 4-38:
Warning: '6': bad heading level (0-5 allowed).
File "src/lib/uTop.mli", line 236, characters 4-31:
Warning: '6': bad heading level (0-5 allowed).
File "src/lib/uTop.mli", line 241, characters 4-13:
Warning: '6': bad heading level (0-5 allowed).
File "src/lib/uTop.mli", line 250, characters 4-15:
Warning: '6': bad heading level (0-5 allowed).
File "src/lib/uTop.mli", line 312, characters 4-15:
Warning: '6': bad heading level (0-5 allowed).
File "src/lib/uTop.mli", line 341, characters 5-32:
Warning: '6': bad heading level (0-5 allowed).
(cd _build/default/_doc/_html && /home/opam/.opam/4.11/bin/odoc link -I ../_odoc/pkg/utop -I ../../src/lib/.uTop.objs/byte -o ../_odocls/utop/uTop.odocl ../../src/lib/.uTop.objs/byte/uTop.odoc)
File "src/lib/uTop.mli", line 288, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Parse_failure) Couldn't find "Parse_failure"
2024-11-04 14:48.29 ---> saved as "d614f9b2339783ce802e0ca6005d4895402e1c2eb825ded28818128277a03570"
Job succeeded
2024-11-04 14:48.29: Job succeeded