>>> 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: 863.1 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.3:443) Connecting to codeload.github.com (140.82.121.9: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 6s 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.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) (3199.626065ms) ✔ Simple request at request/sample.md:6 (3201.29617ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (78.501992ms) ✔ Request with method starting with `H` at request/sample.md:39 (78.783305ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (133.138294ms) ✔ curl GET at request/sample.md:67 (133.468997ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (226.931478ms) ✔ Firefox GET at request/sample.md:105 (227.421197ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (81.638808ms) ✔ DUMBPACK at request/sample.md:168 (82.135444ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (143.157047ms) ✔ No headers and no body at request/sample.md:196 (143.536926ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (77.41442ms) ✔ One header and no body at request/sample.md:219 (77.673646ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (131.42917ms) ✔ Apache bench GET at request/sample.md:247 (131.676759ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (70.15171ms) ✔ Prefix newline at request/sample.md:288 (70.41155ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (28.53463ms) ✔ No HTTP version at request/sample.md:314 (28.797706ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (3004.873265ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (3005.069431ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (109.166595ms) ✔ Line folding in header value with LF at request/sample.md:394 (109.369073ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (72.390908ms) ✔ No LF after CR at request/sample.md:432 (72.650834ms) ▶ 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) (2897.106909ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2897.354612ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (108.523091ms) ✔ Request starting with CRLF at request/sample.md:478 (108.751852ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.296832ms) ✔ Extended Characters at request/sample.md:506 (3.472332ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.874371ms) ✔ 255 ASCII in header value at request/sample.md:536 (4.125757ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (708.407289ms) ✔ X-SSL-Nonsense at request/sample.md:571 (708.59933ms) ✔ Sample requests at request/sample.md:1 (11087.829995ms) ▶ 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) (109.436899ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (109.710399ms) ✔ Header value at request/lenient-headers.md:82 (109.923547ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (88.490175ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (88.689354ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (115.946172ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (116.167456ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (114.340465ms) ✔ Header value at request/lenient-headers.md:82 (114.533134ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (429.799364ms) ▶ 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) (3034.516568ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (3034.690267ms) ▶ 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) (105.364474ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (105.546896ms) ▶ 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) (107.681181ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (107.924295ms) ▶ 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) (108.159082ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (108.380381ms) ▶ 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.710779ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (92.903595ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (3450.023041ms) ▶ 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) (3032.264134ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (3032.561117ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (3032.80096ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (104.479741ms) ✔ REPORT request at request/method.md:4 (104.758424ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (153.169936ms) ✔ CONNECT request at request/method.md:27 (153.418019ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (125.625157ms) ✔ CONNECT request with CAPS at request/method.md:62 (125.859561ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (165.837676ms) ✔ CONNECT with body at request/method.md:96 (166.040064ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (144.964671ms) ✔ M-SEARCH request at request/method.md:135 (145.259048ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (138.961302ms) ✔ PATCH request at request/method.md:173 (139.17732ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (87.834181ms) ✔ PURGE request at request/method.md:217 (88.115629ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (125.10906ms) ✔ SEARCH request at request/method.md:245 (125.362725ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (117.738504ms) ✔ LINK request at request/method.md:273 (117.956498ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (104.662657ms) ✔ LINK request at request/method.md:311 (104.91176ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (76.440999ms) ✔ SOURCE request at request/method.md:344 (76.634419ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (77.302117ms) ✔ SOURCE request with ICE at request/method.md:372 (77.54212ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (74.172081ms) ✔ OPTIONS request with RTSP at request/method.md:400 (74.387431ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (82.993551ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (83.187984ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (60.922293ms) ✔ PRI request HTTP2 at request/method.md:458 (61.114454ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (114.593491ms) ✔ QUERY request at request/method.md:482 (114.809493ms) ✔ Methods at request/method.md:1 (1760.555858ms) ▶ 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.136912ms) ✔ Quotes in URI at request/uri.md:4 (69.348261ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (109.136875ms) ✔ Query URL with question mark at request/uri.md:27 (109.364559ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (149.397842ms) ✔ Host terminated by a query string at request/uri.md:52 (149.65069ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (72.757729ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (72.959004ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (94.365417ms) ✔ Query URL with vertical bar character at request/uri.md:98 (94.573263ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (128.84712ms) ✔ `host:port` terminated by a space at request/uri.md:125 (129.0856ms) ▶ 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.92851ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.128548ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (83.094007ms) ✔ Fragment in URI at request/uri.md:165 (83.274401ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (121.942541ms) ✔ Underscore in hostname at request/uri.md:188 (122.144452ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (73.295606ms) ✔ `host:port` and basic auth at request/uri.md:222 (73.481133ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (2.776185ms) ✔ Space in URI at request/uri.md:245 (2.942942ms) ✔ URI at request/uri.md:1 (911.129704ms) ▶ 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) (124.738043ms) ✔ Setting flag at request/connection.md:6 (124.961224ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (137.716887ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (137.956993ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (119.199938ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (119.425396ms) ▶ 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) (3270.432289ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (3270.657301ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (149.14428ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (149.366827ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (138.112041ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (138.324042ms) ✔ `keep-alive` at request/connection.md:4 (3941.515841ms) ▶ `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) (128.644031ms) ✔ Setting flag on `close` at request/connection.md:236 (128.896587ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (126.392049ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (126.645046ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (145.042126ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (145.27586ms) ✔ `close` at request/connection.md:234 (401.178191ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (104.14358ms) ✔ Sample at request/connection.md:375 (104.341769ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (210.03902ms) ✔ Multiple tokens with folding at request/connection.md:403 (210.23805ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (153.703783ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (153.898177ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (154.073352ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (154.290753ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (135.862826ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (136.095243ms) ▶ 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) (144.994695ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (145.225774ms) ✔ Parsing multiple tokens at request/connection.md:373 (904.784718ms) ▶ `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) (84.551039ms) ✔ Setting a flag and pausing at request/connection.md:601 (84.735316ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (138.98411ms) ✔ Emitting part of body and pausing at request/connection.md:635 (139.207712ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (201.542472ms) ✔ Upgrade GET request at request/connection.md:675 (201.768313ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (162.414689ms) ✔ Upgrade POST request at request/connection.md:734 (162.612903ms) ✔ `upgrade` at request/connection.md:599 (588.77816ms) ✔ Connection header at request/connection.md:1 (5836.717866ms) ▶ 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) (141.469007ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (141.663899ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (135.527708ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (135.728439ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (145.15326ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (145.364973ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (123.104829ms) ✔ Empty `Content-Length` at request/content-length.md:396 (123.327905ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (546.502228ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (157.070393ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (157.274685ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (106.46435ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (106.679288ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (104.95388ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (105.161026ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (105.965754ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (106.168507ms) ▶ 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) (118.946633ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (119.155418ms) ▶ 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) (152.193201ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (152.449586ms) ▶ 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) (147.388614ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (147.59016ms) ▶ 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) (3439.53162ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (3439.737915ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (122.691274ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (122.908702ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (107.2666ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (107.470302ms) ▶ `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.425591ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (3.582553ms) ▶ 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) (3147.77056ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (3147.988224ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (138.528665ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (138.714254ms) ▶ 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) (130.326895ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (130.521803ms) ✔ Content-Length header at request/content-length.md:1 (8533.44412ms) ▶ 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) (84.585791ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (84.812292ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (105.34501ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (105.554755ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (108.147761ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (108.354639ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (118.487114ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (118.697462ms) ▶ 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) (116.959693ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (117.160713ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (162.481949ms) ✔ Trailing headers at request/transfer-encoding.md:186 (162.72261ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (201.743272ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (202.007831ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (127.411076ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (127.633513ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (125.242599ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (125.452815ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (166.133821ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (166.388307ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (125.058944ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (125.261474ms) ✔ `chunked` at request/transfer-encoding.md:4 (1445.071271ms) ▶ 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) (127.787815ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (127.997597ms) ▶ 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) (136.56402ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (136.764748ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (142.255029ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (142.459153ms) ▶ 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) (3139.791196ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (3140.05434ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (3547.705989ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.220032ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.375769ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (138.411464ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (138.616194ms) ▶ 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) (117.271426ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (117.510332ms) ▶ 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) (114.236825ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (114.424861ms) ▶ 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.055389ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (4.214816ms) ▶ 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.374434ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (3.516373ms) ▶ 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) (3145.286684ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (3145.529241ms) ▶ 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) (156.232031ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (156.459286ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (141.283629ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (141.498691ms) ▶ 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) (140.51596ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (140.730952ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (114.306233ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (114.510788ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (87.575278ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (87.790673ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (85.927545ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (86.124851ms) ▶ 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) (113.703032ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (113.89932ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (122.150707ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (122.353141ms) ▶ 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) (3033.446557ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (3033.648452ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (12519.722453ms) ▶ 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) (110.354138ms) ✔ Only LFs present at request/invalid.md:531 (110.551293ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2984.349402ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2984.543059ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (115.292788ms) ✔ Spaces before headers at request/invalid.md:650 (115.472529ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (124.009638ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (124.21753ms) ✔ Invalid space after start line at request/invalid.md:509 (3335.193193ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (74.627272ms) ✔ ICE protocol and GET method at request/invalid.md:4 (74.82622ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (99.788654ms) ✔ ICE protocol, but not really at request/invalid.md:25 (100.025188ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (97.525876ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (97.760384ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (117.740781ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (117.970447ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (117.345214ms) ✔ Headers separated by CR at request/invalid.md:87 (117.578498ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (149.609477ms) ✔ Headers separated by LF at request/invalid.md:113 (149.925653ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (139.901933ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (140.123295ms) ▶ 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) (136.314886ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (136.552774ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (121.396366ms) ✔ Empty headers separated by CR at request/invalid.md:216 (121.613786ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (148.656671ms) ✔ Empty headers separated by LF at request/invalid.md:254 (148.873429ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.751594ms) ✔ Invalid header token #1 at request/invalid.md:287 (3.917922ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.213808ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.376067ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (2.85962ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.016074ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (55.638907ms) ✔ Invalid method at request/invalid.md:356 (55.795969ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (2.956954ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.115203ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (2.965137ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.132955ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (2.958726ms) ✔ Corrupted header name at request/invalid.md:425 (3.122253ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (2.849369ms) ✔ Missing CR between headers at request/invalid.md:454 (3.008564ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.419907ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.574668ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (68.801523ms) ✔ Invalid space after start line at request/invalid.md:509 (68.973738ms) ✔ Invalid requests at request/invalid.md:1 (4693.698561ms) ▶ 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) (2933.713232ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2933.944624ms) ▶ 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) (108.264802ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (108.489051ms) ▶ 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.640669ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (79.834346ms) ✔ Finish at request/finish.md:1 (3122.629673ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (3116.803155ms) ✔ on_message_begin at request/pausing.md:4 (3116.979306ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (3147.098803ms) ✔ on_message_complete at request/pausing.md:34 (3147.310361ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (3135.522557ms) ✔ on_protocol_complete at request/pausing.md:64 (3135.717513ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (3092.264637ms) ✔ on_method_complete at request/pausing.md:94 (3092.498434ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (3337.74424ms) ✔ on_url_complete at request/pausing.md:124 (3337.989739ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (3224.285531ms) ✔ on_version_complete at request/pausing.md:154 (3224.62007ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (3166.902938ms) ✔ on_header_field_complete at request/pausing.md:184 (3167.177489ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (3330.246795ms) ✔ on_header_value_complete at request/pausing.md:214 (3330.441803ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (3060.850766ms) ✔ on_headers_complete at request/pausing.md:244 (3061.070933ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (3027.25208ms) ✔ on_chunk_header at request/pausing.md:274 (3027.434724ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (3074.556033ms) ✔ on_chunk_extension_name at request/pausing.md:313 (3074.763778ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (3230.743305ms) ✔ on_chunk_extension_value at request/pausing.md:355 (3231.001648ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2940.007646ms) ✔ on_chunk_complete at request/pausing.md:398 (2940.264031ms) ✔ Pausing at request/pausing.md:1 (40888.696825ms) ▶ 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) (158.944218ms) ✔ Should parse multiple events at request/pipelining.md:4 (159.139714ms) ✔ Pipelining at request/pipelining.md:1 (159.314165ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (3047.90898ms) ✔ Simple response at response/sample.md:4 (3048.130955ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (54.850805ms) ✔ RTSP response at response/sample.md:40 (55.176236ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (51.385639ms) ✔ ICE response at response/sample.md:60 (51.578496ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (58.686908ms) ✔ Error on invalid response start at response/sample.md:80 (58.878063ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (51.318917ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (51.490754ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (277.493645ms) ✔ Google 301 at response/sample.md:118 (277.714856ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (323.327646ms) ✔ amazon.com at response/sample.md:196 (323.532417ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (77.611696ms) ✔ No headers and no body at response/sample.md:271 (77.791159ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (52.143852ms) ✔ No reason phrase at response/sample.md:291 (52.339986ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (60.407043ms) ✔ Empty reason phrase after space at response/sample.md:310 (60.623381ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (146.39395ms) ✔ No carriage ret at response/sample.md:330 (146.585375ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (3047.381465ms) ✔ No carriage ret (lenient) at response/sample.md:351 (3047.58239ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (163.596458ms) ✔ Underscore in header key at response/sample.md:382 (163.795894ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (232.441832ms) ✔ bonjourmadame.fr at response/sample.md:425 (232.691822ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (279.636828ms) ✔ Spaces in header value at response/sample.md:494 (279.846455ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (45.547502ms) ✔ Spaces in header name at response/sample.md:574 (45.745693ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.008984ms) ✔ Non ASCII in status line at response/sample.md:609 (3.20051ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (64.757968ms) ✔ HTTP version 0.9 at response/sample.md:645 (64.971196ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (100.675034ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (100.91169ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (129.701931ms) ✔ Response starting with CRLF at response/sample.md:695 (129.910285ms) ✔ Sample responses at response/sample.md:1 (8274.644833ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (140.86089ms) ✔ Proxy-Connection at response/connection.md:4 (141.035537ms) ▶ 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) (95.264804ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (95.465569ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (114.301668ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (114.520459ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (109.72449ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (109.911438ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (136.846668ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (137.04153ms) ▶ 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) (101.600188ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (101.817069ms) ▶ 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) (3182.384148ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (3182.618219ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (125.641771ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (125.844697ms) ▶ 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) (3043.905338ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (3044.120373ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (144.05048ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (144.298134ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (161.301203ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (161.529002ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (92.860434ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (93.059558ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (122.059776ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (122.282558ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (113.481498ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (113.683853ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (152.489738ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (152.704823ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (126.294919ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (126.489924ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (153.933137ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (154.152642ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (154.884552ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (155.099979ms) ✔ Connection header at response/connection.md:1 (8277.45021ms) ▶ 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) (249.272021ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (249.482336ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (128.061075ms) ✔ Content-Length-X at response/content-length.md:80 (128.259214ms) ▶ 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) (3200.623837ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (3200.844632ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (163.859275ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (164.0744ms) ✔ Content-Length header at response/content-length.md:1 (3743.098175ms) ▶ 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) (164.190404ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (164.376088ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (139.407989ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (139.608412ms) ▶ 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) (178.200208ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (178.397405ms) ▶ `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) (146.239714ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (146.452765ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (153.019858ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (153.242347ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (148.408858ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (148.594866ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (137.671685ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (137.865946ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (157.763089ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (157.987039ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (137.382604ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (137.560627ms) ▶ 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) (3170.583752ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (3170.835135ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4536.020476ms) ▶ 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) (83.069378ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (83.350045ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (88.951432ms) ✔ Extra space between status code and reason at response/invalid.md:186 (89.251995ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (79.810386ms) ✔ One-digit status code at response/invalid.md:206 (80.078545ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (125.60438ms) ✔ Only LFs present and no body at response/invalid.md:224 (125.849448ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (3369.590153ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (3369.865497ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (145.298901ms) ✔ Only LFs present at response/invalid.md:264 (145.538634ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (172.425298ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (172.65608ms) ✔ Invalid space after start line at response/invalid.md:149 (4067.532814ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (62.511111ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (62.715171ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (80.891461ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (81.201973ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (84.035597ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (84.362399ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (82.536746ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (82.824266ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (73.156653ms) ✔ Tab after HTTP version at response/invalid.md:72 (73.445249ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (77.191145ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (77.419043ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (110.415319ms) ✔ Headers separated by CR at response/invalid.md:108 (110.61533ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (58.471385ms) ✔ Invalid HTTP version at response/invalid.md:132 (58.702095ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (103.656213ms) ✔ Invalid space after start line at response/invalid.md:149 (103.895856ms) ✔ Invalid responses at response/invalid.md:1 (4803.998753ms) ▶ 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) (3071.898298ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (3072.226265ms) ✔ Finish at response/finish.md:1 (3072.454791ms) ▶ 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) (3108.630822ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (3108.996925ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (3109.30434ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (3255.514545ms) ✔ on_message_begin at response/pausing.md:4 (3256.211987ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (3185.212101ms) ✔ on_message_complete at response/pausing.md:32 (3185.495368ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (3040.923853ms) ✔ on_version_complete at response/pausing.md:60 (3041.113041ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (3031.013626ms) ✔ on_status_complete at response/pausing.md:88 (3031.192298ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (3076.590352ms) ✔ on_header_field_complete at response/pausing.md:116 (3076.797142ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (3318.038599ms) ✔ on_header_value_complete at response/pausing.md:144 (3318.260216ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (3385.057878ms) ✔ on_headers_complete at response/pausing.md:172 (3385.291533ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (3180.298753ms) ✔ on_chunk_header at response/pausing.md:200 (3180.544787ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (3182.310392ms) ✔ on_chunk_extension_name at response/pausing.md:237 (3182.529895ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (3140.647633ms) ✔ on_chunk_extension_value at response/pausing.md:277 (3140.873574ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (3067.4417ms) ✔ on_chunk_complete at response/pausing.md:317 (3067.631757ms) ✔ Pausing at response/pausing.md:1 (34867.339ms) ▶ 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) (161.278878ms) ✔ Should parse multiple events at response/pipelining.md:4 (161.449758ms) ✔ Pipelining at response/pipelining.md:1 (161.583227ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (1535.032353ms) ✔ Absolute URL at url.md:3 (1535.253271ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (88.728961ms) ✔ Relative URL at url.md:17 (88.995398ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (14.899355ms) ✔ Failing on broken schema at url.md:29 (15.121706ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (59.403462ms) ✔ Proxy request at url.md:41 (59.614521ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (65.132538ms) ✔ Proxy request with port at url.md:53 (65.336893ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (63.046301ms) ✔ Proxy IPv6 request at url.md:65 (63.235443ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (56.294406ms) ✔ Proxy IPv6 request with port at url.md:77 (56.469298ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (151.404761ms) ✔ IPv4 in IPv6 address at url.md:89 (151.609474ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (126.413739ms) ✔ Extra `?` in query string at url.md:101 (126.614103ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (58.46217ms) ✔ URL encoded space at url.md:116 (58.689957ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (39.245599ms) ✔ URL fragment at url.md:127 (39.416994ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (98.931292ms) ✔ Complex URL fragment at url.md:138 (99.113808ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (117.895123ms) ✔ Complex URL from node.js url parser doc at url.md:153 (118.088669ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (67.330475ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (67.512242ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (2.931098ms) ✔ Double `@` at url.md:181 (3.065072ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (57.0773ms) ✔ Proxy basic auth with url encoded space at url.md:193 (57.227214ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (68.044797ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (68.221449ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (64.643374ms) ✔ IPv6 address with Zone ID at url.md:217 (64.821969ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (56.805178ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (56.969942ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (2.908793ms) ✔ Disallow tab in URL at url.md:241 (3.042605ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (2.834312ms) ✔ Disallow form-feed in URL at url.md:252 (2.960803ms) ✔ URL tests at url.md:1 (2803.531481ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 170155.308143 >>> llhttp: Entering fakeroot... libfakeroot internal error: payload not recognized! -- 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.so.1 >>> llhttp*: Package size: 65.2 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.4.1-r0.apk >>> llhttp: Build complete at Wed, 03 Jun 2026 13:46:27 +0000 elapsed time 0h 3m 8s >>> 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: 426.0 MiB in 105 packages >>> llhttp: Updating the community/x86 repository index... >>> llhttp: Signing the index...