2025-11-26 10:34.08: 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.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049aOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/robur-coop/ocaml-h1.git" -b "master" && cd "ocaml-h1" && git reset --hard 389e5b99cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a# alpine-3.22-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.1 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.2 bigstringaf.0.10.0 bstr.0.0.3 cmdliner.2.1.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.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 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 $DEPSRUN opam install $DEPSRUN 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-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-26 10:34.08: Using cache hint "robur-coop/ocaml-h1-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a-alpine-3.22-4.14_opam-2.4-a5732266090f5f9d27fbcc3671e06962"2025-11-26 10:34.08: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a)(comment alpine-3.22-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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.1 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.2 bigstringaf.0.10.0 bstr.0.0.3 cmdliner.2.1.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.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 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-11-26 10:34.08: Waiting for resource in pool OCluster2025-11-26 12:30.22: Waiting for worker…2025-11-26 12:32.54: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 389e5b9 Merge pull request #17 from robur-coop/prepare-v1.1.0(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a)Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a' locallydocker.io/ocaml/opam@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a: Pulling from ocaml/opam2c9a24bd0ce4: Pulling fs layerde1201c0f399: Pulling fs layer92199d46e383: Pulling fs layer8a5f26de7def: Pulling fs layer204282843001: Pulling fs layerde1201c0f399: Waiting2c9a24bd0ce4: Waiting8a5f26de7def: Waiting92199d46e383: Waiting2c9a24bd0ce4: Verifying Checksum2c9a24bd0ce4: Download completede1201c0f399: Verifying Checksumde1201c0f399: Download complete92199d46e383: Download complete8a5f26de7def: Verifying Checksum8a5f26de7def: Download complete204282843001: Verifying Checksum204282843001: Download complete2c9a24bd0ce4: Pull completede1201c0f399: Pull complete92199d46e383: Pull complete8a5f26de7def: Pull complete204282843001: Pull completeDigest: sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049aStatus: Downloaded newer image for ocaml/opam@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a2025-11-26 12:33.07 ---> using "531dd882a2fae5a34a8bfa5ee93af1613955008dcdcd99be6da6c29a1733a42a" from cache/: (comment alpine-3.22-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-11-26 12:33.07 ---> using "2fab46f1363e4c89015e1ff7b833942fa7d9e340158ff84c10339b448c6f750f" 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 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-26 12:33.07 ---> using "434087a1254d5777a5ba08550782ffefdfb7c544f1360da9e26603f0948c7161" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.2.12025-11-26 12:33.08 ---> using "d50b2089bf2d4125099f12e65450fde4175c2083b76331af00a3b19a2ba62b49" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-26 12:33.08 ---> using "0fb542b2cfc5f0c9d7c5767bb349e2bfe64c4e50bcafb35fc0b245d4073fc955" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD21f97b2e6d..cdece73aa3 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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 environment2025-11-26 12:33.54 ---> saved as "59550996e8dd4184a7a6feb3f9a88e13be5f3beb6d03005c6d937b00e0c2958c"/src: (copy (src h1.opam h1-lwt-unix.opam) (dst ./))2025-11-26 12:34.01 ---> saved as "7d4e3ca24e6a0a7eb59b1e5375d6dfde7ba9477770eb562ffc313db48ad00e83"/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-11-26 12:34.17 ---> saved as "2d8ef9a232c402744449a0579946090d2ec215450060fca5be83ddd19d29d7fd"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-26 12:34.24 ---> saved as "0390fa8b20a18662be49bb9f2d71f645f1641e9b92b7bbe70dcc1c7977f71c1e"/src: (env DEPS "alcotest.1.9.1 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.2 bigstringaf.0.10.0 bstr.0.0.3 cmdliner.2.1.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.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 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.22/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/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.22.2-251-gc9707f079fc [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.2-249-g3df576da7fc [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20251016-3364-g94242cb63e5 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20251016-3363-g7502a2752e5 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20251016-3352-g979f14ab304 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 60241 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[h1.dev] synchronised (file:///src)[h1-lwt-unix.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-11-26 12:34.56 ---> saved as "77c3caadac88132546e0b67b8e6141f3c92455169c692f66749bae2398aea369"/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 29 packages- install alcotest 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install base v0.16.4- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bstr 0.0.3- install cmdliner 2.1.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.14.0- install sexplib0 v0.16.0- install stdio v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved bstr.0.0.3 (cached)-> retrieved cmdliner.2.1.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 ocaml-syntax-shims.1.0.0 (cached)-> retrieved httpun-types.0.2.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved re.1.14.0 (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.1 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed base64.3.5.2-> installed csexp.1.5.2-> installed bstr.0.0.3-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed faraday.0.8.2-> installed httpun-types.0.2.0-> installed angstrom.0.16.1-> 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.0Done.# Run eval $(opam env) to update the current shell environment2025-11-26 12:36.34 ---> saved as "56019864cfc889b9ad5bbb86bda315992ed85028d690af07c16fe747743e74bf"/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 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.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 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)-> 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.0Done.# Run eval $(opam env) to update the current shell environment2025-11-26 12:37.09 ---> saved as "998a7ef272759195dd74175b6cb293fad39fe458784afdc5befe1729ef6641c6"/src: (copy (src .) (dst /src/))2025-11-26 12:37.14 ---> saved as "5a780afb700f0083a2cdb51ea5f4fecad06857cb7ba0d222680ed09f7ec26c35"/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-11-26 12:37.16 ---> saved as "a693308cba9502270b026ada8fc00665694118ebc28f050f46e70c327a6acd9e"Job succeeded2025-11-26 12:37.17: Job succeeded