>>> 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: 604.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 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 /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) (2328.83136ms) ✔ Simple request at request/sample.md:6 (2330.441657ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (73.993544ms) ✔ Request with method starting with `H` at request/sample.md:39 (74.292987ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (210.937155ms) ✔ curl GET at request/sample.md:67 (211.227238ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (246.935697ms) ✔ Firefox GET at request/sample.md:105 (247.2203ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (128.592723ms) ✔ DUMBPACK at request/sample.md:168 (128.996687ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (109.110356ms) ✔ No headers and no body at request/sample.md:196 (109.368639ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (127.43431ms) ✔ One header and no body at request/sample.md:219 (127.664113ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (106.085845ms) ✔ Apache bench GET at request/sample.md:247 (106.348647ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (62.733745ms) ✔ Prefix newline at request/sample.md:288 (63.135029ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (28.774425ms) ✔ No HTTP version at request/sample.md:314 (29.043988ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2238.819926ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2239.052209ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (145.235499ms) ✔ Line folding in header value with LF at request/sample.md:394 (145.441861ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (59.735353ms) ✔ No LF after CR at request/sample.md:432 (59.991676ms) ▶ 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) (2144.172604ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2144.358126ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (95.126968ms) ✔ Request starting with CRLF at request/sample.md:478 (95.31677ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.307075ms) ✔ Extended Characters at request/sample.md:506 (3.565318ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (2.83523ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.014791ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (680.809135ms) ✔ X-SSL-Nonsense at request/sample.md:571 (681.027138ms) ✔ Sample requests at request/sample.md:1 (8802.510926ms) ▶ 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) (152.472256ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (152.703618ms) ✔ Header value at request/lenient-headers.md:82 (152.911781ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (90.153476ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (90.349077ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (192.270318ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (192.4744ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (91.701611ms) ✔ Header value at request/lenient-headers.md:82 (91.915574ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (528.120277ms) ▶ 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) (2191.319944ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (2191.492145ms) ▶ 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) (117.083241ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (117.266643ms) ▶ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 ✔ should pass for type="request-lenient-header-value-relaxed" (location=request/lenient-header-value-relaxed.md:66) (110.904656ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (111.099057ms) ▶ 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) (110.39309ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (110.577292ms) ▶ 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) (93.640832ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (93.827395ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (2624.767617ms) ▶ 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) (2117.854565ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2118.018887ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2118.196409ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (66.173342ms) ✔ REPORT request at request/method.md:4 (66.347543ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (205.644339ms) ✔ CONNECT request at request/method.md:27 (205.839782ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (156.110935ms) ✔ CONNECT request with CAPS at request/method.md:62 (156.309577ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (193.517971ms) ✔ CONNECT with body at request/method.md:96 (193.716093ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (125.840854ms) ✔ M-SEARCH request at request/method.md:135 (126.085097ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (203.221994ms) ✔ PATCH request at request/method.md:173 (203.405316ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (142.317348ms) ✔ PURGE request at request/method.md:217 (142.507151ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (120.192434ms) ✔ SEARCH request at request/method.md:245 (120.390756ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (156.369217ms) ✔ LINK request at request/method.md:273 (156.558419ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (156.432898ms) ✔ LINK request at request/method.md:311 (156.62178ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (156.62014ms) ✔ SOURCE request at request/method.md:344 (156.800742ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (149.458824ms) ✔ SOURCE request with ICE at request/method.md:372 (149.639346ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (154.878761ms) ✔ OPTIONS request with RTSP at request/method.md:400 (155.064644ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (156.253096ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (156.63278ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (64.2246ms) ✔ PRI request HTTP2 at request/method.md:458 (64.566365ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (218.679757ms) ✔ QUERY request at request/method.md:482 (218.940601ms) ✔ Methods at request/method.md:1 (2430.827722ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (132.971209ms) ✔ Quotes in URI at request/uri.md:4 (133.127131ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (102.138362ms) ✔ Query URL with question mark at request/uri.md:27 (102.304165ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (135.571917ms) ✔ Host terminated by a query string at request/uri.md:52 (135.743759ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (140.053644ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (140.208326ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (94.746685ms) ✔ Query URL with vertical bar character at request/uri.md:98 (94.937686ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (118.313654ms) ✔ `host:port` terminated by a space at request/uri.md:125 (118.498696ms) ▶ 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.363875ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.599558ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (161.163668ms) ✔ Fragment in URI at request/uri.md:165 (161.331629ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (169.712038ms) ✔ Underscore in hostname at request/uri.md:188 (169.886081ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (162.728604ms) ✔ `host:port` and basic auth at request/uri.md:222 (162.899287ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (3.544077ms) ✔ Space in URI at request/uri.md:245 (3.686719ms) ✔ URI at request/uri.md:1 (1227.094845ms) ▶ 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) (123.065144ms) ✔ Setting flag at request/connection.md:6 (123.234946ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (129.557934ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (129.735975ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (120.344956ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (120.521878ms) ▶ 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) (2184.997237ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2185.169239ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (201.088571ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (201.268893ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (131.362232ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (131.525874ms) ✔ `keep-alive` at request/connection.md:4 (2891.886809ms) ▶ `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) (113.23228ms) ✔ Setting flag on `close` at request/connection.md:236 (113.384282ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (226.929845ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (227.109326ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (234.115081ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (234.297723ms) ✔ `close` at request/connection.md:234 (575.051655ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (214.489633ms) ✔ Sample at request/connection.md:375 (214.671435ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (230.768246ms) ✔ Multiple tokens with folding at request/connection.md:403 (230.936847ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (137.675379ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (137.844941ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (141.56658ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (141.756423ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (122.778541ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (122.958064ms) ▶ 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) (126.41678ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (126.596862ms) ✔ Parsing multiple tokens at request/connection.md:373 (975.368937ms) ▶ `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) (159.707332ms) ✔ Setting a flag and pausing at request/connection.md:601 (159.862815ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (123.444108ms) ✔ Emitting part of body and pausing at request/connection.md:635 (123.62727ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (268.578167ms) ✔ Upgrade GET request at request/connection.md:675 (269.004331ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (209.672462ms) ✔ Upgrade POST request at request/connection.md:734 (209.835104ms) ✔ `upgrade` at request/connection.md:599 (762.672563ms) ✔ Connection header at request/connection.md:1 (5205.331327ms) ▶ 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) (123.920673ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (124.111395ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (117.121921ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (117.293883ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (125.849294ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (126.062376ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (105.068553ms) ✔ Empty `Content-Length` at request/content-length.md:396 (105.239276ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (473.033493ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (131.758637ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (131.938638ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (169.77716ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (169.952081ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (170.548088ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (170.71453ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (165.201511ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (165.373233ms) ▶ 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) (200.359564ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (200.531605ms) ▶ 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) (124.131756ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (124.316918ms) ▶ 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) (127.094507ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (127.261428ms) ▶ 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) (2265.443289ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2265.611812ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (222.564279ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (222.808282ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (118.93366ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (119.094702ms) ▶ `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.637919ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (3.7866ms) ▶ 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) (2204.496444ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (2204.750366ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (124.876963ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (125.055365ms) ▶ 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) (122.756741ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (122.924943ms) ✔ Content-Length header at request/content-length.md:1 (6628.35601ms) ▶ 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) (142.909795ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (143.080596ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (200.143841ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (200.481725ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (201.419895ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (201.595297ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (169.123513ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (169.298595ms) ▶ 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) (156.309457ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (156.478979ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (210.542711ms) ✔ Trailing headers at request/transfer-encoding.md:186 (210.706793ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (196.864646ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (197.031488ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (194.509742ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (194.678143ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (168.140782ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (168.310103ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (230.119678ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (230.305121ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (239.799302ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (240.033944ms) ✔ `chunked` at request/transfer-encoding.md:4 (2112.803952ms) ▶ 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) (234.419245ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (234.567886ms) ▶ 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) (244.228549ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (244.402311ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (143.180757ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (143.35616ms) ▶ 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) (2212.830493ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2213.003975ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2835.646973ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.377366ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.536128ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (197.19157ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (197.357891ms) ▶ 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) (201.785899ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (201.95222ms) ▶ 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) (192.330639ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (192.4952ms) ▶ 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.163724ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (4.325526ms) ▶ 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.578678ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (3.708279ms) ▶ 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) (2216.593853ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2216.757974ms) ▶ 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) (215.300802ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (215.473883ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (200.91353ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (201.142932ms) ▶ 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) (228.682584ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (228.862106ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (191.597951ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (191.832593ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (189.721611ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (189.902333ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (197.039328ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (197.287571ms) ▶ 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) (222.490678ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (222.68284ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (218.189553ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (218.354794ms) ▶ 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) (2254.803938ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2254.9829ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (11691.507634ms) ▶ 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) (211.3232ms) ✔ Only LFs present at request/invalid.md:531 (211.469121ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2300.338261ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2300.495262ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (182.497535ms) ✔ Spaces before headers at request/invalid.md:650 (182.655656ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (189.273686ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (189.509369ms) ✔ Invalid space after start line at request/invalid.md:509 (2884.451812ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (170.629368ms) ✔ ICE protocol and GET method at request/invalid.md:4 (170.79409ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (174.744773ms) ✔ ICE protocol, but not really at request/invalid.md:25 (174.905814ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (170.210244ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (170.377526ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (190.200776ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (190.361538ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (106.61665ms) ✔ Headers separated by CR at request/invalid.md:87 (106.782011ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (140.037004ms) ✔ Headers separated by LF at request/invalid.md:113 (140.212766ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (250.244852ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (250.414614ms) ▶ 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) (249.654006ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (249.898609ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (166.496125ms) ✔ Empty headers separated by CR at request/invalid.md:216 (166.671486ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (135.051872ms) ✔ Empty headers separated by LF at request/invalid.md:254 (135.230553ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (4.142844ms) ✔ Invalid header token #1 at request/invalid.md:287 (4.304485ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.632079ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.77128ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.585998ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.72424ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (68.147442ms) ✔ Invalid method at request/invalid.md:356 (68.309444ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (3.657279ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.798721ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.687679ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.811121ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.537438ms) ✔ Corrupted header name at request/invalid.md:425 (3.659199ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.546157ms) ✔ Missing CR between headers at request/invalid.md:454 (3.666679ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.597238ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.732439ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (84.075332ms) ✔ Invalid space after start line at request/invalid.md:509 (84.246133ms) ✔ Invalid requests at request/invalid.md:1 (4824.667695ms) ▶ 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) (2109.103114ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2109.253396ms) ▶ 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) (127.38127ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (127.545912ms) ▶ 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) (95.071247ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (95.25189ms) ✔ Finish at request/finish.md:1 (2332.31864ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2211.236197ms) ✔ on_message_begin at request/pausing.md:4 (2211.394679ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2226.062314ms) ✔ on_message_complete at request/pausing.md:34 (2226.259677ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2229.258988ms) ✔ on_protocol_complete at request/pausing.md:64 (2229.44327ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2222.111712ms) ✔ on_method_complete at request/pausing.md:94 (2222.301155ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2154.971521ms) ✔ on_url_complete at request/pausing.md:124 (2155.139563ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2160.832463ms) ✔ on_version_complete at request/pausing.md:154 (2161.010425ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2181.198999ms) ✔ on_header_field_complete at request/pausing.md:184 (2181.378362ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2170.525686ms) ✔ on_header_value_complete at request/pausing.md:214 (2170.707848ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2162.619922ms) ✔ on_headers_complete at request/pausing.md:244 (2162.795205ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2255.80871ms) ✔ on_chunk_header at request/pausing.md:274 (2255.984073ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2284.749777ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2284.93742ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2301.300313ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2301.480595ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2241.266476ms) ✔ on_chunk_complete at request/pausing.md:398 (2241.442919ms) ✔ Pausing at request/pausing.md:1 (28805.234757ms) ▶ 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) (230.263241ms) ✔ Should parse multiple events at request/pipelining.md:4 (230.488123ms) ✔ Pipelining at request/pipelining.md:1 (230.610445ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2283.288842ms) ✔ Simple response at response/sample.md:4 (2283.455364ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (56.750522ms) ✔ RTSP response at response/sample.md:40 (56.924003ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (53.467287ms) ✔ ICE response at response/sample.md:60 (53.637368ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (61.307609ms) ✔ Error on invalid response start at response/sample.md:80 (61.478772ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (55.70263ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (55.866352ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (338.365227ms) ✔ Google 301 at response/sample.md:118 (338.559228ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (380.828116ms) ✔ amazon.com at response/sample.md:196 (381.007839ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (80.921178ms) ✔ No headers and no body at response/sample.md:271 (81.0871ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (50.057691ms) ✔ No reason phrase at response/sample.md:291 (50.226652ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (54.191974ms) ✔ Empty reason phrase after space at response/sample.md:310 (54.361936ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (193.843775ms) ✔ No carriage ret at response/sample.md:330 (194.027536ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2257.706291ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2257.884173ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (190.707262ms) ✔ Underscore in header key at response/sample.md:382 (190.888063ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (273.216417ms) ✔ bonjourmadame.fr at response/sample.md:425 (273.389378ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (327.701394ms) ✔ Spaces in header value at response/sample.md:494 (327.883676ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (48.777317ms) ✔ Spaces in header name at response/sample.md:574 (48.959159ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.643478ms) ✔ Non ASCII in status line at response/sample.md:609 (3.80328ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (59.620752ms) ✔ HTTP version 0.9 at response/sample.md:645 (59.787834ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (176.012266ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (176.179708ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (239.164735ms) ✔ Response starting with CRLF at response/sample.md:695 (239.338137ms) ✔ Sample responses at response/sample.md:1 (7190.157575ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (252.266434ms) ✔ Proxy-Connection at response/connection.md:4 (252.425595ms) ▶ 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) (186.219014ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (186.400536ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (211.016717ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (211.192118ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (114.303571ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (114.469893ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (134.601587ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (134.771269ms) ▶ 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) (193.764294ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (193.945016ms) ▶ 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) (2261.867176ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2262.045858ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (165.758557ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (165.949479ms) ▶ 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) (2311.25082ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2311.533383ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (166.96461ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (167.286893ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (204.882612ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (205.138015ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (185.579287ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (185.757929ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (248.263551ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (248.445753ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (174.976574ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (175.148577ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (156.695821ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (156.879023ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (198.606265ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (198.793588ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (249.410724ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (249.642606ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (256.990004ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (257.177566ms) ✔ Connection header at response/connection.md:1 (7678.528153ms) ▶ 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) (314.513054ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (314.679095ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (272.830333ms) ✔ Content-Length-X at response/content-length.md:80 (272.991574ms) ▶ 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) (2333.95262ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2334.116702ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (136.020721ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (136.176524ms) ✔ Content-Length header at response/content-length.md:1 (3058.310499ms) ▶ 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) (276.749053ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (276.897335ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (252.165793ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (252.329595ms) ▶ 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) (163.447052ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (163.623295ms) ▶ `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) (277.000576ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (277.177058ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (269.903582ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (270.075903ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (161.437031ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (161.624354ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (260.856085ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (261.039727ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (232.213622ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (232.388623ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (245.2132ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (245.406801ms) ▶ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 ✔ should pass for type="response-lenient-headers" (location=response/transfer-encoding.md:389) (2341.818464ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2342.003306ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4483.300204ms) ▶ 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) (71.179594ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (71.336676ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (69.80426ms) ✔ Extra space between status code and reason at response/invalid.md:186 (69.979262ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (59.520711ms) ✔ One-digit status code at response/invalid.md:206 (59.706953ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (120.890881ms) ✔ Only LFs present and no body at response/invalid.md:224 (121.066764ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2163.812377ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2163.993819ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (142.208067ms) ✔ Only LFs present at response/invalid.md:264 (142.40367ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (142.106146ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (142.288228ms) ✔ Invalid space after start line at response/invalid.md:149 (2771.292617ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (62.793546ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (62.986628ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (78.906316ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (79.124798ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (71.353796ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (71.526678ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (70.74207ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (70.927392ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (67.89976ms) ✔ Tab after HTTP version at response/invalid.md:72 (68.075642ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (70.701669ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (70.883632ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (119.186063ms) ✔ Headers separated by CR at response/invalid.md:108 (119.365346ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (66.698867ms) ✔ Invalid HTTP version at response/invalid.md:132 (66.874709ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (93.152348ms) ✔ Invalid space after start line at response/invalid.md:149 (93.495711ms) ✔ Invalid responses at response/invalid.md:1 (3475.279479ms) ▶ 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) (2153.001623ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2153.165305ms) ✔ Finish at response/finish.md:1 (2153.308866ms) ▶ 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) (2108.407591ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2108.638113ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2108.775674ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2219.852732ms) ✔ on_message_begin at response/pausing.md:4 (2220.034654ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2183.883871ms) ✔ on_message_complete at response/pausing.md:32 (2184.065913ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2221.670031ms) ✔ on_version_complete at response/pausing.md:60 (2221.920554ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2209.24586ms) ✔ on_status_complete at response/pausing.md:88 (2209.423022ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2230.203242ms) ✔ on_header_field_complete at response/pausing.md:116 (2230.385884ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2222.301359ms) ✔ on_header_value_complete at response/pausing.md:144 (2222.596762ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2170.404608ms) ✔ on_headers_complete at response/pausing.md:172 (2170.821293ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2244.192391ms) ✔ on_chunk_header at response/pausing.md:200 (2244.373833ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2283.218405ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2283.397446ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2300.842032ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2301.019633ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2238.192047ms) ✔ on_chunk_complete at response/pausing.md:317 (2238.362689ms) ✔ Pausing at response/pausing.md:1 (24527.510735ms) ▶ 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) (237.397196ms) ✔ Should parse multiple events at response/pipelining.md:4 (237.562399ms) ✔ Pipelining at response/pipelining.md:1 (237.67748ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (689.793713ms) ✔ Absolute URL at url.md:3 (689.947754ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (73.105775ms) ✔ Relative URL at url.md:17 (73.289617ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (16.223532ms) ✔ Failing on broken schema at url.md:29 (16.398374ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (47.961829ms) ✔ Proxy request at url.md:41 (48.11971ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (59.958556ms) ✔ Proxy request with port at url.md:53 (60.113918ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (54.567498ms) ✔ Proxy IPv6 request at url.md:65 (54.72234ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (63.054629ms) ✔ Proxy IPv6 request with port at url.md:77 (63.278831ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (140.344688ms) ✔ IPv4 in IPv6 address at url.md:89 (140.50981ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (219.713289ms) ✔ Extra `?` in query string at url.md:101 (219.86745ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (62.596503ms) ✔ URL encoded space at url.md:116 (62.784266ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (44.757155ms) ✔ URL fragment at url.md:127 (44.944077ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (170.328166ms) ✔ Complex URL fragment at url.md:138 (170.486728ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (136.571967ms) ✔ Complex URL from node.js url parser doc at url.md:153 (136.73545ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (150.808198ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (150.95948ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.467596ms) ✔ Double `@` at url.md:181 (3.601358ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (66.772148ms) ✔ Proxy basic auth with url encoded space at url.md:193 (67.01115ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (77.34006ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (77.494341ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (71.522638ms) ✔ IPv6 address with Zone ID at url.md:217 (71.6878ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (64.354882ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (64.515364ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.416356ms) ✔ Disallow tab in URL at url.md:241 (3.569317ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.174954ms) ✔ Disallow form-feed in URL at url.md:252 (3.296515ms) ✔ URL tests at url.md:1 (2224.950307ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 134655.747524 >>> 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-armv7.so.1 >>> llhttp*: Package size: 45.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:48 +0000 elapsed time 0h 2m 29s >>> 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: 289.2 MiB in 105 packages >>> llhttp: Updating the community/armv7 repository index... >>> llhttp: Signing the index...