>>> 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: 728.8 MiB in 129 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.4.1.tar.gz /var/cache/distfiles/edge/llhttp-9.4.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.4.1.tar.gz /var/cache/distfiles/edge/llhttp-9.4.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/edge/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 -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 -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 -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.3s) -- 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) (2145.745939ms) ✔ Simple request at request/sample.md:6 (2147.481118ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (74.406068ms) ✔ Request with method starting with `H` at request/sample.md:39 (74.681791ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (218.507036ms) ✔ curl GET at request/sample.md:67 (218.801359ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (242.288248ms) ✔ Firefox GET at request/sample.md:105 (242.579611ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (127.651352ms) ✔ DUMBPACK at request/sample.md:168 (128.074478ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (107.314977ms) ✔ No headers and no body at request/sample.md:196 (107.56526ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (126.3661ms) ✔ One header and no body at request/sample.md:219 (126.607541ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (103.899101ms) ✔ Apache bench GET at request/sample.md:247 (104.181184ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (61.33953ms) ✔ Prefix newline at request/sample.md:288 (61.568093ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (28.34386ms) ✔ No HTTP version at request/sample.md:314 (28.595863ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2088.524653ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2088.765296ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (149.14878ms) ✔ Line folding in header value with LF at request/sample.md:394 (149.348423ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (58.406579ms) ✔ No LF after CR at request/sample.md:432 (58.605101ms) ▶ 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) (1928.545438ms) ✔ No LF after CR (lenient) at request/sample.md:454 (1928.744961ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (97.240711ms) ✔ Request starting with CRLF at request/sample.md:478 (97.443552ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.140913ms) ✔ Extended Characters at request/sample.md:506 (3.421156ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (2.86859ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.076953ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (690.379756ms) ✔ X-SSL-Nonsense at request/sample.md:571 (690.620799ms) ✔ Sample requests at request/sample.md:1 (8263.026769ms) ▶ 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) (156.763982ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (156.987184ms) ✔ Header value at request/lenient-headers.md:82 (157.167785ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (99.808058ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (99.99702ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (212.121208ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (212.31481ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (104.259865ms) ✔ Header value at request/lenient-headers.md:82 (104.447066ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (574.368687ms) ▶ 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) (1980.807952ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (1980.975674ms) ▶ 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) (123.704231ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (123.887553ms) ▶ 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) (117.94553ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (118.146252ms) ▶ 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) (116.886599ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (117.06744ms) ▶ 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) (101.564756ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (101.791479ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (2442.335523ms) ▶ 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) (1915.217937ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (1915.407739ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (1915.555901ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (71.490998ms) ✔ REPORT request at request/method.md:4 (71.661999ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (219.455726ms) ✔ CONNECT request at request/method.md:27 (219.649248ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (170.991893ms) ✔ CONNECT request with CAPS at request/method.md:62 (171.185694ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (211.093877ms) ✔ CONNECT with body at request/method.md:96 (211.289079ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (143.049596ms) ✔ M-SEARCH request at request/method.md:135 (143.242318ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (219.965411ms) ✔ PATCH request at request/method.md:173 (220.152214ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (153.627668ms) ✔ PURGE request at request/method.md:217 (153.82035ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (132.001839ms) ✔ SEARCH request at request/method.md:245 (132.190721ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (170.272645ms) ✔ LINK request at request/method.md:273 (170.471566ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (176.979795ms) ✔ LINK request at request/method.md:311 (177.167718ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (171.922702ms) ✔ SOURCE request at request/method.md:344 (172.103304ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (168.460785ms) ✔ SOURCE request with ICE at request/method.md:372 (168.655027ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (174.63601ms) ✔ OPTIONS request with RTSP at request/method.md:400 (174.825173ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (175.854984ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (176.264388ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (73.377137ms) ✔ PRI request HTTP2 at request/method.md:458 (73.704982ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (244.609232ms) ✔ QUERY request at request/method.md:482 (244.868035ms) ✔ Methods at request/method.md:1 (2682.710271ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (155.623089ms) ✔ Quotes in URI at request/uri.md:4 (155.779251ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (115.611505ms) ✔ Query URL with question mark at request/uri.md:27 (115.771467ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (146.326311ms) ✔ Host terminated by a query string at request/uri.md:52 (146.496993ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (154.614639ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (154.780361ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (103.605978ms) ✔ Query URL with vertical bar character at request/uri.md:98 (103.78262ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (128.157718ms) ✔ `host:port` terminated by a space at request/uri.md:125 (128.33704ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (3.985042ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (4.358206ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (173.122314ms) ✔ Fragment in URI at request/uri.md:165 (173.307676ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (182.11885ms) ✔ Underscore in hostname at request/uri.md:188 (182.287652ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (176.283988ms) ✔ `host:port` and basic auth at request/uri.md:222 (176.45211ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (3.869401ms) ✔ Space in URI at request/uri.md:245 (4.026643ms) ✔ URI at request/uri.md:1 (1346.404069ms) ▶ 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) (135.726799ms) ✔ Setting flag at request/connection.md:6 (135.87588ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (143.279359ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (143.452521ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (133.96898ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (134.140062ms) ▶ 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) (2025.262104ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2025.440106ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (214.840957ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (215.011359ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (142.180787ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (142.339629ms) ✔ `keep-alive` at request/connection.md:4 (2796.722ms) ▶ `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) (122.175095ms) ✔ Setting flag on `close` at request/connection.md:236 (122.338896ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (245.150798ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (245.32808ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (254.090933ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (254.269214ms) ✔ `close` at request/connection.md:234 (622.197194ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (235.545057ms) ✔ Sample at request/connection.md:375 (235.711218ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (247.869107ms) ✔ Multiple tokens with folding at request/connection.md:403 (248.057709ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (150.006989ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (150.172671ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (152.713898ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (152.89258ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (132.232561ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (132.405763ms) ▶ 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) (136.652489ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (136.82649ms) ✔ Parsing multiple tokens at request/connection.md:373 (1056.686719ms) ▶ `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) (173.795162ms) ✔ Setting a flag and pausing at request/connection.md:601 (173.954524ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (134.354984ms) ✔ Emitting part of body and pausing at request/connection.md:635 (134.528865ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (288.153774ms) ✔ Upgrade GET request at request/connection.md:675 (288.599139ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (227.312329ms) ✔ Upgrade POST request at request/connection.md:734 (227.473491ms) ✔ `upgrade` at request/connection.md:599 (824.911143ms) ✔ Connection header at request/connection.md:1 (5300.867659ms) ▶ 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) (135.141713ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (135.329914ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (128.35188ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (128.525683ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (138.273545ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (138.480308ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (114.804697ms) ✔ Empty `Content-Length` at request/content-length.md:396 (114.960499ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (517.636006ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (143.748524ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (143.899205ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (185.204523ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (185.382364ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (188.572759ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (188.73184ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (180.789236ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (180.962078ms) ▶ 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) (219.225763ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (219.390485ms) ▶ 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) (134.649227ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (134.823069ms) ▶ 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) (138.613389ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (138.788671ms) ▶ 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) (2112.341307ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2112.514669ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (254.559218ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (254.8083ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (134.337464ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (134.521626ms) ▶ `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.899321ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (4.051243ms) ▶ 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) (2082.646633ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (2082.916675ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (138.900312ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (139.074234ms) ▶ 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) (138.606869ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (138.791391ms) ✔ Content-Length header at request/content-length.md:1 (6577.46427ms) ▶ 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) (162.173479ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (162.357041ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (228.688024ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (228.866305ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (226.48164ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (226.681603ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (193.607372ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (193.792734ms) ▶ 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) (178.498212ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (178.677213ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (238.150484ms) ✔ Trailing headers at request/transfer-encoding.md:186 (238.330286ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (221.990153ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (222.159634ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (221.207945ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (221.396346ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (190.279337ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (190.465938ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (256.541559ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (256.734201ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (268.763089ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (269.011611ms) ✔ `chunked` at request/transfer-encoding.md:4 (2389.454364ms) ▶ 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) (262.762345ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (262.932467ms) ▶ 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) (276.858695ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (277.033976ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (158.638241ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (158.826484ms) ▶ 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) (2054.697417ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2054.866859ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2754.031149ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.618969ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.776291ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (220.456456ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (220.622339ms) ▶ 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) (224.60446ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (224.777982ms) ▶ 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) (214.132629ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (214.301031ms) ▶ 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) (4.599809ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (4.74069ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (3.911362ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (4.053323ms) ▶ 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) (2077.487858ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2077.653541ms) ▶ 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) (238.320606ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (238.496608ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (221.850591ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (222.013313ms) ▶ 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) (257.325887ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (257.516329ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (214.597474ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (214.845157ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (212.964778ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (213.136299ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (225.52943ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (225.705512ms) ▶ 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) (245.569162ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (245.739444ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (247.001457ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (247.17354ms) ▶ 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) (2093.996914ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2094.166796ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (11854.680883ms) ▶ 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) (223.246926ms) ✔ Only LFs present at request/invalid.md:531 (223.398368ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2127.402468ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2127.57027ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (196.114599ms) ✔ Spaces before headers at request/invalid.md:650 (196.270721ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (201.639138ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (201.86642ms) ✔ Invalid space after start line at request/invalid.md:509 (2749.4175ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (183.659386ms) ✔ ICE protocol and GET method at request/invalid.md:4 (183.814788ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (188.270276ms) ✔ ICE protocol, but not really at request/invalid.md:25 (188.436597ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (184.821359ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (184.98976ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (201.612656ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (201.772098ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (110.036366ms) ✔ Headers separated by CR at request/invalid.md:87 (110.247569ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (149.298382ms) ✔ Headers separated by LF at request/invalid.md:113 (149.459224ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (229.976878ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (230.167359ms) ▶ 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) (213.936748ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (214.19079ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (144.31249ms) ✔ Empty headers separated by CR at request/invalid.md:216 (144.480492ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (117.440045ms) ✔ Empty headers separated by LF at request/invalid.md:254 (117.608887ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.434917ms) ✔ Invalid header token #1 at request/invalid.md:287 (3.588359ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.173953ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.323355ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.070593ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.185994ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (58.200497ms) ✔ Invalid method at request/invalid.md:356 (58.352378ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (3.158513ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.305435ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.109953ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.239914ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.074553ms) ✔ Corrupted header name at request/invalid.md:425 (3.214035ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.044232ms) ✔ Missing CR between headers at request/invalid.md:454 (3.171354ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.117113ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.246795ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (71.941842ms) ✔ Invalid space after start line at request/invalid.md:509 (72.096484ms) ✔ Invalid requests at request/invalid.md:1 (4632.832263ms) ▶ 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) (1917.16348ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (1917.323001ms) ▶ 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) (104.882431ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (105.043033ms) ▶ 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) (79.807325ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (79.993888ms) ✔ Finish at request/finish.md:1 (2102.655886ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (1985.969369ms) ✔ on_message_begin at request/pausing.md:4 (1986.118651ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2017.911668ms) ✔ on_message_complete at request/pausing.md:34 (2018.09963ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2026.458199ms) ✔ on_protocol_complete at request/pausing.md:64 (2026.6242ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (1981.613884ms) ✔ on_method_complete at request/pausing.md:94 (1981.791045ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (1952.177372ms) ✔ on_url_complete at request/pausing.md:124 (1952.346494ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (1991.508429ms) ✔ on_version_complete at request/pausing.md:154 (1991.686991ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (1964.628504ms) ✔ on_header_field_complete at request/pausing.md:184 (1964.799425ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (1989.535888ms) ✔ on_header_value_complete at request/pausing.md:214 (1989.715929ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (1950.319152ms) ✔ on_headers_complete at request/pausing.md:244 (1950.494234ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2051.254623ms) ✔ on_chunk_header at request/pausing.md:274 (2051.438784ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2119.200143ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2119.362065ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2058.871303ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2059.042105ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2011.972046ms) ✔ on_chunk_complete at request/pausing.md:398 (2012.151168ms) ✔ Pausing at request/pausing.md:1 (26104.661372ms) ▶ 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) (213.072019ms) ✔ Should parse multiple events at request/pipelining.md:4 (213.286541ms) ✔ Pipelining at request/pipelining.md:1 (213.418982ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2078.843475ms) ✔ Simple response at response/sample.md:4 (2078.996877ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (56.349917ms) ✔ RTSP response at response/sample.md:40 (56.53116ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (52.300954ms) ✔ ICE response at response/sample.md:60 (52.470196ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (60.664924ms) ✔ Error on invalid response start at response/sample.md:80 (60.895725ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (55.825991ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (55.988273ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (336.667848ms) ✔ Google 301 at response/sample.md:118 (336.871531ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (380.069909ms) ✔ amazon.com at response/sample.md:196 (380.240631ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (82.851518ms) ✔ No headers and no body at response/sample.md:271 (83.02088ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (50.990701ms) ✔ No reason phrase at response/sample.md:291 (51.158342ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (56.325077ms) ✔ Empty reason phrase after space at response/sample.md:310 (56.493919ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (200.495606ms) ✔ No carriage ret at response/sample.md:330 (200.786368ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2077.301139ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2077.472901ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (199.237712ms) ✔ Underscore in header key at response/sample.md:382 (199.409394ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (282.655117ms) ✔ bonjourmadame.fr at response/sample.md:425 (282.857718ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (338.090144ms) ✔ Spaces in header value at response/sample.md:494 (338.269185ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (49.92253ms) ✔ Spaces in header name at response/sample.md:574 (50.106891ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.684079ms) ✔ Non ASCII in status line at response/sample.md:609 (3.845041ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (62.925667ms) ✔ HTTP version 0.9 at response/sample.md:645 (63.104509ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (183.541946ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (183.718508ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (245.887486ms) ✔ Response starting with CRLF at response/sample.md:695 (246.064969ms) ✔ Sample responses at response/sample.md:1 (6859.878633ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (262.612583ms) ✔ Proxy-Connection at response/connection.md:4 (262.782266ms) ▶ 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) (188.037513ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (188.215515ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (215.07828ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (215.262042ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (114.895538ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (115.062579ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (136.016882ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (136.181243ms) ▶ 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) (196.277681ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (196.445082ms) ▶ 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) (2030.079319ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2030.2556ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (170.879692ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (171.056373ms) ▶ 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) (2093.561752ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2093.751953ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (170.277685ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (170.583808ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (205.310817ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (205.493778ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (187.257585ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (187.427787ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (246.770456ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (246.933857ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (175.592382ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (175.833944ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (159.157767ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (159.331849ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (200.656127ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (200.840129ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (251.171983ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (251.338024ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (262.634624ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (262.810705ms) ✔ Connection header at response/connection.md:1 (7271.154954ms) ▶ 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) (319.147143ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (319.315425ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (275.716123ms) ✔ Content-Length-X at response/content-length.md:80 (275.873485ms) ▶ 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) (2189.396808ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2189.56757ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (141.427179ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (141.59486ms) ✔ Content-Length header at response/content-length.md:1 (2926.701303ms) ▶ 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) (279.747246ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (279.901727ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (258.667222ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (258.828744ms) ▶ 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) (167.467215ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (167.634017ms) ▶ `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) (283.323643ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (283.503405ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (274.135106ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (274.317228ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (168.774709ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (168.949471ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (272.266246ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (272.448168ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (243.479781ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (243.664463ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (258.367339ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (258.586621ms) ▶ 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) (2089.874553ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2090.069236ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4298.645326ms) ▶ 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) (74.891994ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (75.051556ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (73.900983ms) ✔ Extra space between status code and reason at response/invalid.md:186 (74.094386ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (63.302991ms) ✔ One-digit status code at response/invalid.md:206 (63.487473ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (128.598163ms) ✔ Only LFs present and no body at response/invalid.md:224 (128.796445ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (1966.809968ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (1966.982251ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (140.168086ms) ✔ Only LFs present at response/invalid.md:264 (140.349928ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (141.721942ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (141.893505ms) ✔ Invalid space after start line at response/invalid.md:149 (2591.201228ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (62.075818ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (62.252299ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (77.487182ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (77.706504ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (68.87317ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (69.031772ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (67.699078ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (67.92212ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (64.302161ms) ✔ Tab after HTTP version at response/invalid.md:72 (64.469924ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (68.782809ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (68.969931ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (115.838588ms) ✔ Headers separated by CR at response/invalid.md:108 (116.000469ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (64.649285ms) ✔ Invalid HTTP version at response/invalid.md:132 (64.820527ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (92.368539ms) ✔ Invalid space after start line at response/invalid.md:149 (92.530541ms) ✔ Invalid responses at response/invalid.md:1 (3275.671483ms) ▶ 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) (1916.853599ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (1917.020561ms) ✔ Finish at response/finish.md:1 (1917.156042ms) ▶ 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) (1938.751792ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (1938.987674ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (1939.112235ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (1997.137611ms) ✔ on_message_begin at response/pausing.md:4 (1997.314212ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2026.960287ms) ✔ on_message_complete at response/pausing.md:32 (2027.156289ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2008.156368ms) ✔ on_version_complete at response/pausing.md:60 (2008.38861ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2022.564921ms) ✔ on_status_complete at response/pausing.md:88 (2022.739962ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2016.307094ms) ✔ on_header_field_complete at response/pausing.md:116 (2016.478537ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (1979.982389ms) ✔ on_header_value_complete at response/pausing.md:144 (1980.264313ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (1995.430033ms) ✔ on_headers_complete at response/pausing.md:172 (1995.978399ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2058.910666ms) ✔ on_chunk_header at response/pausing.md:200 (2059.142309ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2095.873098ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2096.065421ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2106.872775ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2107.050657ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2054.725503ms) ✔ on_chunk_complete at response/pausing.md:317 (2054.998625ms) ✔ Pausing at response/pausing.md:1 (22366.776386ms) ▶ 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) (233.440435ms) ✔ Should parse multiple events at response/pipelining.md:4 (233.586196ms) ✔ Pipelining at response/pipelining.md:1 (233.716958ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (550.88952ms) ✔ Absolute URL at url.md:3 (551.039162ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (74.685711ms) ✔ Relative URL at url.md:17 (74.844713ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (11.100957ms) ✔ Failing on broken schema at url.md:29 (11.262959ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (49.671047ms) ✔ Proxy request at url.md:41 (49.824928ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (62.106459ms) ✔ Proxy request with port at url.md:53 (62.26338ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (56.689921ms) ✔ Proxy IPv6 request at url.md:65 (56.856443ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (66.523265ms) ✔ Proxy IPv6 request with port at url.md:77 (66.744347ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (145.412182ms) ✔ IPv4 in IPv6 address at url.md:89 (145.615144ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (226.41612ms) ✔ Extra `?` in query string at url.md:101 (226.583122ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (65.498455ms) ✔ URL encoded space at url.md:116 (65.661216ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (46.499173ms) ✔ URL fragment at url.md:127 (46.673655ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (175.431699ms) ✔ Complex URL fragment at url.md:138 (175.588702ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (142.838994ms) ✔ Complex URL from node.js url parser doc at url.md:153 (143.004996ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (154.073714ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (154.244995ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.80792ms) ✔ Double `@` at url.md:181 (3.961842ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (71.086313ms) ✔ Proxy basic auth with url encoded space at url.md:193 (71.249715ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (79.750686ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (79.923648ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (73.032014ms) ✔ IPv6 address with Zone ID at url.md:217 (73.202576ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (66.437825ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (66.592426ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.435436ms) ✔ Disallow tab in URL at url.md:241 (3.571517ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.385276ms) ✔ Disallow form-feed in URL at url.md:252 (3.512877ms) ✔ URL tests at url.md:1 (2134.224065ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 127304.952556 >>> 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-armhf.so.1 >>> llhttp*: Package size: 57.1 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:41 +0000 elapsed time 0h 2m 22s >>> 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: 342.6 MiB in 105 packages >>> llhttp: Updating the community/armhf repository index... >>> llhttp: Signing the index...