2025-12-15 14:43.01: New job: test robur-coop/ocaml-h1 https://github.com/robur-coop/ocaml-h1.git#refs/heads/master (389e5b99380fe090c6ff2622dc0d6819582334f0) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14Opam project buildTo 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:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14# debian-13-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.5.0 angstrom.0.14.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.0 bigstringaf.0.1.0 bstr.0.0.1 cmdliner.1.0.4 cppo.1.6.1 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 faraday.0.8.1 faraday-lwt.0.5.0 faraday-lwt-unix.0.6.0 fmt.0.8.8 httpun-types.0.1.0 jbuilder.1.0+beta20.1 lwt.5.4.0 mmap.1.1.0 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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 uutf.1.0.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y h1.dev h1-lwt-unix.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-15 14:43.01: Using cache hint "robur-coop/ocaml-h1-ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14-debian-13-4.14_opam-2.4-94b54a59b2959c129b82ee5bdef271e7"2025-12-15 14:43.01: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14)(comment debian-13-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.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.5.0 angstrom.0.14.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.0 bigstringaf.0.1.0 bstr.0.0.1 cmdliner.1.0.4 cppo.1.6.1 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 faraday.0.8.1 faraday-lwt.0.5.0 faraday-lwt-unix.0.6.0 fmt.0.8.8 httpun-types.0.1.0 jbuilder.1.0+beta20.1 lwt.5.4.0 mmap.1.1.0 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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 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.4 --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"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-12-15 14:43.01: Waiting for resource in pool OCluster2025-12-15 22:31.03: Waiting for worker…2025-12-15 22:34.46: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at 389e5b9 Merge pull request #17 from robur-coop/prepare-v1.1.0(from ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14' locallydocker.io/ocaml/opam@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14: Pulling from ocaml/opam2981f7e8980b: Already exists9c63e1c4ba84: Already exists02578b9c9f1b: Already exists3801cb7ba5e6: Already exists1c4cdedd39f1: Already exists40f6006c5f5a: Already existsc451a17216ec: Already existse4104b8f72ee: Already exists7c7dbc5e7919: Already existsaa82be714e7c: Already exists922520f12384: Already exists9bfea042cef8: Already exists1244979f7c21: Already exists7583a0e34f94: Already exists14bef3f2665a: Already exists3a4b42ce6cb5: Already existsb0a08a900877: Already existsb0a08a900877: Already exists16ac87e68d60: Already exists74ac6e8c9b82: Already existsb41290a57dc5: Already exists592e5bcb7159: Already exists4f4fb700ef54: Already exists1db0705661a3: Already exists76bb8e35b9cc: Already exists3bc9d98c3b49: Already exists7096ef42e6c0: Already existscd0e70de8125: Already exists23ffab57f98e: Already existsb974353d8023: Already existsc74fba566723: Already exists5ad399846f45: Already exists3e7203fa3980: Already exists0b8915d2a92b: Already existse68c7a56c438: Already exists9024d680a167: Already exists3c7c73421b6e: Already exists7134fa9b4278: Already exists9d94fb523099: Already exists20d06dbdae7e: Already existsb9a45e537661: Already existsf0424cf37134: Already existsc2e19ffc1aa1: Already existsad36b1509ddd: Already exists891b72dee25e: Already existsDigest: sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14Status: Downloaded newer image for ocaml/opam@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab142025-12-15 22:34.46 ---> using "7cdb5ae7d995ccdc01b290a0409b89e6bad28fbd46597d36a8f537f23e744091" from cache/: (comment debian-13-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.4 /usr/bin/opam"))2025-12-15 22:34.46 ---> using "e2eae4822cb3100ab4a1036e0b25c8d63f7c3581684f840262f4d99187488d2c" 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 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-12-15 22:34.46 ---> using "897aa4b02d67243d2ec6554e03a4f253b3665f9b1d302ce86ab4d6b8478932f4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.14.22.4.12025-12-15 22:34.46 ---> using "2e1fc8a015ad1740adc9591f88b2f4ccff42f3cd1e4c35c667b81e8a6d6225f9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-15 22:34.46 ---> using "67989297c125658a1895bd32fb9b6ae8d9ed057e482fa2b4ca9281c2b02b8ae9" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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 at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-15 22:34.46 ---> using "caf58e93c0a8d8f208730c75db0824d22c88ea5cb6dded3b1fb92b50655cf826" from cache/src: (copy (src h1.opam h1-lwt-unix.opam) (dst ./))2025-12-15 22:34.46 ---> using "8111e2edd3db921d0fa3d86a10983db8b1bdabcb8c04e90c9581a2328a98a8ba" 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-12-15 22:34.46 ---> using "2f00e7c1b5f5e07b6a89ff0d0bb7d9410f6e3c308df900edf3c52b164c53967d" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-15 22:34.46 ---> using "e139037f2ad305279641b0809886eca91b78def2d511c76d3d7b384b1a06d366" from cache/src: (env DEPS "alcotest.1.5.0 angstrom.0.14.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.0 bigstringaf.0.1.0 bstr.0.0.1 cmdliner.1.0.4 cppo.1.6.1 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 faraday.0.8.1 faraday-lwt.0.5.0 faraday-lwt-unix.0.6.0 fmt.0.8.8 httpun-types.0.1.0 jbuilder.1.0+beta20.1 lwt.5.4.0 mmap.1.1.0 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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 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.4 --depext-only -y h1.dev h1-lwt-unix.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [84.8 kB]- Fetched 176 kB in 0s (974 kB/s)- Reading package lists...-<><> 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-12-15 22:35.12 ---> saved as "8519c994a1b66ddc23de3e73c5d5dadd5bb5d95e12f62bf9bceae739939c8e74"/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 33 packages- install alcotest 1.5.0- install angstrom 0.14.0- install astring 0.8.5- install base v0.14.2- install base-bytes base- install base64 3.5.0- install bigstringaf 0.1.0- install bstr 0.0.1- install cmdliner 1.0.4- install cppo 1.6.1- install dune 3.5.0- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install faraday 0.8.1- install faraday-lwt 0.5.0- install faraday-lwt-unix 0.6.0- install fmt 0.8.8- install httpun-types 0.1.0- install jbuilder 1.0+beta20.1 (deprecated)- install lwt 5.4.0- install mmap 1.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install ocplib-endian 1.0- install re 1.7.2- install result 1.5- install seq 0.3- install sexplib0 v0.14.0- install stdio v0.14.0- install stdlib-shims 0.1.0- install topkg 1.0.8- install uutf 1.0.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.5.0 (cached)-> retrieved angstrom.0.14.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.14.2 (cached)-> retrieved base64.3.5.0 (cached)-> retrieved bigstringaf.0.1.0 (cached)-> retrieved bstr.0.0.1 (cached)-> retrieved cmdliner.1.0.4 (cached)-> retrieved cppo.1.6.1 (cached)-> retrieved faraday.0.8.1 (cached)-> retrieved faraday-lwt.0.5.0 (cached)-> retrieved faraday-lwt-unix.0.6.0 (cached)-> retrieved fmt.0.8.8 (cached)-> retrieved httpun-types.0.1.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved dune.3.5.0 (cached)-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved lwt.5.4.0 (cached)-> retrieved mmap.1.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.9.1 (cached)-> retrieved ocplib-endian.1.0 (cached)-> installed cmdliner.1.0.4-> retrieved re.1.7.2 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved stdio.v0.14.0 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved topkg.1.0.8 (cached)-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed topkg.1.0.8-> installed bigstringaf.0.1.0-> installed cppo.1.6.1-> installed re.1.7.2-> installed uutf.1.0.3-> installed astring.0.8.5-> installed dune.3.5.0-> installed bstr.0.0.1-> installed base64.3.5.0-> installed faraday.0.8.1-> installed stdlib-shims.0.1.0-> installed result.1.5-> installed mmap.1.1.0-> installed seq.0.3-> installed sexplib0.v0.14.0-> installed httpun-types.0.1.0-> installed angstrom.0.14.0-> installed ocaml-syntax-shims.1.0.0-> installed fmt.0.8.8-> installed ocplib-endian.1.0-> installed alcotest.1.5.0-> installed dune-private-libs.2.5.1-> installed dune-configurator.2.5.1-> installed lwt.5.4.0-> installed faraday-lwt.0.5.0-> installed faraday-lwt-unix.0.6.0-> installed base.v0.14.2-> installed stdio.v0.14.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-12-15 22:37.02 ---> saved as "5ea38d338177e536a782eab3804f3b9e720598f740434895be2486ec62ed04e1"/src: (copy (src .) (dst /src))2025-12-15 22:37.03 ---> saved as "367e2bcb4d7e1a578ed51f2a68e254a79288b1425a3ba121f32bf1310a7f1ef2"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "/home/opam/.opam/4.14/lib/faraday-lwt-unix/faraday-lwt-unix.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/bigstringaf/bigstringaf.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/faraday-lwt/faraday-lwt.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.(cd _build/default/lib_test && ./test_h1.exe)Testing `h1 unit tests'.This run has ID `GI1UV90M'.[OK] websocket 0 parsing ping frame.[OK] websocket 1 parsing close frame.[OK] websocket 2 parsing text frame.[OK] version 0 compare.[OK] version 1 to_string.[OK] method 0 is_safe.[OK] method 1 is_cacheable.[OK] method 2 is_idempotent.[OK] iovec 0 lengthv.[OK] iovec 1 shiftv.[OK] iovec 2 shiftv raises .[OK] headers 0 remove.[OK] headers 1 replace.[OK] headers 2 CI equal.[OK] request 0 parse valid.[OK] request 1 parse invalid errors.[OK] request 2 body length.[OK] response 0 parse valid.[OK] response 1 parse invalid error.[OK] response 2 body length.[OK] client connection 0 GET.[OK] client connection 1 send streaming body.[OK] client connection 2 Response EOF.[OK] client connection 3 Response header order preserved.[OK] client connection 4 report_exn.[OK] client connection 5 input_shrunk.[OK] client connection 6 failed response parse.[OK] client connection 7 schedule read with data availa...[OK] server connection 0 initial reader state.[OK] server connection 1 shutdown reader closed.[OK] server connection 2 single GET.[OK] server connection 3 multiple GETs.[OK] server connection 4 asynchronous response.[OK] server connection 5 echo POST.[OK] server connection 6 streaming response.[OK] server connection 7 asynchronous streaming response.[OK] server connection 8 asynchronous streaming respons...[OK] server connection 9 empty fixed streaming response.[OK] server connection 10 empty chunked streaming response.[OK] server connection 11 connection error.[OK] server connection 12 synchronous error, synchronous...[OK] server connection 13 synchronous error, asynchronou...[OK] server connection 14 asynchronous error, synchronou...[OK] server connection 15 asynchronous error, asynchrono...[OK] server connection 16 error while parsing.[OK] server connection 17 error before read.[OK] server connection 18 error left unhandled.[OK] server connection 19 chunked encoding.[OK] server connection 20 chunked encoding for error.[OK] server connection 21 blocked write on chunked encod...[OK] server connection 22 body writing when socket closes.[OK] server connection 23 writer unexpected eof.[OK] server connection 24 input shrunk.[OK] server connection 25 failed request parse.[OK] server connection 26 bad request.[OK] server connection 27 multiple requests in single read.[OK] server connection 28 multiple async requests in sin...[OK] server connection 29 multiple requests with connect...[OK] server connection 30 multiple requests with eof.[OK] server connection 31 parse failure after checkpoint.[OK] server connection 32 parse failure at eof.[OK] server connection 33 response finished before body ...[OK] server connection 34 shutdown in request handler.[OK] server connection 35 schedule read with data availa...[OK] server connection 36 test upgrades.[OK] server connection 37 test upgrade where server does...[OK] server connection 38 test upgrades.[OK] server connection 39 test upgrade where server does...[OK] server connection 40 upgrade.[OK] server connection 41 upgrade where server does not ...[OK] server connection 42 upgrade with initial data.[OK] server connection 43 upgrade with bad body length.[OK] server connection 44 asynchronous upgrade.[OK] server connection 45 upgrade interrupted by shutdown.Full test results in `/src/_build/default/lib_test/_build/_tests/h1 unit tests'.Test Successful in 0.455s. 74 tests run.2025-12-15 22:37.08 ---> saved as "b4583423bb177564597f6c05d6b972332f163d0a8cf2734a88efe36e5bcdeb54"Job succeeded2025-12-15 22:37.09: Job succeeded