>>> llhttp: Building community/llhttp 9.3.1-r0 (using abuild 3.16.0-r0) started Sun, 08 Mar 2026 20:57:53 +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.205754) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20251003-r0.trigger OK: 678.1 MiB in 127 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.10:443) saving to '/var/cache/distfiles/llhttp-9.3.1.tar.gz.part' llhttp-9.3.1.tar.gz. 2818k --:--:-- ETA llhttp-9.3.1.tar.gz. 100% |********************************| 6139k 0:00:00 ETA '/var/cache/distfiles/llhttp-9.3.1.tar.gz.part' saved /var/cache/distfiles/llhttp-9.3.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.3.1.tar.gz /var/cache/distfiles/llhttp-9.3.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/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 13s 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) (2530.181885ms) ✔ Simple request at request/sample.md:6 (2533.001975ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (204.65345ms) ✔ Request with method starting with `H` at request/sample.md:39 (205.363503ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (144.412411ms) ✔ curl GET at request/sample.md:67 (145.179554ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (308.851722ms) ✔ Firefox GET at request/sample.md:105 (309.659835ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (91.762049ms) ✔ DUMBPACK at request/sample.md:168 (92.727211ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (73.191465ms) ✔ No headers and no body at request/sample.md:196 (73.772276ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (91.299877ms) ✔ One header and no body at request/sample.md:219 (91.834849ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (102.185425ms) ✔ Apache bench GET at request/sample.md:247 (102.627927ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (69.524531ms) ✔ Prefix newline at request/sample.md:288 (69.948203ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (26.855693ms) ✔ No HTTP version at request/sample.md:314 (27.380425ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2289.196238ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2289.69357ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (95.469371ms) ✔ Line folding in header value with LF at request/sample.md:394 (95.923383ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (67.762136ms) ✔ No LF after CR at request/sample.md:432 (68.110956ms) ▶ 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) (2223.24955ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2223.709401ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (61.589524ms) ✔ Request starting with CRLF at request/sample.md:478 (62.032515ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.868234ms) ✔ Extended Characters at request/sample.md:506 (4.234014ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.519152ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.835183ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (1860.46469ms) ✔ X-SSL-Nonsense at request/sample.md:571 (1860.999021ms) ✔ Sample requests at request/sample.md:1 (10265.683044ms) ▶ 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) (103.58212ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (104.086091ms) ✔ Header value at request/lenient-headers.md:82 (104.380713ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (54.329219ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (54.69749ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (89.390251ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (89.757372ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (53.689846ms) ✔ Header value at request/lenient-headers.md:82 (54.045958ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (303.865845ms) ▶ 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) (2223.301349ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2223.800432ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2224.129062ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (73.235064ms) ✔ REPORT request at request/method.md:4 (73.598915ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (108.961908ms) ✔ CONNECT request at request/method.md:27 (109.350849ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (99.492356ms) ✔ CONNECT request with CAPS at request/method.md:62 (99.895587ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (106.494819ms) ✔ CONNECT with body at request/method.md:96 (106.890431ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (105.158316ms) ✔ M-SEARCH request at request/method.md:135 (105.568897ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (117.849989ms) ✔ PATCH request at request/method.md:173 (118.283081ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (77.297368ms) ✔ PURGE request at request/method.md:217 (77.67296ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (64.644224ms) ✔ SEARCH request at request/method.md:245 (65.000645ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (109.2426ms) ✔ LINK request at request/method.md:273 (109.682011ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (101.903134ms) ✔ LINK request at request/method.md:311 (102.350956ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (88.472687ms) ✔ SOURCE request at request/method.md:344 (88.851239ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (84.109802ms) ✔ SOURCE request with ICE at request/method.md:372 (84.447933ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (84.431923ms) ✔ OPTIONS request with RTSP at request/method.md:400 (84.780234ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (86.689771ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (87.043312ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (65.338857ms) ✔ PRI request HTTP2 at request/method.md:458 (65.680748ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (130.514483ms) ✔ QUERY request at request/method.md:482 (130.980305ms) ✔ Methods at request/method.md:1 (1513.345744ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (81.215922ms) ✔ Quotes in URI at request/uri.md:4 (81.672423ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (62.040826ms) ✔ Query URL with question mark at request/uri.md:27 (62.454747ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (112.738301ms) ✔ Host terminated by a query string at request/uri.md:52 (113.354344ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (81.768874ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (82.179266ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (51.785139ms) ✔ Query URL with vertical bar character at request/uri.md:98 (52.133241ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (64.338724ms) ✔ `host:port` terminated by a space at request/uri.md:125 (64.655754ms) ▶ 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.776143ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (4.106024ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (84.683994ms) ✔ Fragment in URI at request/uri.md:165 (85.032435ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (100.291768ms) ✔ Underscore in hostname at request/uri.md:188 (100.65646ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (84.306373ms) ✔ `host:port` and basic auth at request/uri.md:222 (84.662444ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (3.878474ms) ✔ Space in URI at request/uri.md:245 (4.196874ms) ✔ URI at request/uri.md:1 (737.523801ms) ▶ 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) (66.863982ms) ✔ Setting flag at request/connection.md:6 (67.242423ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (112.076579ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (112.45698ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (69.13157ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (69.497911ms) ▶ 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) (2264.110161ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2264.612733ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (128.306645ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (128.842658ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (67.609095ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (67.989476ms) ✔ `keep-alive` at request/connection.md:4 (2711.939306ms) ▶ `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) (56.971447ms) ✔ Setting flag on `close` at request/connection.md:236 (57.305419ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (125.219155ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (125.634126ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (158.46946ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (158.963392ms) ✔ `close` at request/connection.md:234 (342.62909ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (78.156252ms) ✔ Sample at request/connection.md:375 (78.509523ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (216.629962ms) ✔ Multiple tokens with folding at request/connection.md:403 (217.133904ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (104.613924ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (105.061974ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (107.551203ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (107.994685ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (87.055032ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (87.448443ms) ▶ 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) (97.142008ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (97.578629ms) ✔ Parsing multiple tokens at request/connection.md:373 (695.091043ms) ▶ `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) (83.848771ms) ✔ Setting a flag and pausing at request/connection.md:601 (84.253973ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (92.437441ms) ✔ Emitting part of body and pausing at request/connection.md:635 (92.807673ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (197.739056ms) ✔ Upgrade GET request at request/connection.md:675 (198.271439ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (116.155133ms) ✔ Upgrade POST request at request/connection.md:734 (116.620915ms) ✔ `upgrade` at request/connection.md:599 (493.846985ms) ✔ Connection header at request/connection.md:1 (4244.510007ms) ▶ 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) (58.109992ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:317 (58.484083ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:343 ✔ should pass for type="request" (location=request/content-length.md:343) (60.47288ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:343 (60.796141ms) ▶ Empty `Content-Length` at request/content-length.md:369 ✔ should pass for type="request" (location=request/content-length.md:369) (50.610645ms) ✔ Empty `Content-Length` at request/content-length.md:369 (50.917787ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (170.852263ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (71.519559ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (71.86664ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (89.22091ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (89.581171ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (86.34788ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (86.686571ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (83.437279ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (83.795861ms) ▶ 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) (68.715649ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (69.053149ms) ▶ 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) (81.519453ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (81.868934ms) ▶ 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) (92.624632ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (93.013923ms) ▶ 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) (2212.719742ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2213.222985ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (78.253532ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (78.652693ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (59.170976ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (59.498227ms) ▶ `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.470553ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:394 (3.796913ms) ▶ 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) (2245.315696ms) ✔ Content-Length reset when no body is received at request/content-length.md:417 (2245.784197ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:466 ✔ should pass for type="request" (location=request/content-length.md:466) (59.101205ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:466 (59.481487ms) ▶ 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) (60.49186ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 (60.820121ms) ✔ Content-Length header at request/content-length.md:1 (5470.959556ms) ▶ 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) (68.323547ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (68.680958ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (70.301884ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (70.628335ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (70.505135ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (70.847106ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (107.446933ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (107.913795ms) ▶ 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) (90.965986ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (91.364717ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (115.926723ms) ✔ Trailing headers at request/transfer-encoding.md:186 (116.315164ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (149.72976ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (150.216202ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (97.722569ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (98.193501ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (87.306863ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (87.741505ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (161.704401ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (162.207553ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (120.601098ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (121.09671ms) ✔ `chunked` at request/transfer-encoding.md:4 (1147.422174ms) ▶ 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) (112.005819ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (112.41437ms) ▶ 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) (157.725888ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (158.2116ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (93.079933ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (93.489885ms) ▶ 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) (2232.754292ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2233.277324ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2598.330632ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.029414ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.392685ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (106.922291ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (107.302062ms) ▶ 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) (109.41231ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (109.802641ms) ▶ 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) (99.117634ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (99.511495ms) ▶ 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.765593ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (4.082974ms) ▶ 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.345171ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (3.650993ms) ▶ 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) (2220.988181ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2221.478934ms) ▶ 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) (97.006657ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (97.424419ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (120.680299ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (121.147131ms) ▶ 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) (118.553402ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (119.108374ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (102.651637ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (103.064087ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (89.11419ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (89.485721ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (91.239066ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (91.600248ms) ▶ 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) (73.705186ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (74.026507ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (70.691475ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (71.008687ms) ▶ 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) (2309.414058ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2309.911101ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (9376.333856ms) ▶ 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) (96.470295ms) ✔ Only LFs present at request/invalid.md:531 (96.871107ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2344.933332ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2345.506174ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (92.807233ms) ✔ Spaces before headers at request/invalid.md:650 (93.240293ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (126.5338ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (126.978581ms) ✔ Invalid space after start line at request/invalid.md:509 (2663.496198ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (84.859605ms) ✔ ICE protocol and GET method at request/invalid.md:4 (85.389516ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (83.73775ms) ✔ ICE protocol, but not really at request/invalid.md:25 (84.145352ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (77.971211ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (78.331132ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (89.586081ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (90.044503ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (50.786686ms) ✔ Headers separated by CR at request/invalid.md:87 (51.176108ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (87.272293ms) ✔ Headers separated by LF at request/invalid.md:113 (87.600514ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (82.739237ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (83.088829ms) ▶ 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) (82.172085ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (82.538707ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (84.222082ms) ✔ Empty headers separated by CR at request/invalid.md:216 (84.587984ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (81.983655ms) ✔ Empty headers separated by LF at request/invalid.md:254 (82.365996ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.738113ms) ✔ Invalid header token #1 at request/invalid.md:287 (4.090084ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.416902ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.739453ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.399872ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.982883ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (55.279012ms) ✔ Invalid method at request/invalid.md:356 (55.609233ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (3.493962ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.811013ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.278761ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.608083ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.321141ms) ✔ Corrupted header name at request/invalid.md:425 (3.625923ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.194581ms) ✔ Missing CR between headers at request/invalid.md:454 (3.497822ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.220871ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.521012ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (69.248751ms) ✔ Invalid space after start line at request/invalid.md:509 (69.580811ms) ✔ Invalid requests at request/invalid.md:1 (3632.037591ms) ▶ 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) (2204.925616ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2205.423058ms) ▶ 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) (55.490153ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (55.896694ms) ▶ 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) (77.364738ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (77.70446ms) ✔ Finish at request/finish.md:1 (2339.751154ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2187.387315ms) ✔ on_message_begin at request/pausing.md:4 (2187.880977ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2177.050809ms) ✔ on_message_complete at request/pausing.md:34 (2177.582061ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2242.867098ms) ✔ on_protocol_complete at request/pausing.md:64 (2243.397719ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2182.320558ms) ✔ on_method_complete at request/pausing.md:94 (2182.853059ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2192.906654ms) ✔ on_url_complete at request/pausing.md:124 (2193.432296ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2205.818989ms) ✔ on_version_complete at request/pausing.md:154 (2206.336831ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2179.712788ms) ✔ on_header_field_complete at request/pausing.md:184 (2180.296211ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2190.334375ms) ✔ on_header_value_complete at request/pausing.md:214 (2190.872307ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2203.997402ms) ✔ on_headers_complete at request/pausing.md:244 (2204.553545ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2193.330615ms) ✔ on_chunk_header at request/pausing.md:274 (2193.855618ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2201.096992ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2201.658655ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2220.682711ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2221.210563ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2194.300189ms) ✔ on_chunk_complete at request/pausing.md:398 (2194.858891ms) ✔ Pausing at request/pausing.md:1 (28581.6187ms) ▶ 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) (164.40099ms) ✔ Should parse multiple events at request/pipelining.md:4 (164.859183ms) ✔ Pipelining at request/pipelining.md:1 (165.222284ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2226.912982ms) ✔ Simple response at response/sample.md:4 (2227.442144ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (56.201975ms) ✔ RTSP response at response/sample.md:40 (56.608117ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (53.809176ms) ✔ ICE response at response/sample.md:60 (54.138708ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (60.638681ms) ✔ Error on invalid response start at response/sample.md:80 (60.984921ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (54.066758ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (54.384919ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (499.682765ms) ✔ Google 301 at response/sample.md:118 (500.216947ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (652.960727ms) ✔ amazon.com at response/sample.md:196 (653.527279ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (82.250046ms) ✔ No headers and no body at response/sample.md:271 (82.627367ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (48.553809ms) ✔ No reason phrase at response/sample.md:291 (48.8581ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (50.901157ms) ✔ Empty reason phrase after space at response/sample.md:310 (51.209228ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (97.675829ms) ✔ No carriage ret at response/sample.md:330 (98.007051ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2245.674007ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2246.171059ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (131.480317ms) ✔ Underscore in header key at response/sample.md:382 (131.978248ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (258.389637ms) ✔ bonjourmadame.fr at response/sample.md:425 (258.981869ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (405.588748ms) ✔ Spaces in header value at response/sample.md:494 (406.172721ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (141.302711ms) ✔ Spaces in header name at response/sample.md:574 (141.726552ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (4.114724ms) ✔ Non ASCII in status line at response/sample.md:609 (4.482726ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (60.075178ms) ✔ HTTP version 0.9 at response/sample.md:645 (60.43644ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (88.490597ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (88.839439ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (88.230466ms) ✔ Response starting with CRLF at response/sample.md:695 (88.590638ms) ✔ Sample responses at response/sample.md:1 (7319.618005ms) ▶ 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.311333ms) ✔ Proxy-Connection at response/connection.md:4 (130.764964ms) ▶ 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) (89.136529ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (89.511461ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (73.318295ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (73.660845ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (49.371472ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (49.698233ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (63.081019ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (63.39055ms) ▶ 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) (93.219114ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (93.610775ms) ▶ 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) (2218.162791ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2218.668544ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (92.400811ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (92.803523ms) ▶ 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) (2211.419938ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2211.94318ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (88.794799ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (89.18544ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (110.446934ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (110.838145ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (86.270289ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (86.651761ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (97.87438ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (98.314121ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (103.50713ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (103.87631ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (113.885186ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (114.262007ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (115.13705ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (115.534592ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (162.603274ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (163.074466ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (189.302198ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (189.873869ms) ✔ Connection header at response/connection.md:1 (6099.238168ms) ▶ 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) (391.70612ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (392.239862ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (92.800093ms) ✔ Content-Length-X at response/content-length.md:80 (93.194523ms) ▶ 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) (2215.905044ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2216.397296ms) ✔ Content-Length header at response/content-length.md:1 (2702.597694ms) ▶ 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) (110.811415ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (111.218496ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (81.879564ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (82.251726ms) ▶ 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) (105.624937ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (106.024018ms) ▶ `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) (94.846219ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (95.213501ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (143.072887ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (143.524148ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (106.148399ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (106.56066ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (83.155748ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (83.51871ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (175.907551ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (176.390772ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (109.021579ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (109.46438ms) ▶ 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) (2200.606471ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2201.139823ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (3217.507371ms) ▶ 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) (57.310769ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (57.665631ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (57.85216ms) ✔ Extra space between status code and reason at response/invalid.md:186 (58.176292ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (47.979137ms) ✔ One-digit status code at response/invalid.md:206 (48.318177ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (50.909317ms) ✔ Only LFs present and no body at response/invalid.md:224 (51.216628ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2171.162268ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2171.646791ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (58.676883ms) ✔ Only LFs present at response/invalid.md:264 (59.053715ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (64.593774ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (64.915205ms) ✔ Invalid space after start line at response/invalid.md:149 (2512.411184ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (50.124634ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (50.462895ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (56.033655ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (56.348015ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (54.66393ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (54.979811ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (54.283798ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (54.61791ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (52.165461ms) ✔ Tab after HTTP version at response/invalid.md:72 (52.474643ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (54.91616ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (55.234852ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (47.448515ms) ✔ Headers separated by CR at response/invalid.md:108 (47.759466ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (50.671536ms) ✔ Invalid HTTP version at response/invalid.md:132 (50.975227ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (72.729152ms) ✔ Invalid space after start line at response/invalid.md:149 (73.056164ms) ✔ Invalid responses at response/invalid.md:1 (3010.334412ms) ▶ 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) (2190.897867ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2191.411998ms) ✔ Finish at response/finish.md:1 (2191.75857ms) ▶ 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) (2167.698346ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2168.186159ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2168.540469ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2178.581785ms) ✔ on_message_begin at response/pausing.md:4 (2179.080686ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2196.987068ms) ✔ on_message_complete at response/pausing.md:32 (2197.51654ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2181.102863ms) ✔ on_version_complete at response/pausing.md:60 (2181.631855ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2185.146068ms) ✔ on_status_complete at response/pausing.md:88 (2185.697039ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2220.910332ms) ✔ on_header_field_complete at response/pausing.md:116 (2221.495643ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2222.762138ms) ✔ on_header_value_complete at response/pausing.md:144 (2223.312949ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2187.141474ms) ✔ on_headers_complete at response/pausing.md:172 (2187.642556ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2234.058677ms) ✔ on_chunk_header at response/pausing.md:200 (2234.622719ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2211.87353ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2212.429152ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2218.381193ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2218.920264ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2189.955144ms) ✔ on_chunk_complete at response/pausing.md:317 (2190.445096ms) ✔ Pausing at response/pausing.md:1 (24235.89627ms) ▶ 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) (151.178345ms) ✔ Should parse multiple events at response/pipelining.md:4 (151.577276ms) ✔ Pipelining at response/pipelining.md:1 (151.916537ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (668.382851ms) ✔ Absolute URL at url.md:3 (668.804362ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (67.811856ms) ✔ Relative URL at url.md:17 (68.145776ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (44.298834ms) ✔ Failing on broken schema at url.md:29 (44.634665ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (47.798956ms) ✔ Proxy request at url.md:41 (48.097847ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (58.038241ms) ✔ Proxy request with port at url.md:53 (58.321142ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (52.596843ms) ✔ Proxy IPv6 request at url.md:65 (52.864723ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (59.060995ms) ✔ Proxy IPv6 request with port at url.md:77 (59.351866ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (69.02681ms) ✔ IPv4 in IPv6 address at url.md:89 (69.340671ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (96.427694ms) ✔ Extra `?` in query string at url.md:101 (96.758706ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (58.320033ms) ✔ URL encoded space at url.md:116 (58.614713ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (42.299897ms) ✔ URL fragment at url.md:127 (42.568987ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (85.230706ms) ✔ Complex URL fragment at url.md:138 (85.560797ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (65.970409ms) ✔ Complex URL from node.js url parser doc at url.md:153 (66.2638ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (70.994347ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (71.293167ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.632573ms) ✔ Double `@` at url.md:181 (3.919294ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (62.900059ms) ✔ Proxy basic auth with url encoded space at url.md:193 (63.186349ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (72.324901ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (72.614922ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (73.035434ms) ✔ IPv6 address with Zone ID at url.md:217 (73.703295ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (135.860982ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (136.312973ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (6.678544ms) ✔ Disallow tab in URL at url.md:241 (7.017364ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (5.69468ms) ✔ Disallow form-feed in URL at url.md:252 (5.96166ms) ✔ URL tests at url.md:1 (1856.949528ms) ℹ tests 260 ℹ suites 292 ℹ pass 260 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 121945.580414 >>> 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-loongarch64.so.1 >>> llhttp*: Package size: 65.5 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.3.1-r0.apk >>> llhttp: Build complete at Sun, 08 Mar 2026 21:00:20 +0000 elapsed time 0h 2m 27s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260308.205754) ( 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: 269.3 MiB in 103 packages >>> llhttp: Updating the community/loongarch64 repository index... >>> llhttp: Signing the index...