>>> llhttp: Building community/llhttp 9.4.1-r0 (using abuild 3.17.0_rc2-r0) started Wed, 03 Jun 2026 13:43:19 +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.3-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-r2) ( 8/24) Installing libffi (3.5.2-r1) ( 9/24) Installing libxml2 (2.13.9-r2) (10/24) Installing llvm22-libs (22.1.3-r0) (11/24) Installing clang22-libs (22.1.3-r2) (12/24) Installing llvm22-linker-tools (22.1.3-r0) (13/24) Installing clang22 (22.1.3-r2) (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 (9.0.0-r0) (21/24) Installing sqlite-libs (3.53.1-r0) (22/24) Installing nodejs (24.16.0-r0) (23/24) Installing npm (11.12.1-r0) (24/24) Installing .makedepends-llhttp (20260603.134320) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 861.4 MiB in 129 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.4.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.4.1/llhttp-9.4.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.4.1.tar.gz.part' llhttp-9.4.1.tar.gz. 100% |********************************| 6141k 0:00:00 ETA '/var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz.part' saved /var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.4.1.tar.gz /var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz... > llhttp@9.4.1 prepare > npm run clean && npm run build-ts > llhttp@9.4.1 clean > node --import tsx scripts/clean.ts > llhttp@9.4.1 build-ts > tsc added 141 packages, and audited 142 packages in 5s 37 packages are looking for funding run `npm fund` for details 3 moderate severity vulnerabilities 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/ mkdir -p build/native rm -rf test/tmp clang -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c build/c/llhttp.c -o build/c/llhttp.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/api.c -o build/native/api.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/http.c -o build/native/http.o ar rcs build/libllhttp.a build/c/llhttp.o build/native/api.o build/native/http.o clang -shared build/c/llhttp.o build/native/api.o build/native/http.o -o build/libllhttp.so rm -rf release mkdir -p release/cmake 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/ cp -rf cmake/llhttpConfig.cmake.in release/cmake sed s/_RELEASE_/9.4.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.4.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.4.1 [5/5] Creating library symlink libllhttp.so.9.4 libllhttp.so > llhttp@9.4.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) (2407.912531ms) ✔ Simple request at request/sample.md:6 (2409.497214ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (73.652833ms) ✔ Request with method starting with `H` at request/sample.md:39 (73.924852ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (104.70502ms) ✔ curl GET at request/sample.md:67 (104.975489ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (178.942177ms) ✔ Firefox GET at request/sample.md:105 (179.214132ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (65.141973ms) ✔ DUMBPACK at request/sample.md:168 (65.452228ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (114.814776ms) ✔ No headers and no body at request/sample.md:196 (115.06214ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (82.110555ms) ✔ One header and no body at request/sample.md:219 (82.429846ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (108.520722ms) ✔ Apache bench GET at request/sample.md:247 (108.765899ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (57.368806ms) ✔ Prefix newline at request/sample.md:288 (57.697662ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (23.33531ms) ✔ No HTTP version at request/sample.md:314 (23.574019ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2372.326536ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2372.531013ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (98.284961ms) ✔ Line folding in header value with LF at request/sample.md:394 (98.4827ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (64.221516ms) ✔ No LF after CR at request/sample.md:432 (64.43728ms) ▶ 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) (2336.811693ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2337.426435ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (100.913093ms) ✔ Request starting with CRLF at request/sample.md:478 (101.127448ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.145916ms) ✔ Extended Characters at request/sample.md:506 (3.307745ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.004158ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.173805ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (645.359904ms) ✔ X-SSL-Nonsense at request/sample.md:571 (645.567572ms) ✔ Sample requests at request/sample.md:1 (8849.495ms) ▶ 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) (104.978762ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (105.191239ms) ✔ Header value at request/lenient-headers.md:82 (105.356905ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (88.767918ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (88.96555ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (103.479514ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (103.646798ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (93.03637ms) ✔ Header value at request/lenient-headers.md:82 (93.220445ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (391.601684ms) ▶ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 ▶ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 ✔ should pass for type="request-lenient-header-value-relaxed" (location=request/lenient-header-value-relaxed.md:8) (2294.182207ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (2294.380286ms) ▶ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 ✔ should pass for type="request" (location=request/lenient-header-value-relaxed.md:38) (109.555834ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (109.727732ms) ▶ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 ✔ should pass for type="request-lenient-header-value-relaxed" (location=request/lenient-header-value-relaxed.md:66) (110.617306ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (110.923564ms) ▶ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 ✔ should pass for type="request-lenient-header-value-relaxed" (location=request/lenient-header-value-relaxed.md:101) (106.002835ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (106.201821ms) ▶ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 ✔ should pass for type="request-lenient-header-value-relaxed" (location=request/lenient-header-value-relaxed.md:136) (92.906153ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (93.082019ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (2714.809793ms) ▶ 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) (2237.284332ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2237.484277ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2237.658588ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (67.245745ms) ✔ REPORT request at request/method.md:4 (67.38737ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (108.439667ms) ✔ CONNECT request at request/method.md:27 (108.656746ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (104.937274ms) ✔ CONNECT request with CAPS at request/method.md:62 (105.110071ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (128.99563ms) ✔ CONNECT with body at request/method.md:96 (129.164795ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (125.797028ms) ✔ M-SEARCH request at request/method.md:135 (125.97639ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (140.447419ms) ✔ PATCH request at request/method.md:173 (140.646806ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (73.654209ms) ✔ PURGE request at request/method.md:217 (73.862229ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (121.790711ms) ✔ SEARCH request at request/method.md:245 (121.985787ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (119.357934ms) ✔ LINK request at request/method.md:273 (119.527659ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (105.246058ms) ✔ LINK request at request/method.md:311 (105.420835ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (75.408042ms) ✔ SOURCE request at request/method.md:344 (75.556038ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (74.665263ms) ✔ SOURCE request with ICE at request/method.md:372 (74.83276ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (76.89941ms) ✔ OPTIONS request with RTSP at request/method.md:400 (77.058895ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (80.08194ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (80.551616ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (63.537589ms) ✔ PRI request HTTP2 at request/method.md:458 (63.922889ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (115.08814ms) ✔ QUERY request at request/method.md:482 (115.324328ms) ✔ Methods at request/method.md:1 (1586.870683ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (69.708147ms) ✔ Quotes in URI at request/uri.md:4 (69.842645ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (102.544642ms) ✔ Query URL with question mark at request/uri.md:27 (102.779552ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (135.199079ms) ✔ Host terminated by a query string at request/uri.md:52 (135.344277ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (71.70885ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (71.843544ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (89.201759ms) ✔ Query URL with vertical bar character at request/uri.md:98 (89.39015ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (108.422577ms) ✔ `host:port` terminated by a space at request/uri.md:125 (108.577068ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (2.836955ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.03717ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (73.399826ms) ✔ Fragment in URI at request/uri.md:165 (73.522422ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (104.530037ms) ✔ Underscore in hostname at request/uri.md:188 (104.690985ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (75.797814ms) ✔ `host:port` and basic auth at request/uri.md:222 (75.927782ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (2.82379ms) ✔ Space in URI at request/uri.md:245 (2.943804ms) ✔ URI at request/uri.md:1 (838.834681ms) ▶ 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) (114.879102ms) ✔ Setting flag at request/connection.md:6 (115.021245ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (123.843287ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (123.985802ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (109.191206ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (109.349499ms) ▶ 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) (2403.265277ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2403.426867ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (130.289998ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (130.435542ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (115.182834ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (115.356707ms) ✔ `keep-alive` at request/connection.md:4 (2998.02241ms) ▶ `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) (101.944009ms) ✔ Setting flag on `close` at request/connection.md:236 (102.076159ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (110.886351ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (111.035138ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (119.798212ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (119.967513ms) ✔ `close` at request/connection.md:234 (333.345234ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (110.649068ms) ✔ Sample at request/connection.md:375 (110.813895ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (158.331899ms) ✔ Multiple tokens with folding at request/connection.md:403 (158.491245ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (127.293393ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (127.471778ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (127.669542ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (127.831281ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (113.166164ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (113.323183ms) ▶ 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) (117.524508ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (117.675209ms) ✔ Parsing multiple tokens at request/connection.md:373 (756.266225ms) ▶ `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) (79.438806ms) ✔ Setting a flag and pausing at request/connection.md:601 (79.55746ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (112.952009ms) ✔ Emitting part of body and pausing at request/connection.md:635 (113.093943ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (165.682129ms) ✔ Upgrade GET request at request/connection.md:675 (165.841806ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (134.119124ms) ✔ Upgrade POST request at request/connection.md:734 (134.270132ms) ✔ `upgrade` at request/connection.md:599 (493.066826ms) ✔ Connection header at request/connection.md:1 (4581.029462ms) ▶ Content-Length header at request/content-length.md:1 ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ▶ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 ✔ should pass for type="request" (location=request/content-length.md:317) (117.468338ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (117.62456ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (109.188554ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (109.340848ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (112.73876ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (112.918172ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (96.337574ms) ✔ Empty `Content-Length` at request/content-length.md:396 (96.497638ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (436.670101ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (118.737473ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (118.908483ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (79.407157ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (79.54685ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (80.109558ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (80.419541ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (80.163235ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (80.30109ms) ▶ 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) (92.116205ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (92.270158ms) ▶ 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) (111.305123ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (111.463441ms) ▶ 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) (113.827552ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (113.984638ms) ▶ 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) (2541.459937ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2541.669356ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (123.596162ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (123.966733ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (114.17886ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (114.372263ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:421 ✔ should pass for type="request" (location=request/content-length.md:421) (3.034738ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (3.170933ms) ▶ Content-Length reset when no body is received at request/content-length.md:444 ✔ should pass for type="request" (location=request/content-length.md:444) (2350.471345ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (2350.715942ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (112.214841ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (112.379899ms) ▶ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/content-length.md:519) (110.775024ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (110.93035ms) ✔ Content-Length header at request/content-length.md:1 (6472.183747ms) ▶ 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) (69.434083ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (69.569821ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (106.405997ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (106.559267ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (100.040258ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (100.212497ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (129.685445ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (129.878239ms) ▶ 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) (94.750378ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (94.905492ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (133.264207ms) ✔ Trailing headers at request/transfer-encoding.md:186 (133.430645ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (142.275836ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (142.469705ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (123.161922ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (123.303813ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (109.774864ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (109.930177ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (139.598123ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (139.752057ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (115.105972ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (115.319612ms) ✔ `chunked` at request/transfer-encoding.md:4 (1266.092704ms) ▶ 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) (109.827446ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (109.980543ms) ▶ 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) (127.671284ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (127.862713ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (129.405943ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (129.551312ms) ▶ 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) (2353.191123ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2353.383313ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2721.120942ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (3.113022ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (3.236541ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (116.701419ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (116.857959ms) ▶ 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) (115.378515ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (115.532872ms) ▶ 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) (118.753222ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (118.926161ms) ▶ 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) (8.993902ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (9.13255ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (2.939057ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (3.053748ms) ▶ 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) (2357.445065ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2357.614555ms) ▶ 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) (134.87956ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (135.067842ms) ▶ 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.4973ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (120.647529ms) ▶ 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) (145.529359ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (145.694568ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (124.824556ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (125.017248ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (88.161027ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (88.324543ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (92.694646ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (92.837754ms) ▶ 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) (102.626149ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (102.781643ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (102.299262ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (102.442754ms) ▶ 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) (2320.091164ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2320.257695ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (9946.225178ms) ▶ 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) (120.093657ms) ✔ Only LFs present at request/invalid.md:531 (120.225933ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2446.064403ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2446.233005ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (117.450705ms) ✔ Spaces before headers at request/invalid.md:650 (117.630319ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (124.979191ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (125.249283ms) ✔ Invalid space after start line at request/invalid.md:509 (2809.663631ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (81.109418ms) ✔ ICE protocol and GET method at request/invalid.md:4 (81.294094ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (82.934873ms) ✔ ICE protocol, but not really at request/invalid.md:25 (83.101023ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (81.181929ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (81.317844ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (87.291111ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (87.424407ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (93.683505ms) ✔ Headers separated by CR at request/invalid.md:87 (93.819885ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (117.89926ms) ✔ Headers separated by LF at request/invalid.md:113 (118.046797ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (107.310034ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (107.446505ms) ▶ 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) (107.162799ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (107.38582ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (96.675959ms) ✔ Empty headers separated by CR at request/invalid.md:216 (96.824533ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (113.268067ms) ✔ Empty headers separated by LF at request/invalid.md:254 (113.410764ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.210536ms) ✔ Invalid header token #1 at request/invalid.md:287 (3.330597ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.004691ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.120627ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.013778ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.142801ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (55.917677ms) ✔ Invalid method at request/invalid.md:356 (56.033163ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (2.96623ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.076089ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.090231ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.209245ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.011221ms) ✔ Corrupted header name at request/invalid.md:425 (3.126715ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (2.945792ms) ✔ Missing CR between headers at request/invalid.md:454 (3.061679ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.336546ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.449048ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (71.123454ms) ✔ Invalid space after start line at request/invalid.md:509 (71.247269ms) ✔ Invalid requests at request/invalid.md:1 (3933.997563ms) ▶ 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) (2357.472068ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2357.728823ms) ▶ 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) (181.197354ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (181.527176ms) ▶ 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) (111.160732ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (111.371488ms) ✔ Finish at request/finish.md:1 (2651.020609ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2376.525291ms) ✔ on_message_begin at request/pausing.md:4 (2376.718604ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2361.990154ms) ✔ on_message_complete at request/pausing.md:34 (2362.219863ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2360.066067ms) ✔ on_protocol_complete at request/pausing.md:64 (2360.238412ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2382.25381ms) ✔ on_method_complete at request/pausing.md:94 (2382.414052ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2405.554444ms) ✔ on_url_complete at request/pausing.md:124 (2405.744166ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2363.912426ms) ✔ on_version_complete at request/pausing.md:154 (2364.107044ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2372.014947ms) ✔ on_header_field_complete at request/pausing.md:184 (2372.195577ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2355.354961ms) ✔ on_header_value_complete at request/pausing.md:214 (2355.550009ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2521.056394ms) ✔ on_headers_complete at request/pausing.md:244 (2521.296201ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2337.259875ms) ✔ on_chunk_header at request/pausing.md:274 (2337.450697ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2339.531274ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2339.727156ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2382.857808ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2383.04315ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2336.487418ms) ✔ on_chunk_complete at request/pausing.md:398 (2336.670995ms) ✔ Pausing at request/pausing.md:1 (30898.508997ms) ▶ 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) (163.787198ms) ✔ Should parse multiple events at request/pipelining.md:4 (164.031955ms) ✔ Pipelining at request/pipelining.md:1 (164.17076ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2345.602872ms) ✔ Simple response at response/sample.md:4 (2345.748585ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (54.28241ms) ✔ RTSP response at response/sample.md:40 (54.429632ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (50.369422ms) ✔ ICE response at response/sample.md:60 (50.482469ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (58.954773ms) ✔ Error on invalid response start at response/sample.md:80 (59.082071ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (54.414404ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (54.549147ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (254.187653ms) ✔ Google 301 at response/sample.md:118 (254.357817ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (286.280328ms) ✔ amazon.com at response/sample.md:196 (286.454981ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (79.262888ms) ✔ No headers and no body at response/sample.md:271 (79.415299ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (46.015824ms) ✔ No reason phrase at response/sample.md:291 (46.17121ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (47.945366ms) ✔ Empty reason phrase after space at response/sample.md:310 (48.058381ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (117.357346ms) ✔ No carriage ret at response/sample.md:330 (117.495404ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2319.665656ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2319.847274ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (135.535858ms) ✔ Underscore in header key at response/sample.md:382 (135.704339ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (181.099651ms) ✔ bonjourmadame.fr at response/sample.md:425 (181.279629ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (234.1209ms) ✔ Spaces in header value at response/sample.md:494 (234.32383ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (39.213655ms) ✔ Spaces in header name at response/sample.md:574 (39.37072ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.319484ms) ✔ Non ASCII in status line at response/sample.md:609 (3.457087ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (56.977906ms) ✔ HTTP version 0.9 at response/sample.md:645 (57.123367ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (81.771579ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (81.911428ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (114.586167ms) ✔ Response starting with CRLF at response/sample.md:695 (114.734276ms) ✔ Sample responses at response/sample.md:1 (6565.330924ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (124.568737ms) ✔ Proxy-Connection at response/connection.md:4 (124.71456ms) ▶ 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) (88.533531ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (88.68347ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (97.402918ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (97.553371ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (95.995286ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (96.131099ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (124.579078ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (124.717178ms) ▶ 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) (91.575465ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (91.742965ms) ▶ 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) (2312.485004ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2312.82473ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (105.051186ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (105.237957ms) ▶ 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) (2524.500652ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2524.719059ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (105.396518ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (105.744201ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (131.406796ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (131.597472ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (86.004145ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (86.147131ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (119.489503ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (119.656938ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (111.558326ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (111.724618ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (151.206123ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (151.399002ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (127.078412ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (127.245569ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (158.27023ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (158.443237ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (158.11285ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (158.279146ms) ✔ Connection header at response/connection.md:1 (6718.293188ms) ▶ 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) (219.670988ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (219.836432ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (127.440032ms) ✔ Content-Length-X at response/content-length.md:80 (127.605053ms) ▶ 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) (2538.934182ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2539.124542ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (126.729358ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (126.883483ms) ✔ Content-Length header at response/content-length.md:1 (3013.782473ms) ▶ Transfer-Encoding header at response/transfer-encoding.md:1 ▶ Trailing space on chunked body at response/transfer-encoding.md:4 ✔ should pass for type="response" (location=response/transfer-encoding.md:4) (127.131971ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (127.275728ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (116.339408ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (116.506627ms) ▶ 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) (146.258976ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (146.408824ms) ▶ `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) (124.245593ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (124.39809ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (124.966158ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (125.13254ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (151.334891ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (151.490357ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (119.959966ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (120.119931ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (162.271772ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (162.436508ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (151.214316ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (151.376527ms) ▶ 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) (2341.979263ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2342.157649ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (3568.054655ms) ▶ 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) (59.621432ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (59.751232ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (59.5513ms) ✔ Extra space between status code and reason at response/invalid.md:186 (59.670481ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (50.774374ms) ✔ One-digit status code at response/invalid.md:206 (50.897843ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (104.570668ms) ✔ Only LFs present and no body at response/invalid.md:224 (104.711833ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2320.676378ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2320.83814ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (121.457817ms) ✔ Only LFs present at response/invalid.md:264 (121.655536ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (125.012223ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (125.163697ms) ✔ Invalid space after start line at response/invalid.md:149 (2843.123348ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (54.617754ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (54.770063ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (59.476442ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (59.665737ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (59.418212ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (59.702227ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (57.624636ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (57.762173ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (55.61851ms) ✔ Tab after HTTP version at response/invalid.md:72 (55.747374ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (59.639886ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (59.768195ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (101.303329ms) ✔ Headers separated by CR at response/invalid.md:108 (101.460589ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (69.271754ms) ✔ Invalid HTTP version at response/invalid.md:132 (69.438282ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (86.306011ms) ✔ Invalid space after start line at response/invalid.md:149 (86.447525ms) ✔ Invalid responses at response/invalid.md:1 (3448.576275ms) ▶ 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) (2344.336936ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2344.609445ms) ✔ Finish at response/finish.md:1 (2344.763752ms) ▶ 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) (2310.198949ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2310.558041ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2310.795659ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2391.507585ms) ✔ on_message_begin at response/pausing.md:4 (2391.731811ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2391.039461ms) ✔ on_message_complete at response/pausing.md:32 (2391.301476ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2367.8094ms) ✔ on_version_complete at response/pausing.md:60 (2368.040719ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2367.151912ms) ✔ on_status_complete at response/pausing.md:88 (2367.398908ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2360.978646ms) ✔ on_header_field_complete at response/pausing.md:116 (2361.165159ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2554.686307ms) ✔ on_header_value_complete at response/pausing.md:144 (2555.011988ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2364.068921ms) ✔ on_headers_complete at response/pausing.md:172 (2364.687861ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2357.245409ms) ✔ on_chunk_header at response/pausing.md:200 (2357.442938ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2319.05955ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2319.263693ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2353.628101ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2353.803833ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2301.141315ms) ✔ on_chunk_complete at response/pausing.md:317 (2301.306606ms) ✔ Pausing at response/pausing.md:1 (26132.365388ms) ▶ 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) (169.294224ms) ✔ Should parse multiple events at response/pipelining.md:4 (169.452078ms) ✔ Pipelining at response/pipelining.md:1 (169.569193ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (1513.697517ms) ✔ Absolute URL at url.md:3 (1513.953997ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (105.63429ms) ✔ Relative URL at url.md:17 (105.871445ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (13.508298ms) ✔ Failing on broken schema at url.md:29 (13.69901ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (62.280767ms) ✔ Proxy request at url.md:41 (62.434019ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (72.762961ms) ✔ Proxy request with port at url.md:53 (72.90482ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (61.763782ms) ✔ Proxy IPv6 request at url.md:65 (61.894325ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (66.268069ms) ✔ Proxy IPv6 request with port at url.md:77 (66.46329ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (143.695595ms) ✔ IPv4 in IPv6 address at url.md:89 (143.885167ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (136.696237ms) ✔ Extra `?` in query string at url.md:101 (136.846244ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (65.354221ms) ✔ URL encoded space at url.md:116 (65.523586ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (43.707466ms) ✔ URL fragment at url.md:127 (43.866645ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (128.22523ms) ✔ Complex URL fragment at url.md:138 (128.380099ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (147.040698ms) ✔ Complex URL from node.js url parser doc at url.md:153 (147.188264ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (81.510811ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (81.644416ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.606336ms) ✔ Double `@` at url.md:181 (3.718467ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (71.913304ms) ✔ Proxy basic auth with url encoded space at url.md:193 (72.027299ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (80.922371ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (81.052922ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (77.519533ms) ✔ IPv6 address with Zone ID at url.md:217 (77.649158ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (66.441778ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (66.568536ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.50647ms) ✔ Disallow tab in URL at url.md:241 (3.616773ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.202932ms) ✔ Disallow form-feed in URL at url.md:252 (3.323185ms) ✔ URL tests at url.md:1 (2954.100887ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 132564.655062 >>> llhttp: Entering fakeroot... -- Install configuration: "MINSIZEREL" -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.4.1 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.4 -- 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-targets.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-targets-minsizerel.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttpConfig.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttpConfigVersion.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.4.1-r0 pkgconfig >>> llhttp-dev*: Package size: 39.8 KB >>> llhttp-dev*: Compressing data... >>> llhttp-dev*: Create checksum... >>> llhttp-dev*: Create llhttp-dev-9.4.1-r0.apk >>> llhttp-doc*: Tracing dependencies... >>> llhttp-doc*: Package size: 1.0 KB >>> llhttp-doc*: Compressing data... >>> llhttp-doc*: Create checksum... >>> llhttp-doc*: Create llhttp-doc-9.4.1-r0.apk >>> llhttp*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> llhttp*: Package size: 61.6 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.4.1-r0.apk >>> llhttp: Build complete at Wed, 03 Jun 2026 13:45:46 +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 (20260603.134320) ( 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.16.0-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-r2) ( 9/24) Purging llvm22-linker-tools (22.1.3-r0) (10/24) Purging clang22-headers (22.1.3-r2) (11/24) Purging clang22-libs (22.1.3-r2) (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 (9.0.0-r0) (20/24) Purging sqlite-libs (3.53.1-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-r2) (24/24) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 440.4 MiB in 105 packages >>> llhttp: Updating the community/x86_64 repository index... >>> llhttp: Signing the index...