>>> llhttp: Building community/llhttp 9.3.1-r0 (using abuild 3.17.0_rc1-r2) started Tue, 21 Apr 2026 09:54:35 +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.095439) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 812.8 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.4: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 6s 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/ rm -rf build/ node --import tsx bin/generate.ts 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.4s) -- 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) (3418.224746ms) ✔ Simple request at request/sample.md:6 (3420.036844ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (113.074494ms) ✔ Request with method starting with `H` at request/sample.md:39 (113.360817ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (273.0285ms) ✔ curl GET at request/sample.md:67 (273.309303ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (315.381885ms) ✔ Firefox GET at request/sample.md:105 (315.696449ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (192.578813ms) ✔ DUMBPACK at request/sample.md:168 (192.989977ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (156.307809ms) ✔ No headers and no body at request/sample.md:196 (156.631732ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (211.290521ms) ✔ One header and no body at request/sample.md:219 (211.982368ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (149.498021ms) ✔ Apache bench GET at request/sample.md:247 (149.767183ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (79.031313ms) ✔ Prefix newline at request/sample.md:288 (79.292876ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (31.293634ms) ✔ No HTTP version at request/sample.md:314 (31.89616ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2972.986679ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2973.223121ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (205.977947ms) ✔ Line folding in header value with LF at request/sample.md:394 (206.24195ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (103.227316ms) ✔ No LF after CR at request/sample.md:432 (103.449438ms) ▶ 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) (2932.294232ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2932.544074ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (181.26838ms) ✔ Request starting with CRLF at request/sample.md:478 (181.495661ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (6.312943ms) ✔ Extended Characters at request/sample.md:506 (6.544546ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (6.236983ms) ✔ 255 ASCII in header value at request/sample.md:536 (6.461225ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (697.468041ms) ✔ X-SSL-Nonsense at request/sample.md:571 (697.693003ms) ✔ Sample requests at request/sample.md:1 (12055.389716ms) ▶ 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) (234.956958ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (235.189761ms) ✔ Header value at request/lenient-headers.md:82 (235.363882ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (138.152947ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (138.355389ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (326.7756ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (327.012683ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (193.594623ms) ✔ Header value at request/lenient-headers.md:82 (193.886786ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (895.210386ms) ▶ 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) (3013.750171ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (3014.027734ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (3014.187455ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (120.255967ms) ✔ REPORT request at request/method.md:4 (120.506169ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (392.223297ms) ✔ CONNECT request at request/method.md:27 (392.441139ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (295.403205ms) ✔ CONNECT request with CAPS at request/method.md:62 (295.638687ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (369.60899ms) ✔ CONNECT with body at request/method.md:96 (369.891353ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (252.530695ms) ✔ M-SEARCH request at request/method.md:135 (252.918058ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (385.330628ms) ✔ PATCH request at request/method.md:173 (385.564551ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (244.135891ms) ✔ PURGE request at request/method.md:217 (244.383733ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (210.508553ms) ✔ SEARCH request at request/method.md:245 (210.738595ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (276.784418ms) ✔ LINK request at request/method.md:273 (277.028101ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (272.865459ms) ✔ LINK request at request/method.md:311 (273.084382ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (266.118872ms) ✔ SOURCE request at request/method.md:344 (266.348914ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (263.850848ms) ✔ SOURCE request with ICE at request/method.md:372 (264.105051ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (275.762688ms) ✔ OPTIONS request with RTSP at request/method.md:400 (276.016251ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (270.483675ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (270.716877ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (100.838653ms) ✔ PRI request HTTP2 at request/method.md:458 (101.096374ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (343.339647ms) ✔ QUERY request at request/method.md:482 (343.588489ms) ✔ Methods at request/method.md:1 (4345.554702ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (225.081179ms) ✔ Quotes in URI at request/uri.md:4 (225.275062ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (181.606703ms) ✔ Query URL with question mark at request/uri.md:27 (181.833346ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (220.189971ms) ✔ Host terminated by a query string at request/uri.md:52 (220.675856ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (204.453052ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (204.833777ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (140.985815ms) ✔ Query URL with vertical bar character at request/uri.md:98 (141.185858ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (168.037247ms) ✔ `host:port` terminated by a space at request/uri.md:125 (168.233729ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (5.752578ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (6.071221ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (221.408702ms) ✔ Fragment in URI at request/uri.md:165 (221.617785ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (233.554025ms) ✔ Underscore in hostname at request/uri.md:188 (233.758387ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (266.030711ms) ✔ `host:port` and basic auth at request/uri.md:222 (266.232793ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (6.002061ms) ✔ Space in URI at request/uri.md:245 (6.338103ms) ✔ URI at request/uri.md:1 (1877.373647ms) ▶ 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) (202.23011ms) ✔ Setting flag at request/connection.md:6 (202.453913ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (201.616944ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (202.032348ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (178.062787ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (178.27191ms) ▶ 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) (3014.926987ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (3015.135269ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (318.439396ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (318.659479ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (204.697135ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (204.896537ms) ✔ `keep-alive` at request/connection.md:4 (4122.010781ms) ▶ `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) (208.606495ms) ✔ Setting flag on `close` at request/connection.md:236 (208.787816ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (348.799982ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (348.996264ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (358.60512ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (358.797882ms) ✔ `close` at request/connection.md:234 (916.854125ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (405.41683ms) ✔ Sample at request/connection.md:375 (405.590112ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (376.687262ms) ✔ Multiple tokens with folding at request/connection.md:403 (376.904304ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (220.948498ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (221.16382ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (225.210061ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (225.420903ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (191.112239ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (191.30932ms) ▶ 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) (205.605344ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (205.958307ms) ✔ Parsing multiple tokens at request/connection.md:373 (1626.804052ms) ▶ `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) (266.211473ms) ✔ Setting a flag and pausing at request/connection.md:601 (266.395795ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (212.272571ms) ✔ Emitting part of body and pausing at request/connection.md:635 (212.476613ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (398.875285ms) ✔ Upgrade GET request at request/connection.md:675 (399.084607ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (364.631021ms) ✔ Upgrade POST request at request/connection.md:734 (364.842383ms) ✔ `upgrade` at request/connection.md:599 (1243.192601ms) ✔ Connection header at request/connection.md:1 (7909.223163ms) ▶ 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) (199.186ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:317 (199.368881ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:343 ✔ should pass for type="request" (location=request/content-length.md:343) (240.565895ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:343 (240.99578ms) ▶ Empty `Content-Length` at request/content-length.md:369 ✔ should pass for type="request" (location=request/content-length.md:369) (198.619274ms) ✔ Empty `Content-Length` at request/content-length.md:369 (198.830276ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (639.42018ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (242.600476ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (242.812438ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (321.165665ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (321.367986ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (305.297185ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (305.516667ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (301.704949ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (301.915631ms) ▶ 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) (371.003805ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (371.270488ms) ▶ 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) (228.442254ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (228.722617ms) ▶ 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) (226.391233ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (226.715997ms) ▶ 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) (3028.334285ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (3028.546128ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (324.281736ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (324.480538ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (175.941367ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (176.131128ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:394 ✔ should pass for type="request" (location=request/content-length.md:394) (5.074451ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:394 (5.264533ms) ▶ 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) (2910.060379ms) ✔ Content-Length reset when no body is received at request/content-length.md:417 (2910.243301ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:466 ✔ should pass for type="request" (location=request/content-length.md:466) (182.167829ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:466 (182.368071ms) ▶ 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) (201.18334ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 (201.373422ms) ✔ Content-Length header at request/content-length.md:1 (9467.268615ms) ▶ 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) (215.414483ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (215.596765ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (311.509288ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (311.702209ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (284.523377ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (284.758979ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (225.931949ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (226.13467ms) ▶ 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) (210.609235ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (210.801356ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (293.696909ms) ✔ Trailing headers at request/transfer-encoding.md:186 (293.913111ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (258.608997ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (258.885839ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (270.546556ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (270.764679ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (241.264862ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (241.468025ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (299.662049ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (299.947812ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (315.718771ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (315.932772ms) ✔ `chunked` at request/transfer-encoding.md:4 (2930.956791ms) ▶ 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) (321.70211ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (321.870032ms) ▶ 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) (330.897482ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (331.080245ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (197.809106ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (198.018348ms) ▶ 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) (2929.008732ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2929.220934ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (3780.537523ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (10.707747ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (10.90267ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (267.620567ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (267.813649ms) ▶ 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) (264.008571ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (264.220853ms) ▶ 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) (256.730658ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (257.118222ms) ▶ 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) (6.170622ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (6.363384ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (5.040651ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (5.233292ms) ▶ 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) (2937.202935ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2937.408738ms) ▶ 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) (300.76482ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (300.954582ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (269.733669ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (269.930831ms) ▶ 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) (321.66651ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (321.862992ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (276.941381ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (277.157503ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (257.520186ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (257.715148ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (266.798359ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (267.045282ms) ▶ 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) (316.491819ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (316.68522ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (305.62327ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (305.819711ms) ▶ 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) (2997.621304ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2997.829667ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (15776.889511ms) ▶ 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) (272.125092ms) ✔ Only LFs present at request/invalid.md:531 (272.309495ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (3021.158822ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (3021.513906ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (246.384915ms) ✔ Spaces before headers at request/invalid.md:650 (246.645517ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (262.450516ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (262.650398ms) ✔ Invalid space after start line at request/invalid.md:509 (3803.702561ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (230.06311ms) ✔ ICE protocol and GET method at request/invalid.md:4 (230.254953ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (235.079441ms) ✔ ICE protocol, but not really at request/invalid.md:25 (235.271003ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (235.057561ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (235.248042ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (248.01541ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (248.217333ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (140.669333ms) ✔ Headers separated by CR at request/invalid.md:87 (140.871735ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (175.272961ms) ✔ Headers separated by LF at request/invalid.md:113 (175.470562ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (333.000865ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (333.205506ms) ▶ 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) (319.492448ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (319.789572ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (207.505404ms) ✔ Empty headers separated by CR at request/invalid.md:216 (207.696606ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (178.385152ms) ✔ Empty headers separated by LF at request/invalid.md:254 (178.593753ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (5.339253ms) ✔ Invalid header token #1 at request/invalid.md:287 (5.530496ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (4.920169ms) ✔ Invalid header token #2 at request/invalid.md:310 (5.114251ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (4.803448ms) ✔ Invalid header token #3 at request/invalid.md:333 (4.99961ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (93.299097ms) ✔ Invalid method at request/invalid.md:356 (93.507139ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (6.021941ms) ✔ Illegal header field name line folding at request/invalid.md:372 (6.221462ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (5.210933ms) ✔ Corrupted Connection header at request/invalid.md:396 (5.392414ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (4.996771ms) ✔ Corrupted header name at request/invalid.md:425 (5.205053ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (4.903929ms) ✔ Missing CR between headers at request/invalid.md:454 (5.094611ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (4.705687ms) ✔ Invalid HTTP version at request/invalid.md:490 (4.889689ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (105.355018ms) ✔ Invalid space after start line at request/invalid.md:509 (105.56094ms) ✔ Invalid requests at request/invalid.md:1 (6351.609671ms) ▶ 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) (2806.612269ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2806.807071ms) ▶ 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) (157.773665ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (157.962147ms) ▶ 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) (120.908975ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (121.098776ms) ✔ Finish at request/finish.md:1 (3086.161877ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2953.751708ms) ✔ on_message_begin at request/pausing.md:4 (2954.199473ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2871.422842ms) ✔ on_message_complete at request/pausing.md:34 (2871.634124ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2914.263194ms) ✔ on_protocol_complete at request/pausing.md:64 (2914.452636ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (3001.672793ms) ✔ on_method_complete at request/pausing.md:94 (3001.884236ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (3079.223053ms) ✔ on_url_complete at request/pausing.md:124 (3079.444096ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (3226.390213ms) ✔ on_version_complete at request/pausing.md:154 (3226.614495ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2958.888326ms) ✔ on_header_field_complete at request/pausing.md:184 (2959.092729ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2990.060401ms) ✔ on_header_value_complete at request/pausing.md:214 (2990.288564ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2926.984528ms) ✔ on_headers_complete at request/pausing.md:244 (2927.197451ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (3147.211902ms) ✔ on_chunk_header at request/pausing.md:274 (3147.406105ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (3085.16056ms) ✔ on_chunk_extension_name at request/pausing.md:313 (3085.355042ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (3033.571123ms) ✔ on_chunk_extension_value at request/pausing.md:355 (3033.800206ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2999.979346ms) ✔ on_chunk_complete at request/pausing.md:398 (3000.214949ms) ✔ Pausing at request/pausing.md:1 (39192.619192ms) ▶ 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) (357.722755ms) ✔ Should parse multiple events at request/pipelining.md:4 (357.907917ms) ✔ Pipelining at request/pipelining.md:1 (358.169199ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (3056.491676ms) ✔ Simple response at response/sample.md:4 (3056.665757ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (93.240977ms) ✔ RTSP response at response/sample.md:40 (93.491619ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (79.970564ms) ✔ ICE response at response/sample.md:60 (80.210566ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (99.409559ms) ✔ Error on invalid response start at response/sample.md:80 (99.620881ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (89.225177ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (89.437459ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (417.765718ms) ✔ Google 301 at response/sample.md:118 (418.068721ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (477.379078ms) ✔ amazon.com at response/sample.md:196 (477.569199ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (121.181778ms) ✔ No headers and no body at response/sample.md:271 (121.386459ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (81.754741ms) ✔ No reason phrase at response/sample.md:291 (81.945144ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (85.262697ms) ✔ Empty reason phrase after space at response/sample.md:310 (85.490419ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (308.291458ms) ✔ No carriage ret at response/sample.md:330 (308.50406ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (3077.314567ms) ✔ No carriage ret (lenient) at response/sample.md:351 (3077.526168ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (290.909923ms) ✔ Underscore in header key at response/sample.md:382 (291.100366ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (431.036372ms) ✔ bonjourmadame.fr at response/sample.md:425 (431.241134ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (472.302946ms) ✔ Spaces in header value at response/sample.md:494 (472.65099ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (48.287486ms) ✔ Spaces in header name at response/sample.md:574 (48.528608ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (5.97874ms) ✔ Non ASCII in status line at response/sample.md:609 (6.200663ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (102.243268ms) ✔ HTTP version 0.9 at response/sample.md:645 (102.45559ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (289.212307ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (289.421388ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (394.727047ms) ✔ Response starting with CRLF at response/sample.md:695 (394.922449ms) ✔ Sample responses at response/sample.md:1 (10027.872337ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (393.373954ms) ✔ Proxy-Connection at response/connection.md:4 (393.547595ms) ▶ 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) (292.264658ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (292.453179ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (361.921477ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (362.1286ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (183.014199ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (183.212802ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (225.331105ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (225.536747ms) ▶ 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) (317.982556ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (318.212799ms) ▶ 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) (2961.054401ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2961.255803ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (280.062535ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (280.264056ms) ▶ 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) (3055.634792ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (3055.848395ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (244.80238ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (245.012943ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (326.828365ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (327.053927ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (281.366508ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (281.58547ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (366.919288ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (367.11421ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (229.346506ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (229.555467ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (209.607586ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (209.817589ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (280.57902ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (280.850023ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (323.982856ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (324.298819ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (331.680214ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (331.914016ms) ✔ Connection header at response/connection.md:1 (10671.136215ms) ▶ 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) (380.811748ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (380.97839ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (378.606685ms) ✔ Content-Length-X at response/content-length.md:80 (378.793648ms) ▶ 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) (3094.822623ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (3095.008905ms) ✔ Content-Length header at response/content-length.md:1 (3855.034505ms) ▶ 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) (355.521796ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (355.813238ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (322.436225ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (322.637387ms) ▶ 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) (210.667147ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (210.868629ms) ▶ `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) (406.455985ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (406.652467ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (350.653907ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (350.840429ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (219.220072ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (219.404514ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (351.97072ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (352.165642ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (281.695098ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (281.890939ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (316.542806ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (316.735488ms) ▶ 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) (2983.55736ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2983.738642ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (5801.605824ms) ▶ 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) (104.617846ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (104.789968ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (96.94901ms) ✔ Extra space between status code and reason at response/invalid.md:186 (97.161092ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (86.206142ms) ✔ One-digit status code at response/invalid.md:206 (86.471745ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (171.683517ms) ✔ Only LFs present and no body at response/invalid.md:224 (171.88856ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2891.230198ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2891.4472ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (215.340114ms) ✔ Only LFs present at response/invalid.md:264 (215.548916ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (189.91678ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (190.129862ms) ✔ Invalid space after start line at response/invalid.md:149 (3757.946746ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (84.829049ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (85.02413ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (94.814148ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (95.041071ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (88.729048ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (88.917489ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (90.588066ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (90.779868ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (87.133751ms) ✔ Tab after HTTP version at response/invalid.md:72 (87.340314ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (90.95423ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (91.155192ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (152.150122ms) ✔ Headers separated by CR at response/invalid.md:108 (152.444604ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (88.117841ms) ✔ Invalid HTTP version at response/invalid.md:132 (88.328163ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (129.774458ms) ✔ Invalid space after start line at response/invalid.md:149 (129.97966ms) ✔ Invalid responses at response/invalid.md:1 (4667.652686ms) ▶ 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) (2800.735055ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2800.943497ms) ✔ Finish at response/finish.md:1 (2801.090378ms) ▶ 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) (2828.310651ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2828.512414ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2828.665775ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2906.552314ms) ✔ on_message_begin at response/pausing.md:4 (2906.761877ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (3059.810329ms) ✔ on_message_complete at response/pausing.md:32 (3060.046091ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2962.388356ms) ✔ on_version_complete at response/pausing.md:60 (2962.592358ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2889.549748ms) ✔ on_status_complete at response/pausing.md:88 (2889.75311ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2882.473799ms) ✔ on_header_field_complete at response/pausing.md:116 (2882.817961ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2904.940664ms) ✔ on_header_value_complete at response/pausing.md:144 (2905.162506ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2848.298619ms) ✔ on_headers_complete at response/pausing.md:172 (2848.51138ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (3040.856946ms) ✔ on_chunk_header at response/pausing.md:200 (3041.17947ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (3045.308311ms) ✔ on_chunk_extension_name at response/pausing.md:237 (3045.535514ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (3285.081392ms) ✔ on_chunk_extension_value at response/pausing.md:277 (3285.303555ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2971.188132ms) ✔ on_chunk_complete at response/pausing.md:317 (2971.460135ms) ✔ Pausing at response/pausing.md:1 (32799.952524ms) ▶ 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) (332.246445ms) ✔ Should parse multiple events at response/pipelining.md:4 (332.423847ms) ✔ Pipelining at response/pipelining.md:1 (332.592289ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (1049.762025ms) ✔ Absolute URL at url.md:3 (1050.488872ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (107.176952ms) ✔ Relative URL at url.md:17 (107.377475ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (12.523845ms) ✔ Failing on broken schema at url.md:29 (12.712647ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (71.859839ms) ✔ Proxy request at url.md:41 (72.077602ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (88.96093ms) ✔ Proxy request with port at url.md:53 (89.151412ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (83.395155ms) ✔ Proxy IPv6 request at url.md:65 (83.578036ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (93.190533ms) ✔ Proxy IPv6 request with port at url.md:77 (93.385654ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (218.540827ms) ✔ IPv4 in IPv6 address at url.md:89 (218.733349ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (335.686799ms) ✔ Extra `?` in query string at url.md:101 (335.856561ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (106.387345ms) ✔ URL encoded space at url.md:116 (106.584066ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (73.271534ms) ✔ URL fragment at url.md:127 (73.582216ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (261.419936ms) ✔ Complex URL fragment at url.md:138 (261.615338ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (212.457886ms) ✔ Complex URL from node.js url parser doc at url.md:153 (212.663968ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (232.553488ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (232.736529ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (5.682177ms) ✔ Double `@` at url.md:181 (6.091781ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (110.114702ms) ✔ Proxy basic auth with url encoded space at url.md:193 (110.322744ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (124.743208ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (124.960491ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (115.838679ms) ✔ IPv6 address with Zone ID at url.md:217 (116.072641ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (98.077302ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (98.267543ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (5.426934ms) ✔ Disallow tab in URL at url.md:241 (5.593256ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (5.049411ms) ✔ Disallow form-feed in URL at url.md:252 (5.260892ms) ✔ URL tests at url.md:1 (3419.314338ms) ℹ tests 260 ℹ suites 292 ℹ pass 260 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 181610.232085 >>> 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... libfakeroot internal error: payload not recognized! >>> 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-aarch64.so.1 >>> llhttp*: Package size: 65.7 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.3.1-r0.apk >>> llhttp: Build complete at Tue, 21 Apr 2026 09:57:55 +0000 elapsed time 0h 3m 20s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260421.095439) ( 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: 430.9 MiB in 102 packages >>> llhttp: Updating the community/aarch64 repository index... >>> llhttp: Signing the index...