>>> llhttp: Building community/llhttp 9.3.1-r0 (using abuild 3.17.0_rc1-r2) started Tue, 21 Apr 2026 10:27:26 +0000 >>> llhttp: Validating /home/buildozer/aports/community/llhttp/APKBUILD... >>> llhttp: Analyzing dependencies... >>> llhttp: Installing for build: build-base cmake clang samurai npm ( 1/24) Installing libbz2 (1.0.8-r6) ( 2/24) Installing xz-libs (5.8.2-r0) ( 3/24) Installing libarchive (3.8.7-r0) ( 4/24) Installing rhash-libs (1.4.6-r0) ( 5/24) Installing libuv (1.52.1-r0) ( 6/24) Installing cmake (4.2.3-r0) ( 7/24) Installing clang22-headers (22.1.3-r0) ( 8/24) Installing libffi (3.5.2-r1) ( 9/24) Installing libxml2 (2.13.9-r1) (10/24) Installing llvm22-libs (22.1.3-r0) (11/24) Installing clang22-libs (22.1.3-r0) (12/24) Installing llvm22-linker-tools (22.1.3-r0) (13/24) Installing clang22 (22.1.3-r0) (14/24) Installing samurai (1.2-r8) (15/24) Installing ca-certificates (20260413-r0) (16/24) Installing ada-libs (3.3.0-r0) (17/24) Installing icu-data-en (78.1-r0) Executing icu-data-en-78.1-r0.post-install * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. (18/24) Installing icu-libs (78.1-r0) (19/24) Installing simdjson (4.2.4-r0) (20/24) Installing simdutf (8.2.0-r0) (21/24) Installing sqlite-libs (3.53.0-r0) (22/24) Installing nodejs (24.14.1-r0) (23/24) Installing npm (11.12.1-r0) (24/24) Installing .makedepends-llhttp (20260421.102729) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 816.8 MiB in 127 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.3.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> llhttp: Fetching https://github.com/nodejs/llhttp/archive/v9.3.1/llhttp-9.3.1.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/v3.24/llhttp-9.3.1.tar.gz.part' llhttp-9.3.1.tar.gz. 95871 --:--:-- ETA llhttp-9.3.1.tar.gz. 100% |********************************| 6139k 0:00:00 ETA '/var/cache/distfiles/v3.24/llhttp-9.3.1.tar.gz.part' saved /var/cache/distfiles/v3.24/llhttp-9.3.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.3.1.tar.gz /var/cache/distfiles/v3.24/llhttp-9.3.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/v3.24/llhttp-9.3.1.tar.gz... > llhttp@9.3.1 prepare > npm run clean && npm run build-ts > llhttp@9.3.1 clean > rm -rf lib && rm -rf test/tmp > llhttp@9.3.1 build-ts > tsc added 153 packages, and audited 154 packages in 4s 40 packages are looking for funding run `npm fund` for details 8 vulnerabilities (5 moderate, 3 high) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. rm -rf release/ node --import tsx bin/generate.ts rm -rf build/ rm -rf release mkdir -p release/src mkdir -p release/include cp -rf build/llhttp.h release/include/ cp -rf build/c/llhttp.c release/src/ cp -rf src/native/*.c release/src/ cp -rf src/llhttp.gyp release/ cp -rf src/common.gypi release/ sed s/_RELEASE_/9.3.1/ CMakeLists.txt > release/CMakeLists.txt cp -rf libllhttp.pc.in release/ cp -rf README.md release/ cp -rf LICENSE release/ -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- -- Project configure summary: -- -- CMake build type .................: MINSIZEREL -- Install prefix ...................: /usr -- Build shared library .............: ON -- Build static library .............: OFF -- -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/llhttp/src/llhttp-9.3.1/releasebuild [1/5] Building C object CMakeFiles/llhttp_shared.dir/src/api.c.o [2/5] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o [3/5] Building C object CMakeFiles/llhttp_shared.dir/src/llhttp.c.o [4/5] Linking C shared library libllhttp.so.9.3.1 [5/5] Creating library symlink libllhttp.so.9.3 libllhttp.so > llhttp@9.3.1 test > node --import tsx ./test/md-test.ts ▶ Sample requests at request/sample.md:1 ▶ Simple request at request/sample.md:6 ✔ should pass for type="request" (location=request/sample.md:6) (1400.733321ms) ✔ Simple request at request/sample.md:6 (1401.721469ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (69.372264ms) ✔ Request with method starting with `H` at request/sample.md:39 (69.576729ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (24.465777ms) ✔ curl GET at request/sample.md:67 (24.63894ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (64.227895ms) ✔ Firefox GET at request/sample.md:105 (64.427148ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (17.125788ms) ✔ DUMBPACK at request/sample.md:168 (17.440119ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (15.010573ms) ✔ No headers and no body at request/sample.md:196 (15.134098ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (20.435264ms) ✔ One header and no body at request/sample.md:219 (20.566658ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (16.100467ms) ✔ Apache bench GET at request/sample.md:247 (16.212978ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (11.692251ms) ✔ Prefix newline at request/sample.md:288 (11.828102ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (7.290742ms) ✔ No HTTP version at request/sample.md:314 (7.405103ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (1361.945424ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (1362.123248ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (16.946946ms) ✔ Line folding in header value with LF at request/sample.md:394 (17.075445ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (15.260732ms) ✔ No LF after CR at request/sample.md:432 (15.395011ms) ▶ No LF after CR (lenient) at request/sample.md:454 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/sample.md:454) (1323.115192ms) ✔ No LF after CR (lenient) at request/sample.md:454 (1323.286313ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (11.882246ms) ✔ Request starting with CRLF at request/sample.md:478 (12.01232ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (1.659417ms) ✔ Extended Characters at request/sample.md:506 (1.753522ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (1.884843ms) ✔ 255 ASCII in header value at request/sample.md:536 (1.990922ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (377.110505ms) ✔ X-SSL-Nonsense at request/sample.md:571 (377.314902ms) ✔ Sample requests at request/sample.md:1 (4761.266028ms) ▶ Lenient header value parsing at request/lenient-headers.md:1 ▶ Header value at request/lenient-headers.md:82 ▶ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:109) (27.075855ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (27.1906ms) ✔ Header value at request/lenient-headers.md:82 (27.263427ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (14.913628ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (15.009408ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (21.023657ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (21.112678ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (16.73166ms) ✔ Header value at request/lenient-headers.md:82 (16.830856ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (80.488754ms) ▶ Lenient HTTP version parsing at request/lenient-version.md:1 ▶ Invalid HTTP version (lenient) at request/lenient-version.md:4 ✔ should pass for type="request-lenient-version" (location=request/lenient-version.md:4) (1289.714309ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (1289.935951ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (1290.095496ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (14.941477ms) ✔ REPORT request at request/method.md:4 (15.031363ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (22.221082ms) ✔ CONNECT request at request/method.md:27 (22.317579ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (21.609876ms) ✔ CONNECT request with CAPS at request/method.md:62 (21.698314ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (22.935508ms) ✔ CONNECT with body at request/method.md:96 (23.027216ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (19.759958ms) ✔ M-SEARCH request at request/method.md:135 (19.855117ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (23.002284ms) ✔ PATCH request at request/method.md:173 (23.092644ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (15.889274ms) ✔ PURGE request at request/method.md:217 (15.973823ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (18.19333ms) ✔ SEARCH request at request/method.md:245 (18.277691ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (23.393075ms) ✔ LINK request at request/method.md:273 (23.492628ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (19.131089ms) ✔ LINK request at request/method.md:311 (19.232218ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (16.493573ms) ✔ SOURCE request at request/method.md:344 (16.592971ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (16.927587ms) ✔ SOURCE request with ICE at request/method.md:372 (17.017122ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (18.7278ms) ✔ OPTIONS request with RTSP at request/method.md:400 (18.841268ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (17.265527ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (17.370807ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (14.662744ms) ✔ PRI request HTTP2 at request/method.md:458 (14.797703ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (26.265046ms) ✔ QUERY request at request/method.md:482 (26.356646ms) ✔ Methods at request/method.md:1 (313.858467ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (16.006601ms) ✔ Quotes in URI at request/uri.md:4 (16.089481ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (16.713316ms) ✔ Query URL with question mark at request/uri.md:27 (16.807751ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (15.560371ms) ✔ Host terminated by a query string at request/uri.md:52 (15.654812ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (14.391335ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (14.478416ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (12.575636ms) ✔ Query URL with vertical bar character at request/uri.md:98 (12.660637ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (14.711926ms) ✔ `host:port` terminated by a space at request/uri.md:125 (14.79898ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (2.211923ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (2.300508ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (16.598374ms) ✔ Fragment in URI at request/uri.md:165 (16.687872ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (21.991159ms) ✔ Underscore in hostname at request/uri.md:188 (22.086912ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (16.332031ms) ✔ `host:port` and basic auth at request/uri.md:222 (16.416096ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (2.159793ms) ✔ Space in URI at request/uri.md:245 (2.237967ms) ✔ URI at request/uri.md:1 (150.782929ms) ▶ Connection header at request/connection.md:1 ▶ `keep-alive` at request/connection.md:4 ▶ Setting flag at request/connection.md:6 ✔ should pass for type="request" (location=request/connection.md:6) (16.470512ms) ✔ Setting flag at request/connection.md:6 (16.560039ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (25.630046ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (25.720701ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (13.839587ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (13.927469ms) ▶ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:107) (1308.776217ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (1308.933434ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (29.535408ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (29.686392ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (20.550832ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (20.67024ms) ✔ `keep-alive` at request/connection.md:4 (1415.835088ms) ▶ `close` at request/connection.md:234 ▶ Setting flag on `close` at request/connection.md:236 ✔ should pass for type="request" (location=request/connection.md:236) (16.891215ms) ✔ Setting flag on `close` at request/connection.md:236 (16.979326ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (26.195476ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (26.287308ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (32.150354ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (32.269798ms) ✔ `close` at request/connection.md:234 (75.726709ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (20.637616ms) ✔ Sample at request/connection.md:375 (20.725681ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (55.665262ms) ✔ Multiple tokens with folding at request/connection.md:403 (55.777009ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (20.984855ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (21.090991ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (18.573786ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (18.662094ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (14.486317ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (14.574232ms) ▶ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:559) (18.599206ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (18.688076ms) ✔ Parsing multiple tokens at request/connection.md:373 (149.86104ms) ▶ `upgrade` at request/connection.md:599 ▶ Setting a flag and pausing at request/connection.md:601 ✔ should pass for type="request" (location=request/connection.md:601) (15.614911ms) ✔ Setting a flag and pausing at request/connection.md:601 (15.69743ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (19.546014ms) ✔ Emitting part of body and pausing at request/connection.md:635 (19.634814ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (47.5024ms) ✔ Upgrade GET request at request/connection.md:675 (47.611877ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (26.319648ms) ✔ Upgrade POST request at request/connection.md:734 (26.421823ms) ✔ `upgrade` at request/connection.md:599 (109.604964ms) ✔ Connection header at request/connection.md:1 (1751.423303ms) ▶ Content-Length header at request/content-length.md:1 ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ▶ Spaces in `Content-Length` #2 at request/content-length.md:317 ✔ should pass for type="request" (location=request/content-length.md:317) (17.17475ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:317 (17.269062ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:343 ✔ should pass for type="request" (location=request/content-length.md:343) (14.952081ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:343 (15.055229ms) ▶ Empty `Content-Length` at request/content-length.md:369 ✔ should pass for type="request" (location=request/content-length.md:369) (14.284292ms) ✔ Empty `Content-Length` at request/content-length.md:369 (14.379828ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (46.86578ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (14.129687ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (14.216737ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (16.303199ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (16.383228ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (15.860471ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (15.944408ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (14.465861ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (14.548326ms) ▶ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 ✔ should pass for type="request" (location=request/content-length.md:129) (15.320578ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (15.412528ms) ▶ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 ✔ should pass for type="request" (location=request/content-length.md:159) (15.330879ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (15.417783ms) ▶ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 ✔ should pass for type="request-lenient-headers" (location=request/content-length.md:189) (18.026421ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (18.113827ms) ▶ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 ✔ should pass for type="request-lenient-chunked-length" (location=request/content-length.md:229) (1328.947003ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (1329.111579ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (16.685796ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (16.810106ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (12.900353ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (12.988417ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:394 ✔ should pass for type="request" (location=request/content-length.md:394) (1.95292ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:394 (2.032362ms) ▶ Content-Length reset when no body is received at request/content-length.md:417 ✔ should pass for type="request" (location=request/content-length.md:417) (1301.924459ms) ✔ Content-Length reset when no body is received at request/content-length.md:417 (1302.102666ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:466 ✔ should pass for type="request" (location=request/content-length.md:466) (16.197434ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:466 (16.33915ms) ▶ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/content-length.md:492) (15.724044ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 (15.810557ms) ✔ Content-Length header at request/content-length.md:1 (2852.897846ms) ▶ Transfer-Encoding header at request/transfer-encoding.md:1 ▶ `chunked` at request/transfer-encoding.md:4 ▶ Parsing and setting flag at request/transfer-encoding.md:6 ✔ should pass for type="request" (location=request/transfer-encoding.md:6) (15.780762ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (15.869502ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (19.24563ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (19.337646ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (19.417042ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (19.528979ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (20.733239ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (20.828842ms) ▶ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 ✔ should pass for type="request" (location=request/transfer-encoding.md:144) (20.969331ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (21.077606ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (30.852683ms) ✔ Trailing headers at request/transfer-encoding.md:186 (30.952802ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (33.951107ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (34.057006ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (23.496549ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (23.597976ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (23.380421ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (23.484171ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (42.890035ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (43.008732ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (25.392752ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (25.513413ms) ✔ `chunked` at request/transfer-encoding.md:4 (277.888921ms) ▶ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 ▶ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 ✔ should pass for type="request" (location=request/transfer-encoding.md:976) (25.942295ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (26.037691ms) ▶ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/transfer-encoding.md:1025) (38.615929ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (38.741379ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (24.597411ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (24.721747ms) ▶ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 ✔ should pass for type="request-lenient-optional-crlf-after-chunk" (location=request/transfer-encoding.md:1140) (1313.16984ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (1313.355796ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (1403.127074ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (2.377947ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (2.497965ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (21.878708ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (21.974642ms) ▶ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 ✔ should pass for type="request-lenient-chunked-length" (location=request/transfer-encoding.md:530) (22.826776ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (22.926625ms) ▶ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 ✔ should pass for type="request" (location=request/transfer-encoding.md:574) (26.396546ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (26.49797ms) ▶ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 ✔ should pass for type="request" (location=request/transfer-encoding.md:613) (3.412962ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (3.538873ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (10.446536ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (10.543928ms) ▶ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 ✔ should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:680) (1354.615571ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (1354.808419ms) ▶ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 ✔ should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:713) (19.331326ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (19.451226ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (21.304187ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (21.40753ms) ▶ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 ✔ should pass for type="request" (location=request/transfer-encoding.md:793) (23.214078ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (23.313568ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (18.853167ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (18.956004ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (16.422062ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (16.509347ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (15.186774ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (15.284577ms) ▶ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 ✔ should pass for type="request-lenient-headers" (location=request/transfer-encoding.md:942) (28.174759ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (28.296605ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (15.384525ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (15.483398ms) ▶ Space after chunk header (lenient) at request/transfer-encoding.md:1215 ✔ should pass for type="request-lenient-spaces-after-chunk-size" (location=request/transfer-encoding.md:1215) (1320.682089ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (1320.858103ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (4604.451481ms) ▶ Invalid requests at request/invalid.md:1 ▶ Invalid space after start line at request/invalid.md:509 ▶ Only LFs present at request/invalid.md:531 ✔ should pass for type="request" (location=request/invalid.md:531) (17.827557ms) ✔ Only LFs present at request/invalid.md:531 (17.92208ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (1317.896054ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (1318.065331ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (17.423006ms) ✔ Spaces before headers at request/invalid.md:650 (17.551311ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (26.278311ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (26.36498ms) ✔ Invalid space after start line at request/invalid.md:509 (1380.162058ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (19.51294ms) ✔ ICE protocol and GET method at request/invalid.md:4 (19.598648ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (14.726411ms) ✔ ICE protocol, but not really at request/invalid.md:25 (14.805868ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (14.335105ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (14.419342ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (14.053969ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (14.150498ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (13.079225ms) ✔ Headers separated by CR at request/invalid.md:87 (13.178528ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (18.967874ms) ✔ Headers separated by LF at request/invalid.md:113 (19.078825ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (17.003167ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (17.094119ms) ▶ Headers separated by dummy characters (lenient) at request/invalid.md:181 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/invalid.md:181) (16.915223ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (17.016522ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (18.246962ms) ✔ Empty headers separated by CR at request/invalid.md:216 (18.515101ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (17.102578ms) ✔ Empty headers separated by LF at request/invalid.md:254 (17.186269ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (2.096258ms) ✔ Invalid header token #1 at request/invalid.md:287 (2.17461ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (2.024243ms) ✔ Invalid header token #2 at request/invalid.md:310 (2.10838ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (2.040866ms) ✔ Invalid header token #3 at request/invalid.md:333 (2.136701ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (14.27314ms) ✔ Invalid method at request/invalid.md:356 (14.367029ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (2.261584ms) ✔ Illegal header field name line folding at request/invalid.md:372 (2.357299ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (2.019062ms) ✔ Corrupted Connection header at request/invalid.md:396 (2.100655ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (1.751585ms) ✔ Corrupted header name at request/invalid.md:425 (2.114677ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (1.950765ms) ✔ Missing CR between headers at request/invalid.md:454 (2.02502ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (1.67159ms) ✔ Invalid HTTP version at request/invalid.md:490 (1.744412ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (11.771768ms) ✔ Invalid space after start line at request/invalid.md:509 (11.863875ms) ✔ Invalid requests at request/invalid.md:1 (1589.604538ms) ▶ Finish at request/finish.md:1 ▶ It should be safe to finish after GET request at request/finish.md:6 ✔ should pass for type="request-finish" (location=request/finish.md:6) (1271.399687ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (1271.570288ms) ▶ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 ✔ should pass for type="request-finish" (location=request/finish.md:30) (15.371668ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (15.561125ms) ▶ It should be unsafe to finish inside of the header at request/finish.md:55 ✔ should pass for type="request-finish" (location=request/finish.md:55) (10.953668ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (11.043083ms) ✔ Finish at request/finish.md:1 (1298.62142ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (1331.007867ms) ✔ on_message_begin at request/pausing.md:4 (1331.180232ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (1299.829924ms) ✔ on_message_complete at request/pausing.md:34 (1300.040196ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (1311.98337ms) ✔ on_protocol_complete at request/pausing.md:64 (1312.184537ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (1332.259312ms) ✔ on_method_complete at request/pausing.md:94 (1332.461013ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (1395.276776ms) ✔ on_url_complete at request/pausing.md:124 (1395.515745ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (1340.329981ms) ✔ on_version_complete at request/pausing.md:154 (1340.533502ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (1374.586312ms) ✔ on_header_field_complete at request/pausing.md:184 (1374.823225ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (1296.311315ms) ✔ on_header_value_complete at request/pausing.md:214 (1296.513153ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (1294.138743ms) ✔ on_headers_complete at request/pausing.md:244 (1294.366434ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (1317.451371ms) ✔ on_chunk_header at request/pausing.md:274 (1317.655442ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (1283.896274ms) ✔ on_chunk_extension_name at request/pausing.md:313 (1284.112477ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (1270.526207ms) ✔ on_chunk_extension_value at request/pausing.md:355 (1270.741107ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (1287.255527ms) ✔ on_chunk_complete at request/pausing.md:398 (1287.473133ms) ✔ Pausing at request/pausing.md:1 (17138.448283ms) ▶ Pipelining at request/pipelining.md:1 ▶ Should parse multiple events at request/pipelining.md:4 ✔ should pass for type="request" (location=request/pipelining.md:4) (36.394476ms) ✔ Should parse multiple events at request/pipelining.md:4 (36.491025ms) ✔ Pipelining at request/pipelining.md:1 (36.615164ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (1290.538723ms) ✔ Simple response at response/sample.md:4 (1290.749174ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (13.117214ms) ✔ RTSP response at response/sample.md:40 (13.235598ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (11.09706ms) ✔ ICE response at response/sample.md:60 (11.191188ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (13.096512ms) ✔ Error on invalid response start at response/sample.md:80 (13.178903ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (12.172777ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (12.256542ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (115.347021ms) ✔ Google 301 at response/sample.md:118 (115.518205ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (154.849406ms) ✔ amazon.com at response/sample.md:196 (155.057234ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (15.615926ms) ✔ No headers and no body at response/sample.md:271 (15.734173ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (14.998888ms) ✔ No reason phrase at response/sample.md:291 (15.086588ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (11.57877ms) ✔ Empty reason phrase after space at response/sample.md:310 (11.665779ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (16.210816ms) ✔ No carriage ret at response/sample.md:330 (16.293791ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (1272.38799ms) ✔ No carriage ret (lenient) at response/sample.md:351 (1272.553903ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (25.014953ms) ✔ Underscore in header key at response/sample.md:382 (25.140325ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (58.640913ms) ✔ bonjourmadame.fr at response/sample.md:425 (58.768974ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (96.193197ms) ✔ Spaces in header value at response/sample.md:494 (96.382515ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (40.249835ms) ✔ Spaces in header name at response/sample.md:574 (40.377617ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.636756ms) ✔ Non ASCII in status line at response/sample.md:609 (3.761864ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (14.30882ms) ✔ HTTP version 0.9 at response/sample.md:645 (14.409351ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (16.736682ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (16.829416ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (18.590789ms) ✔ Response starting with CRLF at response/sample.md:695 (18.672514ms) ✔ Sample responses at response/sample.md:1 (3217.968941ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (25.136106ms) ✔ Proxy-Connection at response/connection.md:4 (25.236085ms) ▶ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 ✔ should pass for type="response" (location=response/connection.md:46) (18.7935ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (18.899425ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (16.061929ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (16.232591ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (11.353856ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (11.442531ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (12.770063ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (12.858392ms) ▶ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 ✔ should pass for type="response" (location=response/connection.md:164) (13.901521ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (13.983704ms) ▶ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 ✔ should pass for type="response-lenient-data-after-close" (location=response/connection.md:191) (1296.562353ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (1296.736494ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (19.161907ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (19.312491ms) ▶ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 ✔ should pass for type="response-lenient-keep-alive" (location=response/connection.md:260) (1281.79988ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (1281.981881ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (24.559277ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (24.672098ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (23.772564ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (23.864416ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (24.583369ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (24.694032ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (19.488945ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (19.584657ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (21.260331ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (21.345239ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (18.595711ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (18.691996ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (21.16981ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (21.265792ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (34.207338ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (34.31176ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (39.481244ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (39.608088ms) ✔ Connection header at response/connection.md:1 (2925.637925ms) ▶ Content-Length header at response/content-length.md:1 ▶ Response without `Content-Length`, but with body at response/content-length.md:4 ✔ should pass for type="response" (location=response/content-length.md:4) (89.357184ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (89.538618ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (23.024235ms) ✔ Content-Length-X at response/content-length.md:80 (23.147075ms) ▶ Content-Length reset when no body is received at response/content-length.md:123 ✔ should pass for type="response" (location=response/content-length.md:123) (1291.03135ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (1291.207859ms) ✔ Content-Length header at response/content-length.md:1 (1404.131153ms) ▶ Transfer-Encoding header at response/transfer-encoding.md:1 ▶ Trailing space on chunked body at response/transfer-encoding.md:4 ✔ should pass for type="response" (location=response/transfer-encoding.md:4) (20.67929ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (20.785444ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (17.657059ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (17.757709ms) ▶ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 ✔ should pass for type="response" (location=response/transfer-encoding.md:74) (20.048269ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (20.14096ms) ▶ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 ✔ should pass for type="response" (location=response/transfer-encoding.md:110) (20.310853ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (20.397056ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (29.294785ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (29.390029ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (21.991535ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (22.084162ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (18.99433ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (19.086154ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (40.294648ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (40.411444ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (24.177311ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (24.290573ms) ▶ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 ✔ should pass for type="response-lenient-headers" (location=response/transfer-encoding.md:389) (1274.506266ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (1274.665019ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (1489.565737ms) ▶ Invalid responses at response/invalid.md:1 ▶ Invalid space after start line at response/invalid.md:149 ▶ Extra space between HTTP version and status code at response/invalid.md:168 ✔ should pass for type="response" (location=response/invalid.md:168) (10.954255ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (11.041219ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (11.255238ms) ✔ Extra space between status code and reason at response/invalid.md:186 (11.340153ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (9.526566ms) ✔ One-digit status code at response/invalid.md:206 (9.639382ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (12.618873ms) ✔ Only LFs present and no body at response/invalid.md:224 (12.716505ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (1275.757447ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (1275.93188ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (14.839477ms) ✔ Only LFs present at response/invalid.md:264 (14.95226ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (14.490736ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (14.578899ms) ✔ Invalid space after start line at response/invalid.md:149 (1350.553342ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (11.492987ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (11.580437ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (13.28966ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (13.383369ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (11.401033ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (11.483196ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (13.27712ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (13.362228ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (12.747285ms) ✔ Tab after HTTP version at response/invalid.md:72 (12.827369ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (11.302385ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (11.38082ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (11.586146ms) ✔ Headers separated by CR at response/invalid.md:108 (11.672095ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (11.88828ms) ✔ Invalid HTTP version at response/invalid.md:132 (11.968174ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (12.655315ms) ✔ Invalid space after start line at response/invalid.md:149 (12.741226ms) ✔ Invalid responses at response/invalid.md:1 (1461.502259ms) ▶ Finish at response/finish.md:1 ▶ It should be safe to finish with cb after empty response at response/finish.md:6 ✔ should pass for type="response-finish" (location=response/finish.md:6) (1273.1487ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (1273.327105ms) ✔ Finish at response/finish.md:1 (1273.43704ms) ▶ Lenient HTTP version parsing at response/lenient-version.md:1 ▶ Invalid HTTP version (lenient) at response/lenient-version.md:4 ✔ should pass for type="response-lenient-version" (location=response/lenient-version.md:4) (1282.294986ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (1282.481523ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (1282.609106ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (1304.554937ms) ✔ on_message_begin at response/pausing.md:4 (1304.741219ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (1287.559932ms) ✔ on_message_complete at response/pausing.md:32 (1287.791294ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (1292.083873ms) ✔ on_version_complete at response/pausing.md:60 (1292.327103ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (1292.714797ms) ✔ on_status_complete at response/pausing.md:88 (1292.936485ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (1275.999853ms) ✔ on_header_field_complete at response/pausing.md:116 (1276.224462ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (1275.394317ms) ✔ on_header_value_complete at response/pausing.md:144 (1275.621736ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (1293.636487ms) ✔ on_headers_complete at response/pausing.md:172 (1293.866272ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (1302.584833ms) ✔ on_chunk_header at response/pausing.md:200 (1302.809543ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (1327.88814ms) ✔ on_chunk_extension_name at response/pausing.md:237 (1328.11562ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (1284.175693ms) ✔ on_chunk_extension_value at response/pausing.md:277 (1284.389153ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (1312.794397ms) ✔ on_chunk_complete at response/pausing.md:317 (1313.019127ms) ✔ Pausing at response/pausing.md:1 (14253.001545ms) ▶ Pipelining at response/pipelining.md:1 ▶ Should parse multiple events at response/pipelining.md:4 ✔ should pass for type="response" (location=response/pipelining.md:4) (31.809879ms) ✔ Should parse multiple events at response/pipelining.md:4 (31.901621ms) ✔ Pipelining at response/pipelining.md:1 (32.077501ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (320.064559ms) ✔ Absolute URL at url.md:3 (320.224392ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (15.383301ms) ✔ Relative URL at url.md:17 (15.501686ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (8.194708ms) ✔ Failing on broken schema at url.md:29 (8.279883ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (13.507087ms) ✔ Proxy request at url.md:41 (13.595535ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (11.534511ms) ✔ Proxy request with port at url.md:53 (11.61884ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (11.801128ms) ✔ Proxy IPv6 request at url.md:65 (11.877171ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (13.576716ms) ✔ Proxy IPv6 request with port at url.md:77 (13.649742ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (13.498382ms) ✔ IPv4 in IPv6 address at url.md:89 (13.56953ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (15.468354ms) ✔ Extra `?` in query string at url.md:101 (15.547473ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (12.109392ms) ✔ URL encoded space at url.md:116 (12.191595ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (12.488394ms) ✔ URL fragment at url.md:127 (12.564366ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (14.206852ms) ✔ Complex URL fragment at url.md:138 (14.285277ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (12.942397ms) ✔ Complex URL from node.js url parser doc at url.md:153 (13.022429ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (13.360469ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (13.474847ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (1.803406ms) ✔ Double `@` at url.md:181 (1.893967ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (12.868212ms) ✔ Proxy basic auth with url encoded space at url.md:193 (12.946591ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (10.894161ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (10.980636ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (14.498663ms) ✔ IPv6 address with Zone ID at url.md:217 (14.75163ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (12.170519ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (12.245198ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (1.722368ms) ✔ Disallow tab in URL at url.md:241 (1.796181ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (2.036194ms) ✔ Disallow form-feed in URL at url.md:252 (2.116431ms) ✔ URL tests at url.md:1 (547.02381ms) ℹ tests 260 ℹ suites 292 ℹ pass 260 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 63799.792605 >>> llhttp: Entering fakeroot... -- Install configuration: "MINSIZEREL" -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3.1 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/include/llhttp.h -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/pkgconfig/libllhttp.pc -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config-minsizerel.cmake >>> llhttp-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/pkgconfig' 'usr/lib/cmake' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/cmake' 'usr/lib/libllhttp.so' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/libllhttp.so' >>> llhttp-dev*: Preparing subpackage llhttp-dev... >>> llhttp-dev*: Stripping binaries >>> llhttp-dev*: Running postcheck for llhttp-dev >>> llhttp-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-doc/usr/share/doc' >>> llhttp-doc*: Preparing subpackage llhttp-doc... Please specify at least one package name on the command line. >>> llhttp-doc*: Running postcheck for llhttp-doc >>> llhttp*: Running postcheck for llhttp >>> llhttp*: Preparing package llhttp... >>> llhttp*: Stripping binaries Please specify at least one package name on the command line. >>> llhttp*: Scanning shared objects >>> llhttp-dev*: Scanning shared objects >>> llhttp-dev*: Tracing dependencies... llhttp=9.3.1-r0 pkgconfig >>> llhttp-dev*: Package size: 35.4 KB >>> llhttp-dev*: Compressing data... >>> llhttp-dev*: Create checksum... >>> llhttp-dev*: Create llhttp-dev-9.3.1-r0.apk >>> llhttp-doc*: Tracing dependencies... >>> llhttp-doc*: Package size: 1.1 KB >>> llhttp-doc*: Compressing data... >>> llhttp-doc*: Create checksum... >>> llhttp-doc*: Create llhttp-doc-9.3.1-r0.apk >>> llhttp*: Tracing dependencies... so:libc.musl-s390x.so.1 >>> llhttp*: Package size: 69.6 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.3.1-r0.apk >>> llhttp: Build complete at Tue, 21 Apr 2026 10:28:45 +0000 elapsed time 0h 1m 19s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260421.102729) ( 2/24) Purging cmake (4.2.3-r0) ( 3/24) Purging samurai (1.2-r8) ( 4/24) Purging npm (11.12.1-r0) ( 5/24) Purging nodejs (24.14.1-r0) ( 6/24) Purging ca-certificates (20260413-r0) Executing ca-certificates-20260413-r0.post-deinstall ( 7/24) Purging ada-libs (3.3.0-r0) ( 8/24) Purging clang22 (22.1.3-r0) ( 9/24) Purging llvm22-linker-tools (22.1.3-r0) (10/24) Purging clang22-headers (22.1.3-r0) (11/24) Purging clang22-libs (22.1.3-r0) (12/24) Purging icu-libs (78.1-r0) (13/24) Purging libarchive (3.8.7-r0) (14/24) Purging libbz2 (1.0.8-r6) (15/24) Purging libuv (1.52.1-r0) (16/24) Purging llvm22-libs (22.1.3-r0) (17/24) Purging rhash-libs (1.4.6-r0) (18/24) Purging simdjson (4.2.4-r0) (19/24) Purging simdutf (8.2.0-r0) (20/24) Purging sqlite-libs (3.53.0-r0) (21/24) Purging icu-data-en (78.1-r0) (22/24) Purging libffi (3.5.2-r1) (23/24) Purging libxml2 (2.13.9-r1) (24/24) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 385.3 MiB in 103 packages >>> llhttp: Updating the community/s390x repository index... >>> llhttp: Signing the index...