Organisationsrobur-coopocaml-h18af724 (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-02-05 08:34.59: New job: test robur-coop/ocaml-h1 https://github.com/robur-coop/ocaml-h1.git#refs/heads/master (8af72495de51ed84801fc93a25f3b47ee90ed709) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:5ed944c28bc353d9e7177b46518ac79c4f79307a96346ab47f69f23048661167
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/ocaml-h1.git" -b "master" && cd "ocaml-h1" && git reset --hard 8af72495
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:5ed944c28bc353d9e7177b46518ac79c4f79307a96346ab47f69f23048661167
# debian-12-4.08_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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 h1.opam h1-lwt-unix.opam ./
RUN opam pin add -yn h1.dev './' && \
opam pin add -yn h1-lwt-unix.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 angstrom.0.16.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.9.0 httpun-types.0.2.0 lwt.5.9.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y h1.dev h1-lwt-unix.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-02-05 08:34.59: Using cache hint "robur-coop/ocaml-h1-ocaml/opam:debian-12-ocaml-4.08@sha256:5ed944c28bc353d9e7177b46518ac79c4f79307a96346ab47f69f23048661167-debian-12-4.08_opam-2.3-bb331cff3a9f90e7cf140b8c6bc1787e"
2025-02-05 08:34.59: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:5ed944c28bc353d9e7177b46518ac79c4f79307a96346ab47f69f23048661167)
(comment debian-12-4.08_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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src h1.opam h1-lwt-unix.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn h1.dev './' && \
\nopam pin add -yn h1-lwt-unix.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.8.0 angstrom.0.16.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.9.0 httpun-types.0.2.0 lwt.5.9.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.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 h1.dev h1-lwt-unix.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-02-05 08:34.59: Waiting for resource in pool OCluster
2025-02-05 11:49.44: Waiting for worker…
2025-02-05 11:52.50: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 8af7249 Merge pull request #6 from robur-coop/prepare-v1.0.0


(from ocaml/opam:debian-12-ocaml-4.08@sha256:5ed944c28bc353d9e7177b46518ac79c4f79307a96346ab47f69f23048661167)
2025-02-05 11:52.51 ---> using "12d8e57f55730dcaba296a0cfe8a3658e193293e6af74e1cd089421a248727f7" from cache


/: (comment debian-12-4.08_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-02-05 11:52.51 ---> using "1fa5986d0e29b767f566a008b6381d8dad89a8de0ceff2a3e4628edf24365053" 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
2025-02-05 11:52.51 ---> using "f19adae8ef80e6ca101091ace124684f9c3f6656d37c26d6772fcf64ecf41557" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.08.1
2.2.1
2025-02-05 11:52.51 ---> using "566a585d089784ec1dd8f74486f13db72fe9111eae981e9c22f3ec3662763561" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-02-05 11:52.51 ---> using "cc40231d1dc1650151306286a5483796a1e86c5d6b4c1fa744c252ac7c911b3d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
3e681a81f6..ca721f3132  master     -> origin/master
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8


<><> 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
2025-02-05 11:52.51 ---> using "4b7d62c8d907a33ce5a09394bda5cd2981259cc262ceb82d4cdb95b17a53a084" from cache


/src: (copy (src h1.opam h1-lwt-unix.opam) (dst ./))
2025-02-05 11:52.51 ---> saved as "74bdc0245aae6328723bb22a88e73774a771647d8df45065e60b376cbbab2c92"


/src: (run (network host)
(shell  "opam pin add -yn h1.dev './' && \
\nopam pin add -yn h1-lwt-unix.dev './'"))
[h1.dev] synchronised (file:///src)
h1 is now pinned to file:///src (version dev)
[h1-lwt-unix.dev] synchronised (file:///src)
h1-lwt-unix is now pinned to file:///src (version dev)
2025-02-05 11:52.58 ---> saved as "d466fe356eb997f267394943c4270d988ca9fe37cf3124a295e1bead6206cfa5"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-05 11:52.58 ---> saved as "d3b8fe53270a3e89e9dcdb583e670c11cd9d8161ab95a2e857ccd64492bbb488"


/src: (env DEPS "alcotest.1.8.0 angstrom.0.16.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.9.0 httpun-types.0.2.0 lwt.5.9.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.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 h1.dev h1-lwt-unix.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 [243 kB]
- Fetched 346 kB in 1s (405 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[h1.dev] synchronised (file:///src)
[h1-lwt-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).
2025-02-05 11:53.27 ---> saved as "5e0eb627a71ce93a93ba0b60f7911eeb7e0c46ee5aeec5f8c8d74428f859d9fe"


/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 28 packages
- install alcotest           1.8.0
- install angstrom           0.16.1
- install astring            0.8.5
- install base               v0.14.3
- install base-bytes         base
- install bigstringaf        0.10.0
- install cmdliner           1.3.0
- install cppo               1.8.0
- install csexp              1.5.2
- install dune               3.17.2
- install dune-configurator  3.17.2
- install faraday            0.8.2
- install faraday-lwt        0.8.2
- install faraday-lwt-unix   0.8.2
- install fmt                0.9.0
- install httpun-types       0.2.0
- install lwt                5.9.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.15.0
- install ocamlfind          1.9.8
- install ocplib-endian      1.2
- install re                 1.11.0
- install seq                base
- install sexplib0           v0.14.0
- install stdio              v0.14.0
- install stdlib-shims       0.3.0
- install topkg              1.0.7
- install uutf               1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved lwt.5.9.0  (cached)
-> retrieved httpun-types.0.2.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdio.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed alcotest.1.8.0
-> installed dune-configurator.3.17.2
-> installed bigstringaf.0.10.0
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed httpun-types.0.2.0
-> installed lwt.5.9.0
-> installed faraday-lwt.0.8.2
-> installed faraday-lwt-unix.0.8.2
-> installed base.v0.14.3
-> installed stdio.v0.14.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-02-05 11:55.15 ---> saved as "98499a88b0740453c15d1def4bc12e702e61aec93427caa2eb7fdd3d4ef4e467"


/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.17.2).
The following actions will be performed:
=== install 8 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.4
- install odoc-parser   2.4.4 [required by odoc]
- install ptime         1.2.0 [required by crunch]
- install result        1.5   [required by odoc]
- 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 result.1.5  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> retrieved odoc.2.4.4, odoc-parser.2.4.4  (cached)
-> installed fpath.0.7.3
-> installed ptime.1.2.0
-> installed crunch.3.3.1
-> installed odoc-parser.2.4.4
-> installed tyxml.4.6.0
-> installed odoc.2.4.4
Done.
# Run eval $(opam env) to update the current shell environment
2025-02-05 11:55.51 ---> saved as "a488ee221863152d9bb8927f16bf9e687987454ad1ac054e2018a6396de9b8a3"


/src: (copy (src .) (dst /src/))
2025-02-05 11:55.51 ---> saved as "ef72b884d45513825cf54a59b363a73abf311a9e712b7eeb355cf3279595f455"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/lib/.h1.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/h1 --pkg h1 -o h1.odoc h1.cmti)
File "lib/h1.mli", line 174, characters 19-20:
Warning: End of text is not allowed in '{{:...} ...}' (external link).
File "lib/h1.mli", line 186, characters 36-38:
Warning: '{R' should be followed by space, a tab, or a new line.
File "lib/h1.mli", line 186, characters 36-45:
Warning: '{R ...}' (right alignment) should not be used because it has no effect.
File "lib/h1.mli", line 230, characters 19-20:
Warning: End of text is not allowed in '{{:...} ...}' (external link).
File "lib/h1.mli", line 336, characters 12-33:
Warning: '{next_read_operation}': bad markup.
Suggestion: did you mean '{!next_read_operation}' or '[next_read_operation]'?
File "lib/h1.mli", line 348, characters 33-54:
Warning: '{report_write_result}': bad markup.
Suggestion: did you mean '{!report_write_result}' or '[report_write_result]'?
File "lib/h1.mli", line 349, characters 14-36:
Warning: '{next_write_operation}': bad markup.
Suggestion: did you mean '{!next_write_operation}' or '[next_write_operation]'?
File "lib/h1.mli", line 354, characters 8-30:
Warning: '{next_write_operation}': bad markup.
Suggestion: did you mean '{!next_write_operation}' or '[next_write_operation]'?
File "lib/h1.mli", line 361, characters 12-34:
Warning: '{next_write_operation}': bad markup.
Suggestion: did you mean '{!next_write_operation}' or '[next_write_operation]'?
File "lib/h1.mli", line 432, characters 33-54:
Warning: '{report_write_result}': bad markup.
Suggestion: did you mean '{!report_write_result}' or '[report_write_result]'?
File "lib/h1.mli", line 433, characters 14-36:
Warning: '{next_write_operation}': bad markup.
Suggestion: did you mean '{!next_write_operation}' or '[next_write_operation]'?
File "lib/h1.mli", line 438, characters 8-30:
Warning: '{next_write_operation}': bad markup.
Suggestion: did you mean '{!next_write_operation}' or '[next_write_operation]'?
File "lib/h1.mli", line 445, characters 12-34:
Warning: '{next_write_operation}': bad markup.
Suggestion: did you mean '{!next_write_operation}' or '[next_write_operation]'?
2025-02-05 11:55.52 ---> saved as "5f23e82de98da0d45e9bb06be0c26680e30b0cc9daf8bae382e9889a73cd3025"
Job succeeded
2025-02-05 11:55.52: Job succeeded