>>> llhttp: Building community/llhttp 9.4.1-r0 (using abuild 3.17.0_rc2-r0) started Wed, 03 Jun 2026 13:43:19 +0000 >>> llhttp: Validating /home/buildozer/aports/community/llhttp/APKBUILD... >>> llhttp: Analyzing dependencies... >>> llhttp: Installing for build: build-base cmake clang samurai npm ( 1/24) Installing libbz2 (1.0.8-r6) ( 2/24) Installing xz-libs (5.8.3-r0) ( 3/24) Installing libarchive (3.8.7-r0) ( 4/24) Installing rhash-libs (1.4.6-r0) ( 5/24) Installing libuv (1.52.1-r0) ( 6/24) Installing cmake (4.2.3-r0) ( 7/24) Installing clang22-headers (22.1.3-r2) ( 8/24) Installing libffi (3.5.2-r1) ( 9/24) Installing libxml2 (2.13.9-r2) (10/24) Installing llvm22-libs (22.1.3-r0) (11/24) Installing clang22-libs (22.1.3-r2) (12/24) Installing llvm22-linker-tools (22.1.3-r0) (13/24) Installing clang22 (22.1.3-r2) (14/24) Installing samurai (1.2-r8) (15/24) Installing ca-certificates (20260413-r0) (16/24) Installing ada-libs (3.3.0-r0) (17/24) Installing icu-data-en (78.1-r0) Executing icu-data-en-78.1-r0.post-install * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. (18/24) Installing icu-libs (78.1-r0) (19/24) Installing simdjson (4.2.4-r0) (20/24) Installing simdutf (9.0.0-r0) (21/24) Installing sqlite-libs (3.53.1-r0) (22/24) Installing nodejs (24.16.0-r0) (23/24) Installing npm (11.12.1-r0) (24/24) Installing .makedepends-llhttp (20260603.134320) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 861.9 MiB in 131 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 Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/llhttp-9.4.1.tar.gz.part' llhttp-9.4.1.tar.gz. 100% |********************************| 6141k 0:00:00 ETA '/var/cache/distfiles/edge/llhttp-9.4.1.tar.gz.part' saved /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 -fno-plt -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c build/c/llhttp.c -o build/c/llhttp.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/api.c -o build/native/api.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/http.c -o build/native/http.o ar rcs build/libllhttp.a build/c/llhttp.o build/native/api.o build/native/http.o clang -shared build/c/llhttp.o build/native/api.o build/native/http.o -o build/libllhttp.so rm -rf release mkdir -p release/cmake mkdir -p release/src mkdir -p release/include cp -rf build/llhttp.h release/include/ cp -rf build/c/llhttp.c release/src/ cp -rf src/native/*.c release/src/ cp -rf src/llhttp.gyp release/ cp -rf src/common.gypi release/ cp -rf cmake/llhttpConfig.cmake.in release/cmake sed s/_RELEASE_/9.4.1/ CMakeLists.txt > release/CMakeLists.txt cp -rf libllhttp.pc.in release/ cp -rf README.md release/ cp -rf LICENSE release/ -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- -- Project configure summary: -- -- CMake build type .................: MINSIZEREL -- Install prefix ...................: /usr -- Build shared library .............: ON -- Build static library .............: OFF -- -- Configuring done (0.4s) -- 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) (2427.903706ms) ✔ Simple request at request/sample.md:6 (2429.952266ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (85.03276ms) ✔ Request with method starting with `H` at request/sample.md:39 (85.359468ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (104.766346ms) ✔ curl GET at request/sample.md:67 (105.04497ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (180.472651ms) ✔ Firefox GET at request/sample.md:105 (180.767139ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (66.056472ms) ✔ DUMBPACK at request/sample.md:168 (66.351759ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (115.570919ms) ✔ No headers and no body at request/sample.md:196 (115.793643ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (96.876118ms) ✔ One header and no body at request/sample.md:219 (97.132737ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (106.768675ms) ✔ Apache bench GET at request/sample.md:247 (107.085598ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (55.028656ms) ✔ Prefix newline at request/sample.md:288 (55.364478ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (24.818797ms) ✔ No HTTP version at request/sample.md:314 (25.052398ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2676.137286ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2676.355689ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (94.310405ms) ✔ Line folding in header value with LF at request/sample.md:394 (94.477283ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (52.358675ms) ✔ No LF after CR at request/sample.md:432 (52.508263ms) ▶ 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) (2660.177145ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2660.494779ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (149.62089ms) ✔ Request starting with CRLF at request/sample.md:478 (149.930867ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.811475ms) ✔ Extended Characters at request/sample.md:506 (4.047018ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.301851ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.510028ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (627.959271ms) ✔ X-SSL-Nonsense at request/sample.md:571 (628.16522ms) ✔ Sample requests at request/sample.md:1 (9540.307467ms) ▶ 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) (101.81689ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (102.004001ms) ✔ Header value at request/lenient-headers.md:82 (102.136279ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (84.414362ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (84.575464ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (99.241044ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (99.475066ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (90.253076ms) ✔ Header value at request/lenient-headers.md:82 (90.443231ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (377.164054ms) ▶ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 ▶ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 ✔ should pass for type="request-lenient-header-value-relaxed" (location=request/lenient-header-value-relaxed.md:8) (2294.947897ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (2295.11518ms) ▶ 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) (108.909933ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (109.070224ms) ▶ 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) (106.602864ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (106.775332ms) ▶ 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) (99.899879ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (100.067657ms) ▶ 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) (84.839584ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (85.000188ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (2696.487417ms) ▶ 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) (2223.907651ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2224.077634ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2224.25235ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (64.48319ms) ✔ REPORT request at request/method.md:4 (64.652321ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (102.260444ms) ✔ CONNECT request at request/method.md:27 (102.425801ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (100.044535ms) ✔ CONNECT request with CAPS at request/method.md:62 (100.19626ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (132.370826ms) ✔ CONNECT with body at request/method.md:96 (132.537662ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (131.240176ms) ✔ M-SEARCH request at request/method.md:135 (131.44783ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (125.540553ms) ✔ PATCH request at request/method.md:173 (125.73128ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (65.569346ms) ✔ PURGE request at request/method.md:217 (65.729667ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (104.995047ms) ✔ SEARCH request at request/method.md:245 (105.153245ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (112.278877ms) ✔ LINK request at request/method.md:273 (112.475232ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (97.750063ms) ✔ LINK request at request/method.md:311 (97.901984ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (73.015829ms) ✔ SOURCE request at request/method.md:344 (73.170965ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (69.750075ms) ✔ SOURCE request with ICE at request/method.md:372 (69.928934ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (74.393294ms) ✔ OPTIONS request with RTSP at request/method.md:400 (74.560929ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (75.602868ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (76.009655ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (60.112832ms) ✔ PRI request HTTP2 at request/method.md:458 (60.537742ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (104.612374ms) ✔ QUERY request at request/method.md:482 (104.832987ms) ✔ Methods at request/method.md:1 (1499.071306ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (63.197589ms) ✔ Quotes in URI at request/uri.md:4 (63.331034ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (90.890809ms) ✔ Query URL with question mark at request/uri.md:27 (91.025824ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (119.643621ms) ✔ Host terminated by a query string at request/uri.md:52 (119.811368ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (72.400158ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (72.538154ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (111.083896ms) ✔ Query URL with vertical bar character at request/uri.md:98 (111.287482ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (104.034628ms) ✔ `host:port` terminated by a space at request/uri.md:125 (104.265278ms) ▶ 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.989113ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.181983ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (74.136178ms) ✔ Fragment in URI at request/uri.md:165 (74.279073ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (108.605415ms) ✔ Underscore in hostname at request/uri.md:188 (108.776823ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (78.141864ms) ✔ `host:port` and basic auth at request/uri.md:222 (78.304414ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (2.943572ms) ✔ Space in URI at request/uri.md:245 (3.114295ms) ✔ URI at request/uri.md:1 (830.904344ms) ▶ 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) (115.328515ms) ✔ Setting flag at request/connection.md:6 (115.468057ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (120.368255ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (120.518839ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (102.78479ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (102.92712ms) ▶ 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) (2382.950609ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2383.114464ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (128.145898ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (128.299621ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (114.772178ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (114.921365ms) ✔ `keep-alive` at request/connection.md:4 (2965.691925ms) ▶ `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) (100.062428ms) ✔ Setting flag on `close` at request/connection.md:236 (100.218499ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (110.651828ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (110.807201ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (120.639338ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (120.830205ms) ✔ `close` at request/connection.md:234 (332.132402ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (107.657075ms) ✔ Sample at request/connection.md:375 (107.807392ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (153.24782ms) ✔ Multiple tokens with folding at request/connection.md:403 (153.401517ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (121.418403ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (121.587375ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (120.955897ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (121.103851ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (106.644406ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (106.807439ms) ▶ 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) (116.637012ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (116.810243ms) ✔ Parsing multiple tokens at request/connection.md:373 (728.123555ms) ▶ `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) (77.047632ms) ✔ Setting a flag and pausing at request/connection.md:601 (77.163203ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (108.207666ms) ✔ Emitting part of body and pausing at request/connection.md:635 (108.354943ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (156.174392ms) ✔ Upgrade GET request at request/connection.md:675 (156.331069ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (135.839964ms) ✔ Upgrade POST request at request/connection.md:734 (135.981778ms) ✔ `upgrade` at request/connection.md:599 (478.127895ms) ✔ Connection header at request/connection.md:1 (4504.403988ms) ▶ 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) (129.378431ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (129.579537ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (103.419097ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (103.60091ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (105.042431ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (105.233662ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (91.984787ms) ✔ Empty `Content-Length` at request/content-length.md:396 (92.146252ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (430.97935ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (119.524814ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (119.672348ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (75.200969ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (75.354976ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (79.584613ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (79.744409ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (79.355047ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (79.533693ms) ▶ 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) (101.246862ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (101.427989ms) ▶ 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) (120.461025ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (120.662689ms) ▶ 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) (118.312512ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (118.483574ms) ▶ 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) (2433.335687ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2433.514146ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (102.918236ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (103.136711ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (105.384123ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (105.537804ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:421 ✔ should pass for type="request" (location=request/content-length.md:421) (2.85619ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (2.979344ms) ▶ 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) (2393.149354ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (2393.339316ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (108.477031ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (108.653012ms) ▶ 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) (107.385232ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (107.541289ms) ✔ Content-Length header at request/content-length.md:1 (6381.808042ms) ▶ 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) (63.289073ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (63.422403ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (102.259532ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (102.397237ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (95.616652ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (95.761543ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (102.703591ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (102.854162ms) ▶ 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) (97.364776ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (97.667419ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (132.952429ms) ✔ Trailing headers at request/transfer-encoding.md:186 (133.162468ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (158.756131ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (158.926261ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (123.949809ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (124.104903ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (99.120035ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (99.282872ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (135.336784ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (135.521354ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (114.152146ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (114.357626ms) ✔ `chunked` at request/transfer-encoding.md:4 (1228.299661ms) ▶ 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) (104.85922ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (104.999193ms) ▶ 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) (118.414589ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (118.561503ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (116.547754ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (116.687575ms) ▶ 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) (2366.183132ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2366.325765ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2706.877054ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (3.07286ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (3.206191ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (114.947313ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (115.106807ms) ▶ 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) (116.837703ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (116.984051ms) ▶ 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) (115.649396ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (115.804658ms) ▶ 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) (3.121897ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (3.246299ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (2.763389ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (2.880968ms) ▶ 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) (2362.899947ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2363.054464ms) ▶ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 ✔ should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:713) (134.688533ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (134.839389ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (114.36866ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (114.564751ms) ▶ 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) (128.189379ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (128.345778ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (107.078902ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (107.270957ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (78.298217ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (78.445635ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (84.912428ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (85.044563ms) ▶ 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) (92.492262ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (92.662258ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (90.127593ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (90.261763ms) ▶ 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) (2333.875666ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2334.033139ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (9822.22175ms) ▶ 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) (107.861771ms) ✔ Only LFs present at request/invalid.md:531 (107.98958ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2478.031844ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2478.23664ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (101.052918ms) ✔ Spaces before headers at request/invalid.md:650 (101.209153ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (104.717283ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (104.912823ms) ✔ Invalid space after start line at request/invalid.md:509 (2792.656494ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (68.279617ms) ✔ ICE protocol and GET method at request/invalid.md:4 (68.397206ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (73.432516ms) ✔ ICE protocol, but not really at request/invalid.md:25 (73.557223ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (68.372303ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (68.487888ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (73.235929ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (73.352933ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (82.293083ms) ✔ Headers separated by CR at request/invalid.md:87 (82.42355ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (102.20513ms) ✔ Headers separated by LF at request/invalid.md:113 (102.33838ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (95.190059ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (95.316203ms) ▶ 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) (100.664212ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (100.920971ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (93.407381ms) ✔ Empty headers separated by CR at request/invalid.md:216 (93.771507ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (106.003032ms) ✔ Empty headers separated by LF at request/invalid.md:254 (106.145102ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.142679ms) ✔ Invalid header token #1 at request/invalid.md:287 (3.269945ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (2.855221ms) ✔ Invalid header token #2 at request/invalid.md:310 (2.970663ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (2.784455ms) ✔ Invalid header token #3 at request/invalid.md:333 (2.928742ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (54.066795ms) ✔ Invalid method at request/invalid.md:356 (54.17226ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (2.982826ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.094816ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (2.900906ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.013923ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.061649ms) ✔ Corrupted header name at request/invalid.md:425 (3.308225ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (2.674454ms) ✔ Missing CR between headers at request/invalid.md:454 (2.809557ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (2.655622ms) ✔ Invalid HTTP version at request/invalid.md:490 (2.763168ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (64.493434ms) ✔ Invalid space after start line at request/invalid.md:509 (64.603506ms) ✔ Invalid requests at request/invalid.md:1 (3801.770094ms) ▶ 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) (2331.709327ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2331.967115ms) ▶ 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) (165.056452ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (165.320854ms) ▶ 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) (100.390428ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (100.932369ms) ✔ Finish at request/finish.md:1 (2598.574918ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2360.028255ms) ✔ on_message_begin at request/pausing.md:4 (2360.189861ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2345.593262ms) ✔ on_message_complete at request/pausing.md:34 (2345.774566ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2335.730306ms) ✔ on_protocol_complete at request/pausing.md:64 (2335.898065ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2335.242995ms) ✔ on_method_complete at request/pausing.md:94 (2335.406801ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2330.144693ms) ✔ on_url_complete at request/pausing.md:124 (2330.339595ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2358.636887ms) ✔ on_version_complete at request/pausing.md:154 (2358.827421ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2365.152165ms) ✔ on_header_field_complete at request/pausing.md:184 (2365.37092ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2366.838893ms) ✔ on_header_value_complete at request/pausing.md:214 (2367.020781ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2339.938592ms) ✔ on_headers_complete at request/pausing.md:244 (2340.123366ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2343.663383ms) ✔ on_chunk_header at request/pausing.md:274 (2343.841875ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2343.542486ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2343.712694ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2293.505855ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2293.6835ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2317.421641ms) ✔ on_chunk_complete at request/pausing.md:398 (2317.601062ms) ✔ Pausing at request/pausing.md:1 (30438.835991ms) ▶ 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) (156.523779ms) ✔ Should parse multiple events at request/pipelining.md:4 (156.742206ms) ✔ Pipelining at request/pipelining.md:1 (156.908609ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2337.244078ms) ✔ Simple response at response/sample.md:4 (2337.386823ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (48.262787ms) ✔ RTSP response at response/sample.md:40 (48.399818ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (46.566142ms) ✔ ICE response at response/sample.md:60 (46.678189ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (53.318655ms) ✔ Error on invalid response start at response/sample.md:80 (53.446592ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (46.220117ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (46.336111ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (244.125219ms) ✔ Google 301 at response/sample.md:118 (244.29364ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (280.752946ms) ✔ amazon.com at response/sample.md:196 (280.929335ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (79.140789ms) ✔ No headers and no body at response/sample.md:271 (79.306252ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (67.066733ms) ✔ No reason phrase at response/sample.md:291 (67.239521ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (49.113363ms) ✔ Empty reason phrase after space at response/sample.md:310 (49.248957ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (109.644334ms) ✔ No carriage ret at response/sample.md:330 (109.828557ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2367.599901ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2367.759089ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (133.687407ms) ✔ Underscore in header key at response/sample.md:382 (133.843313ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (178.059369ms) ✔ bonjourmadame.fr at response/sample.md:425 (178.230489ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (225.198887ms) ✔ Spaces in header value at response/sample.md:494 (225.360651ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (40.435733ms) ✔ Spaces in header name at response/sample.md:574 (40.589215ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.247553ms) ✔ Non ASCII in status line at response/sample.md:609 (3.366413ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (52.913128ms) ✔ HTTP version 0.9 at response/sample.md:645 (53.024199ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (77.124002ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (77.264897ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (104.851628ms) ✔ Response starting with CRLF at response/sample.md:695 (105.006176ms) ✔ Sample responses at response/sample.md:1 (6549.068123ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (121.764175ms) ✔ Proxy-Connection at response/connection.md:4 (121.905439ms) ▶ 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) (83.103264ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (83.230091ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (90.398115ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (90.566865ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (92.70049ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (92.844348ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (112.281402ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (112.414849ms) ▶ 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) (86.579552ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (86.72003ms) ▶ 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) (2325.912456ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2326.063454ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (101.483719ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (101.660726ms) ▶ 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) (2320.50209ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2320.678712ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (94.113281ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (94.452229ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (116.366357ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (116.516507ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (80.869151ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (81.023663ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (110.075046ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (110.203918ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (116.132514ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (116.313431ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (161.59202ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (161.769606ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (109.997566ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (110.194662ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (135.592968ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (135.755393ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (149.632369ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (149.799018ms) ✔ Connection header at response/connection.md:1 (6413.590608ms) ▶ 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) (212.528532ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (212.683882ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (114.0118ms) ✔ Content-Length-X at response/content-length.md:80 (114.152433ms) ▶ 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) (2324.925667ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2325.086169ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (112.710121ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (112.861721ms) ✔ Content-Length header at response/content-length.md:1 (2765.119401ms) ▶ 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) (117.27403ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (117.40553ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (105.601378ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (105.758137ms) ▶ 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) (139.991948ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (140.228051ms) ▶ `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) (121.140418ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (121.348905ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (123.773342ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (123.947057ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (132.520783ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (132.668817ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (108.80521ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (108.943212ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (151.638087ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (151.796949ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (143.891346ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (144.049163ms) ▶ 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) (2346.811329ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2346.978339ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (3493.869197ms) ▶ 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) (56.218434ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (56.359559ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (55.902168ms) ✔ Extra space between status code and reason at response/invalid.md:186 (56.016179ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (47.753081ms) ✔ One-digit status code at response/invalid.md:206 (47.885189ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (99.536834ms) ✔ Only LFs present and no body at response/invalid.md:224 (99.684891ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2290.756128ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2290.940724ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (115.057269ms) ✔ Only LFs present at response/invalid.md:264 (115.211742ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (115.875428ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (116.008783ms) ✔ Invalid space after start line at response/invalid.md:149 (2782.578174ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (48.73282ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (48.852754ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (53.916031ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (54.081449ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (52.68222ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (52.792534ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (53.141938ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (53.25431ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (50.470614ms) ✔ Tab after HTTP version at response/invalid.md:72 (50.582881ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (53.807944ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (53.918598ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (87.745945ms) ✔ Headers separated by CR at response/invalid.md:108 (87.884369ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (51.520559ms) ✔ Invalid HTTP version at response/invalid.md:132 (51.655446ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (72.809002ms) ✔ Invalid space after start line at response/invalid.md:149 (72.960684ms) ✔ Invalid responses at response/invalid.md:1 (3309.230782ms) ▶ 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) (2312.697015ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2312.897808ms) ✔ Finish at response/finish.md:1 (2313.025317ms) ▶ 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) (2263.999057ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2264.295777ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2264.44458ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2356.420546ms) ✔ on_message_begin at response/pausing.md:4 (2356.586102ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2427.059638ms) ✔ on_message_complete at response/pausing.md:32 (2427.339956ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2376.702838ms) ✔ on_version_complete at response/pausing.md:60 (2376.994559ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2371.981841ms) ✔ on_status_complete at response/pausing.md:88 (2372.218279ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2364.126006ms) ✔ on_header_field_complete at response/pausing.md:116 (2364.289841ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2366.015868ms) ✔ on_header_value_complete at response/pausing.md:144 (2366.367199ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2372.906336ms) ✔ on_headers_complete at response/pausing.md:172 (2373.460448ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2351.402809ms) ✔ on_chunk_header at response/pausing.md:200 (2351.579633ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2345.557819ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2345.732247ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2351.16837ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2351.331923ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2322.179458ms) ✔ on_chunk_complete at response/pausing.md:317 (2322.534947ms) ✔ Pausing at response/pausing.md:1 (26009.579609ms) ▶ 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) (146.687953ms) ✔ Should parse multiple events at response/pipelining.md:4 (146.807655ms) ✔ Pipelining at response/pipelining.md:1 (146.919407ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (1370.287298ms) ✔ Absolute URL at url.md:3 (1370.494624ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (93.913509ms) ✔ Relative URL at url.md:17 (94.11989ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (13.650061ms) ✔ Failing on broken schema at url.md:29 (13.815228ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (56.501866ms) ✔ Proxy request at url.md:41 (56.67073ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (71.292751ms) ✔ Proxy request with port at url.md:53 (71.461501ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (59.320552ms) ✔ Proxy IPv6 request at url.md:65 (59.470059ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (67.524793ms) ✔ Proxy IPv6 request with port at url.md:77 (67.755716ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (149.302169ms) ✔ IPv4 in IPv6 address at url.md:89 (149.498302ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (133.58388ms) ✔ Extra `?` in query string at url.md:101 (133.744369ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (58.204936ms) ✔ URL encoded space at url.md:116 (58.34073ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (42.027403ms) ✔ URL fragment at url.md:127 (42.146618ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (113.564294ms) ✔ Complex URL fragment at url.md:138 (113.834882ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (124.906391ms) ✔ Complex URL from node.js url parser doc at url.md:153 (125.103715ms) ▶ 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.195582ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (67.327144ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.05658ms) ✔ Double `@` at url.md:181 (3.173455ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (60.613121ms) ✔ Proxy basic auth with url encoded space at url.md:193 (60.730919ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (69.963193ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (70.086469ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (64.284218ms) ✔ IPv6 address with Zone ID at url.md:217 (64.551274ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (59.048457ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (59.174719ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (2.851849ms) ✔ Disallow tab in URL at url.md:241 (2.96998ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.130824ms) ✔ Disallow form-feed in URL at url.md:252 (3.255764ms) ✔ URL tests at url.md:1 (2689.393328ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 130898.896036 >>> llhttp: Entering fakeroot... -- Install configuration: "MINSIZEREL" -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.4.1 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.4 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/include/llhttp.h -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/pkgconfig/libllhttp.pc -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-targets.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-targets-minsizerel.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttpConfig.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttpConfigVersion.cmake >>> llhttp-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/pkgconfig' 'usr/lib/cmake' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/cmake' 'usr/lib/libllhttp.so' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/libllhttp.so' >>> llhttp-dev*: Preparing subpackage llhttp-dev... >>> llhttp-dev*: Stripping binaries >>> llhttp-dev*: Running postcheck for llhttp-dev >>> llhttp-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-doc/usr/share/doc' >>> llhttp-doc*: Preparing subpackage llhttp-doc... >>> llhttp-doc*: Running postcheck for llhttp-doc >>> llhttp*: Running postcheck for llhttp >>> llhttp*: Preparing package llhttp... >>> llhttp*: Stripping binaries >>> llhttp*: Scanning shared objects >>> llhttp-dev*: Scanning shared objects >>> llhttp-dev*: Tracing dependencies... llhttp=9.4.1-r0 pkgconfig >>> llhttp-dev*: Package size: 39.8 KB >>> llhttp-dev*: Compressing data... >>> llhttp-dev*: Create checksum... >>> llhttp-dev*: Create llhttp-dev-9.4.1-r0.apk >>> llhttp-doc*: Tracing dependencies... >>> llhttp-doc*: Package size: 1.0 KB >>> llhttp-doc*: Compressing data... >>> llhttp-doc*: Create checksum... >>> llhttp-doc*: Create llhttp-doc-9.4.1-r0.apk >>> llhttp*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> llhttp*: Package size: 61.6 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.4.1-r0.apk >>> llhttp: Build complete at Wed, 03 Jun 2026 13:45:45 +0000 elapsed time 0h 2m 26s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260603.134320) ( 2/24) Purging cmake (4.2.3-r0) ( 3/24) Purging samurai (1.2-r8) ( 4/24) Purging npm (11.12.1-r0) ( 5/24) Purging nodejs (24.16.0-r0) ( 6/24) Purging ca-certificates (20260413-r0) Executing ca-certificates-20260413-r0.post-deinstall ( 7/24) Purging ada-libs (3.3.0-r0) ( 8/24) Purging clang22 (22.1.3-r2) ( 9/24) Purging llvm22-linker-tools (22.1.3-r0) (10/24) Purging clang22-headers (22.1.3-r2) (11/24) Purging clang22-libs (22.1.3-r2) (12/24) Purging icu-libs (78.1-r0) (13/24) Purging libarchive (3.8.7-r0) (14/24) Purging libbz2 (1.0.8-r6) (15/24) Purging libuv (1.52.1-r0) (16/24) Purging llvm22-libs (22.1.3-r0) (17/24) Purging rhash-libs (1.4.6-r0) (18/24) Purging simdjson (4.2.4-r0) (19/24) Purging simdutf (9.0.0-r0) (20/24) Purging sqlite-libs (3.53.1-r0) (21/24) Purging icu-data-en (78.1-r0) (22/24) Purging libffi (3.5.2-r1) (23/24) Purging libxml2 (2.13.9-r2) (24/24) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 440.8 MiB in 107 packages >>> llhttp: Updating the community/x86_64 repository index... >>> llhttp: Signing the index...