2025-09-10 00:51.02: New job: test robur-coop/ocaml-h1 https://github.com/robur-coop/ocaml-h1.git#refs/heads/master (389e5b99380fe090c6ff2622dc0d6819582334f0) (linux-x86_64:(lint-doc))
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f150d0ff3306a1eca83d9903df1fb2a938d68e2473334dc0bc014aca30f071e8
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 389e5b99
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f150d0ff3306a1eca83d9903df1fb2a938d68e2473334dc0bc014aca30f071e8
# alpine-3.21-4.14_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bstr.0.0.2 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 httpun-types.0.2.0 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.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 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-09-10 00:51.02: Using cache hint "robur-coop/ocaml-h1-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f150d0ff3306a1eca83d9903df1fb2a938d68e2473334dc0bc014aca30f071e8-alpine-3.21-4.14_opam-2.4-ac980995ee1af793289cce69540e6ba2"
2025-09-10 00:51.02: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f150d0ff3306a1eca83d9903df1fb2a938d68e2473334dc0bc014aca30f071e8)
(comment alpine-3.21-4.14_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bstr.0.0.2 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 httpun-types.0.2.0 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.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 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-09-10 00:51.02: Waiting for resource in pool OCluster
2025-09-10 07:30.20: Waiting for worker…
2025-09-10 07:34.01: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 389e5b9 Merge pull request #17 from robur-coop/prepare-v1.1.0
(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f150d0ff3306a1eca83d9903df1fb2a938d68e2473334dc0bc014aca30f071e8)
2025-09-10 07:34.01 ---> using "43d61cfc6f489c2c1e9266cce6616416a55ec10ea493569cf90c9474932d48c5" from cache
/: (comment alpine-3.21-4.14_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-09-10 07:34.01 ---> using "7095d03350c0044c61def0f9a69e336fb1ad13aa865d32bc0e8c61df53187903" 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.
Continue? [y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-10 07:34.01 ---> using "c419b06264911c9b902885f4f79c5b87a1d08c1568d5a0b107edb8e8b3c0d620" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.14.2
2.2.1
2025-09-10 07:34.01 ---> using "cbc02f7801f8e53626ee9af3f8c0a9f9b084bbc78e154ae8ec28182fbd343081" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-10 07:34.01 ---> using "29be0914fd3e4fd6abc05895c015d46fd001dbecbf8844389eddae6158b4e414" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
b3b872a94f..ea994caae6 master -> origin/master
109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2
<><> 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-09-10 07:34.01 ---> using "858c49f64ed51a3bcaa52103131fff173c019581c5cece847f61fe4feb346a7d" from cache
/src: (copy (src h1.opam h1-lwt-unix.opam) (dst ./))
2025-09-10 07:34.01 ---> saved as "c81021f00490f0d274cb9d623a844409a203512606200b6ff5aa095dfbe23934"
/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-09-10 07:34.06 ---> saved as "8921bcd83786e586ff67f243045c8312e9feca96f897bf4643b9e47ee2fc6b8b"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-10 07:34.06 ---> saved as "5044ca5219c4d6a3c0d99a790471dd69a55a403f9014c8fb600bfe158495e496"
/src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bstr.0.0.2 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 httpun-types.0.2.0 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.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 h1.dev h1-lwt-unix.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.21.4-91-g657980adb74 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.4-89-g41f11bf0d41 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.23.0_alpha20250612-6019-gfcf8bd811e8 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-6016-g70e6df86696 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-6018-g44036de147f [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59469 distinct packages available
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[h1-lwt-unix.dev] synchronised (file:///src)
[h1.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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-09-10 07:34.16 ---> saved as "74f3bd20a4011eeb1f0ee54a62f67867cc9197c9443c9499e2a83267f9e8c81e"
/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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 30 packages
- install alcotest 1.9.0
- install angstrom 0.16.1
- install astring 0.8.5
- install base v0.16.4
- install base-bytes base
- install base64 3.5.1
- install bigstringaf 0.10.0
- install bstr 0.0.2
- install cmdliner 1.3.0
- install cppo 1.8.0
- install csexp 1.5.2
- install dune 3.20.2
- install dune-configurator 3.20.2
- install faraday 0.8.2
- install faraday-lwt 0.8.2
- install faraday-lwt-unix 0.8.2
- install fmt 0.11.0
- install httpun-types 0.2.0
- install lwt 5.9.2
- 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.13.2
- install seq base
- install sexplib0 v0.16.0
- install stdio v0.16.0
- install stdlib-shims 0.3.0
- install topkg 1.1.0
- install uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bstr.0.0.2 (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.11.0 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved httpun-types.0.2.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved re.1.13.2 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdlib-shims.0.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.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> 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 base64.3.5.1
-> installed bstr.0.0.2
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.13.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed alcotest.1.9.0
-> installed dune-configurator.3.20.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.2
-> installed faraday-lwt.0.8.2
-> installed faraday-lwt-unix.0.8.2
-> installed base.v0.16.4
-> installed stdio.v0.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-09-10 07:34.56 ---> saved as "2a6ecd2bcce9801b8bf356258a6a29e2c9b671031399e02b3337c26bf37d2942"
/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 7 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.1.0
- install odoc-parser 3.1.0 [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.4.0.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> installed camlp-streams.5.0.1
-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)
-> 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-09-10 07:35.12 ---> saved as "0be8ae24152846023d97aea537799d38dc0296cfc647f3692ba8cbadf7ec9dce"
/src: (copy (src .) (dst /src/))
2025-09-10 07:35.13 ---> saved as "1b8eceb3323f8b6a3c7b872b4ebcab7c60fa6e985d09ecb2d47d830c6f41ba4c"
/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.14/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/h1 --pkg h1 -o h1.odoc h1.cmti)
File "lib/h1.mli", line 175, characters 19-20:
Warning: End of text is not allowed in '{{:...} ...}' (external link).
File "lib/h1.mli", line 187, characters 36-38:
Warning: '{R' should be followed by space, a tab, or a new line.
File "lib/h1.mli", line 187, characters 36-45:
Warning: '{R ...}' (right alignment) should not be used because it has no effect.
File "lib/h1.mli", line 231, 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-09-10 07:35.13 ---> saved as "5fe47f09a4b6d18a03bc18ab20b7451b6fe42fd54885ad806d569400c3e4cc2b"
Job succeeded
2025-09-10 07:35.13: Job succeeded