>>> llhttp: Building community/llhttp 9.3.1-r0 (using abuild 3.17.0_rc1-r2) started Tue, 21 Apr 2026 12:04:44 +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.120448) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 860.0 MiB in 126 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 (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.24/llhttp-9.3.1.tar.gz.part' 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 5s 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.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) (3204.258323ms) ✔ Simple request at request/sample.md:6 (3206.979485ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (93.432143ms) ✔ Request with method starting with `H` at request/sample.md:39 (93.79121ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (133.504336ms) ✔ curl GET at request/sample.md:67 (133.807341ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (222.541785ms) ✔ Firefox GET at request/sample.md:105 (222.98155ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (72.054308ms) ✔ DUMBPACK at request/sample.md:168 (72.506789ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (119.736788ms) ✔ No headers and no body at request/sample.md:196 (120.051959ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (77.137374ms) ✔ One header and no body at request/sample.md:219 (77.409359ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (127.062987ms) ✔ Apache bench GET at request/sample.md:247 (127.291877ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (60.82535ms) ✔ Prefix newline at request/sample.md:288 (61.099443ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (22.340906ms) ✔ No HTTP version at request/sample.md:314 (22.601614ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2899.212487ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2899.517856ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (107.654031ms) ✔ Line folding in header value with LF at request/sample.md:394 (107.950305ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (68.613527ms) ✔ No LF after CR at request/sample.md:432 (68.937242ms) ▶ 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) (2970.56525ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2970.860765ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (126.113666ms) ✔ Request starting with CRLF at request/sample.md:478 (126.356135ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.608583ms) ✔ Extended Characters at request/sample.md:506 (3.793934ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.252383ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.424023ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (750.74007ms) ✔ X-SSL-Nonsense at request/sample.md:571 (750.992188ms) ✔ Sample requests at request/sample.md:1 (11073.981699ms) ▶ 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) (111.468656ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (111.688682ms) ✔ Header value at request/lenient-headers.md:82 (111.884184ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (88.191365ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (88.513433ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (104.282369ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (104.503864ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (92.587852ms) ✔ Header value at request/lenient-headers.md:82 (92.759717ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (398.113742ms) ▶ 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) (2823.343675ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2823.694631ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2823.902134ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (102.516381ms) ✔ REPORT request at request/method.md:4 (102.79199ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (155.469438ms) ✔ CONNECT request at request/method.md:27 (155.747547ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (129.032768ms) ✔ CONNECT request with CAPS at request/method.md:62 (129.266624ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (153.33616ms) ✔ CONNECT with body at request/method.md:96 (153.578029ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (127.428845ms) ✔ M-SEARCH request at request/method.md:135 (127.639205ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (138.613658ms) ✔ PATCH request at request/method.md:173 (138.850296ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (74.004761ms) ✔ PURGE request at request/method.md:217 (74.191743ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (115.40835ms) ✔ SEARCH request at request/method.md:245 (115.588891ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (123.651438ms) ✔ LINK request at request/method.md:273 (123.874227ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (100.883004ms) ✔ LINK request at request/method.md:311 (101.099468ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (79.1089ms) ✔ SOURCE request at request/method.md:344 (79.324112ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (89.934453ms) ✔ SOURCE request with ICE at request/method.md:372 (90.144453ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (93.197776ms) ✔ OPTIONS request with RTSP at request/method.md:400 (93.40273ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (102.4763ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (102.706104ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (68.444245ms) ✔ PRI request HTTP2 at request/method.md:458 (68.620515ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (135.91659ms) ✔ QUERY request at request/method.md:482 (136.126511ms) ✔ Methods at request/method.md:1 (1794.988387ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (69.931525ms) ✔ Quotes in URI at request/uri.md:4 (70.066501ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (99.877816ms) ✔ Query URL with question mark at request/uri.md:27 (100.023972ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (130.391036ms) ✔ Host terminated by a query string at request/uri.md:52 (130.810616ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (71.183275ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (71.403754ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (94.525132ms) ✔ Query URL with vertical bar character at request/uri.md:98 (94.669721ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (121.015135ms) ✔ `host:port` terminated by a space at request/uri.md:125 (121.177279ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (3.704466ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.858887ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (85.924795ms) ✔ Fragment in URI at request/uri.md:165 (86.075633ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (126.321667ms) ✔ Underscore in hostname at request/uri.md:188 (126.48382ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (84.482457ms) ✔ `host:port` and basic auth at request/uri.md:222 (84.6301ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (3.628601ms) ✔ Space in URI at request/uri.md:245 (3.767757ms) ✔ URI at request/uri.md:1 (894.455898ms) ▶ 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) (134.264641ms) ✔ Setting flag at request/connection.md:6 (134.49423ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (150.459366ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (150.618612ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (117.729604ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (117.863635ms) ▶ 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) (2893.296916ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2893.486058ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (151.073309ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (151.289732ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (131.780653ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (131.952955ms) ✔ `keep-alive` at request/connection.md:4 (3580.342332ms) ▶ `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) (105.936512ms) ✔ Setting flag on `close` at request/connection.md:236 (106.126038ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (125.21938ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (125.388781ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (131.828894ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (132.023637ms) ✔ `close` at request/connection.md:234 (363.800363ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (102.610054ms) ✔ Sample at request/connection.md:375 (102.745899ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (174.669187ms) ✔ Multiple tokens with folding at request/connection.md:403 (174.830847ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (129.260172ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (129.422207ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (143.177957ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (143.353126ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (108.70152ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (108.86359ms) ▶ 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) (109.973211ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (110.186141ms) ✔ Parsing multiple tokens at request/connection.md:373 (769.898456ms) ▶ `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) (78.449472ms) ✔ Setting a flag and pausing at request/connection.md:601 (78.590671ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (132.913272ms) ✔ Emitting part of body and pausing at request/connection.md:635 (133.059052ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (167.348439ms) ✔ Upgrade GET request at request/connection.md:675 (167.544222ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (130.494748ms) ✔ Upgrade POST request at request/connection.md:734 (130.655078ms) ✔ `upgrade` at request/connection.md:599 (510.13103ms) ✔ Connection header at request/connection.md:1 (5224.526662ms) ▶ 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) (103.038124ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:317 (103.208405ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:343 ✔ should pass for type="request" (location=request/content-length.md:343) (108.605916ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:343 (108.741539ms) ▶ Empty `Content-Length` at request/content-length.md:369 ✔ should pass for type="request" (location=request/content-length.md:369) (95.836172ms) ✔ Empty `Content-Length` at request/content-length.md:369 (95.985153ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (308.134352ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (123.493296ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (123.641049ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (83.222946ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (83.379294ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (84.628757ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (84.763615ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (81.318894ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (81.466197ms) ▶ 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) (102.021564ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (102.213484ms) ▶ 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) (123.319707ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (123.497161ms) ▶ 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) (125.761782ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (125.943608ms) ▶ 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) (2911.357344ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2911.59775ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (142.224098ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (142.439673ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (132.301653ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (132.501565ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:394 ✔ should pass for type="request" (location=request/content-length.md:394) (3.659205ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:394 (3.842081ms) ▶ 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) (2812.557311ms) ✔ Content-Length reset when no body is received at request/content-length.md:417 (2812.860026ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:466 ✔ should pass for type="request" (location=request/content-length.md:466) (118.215848ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:466 (118.40313ms) ▶ 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) (115.918204ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 (116.062823ms) ✔ Content-Length header at request/content-length.md:1 (7271.856604ms) ▶ 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) (83.226877ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (83.410487ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (101.897134ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (102.048193ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (99.850645ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (100.024755ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (111.478474ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (111.640739ms) ▶ 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) (97.000817ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (97.164722ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (133.764537ms) ✔ Trailing headers at request/transfer-encoding.md:186 (133.932124ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (143.495572ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (143.755226ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (123.688467ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (123.886465ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (104.497861ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (104.681227ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (145.987924ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (146.305052ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (112.864978ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (113.030087ms) ✔ `chunked` at request/transfer-encoding.md:4 (1260.969188ms) ▶ 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) (108.677129ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (108.823333ms) ▶ 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) (133.40479ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (133.573441ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (128.000669ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (128.166747ms) ▶ 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) (2839.142901ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2839.49075ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (3210.455105ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.156154ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.346073ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (151.102436ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (151.322493ms) ▶ 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) (141.449617ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (141.634144ms) ▶ 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.492397ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (121.667665ms) ▶ 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.484305ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (3.620174ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (3.706285ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (3.837525ms) ▶ 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) (2773.19241ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2773.398943ms) ▶ 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) (131.019037ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (131.197829ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (129.324137ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (129.499872ms) ▶ 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.167539ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (148.334735ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (118.570882ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (118.745305ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (86.397328ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (86.54766ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (108.757407ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (108.931084ms) ▶ 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) (106.958087ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (107.149394ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (103.385928ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (103.546491ms) ▶ 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) (2825.42935ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2825.710707ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (11432.50713ms) ▶ 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) (132.706099ms) ✔ Only LFs present at request/invalid.md:531 (132.877871ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (3110.082121ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (3110.434306ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (188.754002ms) ✔ Spaces before headers at request/invalid.md:650 (189.017925ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (157.496222ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (157.723321ms) ✔ Invalid space after start line at request/invalid.md:509 (3590.647035ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (79.12624ms) ✔ ICE protocol and GET method at request/invalid.md:4 (79.335372ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (76.855809ms) ✔ ICE protocol, but not really at request/invalid.md:25 (77.055073ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (76.852078ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (77.005368ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (87.179636ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (87.344775ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (93.033437ms) ✔ Headers separated by CR at request/invalid.md:87 (93.176595ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (115.599432ms) ✔ Headers separated by LF at request/invalid.md:113 (115.746142ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (111.707618ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (111.847662ms) ▶ 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) (114.27652ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (114.5041ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (103.823626ms) ✔ Empty headers separated by CR at request/invalid.md:216 (103.972002ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (125.672123ms) ✔ Empty headers separated by LF at request/invalid.md:254 (125.820009ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.736621ms) ✔ Invalid header token #1 at request/invalid.md:287 (3.863949ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.159896ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.27711ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.123296ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.241777ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (69.671421ms) ✔ Invalid method at request/invalid.md:356 (69.797961ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (4.913861ms) ✔ Illegal header field name line folding at request/invalid.md:372 (5.032651ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.258515ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.389031ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.32066ms) ✔ Corrupted header name at request/invalid.md:425 (3.435827ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.301982ms) ✔ Missing CR between headers at request/invalid.md:454 (3.425058ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.629195ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.755357ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (79.570954ms) ✔ Invalid space after start line at request/invalid.md:509 (79.70038ms) ✔ Invalid requests at request/invalid.md:1 (4756.998115ms) ▶ 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) (2897.932358ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2898.179607ms) ▶ 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) (191.402444ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (191.816079ms) ▶ 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) (109.581182ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (109.846404ms) ✔ Finish at request/finish.md:1 (3200.341233ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2866.22804ms) ✔ on_message_begin at request/pausing.md:4 (2866.431628ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2739.887309ms) ✔ on_message_complete at request/pausing.md:34 (2740.141287ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2876.150372ms) ✔ on_protocol_complete at request/pausing.md:64 (2876.407744ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2819.225142ms) ✔ on_method_complete at request/pausing.md:94 (2819.466157ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2950.097952ms) ✔ on_url_complete at request/pausing.md:124 (2950.327473ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2798.133221ms) ✔ on_version_complete at request/pausing.md:154 (2798.364166ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2804.194787ms) ✔ on_header_field_complete at request/pausing.md:184 (2804.437193ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2745.191491ms) ✔ on_header_value_complete at request/pausing.md:214 (2745.459221ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (3034.756551ms) ✔ on_headers_complete at request/pausing.md:244 (3035.039212ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2803.832131ms) ✔ on_chunk_header at request/pausing.md:274 (2804.101976ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2807.101276ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2807.371072ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2831.019956ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2831.267458ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2795.381994ms) ✔ on_chunk_complete at request/pausing.md:398 (2795.572757ms) ✔ Pausing at request/pausing.md:1 (36875.981573ms) ▶ 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) (172.324041ms) ✔ Should parse multiple events at request/pipelining.md:4 (172.479457ms) ✔ Pipelining at request/pipelining.md:1 (172.707017ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2820.747795ms) ✔ Simple response at response/sample.md:4 (2820.966007ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (71.326619ms) ✔ RTSP response at response/sample.md:40 (71.519254ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (64.624437ms) ✔ ICE response at response/sample.md:60 (64.791208ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (73.385325ms) ✔ Error on invalid response start at response/sample.md:80 (73.547359ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (74.314484ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (74.493661ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (292.603996ms) ✔ Google 301 at response/sample.md:118 (292.890275ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (293.503407ms) ✔ amazon.com at response/sample.md:196 (293.66351ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (76.977745ms) ✔ No headers and no body at response/sample.md:271 (77.099833ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (46.622702ms) ✔ No reason phrase at response/sample.md:291 (46.721127ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (49.447334ms) ✔ Empty reason phrase after space at response/sample.md:310 (49.581207ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (120.458249ms) ✔ No carriage ret at response/sample.md:330 (120.588253ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2694.217629ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2694.389694ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (153.180358ms) ✔ Underscore in header key at response/sample.md:382 (153.355237ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (187.799116ms) ✔ bonjourmadame.fr at response/sample.md:425 (187.964134ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (236.542356ms) ✔ Spaces in header value at response/sample.md:494 (236.789189ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (42.725149ms) ✔ Spaces in header name at response/sample.md:574 (42.856466ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.182317ms) ✔ Non ASCII in status line at response/sample.md:609 (3.288557ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (55.362154ms) ✔ HTTP version 0.9 at response/sample.md:645 (55.479012ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (85.267917ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (85.385888ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (124.276143ms) ✔ Response starting with CRLF at response/sample.md:695 (124.410397ms) ✔ Sample responses at response/sample.md:1 (7571.399352ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (135.730828ms) ✔ Proxy-Connection at response/connection.md:4 (135.871069ms) ▶ 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) (87.184626ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (87.313716ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (100.322439ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (100.446051ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (101.970863ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (102.098554ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (127.277614ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (127.409137ms) ▶ 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) (109.045457ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (109.203782ms) ▶ 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) (2795.849778ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2796.05344ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (120.588376ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (120.772322ms) ▶ 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) (2841.864082ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2842.19296ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (140.389838ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (140.65152ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (152.071106ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (152.310605ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (96.854561ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (97.077588ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (138.089876ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (138.298547ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (116.15473ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (116.335595ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (157.606584ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (157.890535ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (141.158708ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (141.348669ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (174.267814ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (174.496973ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (170.489327ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (170.725607ms) ✔ Connection header at response/connection.md:1 (7712.080709ms) ▶ 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) (256.351584ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (256.556401ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (132.428926ms) ✔ Content-Length-X at response/content-length.md:80 (132.603907ms) ▶ 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) (2764.901303ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2765.093158ms) ✔ Content-Length header at response/content-length.md:1 (3154.569865ms) ▶ 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) (127.229053ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (127.379359ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (119.993657ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (120.147365ms) ▶ 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) (154.681683ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (154.847961ms) ▶ `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) (129.788708ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (129.969718ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (132.99577ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (133.165981ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (148.227041ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (148.380571ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (127.545241ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (127.695092ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (169.980021ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (170.14377ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (153.938116ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (154.104084ms) ▶ 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) (2746.665493ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2746.853615ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4013.561169ms) ▶ 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) (63.515897ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (63.627549ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (61.222505ms) ✔ Extra space between status code and reason at response/invalid.md:186 (61.352587ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (55.437242ms) ✔ One-digit status code at response/invalid.md:206 (55.556798ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (112.673916ms) ✔ Only LFs present and no body at response/invalid.md:224 (112.8148ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2701.823417ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2702.036994ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (160.115202ms) ✔ Only LFs present at response/invalid.md:264 (160.329477ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (161.468967ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (161.652544ms) ✔ Invalid space after start line at response/invalid.md:149 (3317.919308ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (65.938308ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (66.098809ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (69.775933ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (70.019425ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (67.696ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (67.845725ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (69.146532ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (69.299556ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (65.064565ms) ✔ Tab after HTTP version at response/invalid.md:72 (65.206857ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (70.895701ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (71.057657ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (123.148807ms) ✔ Headers separated by CR at response/invalid.md:108 (123.403122ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (65.870887ms) ✔ Invalid HTTP version at response/invalid.md:132 (66.027763ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (101.558462ms) ✔ Invalid space after start line at response/invalid.md:149 (101.728482ms) ✔ Invalid responses at response/invalid.md:1 (4019.41004ms) ▶ 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) (2751.742049ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2752.045611ms) ✔ Finish at response/finish.md:1 (2752.20848ms) ▶ 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) (2742.176881ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2742.534084ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2742.83285ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2897.982409ms) ✔ on_message_begin at response/pausing.md:4 (2898.287864ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2854.589966ms) ✔ on_message_complete at response/pausing.md:32 (2854.8579ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2752.134448ms) ✔ on_version_complete at response/pausing.md:60 (2752.392788ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2760.353281ms) ✔ on_status_complete at response/pausing.md:88 (2760.572469ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2737.457476ms) ✔ on_header_field_complete at response/pausing.md:116 (2737.726559ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2758.360452ms) ✔ on_header_value_complete at response/pausing.md:144 (2758.557141ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2857.180634ms) ✔ on_headers_complete at response/pausing.md:172 (2857.421747ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2780.160376ms) ✔ on_chunk_header at response/pausing.md:200 (2780.577603ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2809.495183ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2809.715776ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2816.581248ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2816.81739ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2793.824979ms) ✔ on_chunk_complete at response/pausing.md:317 (2794.137057ms) ✔ Pausing at response/pausing.md:1 (30822.376053ms) ▶ 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) (200.354224ms) ✔ Should parse multiple events at response/pipelining.md:4 (200.549619ms) ✔ Pipelining at response/pipelining.md:1 (200.718957ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (1425.030676ms) ✔ Absolute URL at url.md:3 (1426.067776ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (101.159942ms) ✔ Relative URL at url.md:17 (101.404145ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (15.551522ms) ✔ Failing on broken schema at url.md:29 (15.786398ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (60.787125ms) ✔ Proxy request at url.md:41 (60.959187ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (75.523929ms) ✔ Proxy request with port at url.md:53 (75.690166ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (64.026716ms) ✔ Proxy IPv6 request at url.md:65 (64.194973ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (73.595584ms) ✔ Proxy IPv6 request with port at url.md:77 (73.748781ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (166.196112ms) ✔ IPv4 in IPv6 address at url.md:89 (166.355153ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (152.117506ms) ✔ Extra `?` in query string at url.md:101 (152.274735ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (65.225146ms) ✔ URL encoded space at url.md:116 (65.388853ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (47.647252ms) ✔ URL fragment at url.md:127 (47.9051ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (118.772142ms) ✔ Complex URL fragment at url.md:138 (118.914138ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (146.206758ms) ✔ Complex URL from node.js url parser doc at url.md:153 (146.39514ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (77.940317ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (78.089632ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.884497ms) ✔ Double `@` at url.md:181 (4.164385ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (70.777854ms) ✔ Proxy basic auth with url encoded space at url.md:193 (70.894251ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (80.885827ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (81.019425ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (75.971205ms) ✔ IPv6 address with Zone ID at url.md:217 (76.100613ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (69.192226ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (69.315755ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.515921ms) ✔ Disallow tab in URL at url.md:241 (3.642492ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.716009ms) ✔ Disallow form-feed in URL at url.md:252 (3.84338ms) ✔ URL tests at url.md:1 (2904.371355ms) ℹ tests 260 ℹ suites 292 ℹ pass 260 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 151887.079521 >>> 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-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 Tue, 21 Apr 2026 12:07:33 +0000 elapsed time 0h 2m 49s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260421.120448) ( 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: 439.6 MiB in 102 packages >>> llhttp: Updating the community/x86_64 repository index... >>> llhttp: Signing the index...