2025-07-31 11:40.10: New job: test robur-coop/ocaml-h1 https://github.com/robur-coop/ocaml-h1.git#refs/heads/master (c8d6474cb13fb876e40d453da422aeac1dc18950) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-12-ocaml-4.08@sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47aOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/robur-coop/ocaml-h1.git" -b "master" && cd "ocaml-h1" && git reset --hard c8d6474ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.08@sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47a# debian-12-4.08_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.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 base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 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.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 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 seq.base sexplib0.v0.14.0 stdio.v0.14.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 $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-07-31 11:40.10: Using cache hint "robur-coop/ocaml-h1-ocaml/opam:debian-12-ocaml-4.08@sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47a-debian-12-4.08_opam-2.4-2481043fee0b3b44ba1371a6fc66270a"2025-07-31 11:40.10: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.08@sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47a)(comment debian-12-4.08_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 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.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 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 seq.base sexplib0.v0.14.0 stdio.v0.14.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-07-31 11:40.10: Waiting for resource in pool OCluster2025-07-31 11:40.10: Waiting for worker…2025-07-31 11:41.02: Got resource from pool OClusterBuilding on phoebeAll commits already cachedHEAD is now at c8d6474 Merge pull request #16 from robur-coop/license(from ocaml/opam:debian-12-ocaml-4.08@sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47a)Unable to find image 'ocaml/opam:debian-12-ocaml-4.08@sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47a' locallydocker.io/ocaml/opam@sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47a: Pulling from ocaml/opamDigest: sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47aStatus: Downloaded newer image for ocaml/opam@sha256:474656ea1593a299054f8966c700443fa0944c9534de3da94ca6dfab4a44c47a2025-07-31 11:41.05 ---> using "1d0024db739bd078f91b2384c47919652a4b72a425e3e24ce24cfd1f6debdfbc" from cache/: (comment debian-12-4.08_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-07-31 11:41.05 ---> using "7e13b620832bd96afc3e6516cda3040f8ee4c4bc02997ec7bab3ced368bf82dd" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-07-31 11:41.05 ---> using "76db954bd3648ac5c916bd3cbacd898f0e8752b06db998d0e54f4c1ee3d809d4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-63-genericThe OCaml toplevel, version 4.08.12.2.12025-07-31 11:41.05 ---> using "c59ea6e15acc3a48b263c56188ced6b0a48620bb929af31a1328910aabade2ec" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-31 11:41.05 ---> using "2f629c045ff1455c7647c2bd91aac7e40b00464aac9374a1966a320cb30ee6e7" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0<><> 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-07-31 11:41.05 ---> using "c11fbb7c65f039ec54e878f658f805cbdba677267619c4ff733be2c65f7da5d6" from cache/src: (copy (src h1.opam h1-lwt-unix.opam) (dst ./))2025-07-31 11:41.05 ---> using "59d4bb54f5705e13d8a1d040a8d215efa31816bcb6aad301976be49c04f2cc3f" from cache/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-07-31 11:41.05 ---> using "eed56022299e60480326a9693eba801eb1af839769c56ebecc19b8f66cec53d1" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-31 11:41.05 ---> using "f2d0f4f878000d535ede083aed2839f4b6873027c2aba1158d81d60494e4a681" from cache/src: (env DEPS "alcotest.1.9.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 base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 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.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 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 seq.base sexplib0.v0.14.0 stdio.v0.14.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 "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 bookworm-updates/main amd64 Packages.diff/Index [19.6 kB]- Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B]- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]- Fetched 402 kB in 1s (378 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-07-31 11:41.05 ---> using "b12c5f45e3b38370c08900a574a332ad63d66dd834d114294ede37032d5a2da3" 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.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 29 packages- install alcotest 1.9.0- install angstrom 0.16.1- install astring 0.8.5- install base v0.14.3- install base-bytes base- install base64 3.5.1- install bigstringaf 0.10.0- install cmdliner 1.3.0- install cppo 1.8.0- install csexp 1.5.2- install dune 3.19.1- install dune-configurator 3.19.1- 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.1- 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 seq base- install sexplib0 v0.14.0- install stdio v0.14.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 base.v0.14.3 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved base64.3.5.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (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.1 (cached)-> retrieved httpun-types.0.2.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 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.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (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.19.1-> installed csexp.1.5.2-> installed base64.3.5.1-> installed ocaml-syntax-shims.1.0.0-> installed re.1.11.0-> installed sexplib0.v0.14.0-> installed stdlib-shims.0.3.0-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.0-> installed dune-configurator.3.19.1-> 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.1-> installed faraday-lwt.0.8.2-> installed faraday-lwt-unix.0.8.2-> installed base.v0.14.3-> installed stdio.v0.14.0Done.# Run eval $(opam env) to update the current shell environment2025-07-31 11:41.05 ---> using "0622837f4c17f55221dd84e908839b53f492c3a56c1ea8041595bafe0110925f" from cache/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.19.1).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.0Done.# Run eval $(opam env) to update the current shell environment2025-07-31 11:41.05 ---> using "c99821b9efc04fe82d14cd54299ccf25a2937ef287b0e16e279b3aa3d61bf266" from cache/src: (copy (src .) (dst /src/))2025-07-31 11:41.05 ---> saved as "de407c2fb89f1837b84224160394ecd17c0e08db0a2488a2f0e7e33a57e6effb"/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 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-07-31 11:41.07 ---> saved as "89cd4bf546b0bddc2123e81a24c0e6f9ae94ae331b785909404aab380b1628a6"Job succeeded2025-07-31 11:41.07: Job succeeded