Organisationsocaml-communityutopfec743 ()(lint-doc)

(lint-doc)

Logs

Show full logs
2025-04-25 14:43.36: New job: test ocaml-community/utop https://github.com/ocaml-community/utop.git#refs/pull/498/head (fec7438a01560aca396a2b7dafb012f65425345d) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.11@sha256:94c949434a84fe0e722e9c13c078ed2afa477e62c717de3967c304accad1cd46
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/ocaml-community/utop.git" && cd "utop" && git fetch origin "refs/pull/498/head" && git reset --hard fec7438a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.11@sha256:94c949434a84fe0e722e9c13c078ed2afa477e62c717de3967c304accad1cd46
# debian-12-4.11_opam-2.3
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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 utop.opam ./
RUN opam pin add -yn utop.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 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.16.1 ocamlfind.1.9.8 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.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 xdg.3.18.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

2025-04-25 14:43.36: Using cache hint "ocaml-community/utop-ocaml/opam:debian-12-ocaml-4.11@sha256:94c949434a84fe0e722e9c13c078ed2afa477e62c717de3967c304accad1cd46-debian-12-4.11_opam-2.3-76a620ab80a0f3724da259fb51e07488"
2025-04-25 14:43.36: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.11@sha256:94c949434a84fe0e722e9c13c078ed2afa477e62c717de3967c304accad1cd46)
 (comment debian-12-4.11_opam-2.3)
 (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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src utop.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn utop.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 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.16.1 ocamlfind.1.9.8 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.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 xdg.3.18.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)"))
)

2025-04-25 14:43.36: Waiting for resource in pool OCluster
2025-04-25 14:43.36: Waiting for worker…
2025-04-25 14:43.37: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at fec7438 Add a dune package management GHA workflow

(from ocaml/opam:debian-12-ocaml-4.11@sha256:94c949434a84fe0e722e9c13c078ed2afa477e62c717de3967c304accad1cd46)
2025-04-25 14:43.39 ---> using "7b3865ea28213ab8153f34355cc56efb168edc3988e504d657a4b3c8f61ae681" from cache

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

/: (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-04-25 14:43.39 ---> saved as "440c8fb467f5bf82a5bc6d727e4671884fcbc8119bf2ff16bd38030fa50d8855"

/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] Initialised
2025-04-25 14:44.09 ---> saved as "4431b369671f63f6f39eabf9e7553a95f426137a2199d2a3dd13d34c756295eb"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.11.2
2.2.1
2025-04-25 14:44.10 ---> saved as "d467d548e810834361b6073de8f5bca3a79b5fdb4ba8f1d41e6a99c9e3ab3017"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-04-25 14:44.10 ---> saved as "4be58ea970cfa3a15ccf92850e98d598ca1fe4738db4a584c79cbab87af938fe"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   34a3fc46c3..8106bcf57f  master     -> origin/master
442eddb8a3 Merge pull request #27761 from maiste/release-dune-3.18.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
2025-04-25 14:44.52 ---> saved as "7a3fc76319f2f02f6aeda9c035caa635dd9346da572c6cb5ad41edb97f310572"

/src: (copy (src utop.opam) (dst ./))
2025-04-25 14:44.52 ---> saved as "5486343a2f0fda0d543ed425114afa29f803810ef849a42a5417bdfd1b0abec8"

/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)
2025-04-25 14:44.55 ---> saved as "502e1d435c881f2b98f94126bbcc4ab3f082c23f4c9ebfe27724f513a11b39d5"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-04-25 14:44.55 ---> saved as "0a4e25b88b8d316285c8d1152b2d274f0130a3f381c8011aea1c9552e1fae457"

/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 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.16.1 ocamlfind.1.9.8 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.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 xdg.3.18.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 [260 kB]
- Fetched 363 kB in 0s (772 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[utop.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.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).
2025-04-25 14:45.11 ---> saved as "ae2ee40280050207935e4483a5f5e974f6467ff49df423040ae39e09725311ed"

/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.9.0
  - install astring            0.8.5
  - install base-bytes         base
  - install cmdliner           1.3.0
  - install cppo               1.8.0
  - install csexp              1.5.2
  - install dune               3.18.1
  - install dune-configurator  3.18.1
  - install fmt                0.10.0
  - install lambda-term        3.3.2
  - install logs               0.8.0
  - install lwt                5.9.1
  - 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.16.1
  - install ocamlfind          1.9.8
  - 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.8
  - install trie               1.0.0
  - install uchar              0.0.2
  - install uucp               15.0.0
  - install uuseg              15.0.0
  - install uutf               1.0.4
  - install xdg                3.18.1
  - install zed                3.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved lambda-term.3.3.2  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt.5.9.1  (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.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved re.1.11.0  (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.8  (cached)
-> retrieved uuseg.15.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved zed.3.2.3  (cached)
-> retrieved dune.3.18.1, dune-configurator.3.18.1, xdg.3.18.1  (cached)
-> retrieved uucp.15.0.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed react.1.2.2
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed dune.3.18.1
-> installed csexp.1.5.2
-> installed cppo.1.8.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 xdg.3.18.1
-> installed mew_vi.0.5.0
-> installed alcotest.1.9.0
-> installed dune-configurator.3.18.1
-> installed uucp.15.0.0
-> installed lwt.5.9.1
-> installed lwt_react.1.2.0
-> installed logs.0.8.0
-> installed uuseg.15.0.0
-> installed zed.3.2.3
-> installed lambda-term.3.3.2
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-25 14:46.11 ---> saved as "ed596afe5b55be81969ba87ff41006c81a29e2d28ca019c18dc85c548036a461"

/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.18.1).
The following actions will be performed:
=== install 8 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.0.0
  - install odoc-parser   3.0.0 [required by odoc]
  - install ptime         1.2.0 [required by crunch]
  - install tyxml         4.6.0 [required by odoc]
  - install yojson        2.2.2 [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)
-> retrieved yojson.2.2.2  (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.0  (cached)
-> installed camlp-streams.5.0.1
-> installed fpath.0.7.3
-> installed yojson.2.2.2
-> installed ptime.1.2.0
-> installed odoc-parser.3.0.0
-> installed crunch.4.0.0
-> installed tyxml.4.6.0
-> installed odoc.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-25 14:46.34 ---> saved as "29353402f99947a5538b42975a3f704e0948b51f5bea54549bcdd5b69b9f4241"

/src: (copy (src .) (dst /src/))
2025-04-25 14:46.34 ---> saved as "508a72252536d3b937e1c2cc9ca95f4fb72d2a08e067cab7f3418eb6d74db9da"

/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"
2025-04-25 14:46.35 ---> saved as "822fd7c77694242a7810781be2d3bf61d58b83203363ee8f2672a3de6a6b1d69"
Job succeeded
2025-04-25 14:46.36: Job succeeded