>>> llhttp: Building community/llhttp 9.3.1-r0 (using abuild 3.16.0-r0) started Sun, 08 Mar 2026 20:59:09 +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.5-r0) ( 4/24) Installing rhash-libs (1.4.6-r0) ( 5/24) Installing libuv (1.51.0-r0) ( 6/24) Installing cmake (4.2.3-r0) ( 7/24) Installing clang22-headers (22.1.0-r0) ( 8/24) Installing libffi (3.5.2-r0) ( 9/24) Installing libxml2 (2.13.9-r0) (10/24) Installing llvm22-libs (22.1.0-r0) (11/24) Installing clang22-libs (22.1.0-r0) (12/24) Installing llvm22-linker-tools (22.1.0-r0) (13/24) Installing clang22 (22.1.0-r0) (14/24) Installing samurai (1.2-r8) (15/24) Installing ca-certificates (20251003-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.0.0-r0) (21/24) Installing sqlite-libs (3.51.2-r1) (22/24) Installing nodejs (24.13.0-r3) (23/24) Installing npm (11.9.0-r0) (24/24) Installing .makedepends-llhttp (20260308.205910) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20251003-r0.trigger OK: 860.6 MiB in 131 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/llhttp-9.3.1.tar.gz.part' llhttp-9.3.1.tar.gz. 100% |********************************| 6139k 0:00:00 ETA '/var/cache/distfiles/edge/llhttp-9.3.1.tar.gz.part' saved /var/cache/distfiles/edge/llhttp-9.3.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.3.1.tar.gz /var/cache/distfiles/edge/llhttp-9.3.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/edge/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 5s 40 packages are looking for funding run `npm fund` for details 6 vulnerabilities (1 low, 4 moderate, 1 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.5s) -- 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) (2804.625154ms) ✔ Simple request at request/sample.md:6 (2806.987529ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (84.105401ms) ✔ Request with method starting with `H` at request/sample.md:39 (84.404302ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (107.266762ms) ✔ curl GET at request/sample.md:67 (107.536451ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (176.451465ms) ✔ Firefox GET at request/sample.md:105 (176.688215ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (65.01948ms) ✔ DUMBPACK at request/sample.md:168 (65.307356ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (114.399735ms) ✔ No headers and no body at request/sample.md:196 (114.745006ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (68.947343ms) ✔ One header and no body at request/sample.md:219 (69.169332ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (120.664123ms) ✔ Apache bench GET at request/sample.md:247 (120.861232ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (55.044647ms) ✔ Prefix newline at request/sample.md:288 (55.235176ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (22.764181ms) ✔ No HTTP version at request/sample.md:314 (22.951959ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2736.679237ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2736.877541ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (108.884574ms) ✔ Line folding in header value with LF at request/sample.md:394 (109.06573ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (69.86856ms) ✔ No LF after CR at request/sample.md:432 (70.092798ms) ▶ 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) (2707.489903ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2707.777018ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (159.695706ms) ✔ Request starting with CRLF at request/sample.md:478 (159.994454ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (4.122185ms) ✔ Extended Characters at request/sample.md:506 (4.323755ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.70467ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.889333ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (648.079887ms) ✔ X-SSL-Nonsense at request/sample.md:571 (648.317407ms) ✔ Sample requests at request/sample.md:1 (10067.10449ms) ▶ 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) (110.39632ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (110.670838ms) ✔ Header value at request/lenient-headers.md:82 (110.869304ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (84.973206ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (85.169841ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (97.932113ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (98.09435ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (87.749275ms) ✔ Header value at request/lenient-headers.md:82 (87.898237ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (382.464687ms) ▶ 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) (2649.543526ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2649.832522ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2649.973763ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (64.139981ms) ✔ REPORT request at request/method.md:4 (64.292105ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (107.23986ms) ✔ CONNECT request at request/method.md:27 (107.397547ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (110.607515ms) ✔ CONNECT request with CAPS at request/method.md:62 (110.878585ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (144.594922ms) ✔ CONNECT with body at request/method.md:96 (144.774299ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (124.022528ms) ✔ M-SEARCH request at request/method.md:135 (124.182334ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (133.230107ms) ✔ PATCH request at request/method.md:173 (133.387423ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (69.214049ms) ✔ PURGE request at request/method.md:217 (69.369288ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (114.174801ms) ✔ SEARCH request at request/method.md:245 (114.315251ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (125.104124ms) ✔ LINK request at request/method.md:273 (125.279657ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (101.92286ms) ✔ LINK request at request/method.md:311 (102.075507ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (76.889977ms) ✔ SOURCE request at request/method.md:344 (77.034263ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (83.165397ms) ✔ SOURCE request with ICE at request/method.md:372 (83.317718ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (84.388588ms) ✔ OPTIONS request with RTSP at request/method.md:400 (84.530685ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (88.678053ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (88.848002ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (72.044385ms) ✔ PRI request HTTP2 at request/method.md:458 (72.198926ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (141.091481ms) ✔ QUERY request at request/method.md:482 (141.265429ms) ✔ Methods at request/method.md:1 (1644.427691ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (71.648161ms) ✔ Quotes in URI at request/uri.md:4 (71.792887ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (108.761207ms) ✔ Query URL with question mark at request/uri.md:27 (108.934205ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (135.390256ms) ✔ Host terminated by a query string at request/uri.md:52 (135.727141ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (74.462079ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (74.657536ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (95.653297ms) ✔ Query URL with vertical bar character at request/uri.md:98 (95.818631ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (117.557726ms) ✔ `host:port` terminated by a space at request/uri.md:125 (117.69848ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (4.138238ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (4.274428ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (84.92945ms) ✔ Fragment in URI at request/uri.md:165 (85.073984ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (121.087999ms) ✔ Underscore in hostname at request/uri.md:188 (121.272915ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (87.755731ms) ✔ `host:port` and basic auth at request/uri.md:222 (87.906254ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (9.851229ms) ✔ Space in URI at request/uri.md:245 (9.986126ms) ✔ URI at request/uri.md:1 (914.300769ms) ▶ 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) (129.451517ms) ✔ Setting flag at request/connection.md:6 (129.588891ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (137.638573ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (137.785487ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (113.907063ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (114.034807ms) ▶ 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) (2733.108103ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2733.300824ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (161.637077ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (161.834082ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (134.168751ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (134.324117ms) ✔ `keep-alive` at request/connection.md:4 (3411.342481ms) ▶ `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) (110.115854ms) ✔ Setting flag on `close` at request/connection.md:236 (110.282135ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (115.966364ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (116.10301ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (126.886751ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (127.026419ms) ✔ `close` at request/connection.md:234 (353.66665ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (109.990468ms) ✔ Sample at request/connection.md:375 (110.110779ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (176.279319ms) ✔ Multiple tokens with folding at request/connection.md:403 (176.464106ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (131.400193ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (131.527453ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (138.31492ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (138.463892ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (126.366883ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (126.599477ms) ▶ 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) (115.388396ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (115.574778ms) ✔ Parsing multiple tokens at request/connection.md:373 (799.197369ms) ▶ `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) (75.560475ms) ✔ Setting a flag and pausing at request/connection.md:601 (75.691411ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (116.172489ms) ✔ Emitting part of body and pausing at request/connection.md:635 (116.325269ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (160.388454ms) ✔ Upgrade GET request at request/connection.md:675 (160.53253ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (131.220598ms) ✔ Upgrade POST request at request/connection.md:734 (131.394675ms) ✔ `upgrade` at request/connection.md:599 (484.254886ms) ✔ Connection header at request/connection.md:1 (5048.787869ms) ▶ 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) (113.631014ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:317 (113.770209ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:343 ✔ should pass for type="request" (location=request/content-length.md:343) (112.438037ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:343 (112.549988ms) ▶ Empty `Content-Length` at request/content-length.md:369 ✔ should pass for type="request" (location=request/content-length.md:369) (97.748063ms) ✔ Empty `Content-Length` at request/content-length.md:369 (97.871121ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (324.451734ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (124.212497ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (124.364374ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (80.540857ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (80.689308ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (82.701478ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (82.818516ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (79.807983ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (79.933334ms) ▶ 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) (99.447619ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (99.620069ms) ▶ 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) (119.787127ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (119.93182ms) ▶ 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) (122.963783ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (123.098786ms) ▶ 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) (2713.933111ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2714.10054ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (115.465195ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (115.610126ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (123.954444ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (124.240292ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:394 ✔ should pass for type="request" (location=request/content-length.md:394) (4.034466ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:394 (4.199569ms) ▶ 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) (2661.844063ms) ✔ Content-Length reset when no body is received at request/content-length.md:417 (2662.015868ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:466 ✔ should pass for type="request" (location=request/content-length.md:466) (111.882924ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:466 (112.03541ms) ▶ 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) (116.777263ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 (116.920028ms) ✔ Content-Length header at request/content-length.md:1 (6885.276563ms) ▶ 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) (71.920898ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (72.059818ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (114.025639ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (114.175393ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (105.387036ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (105.552457ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (121.050224ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (121.205883ms) ▶ 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) (101.725936ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (101.874341ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (135.119051ms) ✔ Trailing headers at request/transfer-encoding.md:186 (135.25904ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (139.679465ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (139.882608ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (117.06177ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (117.200001ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (108.309003ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (108.485904ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (146.126168ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (146.288624ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (116.138867ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (116.29711ms) ✔ `chunked` at request/transfer-encoding.md:4 (1279.266156ms) ▶ 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) (110.706347ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (110.876613ms) ▶ 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) (126.376293ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (126.530072ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (128.205128ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (128.432916ms) ▶ 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) (2721.373711ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2721.645615ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (3087.911666ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.386163ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.588889ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (153.591975ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (153.779041ms) ▶ 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) (136.46805ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (136.629581ms) ▶ 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) (121.461034ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (121.607555ms) ▶ 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) (9.021243ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (9.152729ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (4.240398ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (4.374741ms) ▶ 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) (2762.334983ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2762.521698ms) ▶ 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) (159.173806ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (159.37152ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (140.454568ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (140.631362ms) ▶ 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) (148.361101ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (148.526219ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (121.557188ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (121.703701ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (87.465391ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (87.601918ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (92.726021ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (92.861606ms) ▶ 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) (99.823536ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (99.983667ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (97.822302ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (97.974025ms) ▶ 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) (2657.058575ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2657.218343ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (11167.205081ms) ▶ 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) (119.055997ms) ✔ Only LFs present at request/invalid.md:531 (119.178642ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2744.960526ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2745.205948ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (108.983409ms) ✔ Spaces before headers at request/invalid.md:650 (109.150797ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (116.986348ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (117.156898ms) ✔ Invalid space after start line at request/invalid.md:509 (3091.141985ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (84.290623ms) ✔ ICE protocol and GET method at request/invalid.md:4 (84.453406ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (83.063426ms) ✔ ICE protocol, but not really at request/invalid.md:25 (83.246603ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (85.569098ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (85.726524ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (90.44067ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (90.585475ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (98.64318ms) ✔ Headers separated by CR at request/invalid.md:87 (98.789523ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (125.174187ms) ✔ Headers separated by LF at request/invalid.md:113 (125.322193ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (114.841267ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (114.98441ms) ▶ 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) (118.250469ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (118.50533ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (105.399257ms) ✔ Empty headers separated by CR at request/invalid.md:216 (105.553533ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (121.403716ms) ✔ Empty headers separated by LF at request/invalid.md:254 (121.555402ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.453381ms) ✔ Invalid header token #1 at request/invalid.md:287 (3.59829ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.1285ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.256058ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.043454ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.162384ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (61.997894ms) ✔ Invalid method at request/invalid.md:356 (62.125532ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (3.158849ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.263615ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.534175ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.659871ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.140668ms) ✔ Corrupted header name at request/invalid.md:425 (3.267596ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.179616ms) ✔ Missing CR between headers at request/invalid.md:454 (3.290501ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.117794ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.228974ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (75.085755ms) ✔ Invalid space after start line at request/invalid.md:509 (75.209352ms) ✔ Invalid requests at request/invalid.md:1 (4285.444681ms) ▶ 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) (2708.847764ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2709.065632ms) ▶ 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) (170.402574ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (170.625271ms) ▶ 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) (110.894976ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (111.088495ms) ✔ Finish at request/finish.md:1 (2991.135711ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2746.767018ms) ✔ on_message_begin at request/pausing.md:4 (2746.962867ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2738.975019ms) ✔ on_message_complete at request/pausing.md:34 (2739.169416ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2780.705905ms) ✔ on_protocol_complete at request/pausing.md:64 (2780.93951ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2771.145197ms) ✔ on_method_complete at request/pausing.md:94 (2771.373199ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2732.972266ms) ✔ on_url_complete at request/pausing.md:124 (2733.202675ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2775.101463ms) ✔ on_version_complete at request/pausing.md:154 (2775.32917ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2839.404057ms) ✔ on_header_field_complete at request/pausing.md:184 (2839.646401ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2750.450826ms) ✔ on_header_value_complete at request/pausing.md:214 (2750.654832ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2751.971067ms) ✔ on_headers_complete at request/pausing.md:244 (2752.18397ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2685.882294ms) ✔ on_chunk_header at request/pausing.md:274 (2686.110653ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2745.600003ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2745.859808ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2751.193056ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2751.431128ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2673.280166ms) ✔ on_chunk_complete at request/pausing.md:398 (2673.506556ms) ✔ Pausing at request/pausing.md:1 (35747.643686ms) ▶ 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) (196.268464ms) ✔ Should parse multiple events at request/pipelining.md:4 (196.454906ms) ✔ Pipelining at request/pipelining.md:1 (196.737248ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2663.144083ms) ✔ Simple response at response/sample.md:4 (2663.308022ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (69.179176ms) ✔ RTSP response at response/sample.md:40 (69.365558ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (57.148622ms) ✔ ICE response at response/sample.md:60 (57.288295ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (63.541967ms) ✔ Error on invalid response start at response/sample.md:80 (63.671305ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (56.995143ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (57.126395ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (263.359983ms) ✔ Google 301 at response/sample.md:118 (263.566313ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (282.551529ms) ✔ amazon.com at response/sample.md:196 (282.706685ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (76.917498ms) ✔ No headers and no body at response/sample.md:271 (77.041024ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (45.793013ms) ✔ No reason phrase at response/sample.md:291 (45.905089ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (48.947445ms) ✔ Empty reason phrase after space at response/sample.md:310 (49.058667ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (119.897943ms) ✔ No carriage ret at response/sample.md:330 (119.998616ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2769.973609ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2770.141908ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (155.602395ms) ✔ Underscore in header key at response/sample.md:382 (155.772407ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (194.729288ms) ✔ bonjourmadame.fr at response/sample.md:425 (194.901237ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (227.488062ms) ✔ Spaces in header value at response/sample.md:494 (227.68892ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (38.919084ms) ✔ Spaces in header name at response/sample.md:574 (39.043434ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.313942ms) ✔ Non ASCII in status line at response/sample.md:609 (3.422377ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (55.979562ms) ✔ HTTP version 0.9 at response/sample.md:645 (56.085463ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (85.098747ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (85.206846ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (115.485196ms) ✔ Response starting with CRLF at response/sample.md:695 (115.59749ms) ✔ Sample responses at response/sample.md:1 (7398.173489ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (130.933299ms) ✔ Proxy-Connection at response/connection.md:4 (131.051113ms) ▶ 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) (86.582536ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (86.696403ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (96.784489ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (96.89404ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (96.454216ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (96.57504ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (121.905398ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (122.021339ms) ▶ 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) (102.162854ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (102.287318ms) ▶ 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) (2720.515502ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2720.655159ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (107.158981ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (107.306754ms) ▶ 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) (2718.380653ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2718.535182ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (105.736743ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (105.875533ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (133.042238ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (133.18241ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (90.433553ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (90.565424ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (123.746548ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (123.873885ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (112.683244ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (112.817482ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (146.621995ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (146.758545ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (126.323087ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (126.458416ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (160.990491ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (161.203917ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (165.184038ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (165.350288ms) ✔ Connection header at response/connection.md:1 (7349.434021ms) ▶ 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) (223.525145ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (223.681929ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (126.02563ms) ✔ Content-Length-X at response/content-length.md:80 (126.153963ms) ▶ 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) (2722.107658ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2722.459367ms) ✔ Content-Length header at response/content-length.md:1 (3072.590715ms) ▶ 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) (150.845696ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (151.011245ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (124.472161ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (124.644538ms) ▶ 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) (155.5964ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (155.754594ms) ▶ `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) (130.983397ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (131.200435ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (133.420408ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (133.566427ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (148.856495ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (149.020003ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (131.074053ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (131.21937ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (172.084723ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (172.242146ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (157.083855ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (157.246574ms) ▶ 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) (2774.517502ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2774.733287ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4081.555065ms) ▶ 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) (77.860651ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (78.020973ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (75.039678ms) ✔ Extra space between status code and reason at response/invalid.md:186 (75.229084ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (63.350906ms) ✔ One-digit status code at response/invalid.md:206 (63.503402ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (128.578825ms) ✔ Only LFs present and no body at response/invalid.md:224 (128.751585ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2773.920317ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2774.145723ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (187.591326ms) ✔ Only LFs present at response/invalid.md:264 (187.842489ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (171.754381ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (171.967019ms) ✔ Invalid space after start line at response/invalid.md:149 (3480.120251ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (70.746554ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (70.913351ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (78.808962ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (79.080333ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (77.312588ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (77.551004ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (77.300551ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (77.473323ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (74.197757ms) ✔ Tab after HTTP version at response/invalid.md:72 (74.366673ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (77.28125ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (77.45782ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (128.231676ms) ✔ Headers separated by CR at response/invalid.md:108 (128.478861ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (73.822987ms) ✔ Invalid HTTP version at response/invalid.md:132 (73.975455ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (111.070349ms) ✔ Invalid space after start line at response/invalid.md:149 (111.236282ms) ✔ Invalid responses at response/invalid.md:1 (4251.635773ms) ▶ 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) (2719.010938ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2719.33206ms) ✔ Finish at response/finish.md:1 (2719.521959ms) ▶ 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) (2722.487597ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2722.761929ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2723.112354ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2838.506517ms) ✔ on_message_begin at response/pausing.md:4 (2838.781278ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2742.395589ms) ✔ on_message_complete at response/pausing.md:32 (2742.613945ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2751.08616ms) ✔ on_version_complete at response/pausing.md:60 (2751.298489ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2688.585075ms) ✔ on_status_complete at response/pausing.md:88 (2688.793275ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2660.299455ms) ✔ on_header_field_complete at response/pausing.md:116 (2660.538734ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2767.609153ms) ✔ on_header_value_complete at response/pausing.md:144 (2767.830405ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2733.74727ms) ✔ on_headers_complete at response/pausing.md:172 (2733.933673ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2738.492099ms) ✔ on_chunk_header at response/pausing.md:200 (2738.755797ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2738.492151ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2738.715971ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2750.155935ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2750.351791ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2759.117236ms) ✔ on_chunk_complete at response/pausing.md:317 (2759.375893ms) ✔ Pausing at response/pausing.md:1 (30172.247263ms) ▶ 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) (175.277208ms) ✔ Should parse multiple events at response/pipelining.md:4 (175.435482ms) ✔ Pipelining at response/pipelining.md:1 (175.591542ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (1433.019579ms) ✔ Absolute URL at url.md:3 (1434.018281ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (121.716068ms) ✔ Relative URL at url.md:17 (121.930392ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (15.711018ms) ✔ Failing on broken schema at url.md:29 (15.881535ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (70.676726ms) ✔ Proxy request at url.md:41 (70.856072ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (84.581017ms) ✔ Proxy request with port at url.md:53 (84.735618ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (73.669449ms) ✔ Proxy IPv6 request at url.md:65 (73.818561ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (83.994791ms) ✔ Proxy IPv6 request with port at url.md:77 (84.147238ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (186.400496ms) ✔ IPv4 in IPv6 address at url.md:89 (186.57293ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (171.167438ms) ✔ Extra `?` in query string at url.md:101 (171.317175ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (76.8495ms) ✔ URL encoded space at url.md:116 (76.995878ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (58.052651ms) ✔ URL fragment at url.md:127 (58.292206ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (161.296672ms) ✔ Complex URL fragment at url.md:138 (161.530123ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (169.08988ms) ✔ Complex URL from node.js url parser doc at url.md:153 (169.260843ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (86.909127ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (87.04701ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.862389ms) ✔ Double `@` at url.md:181 (4.08196ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (78.502676ms) ✔ Proxy basic auth with url encoded space at url.md:193 (78.618044ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (86.954104ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (87.076354ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (83.477968ms) ✔ IPv6 address with Zone ID at url.md:217 (83.609418ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (74.477073ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (74.600126ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.809394ms) ✔ Disallow tab in URL at url.md:241 (3.926902ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (4.125162ms) ✔ Disallow form-feed in URL at url.md:252 (4.236256ms) ✔ URL tests at url.md:1 (3134.778738ms) ℹ tests 260 ℹ suites 292 ℹ pass 260 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 147123.893944 >>> 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... >>> llhttp-doc*: Running postcheck for llhttp-doc >>> llhttp*: Running postcheck for llhttp >>> llhttp*: Preparing package llhttp... >>> llhttp*: Stripping binaries >>> 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-x86_64.so.1 >>> llhttp*: Package size: 61.6 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.3.1-r0.apk >>> llhttp: Build complete at Sun, 08 Mar 2026 21:01:50 +0000 elapsed time 0h 2m 41s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260308.205910) ( 2/24) Purging cmake (4.2.3-r0) ( 3/24) Purging samurai (1.2-r8) ( 4/24) Purging npm (11.9.0-r0) ( 5/24) Purging nodejs (24.13.0-r3) ( 6/24) Purging ca-certificates (20251003-r0) Executing ca-certificates-20251003-r0.post-deinstall ( 7/24) Purging ada-libs (3.3.0-r0) ( 8/24) Purging clang22 (22.1.0-r0) ( 9/24) Purging llvm22-linker-tools (22.1.0-r0) (10/24) Purging clang22-headers (22.1.0-r0) (11/24) Purging clang22-libs (22.1.0-r0) (12/24) Purging icu-libs (78.1-r0) (13/24) Purging libarchive (3.8.5-r0) (14/24) Purging libbz2 (1.0.8-r6) (15/24) Purging libuv (1.51.0-r0) (16/24) Purging llvm22-libs (22.1.0-r0) (17/24) Purging rhash-libs (1.4.6-r0) (18/24) Purging simdjson (4.2.4-r0) (19/24) Purging simdutf (8.0.0-r0) (20/24) Purging sqlite-libs (3.51.2-r1) (21/24) Purging icu-data-en (78.1-r0) (22/24) Purging libffi (3.5.2-r0) (23/24) Purging libxml2 (2.13.9-r0) (24/24) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 441.3 MiB in 107 packages >>> llhttp: Updating the community/x86_64 repository index... >>> llhttp: Signing the index...