>>> 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: 815.1 MiB in 133 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.3: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. 4642k --:--:-- ETA 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 -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) (2530.280975ms) ✔ Simple request at request/sample.md:6 (2531.66711ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (69.560577ms) ✔ Request with method starting with `H` at request/sample.md:39 (69.81854ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (221.497547ms) ✔ curl GET at request/sample.md:67 (221.76571ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (231.11345ms) ✔ Firefox GET at request/sample.md:105 (231.420212ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (137.342616ms) ✔ DUMBPACK at request/sample.md:168 (137.70074ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (115.286821ms) ✔ No headers and no body at request/sample.md:196 (115.559385ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (131.664555ms) ✔ One header and no body at request/sample.md:219 (131.886398ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (110.854374ms) ✔ Apache bench GET at request/sample.md:247 (111.140898ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (61.29625ms) ✔ Prefix newline at request/sample.md:288 (61.533693ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (23.701331ms) ✔ No HTTP version at request/sample.md:314 (23.951894ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2421.005737ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2421.2497ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (169.443756ms) ✔ Line folding in header value with LF at request/sample.md:394 (169.642078ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (64.190001ms) ✔ No LF after CR at request/sample.md:432 (64.369882ms) ▶ 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) (2400.342399ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2400.55496ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (106.962374ms) ✔ Request starting with CRLF at request/sample.md:478 (107.168096ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.547678ms) ✔ Extended Characters at request/sample.md:506 (3.72632ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.289675ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.471357ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (542.069904ms) ✔ X-SSL-Nonsense at request/sample.md:571 (542.276907ms) ✔ Sample requests at request/sample.md:1 (9351.498304ms) ▶ 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) (155.71421ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (155.957133ms) ✔ Header value at request/lenient-headers.md:82 (156.196855ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (91.788452ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (91.988735ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (196.064758ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (196.267361ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (97.409353ms) ✔ Header value at request/lenient-headers.md:82 (97.633595ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (542.495389ms) ▶ 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) (2358.587676ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (2358.756478ms) ▶ 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.01024ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (117.186162ms) ▶ 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) (111.804864ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (111.999507ms) ▶ 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) (117.056681ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (117.249403ms) ▶ 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) (97.656635ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (97.845077ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (2803.536992ms) ▶ 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) (2274.731868ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2274.899229ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2275.039431ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (65.902298ms) ✔ REPORT request at request/method.md:4 (66.079861ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (197.309011ms) ✔ CONNECT request at request/method.md:27 (197.519853ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (149.913108ms) ✔ CONNECT request with CAPS at request/method.md:62 (150.102991ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (193.312569ms) ✔ CONNECT with body at request/method.md:96 (193.502171ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (131.544874ms) ✔ M-SEARCH request at request/method.md:135 (131.726836ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (208.650171ms) ✔ PATCH request at request/method.md:173 (208.841454ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (144.050967ms) ✔ PURGE request at request/method.md:217 (144.238409ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (127.858075ms) ✔ SEARCH request at request/method.md:245 (128.048437ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (164.827627ms) ✔ LINK request at request/method.md:273 (165.06255ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (168.287904ms) ✔ LINK request at request/method.md:311 (168.503826ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (171.135374ms) ✔ SOURCE request at request/method.md:344 (171.322575ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (164.818667ms) ✔ SOURCE request with ICE at request/method.md:372 (165.010949ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (168.383865ms) ✔ OPTIONS request with RTSP at request/method.md:400 (168.569987ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (171.75898ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (172.255745ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (71.099073ms) ✔ PRI request HTTP2 at request/method.md:458 (71.608039ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (237.547157ms) ✔ QUERY request at request/method.md:482 (237.79688ms) ✔ Methods at request/method.md:1 (2541.671017ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (150.07855ms) ✔ Quotes in URI at request/uri.md:4 (150.279393ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (115.279502ms) ✔ Query URL with question mark at request/uri.md:27 (115.461543ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (145.620383ms) ✔ Host terminated by a query string at request/uri.md:52 (145.815585ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (153.640028ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (153.82259ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (104.123824ms) ✔ Query URL with vertical bar character at request/uri.md:98 (104.332945ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (128.789765ms) ✔ `host:port` terminated by a space at request/uri.md:125 (128.996247ms) ▶ 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.71664ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.946602ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (179.776865ms) ✔ Fragment in URI at request/uri.md:165 (179.958667ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (183.06434ms) ✔ Underscore in hostname at request/uri.md:188 (183.243502ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (178.181008ms) ✔ `host:port` and basic auth at request/uri.md:222 (178.33669ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (3.739ms) ✔ Space in URI at request/uri.md:245 (3.865801ms) ✔ URI at request/uri.md:1 (1348.894815ms) ▶ 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) (137.068653ms) ✔ Setting flag at request/connection.md:6 (137.211654ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (140.55289ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (140.725411ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (127.096987ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (127.253988ms) ▶ 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) (2469.595054ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2469.762735ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (215.305882ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (215.469644ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (140.58937ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (140.773012ms) ✔ `keep-alive` at request/connection.md:4 (3231.571569ms) ▶ `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) (124.867603ms) ✔ Setting flag on `close` at request/connection.md:236 (125.024485ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (241.283117ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (241.457119ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (246.979578ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (247.16614ms) ✔ `close` at request/connection.md:234 (613.913507ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (236.445546ms) ✔ Sample at request/connection.md:375 (236.621948ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (232.749907ms) ✔ Multiple tokens with folding at request/connection.md:403 (232.924749ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (144.800215ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (144.983617ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (147.21584ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (147.395562ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (129.725375ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (129.895017ms) ▶ 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) (137.444896ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (137.607978ms) ✔ Parsing multiple tokens at request/connection.md:373 (1030.047637ms) ▶ `upgrade` at request/connection.md:599 ▶ Setting a flag and pausing at request/connection.md:601 ✔ should pass for type="request" (location=request/connection.md:601) (173.058354ms) ✔ Setting a flag and pausing at request/connection.md:601 (173.194236ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (132.245881ms) ✔ Emitting part of body and pausing at request/connection.md:635 (132.404804ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (273.733901ms) ✔ Upgrade GET request at request/connection.md:675 (273.901023ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (221.249625ms) ✔ Upgrade POST request at request/connection.md:734 (221.425706ms) ✔ `upgrade` at request/connection.md:599 (801.216052ms) ✔ Connection header at request/connection.md:1 (5677.039606ms) ▶ 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) (140.923294ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (141.117056ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (127.783794ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (127.958397ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (134.455825ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (134.681107ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (113.910767ms) ✔ Empty `Content-Length` at request/content-length.md:396 (114.075009ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (518.170452ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (139.499958ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (139.64924ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (180.780556ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (180.942677ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (184.589237ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (184.740598ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (179.626544ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (179.782306ms) ▶ 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) (216.795298ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (216.99698ms) ▶ 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) (133.806018ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (133.974219ms) ▶ 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) (134.599466ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (134.787789ms) ▶ 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) (2461.629169ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2461.814411ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (248.967439ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (249.244242ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (124.696641ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (124.853963ms) ▶ `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.71688ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (3.853361ms) ▶ 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) (2373.178272ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (2373.435435ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (129.118249ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (129.30377ms) ▶ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/content-length.md:519) (130.121939ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (130.28834ms) ✔ Content-Length header at request/content-length.md:1 (7162.888475ms) ▶ 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) (145.325861ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (145.488462ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (213.376542ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (213.535983ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (190.365617ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (190.53642ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (160.702783ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (160.878225ms) ▶ 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) (148.12365ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (148.299612ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (211.40112ms) ✔ Trailing headers at request/transfer-encoding.md:186 (211.586243ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (193.081606ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (193.253488ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (197.509254ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (197.679575ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (166.753727ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (166.92877ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (222.794761ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (222.989043ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (249.14316ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (249.397403ms) ✔ `chunked` at request/transfer-encoding.md:4 (2101.297911ms) ▶ 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) (227.209928ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (227.353089ms) ▶ 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) (238.251845ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (238.433847ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (134.652347ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (134.813868ms) ▶ 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) (2418.171309ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2418.509233ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (3019.431602ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.052563ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.214644ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (194.3029ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (194.462501ms) ▶ 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) (191.717592ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (191.890954ms) ▶ 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) (185.993332ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (186.166773ms) ▶ 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.006083ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (4.151124ms) ▶ 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.422357ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (3.546717ms) ▶ 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) (2426.058233ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2426.221475ms) ▶ 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) (204.590768ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (204.75725ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (192.906285ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (193.061286ms) ▶ 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) (222.582719ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (222.74332ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (188.190315ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (188.419197ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (182.730817ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (182.907698ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (197.590014ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (197.799256ms) ▶ 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) (218.272273ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (218.440515ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (215.242281ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (215.407563ms) ▶ 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) (2467.813156ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2467.977998ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (12224.326761ms) ▶ 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) (193.510451ms) ✔ Only LFs present at request/invalid.md:531 (193.648172ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2431.583293ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2431.772614ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (170.121043ms) ✔ Spaces before headers at request/invalid.md:650 (170.299005ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (175.178937ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (175.434979ms) ✔ Invalid space after start line at request/invalid.md:509 (2971.427774ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (159.931895ms) ✔ ICE protocol and GET method at request/invalid.md:4 (160.097737ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (162.903367ms) ✔ ICE protocol, but not really at request/invalid.md:25 (163.057768ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (160.035856ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (160.205938ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (181.895288ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (182.056409ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (101.022471ms) ✔ Headers separated by CR at request/invalid.md:87 (101.177192ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (126.4027ms) ✔ Headers separated by LF at request/invalid.md:113 (126.563261ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (230.714766ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (230.892567ms) ▶ 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) (228.841986ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (229.074267ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (155.478088ms) ✔ Empty headers separated by CR at request/invalid.md:216 (155.64805ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (125.067285ms) ✔ Empty headers separated by LF at request/invalid.md:254 (125.236408ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.821ms) ✔ Invalid header token #1 at request/invalid.md:287 (3.968242ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.326675ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.450716ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.373116ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.495677ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (62.653064ms) ✔ Invalid method at request/invalid.md:356 (62.804986ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (3.516077ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.651838ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.417276ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.547317ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.411116ms) ✔ Corrupted header name at request/invalid.md:425 (3.529517ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.379556ms) ✔ Missing CR between headers at request/invalid.md:454 (3.491797ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.272194ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.392956ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (78.817515ms) ✔ Invalid space after start line at request/invalid.md:509 (78.967837ms) ✔ Invalid requests at request/invalid.md:1 (4777.016751ms) ▶ 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) (2282.428312ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2282.575673ms) ▶ 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) (114.910418ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (115.0813ms) ▶ 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) (87.178724ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (87.344526ms) ✔ Finish at request/finish.md:1 (2485.257142ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2414.695273ms) ✔ on_message_begin at request/pausing.md:4 (2414.849835ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2338.347464ms) ✔ on_message_complete at request/pausing.md:34 (2338.516587ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2369.347113ms) ✔ on_protocol_complete at request/pausing.md:64 (2369.507195ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2400.592005ms) ✔ on_method_complete at request/pausing.md:94 (2400.760207ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2375.735661ms) ✔ on_url_complete at request/pausing.md:124 (2375.907263ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2398.20486ms) ✔ on_version_complete at request/pausing.md:154 (2398.371661ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2446.34065ms) ✔ on_header_field_complete at request/pausing.md:184 (2446.499851ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2433.859878ms) ✔ on_header_value_complete at request/pausing.md:214 (2434.032159ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2346.595153ms) ✔ on_headers_complete at request/pausing.md:244 (2346.772755ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2435.601857ms) ✔ on_chunk_header at request/pausing.md:274 (2435.771139ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2469.145892ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2469.326335ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2548.667095ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2548.852577ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2438.72333ms) ✔ on_chunk_complete at request/pausing.md:398 (2438.910652ms) ✔ Pausing at request/pausing.md:1 (31418.901465ms) ▶ 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) (229.22367ms) ✔ Should parse multiple events at request/pipelining.md:4 (229.457632ms) ✔ Pipelining at request/pipelining.md:1 (229.579994ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2497.401153ms) ✔ Simple response at response/sample.md:4 (2497.543714ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (61.31669ms) ✔ RTSP response at response/sample.md:40 (61.487572ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (56.639881ms) ✔ ICE response at response/sample.md:60 (56.839802ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (65.935219ms) ✔ Error on invalid response start at response/sample.md:80 (66.10358ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (59.691233ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (59.871074ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (305.905562ms) ✔ Google 301 at response/sample.md:118 (306.101765ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (339.804962ms) ✔ amazon.com at response/sample.md:196 (339.968404ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (86.239034ms) ✔ No headers and no body at response/sample.md:271 (86.408716ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (52.709759ms) ✔ No reason phrase at response/sample.md:291 (52.87668ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (55.628029ms) ✔ Empty reason phrase after space at response/sample.md:310 (55.794511ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (204.432247ms) ✔ No carriage ret at response/sample.md:330 (204.609449ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2451.399105ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2451.580707ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (206.644511ms) ✔ Underscore in header key at response/sample.md:382 (206.813232ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (274.843033ms) ✔ bonjourmadame.fr at response/sample.md:425 (275.033916ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (320.718959ms) ✔ Spaces in header value at response/sample.md:494 (320.887242ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (44.420711ms) ✔ Spaces in header name at response/sample.md:574 (44.592073ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.926722ms) ✔ Non ASCII in status line at response/sample.md:609 (4.071684ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (65.428213ms) ✔ HTTP version 0.9 at response/sample.md:645 (65.596935ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (194.512741ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (194.683704ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (256.366117ms) ✔ Response starting with CRLF at response/sample.md:695 (256.54928ms) ✔ Sample responses at response/sample.md:1 (7608.731733ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (268.595247ms) ✔ Proxy-Connection at response/connection.md:4 (268.753249ms) ▶ 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) (201.852459ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (202.012342ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (233.520355ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (233.715077ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (118.457856ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (118.622417ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (143.195678ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (143.365759ms) ▶ 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) (209.293338ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (209.47194ms) ▶ 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) (2389.168326ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2389.341207ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (175.38982ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (175.562821ms) ▶ 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) (2534.486706ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2534.669269ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (180.934438ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (181.287842ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (218.475916ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (218.670638ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (202.80111ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (202.969791ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (265.905299ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (266.07462ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (180.993959ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (181.16584ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (166.308563ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (166.482324ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (217.235342ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (217.432064ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (259.811594ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (259.989196ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (269.223854ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (269.407136ms) ✔ Connection header at response/connection.md:1 (8240.36891ms) ▶ 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) (302.459326ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (302.600687ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (286.73524ms) ✔ Content-Length-X at response/content-length.md:80 (286.884281ms) ▶ 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) (2502.278925ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2502.481768ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (144.34669ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (144.524132ms) ✔ Content-Length header at response/content-length.md:1 (3236.794712ms) ▶ 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) (260.011077ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (260.163478ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (238.023003ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (238.177165ms) ▶ 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) (155.64285ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (155.808651ms) ▶ `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) (257.377209ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (257.54969ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (247.2113ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (247.384423ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (154.869441ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (155.040124ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (257.081365ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (257.243407ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (214.563314ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (214.725877ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (235.684298ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (235.86298ms) ▶ 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) (2469.033294ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2469.213135ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4491.784135ms) ▶ 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) (68.339804ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (68.491687ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (67.754078ms) ✔ Extra space between status code and reason at response/invalid.md:186 (67.93676ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (58.220177ms) ✔ One-digit status code at response/invalid.md:206 (58.50126ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (115.593225ms) ✔ Only LFs present and no body at response/invalid.md:224 (115.761948ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2366.83077ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2366.996772ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (135.771639ms) ✔ Only LFs present at response/invalid.md:264 (135.962401ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (136.375205ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (136.555888ms) ✔ Invalid space after start line at response/invalid.md:149 (2950.678359ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (59.960756ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (60.139757ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (71.892562ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (72.148364ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (66.776907ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (66.96311ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (65.950659ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (66.116341ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (64.14928ms) ✔ Tab after HTTP version at response/invalid.md:72 (64.314921ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (66.790108ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (66.96599ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (122.926023ms) ✔ Headers separated by CR at response/invalid.md:108 (123.094545ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (75.113756ms) ✔ Invalid HTTP version at response/invalid.md:132 (75.271597ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (87.286005ms) ✔ Invalid space after start line at response/invalid.md:149 (87.458527ms) ✔ Invalid responses at response/invalid.md:1 (3633.807401ms) ▶ 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) (2283.313245ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2283.464046ms) ✔ Finish at response/finish.md:1 (2283.586088ms) ▶ 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) (2288.45866ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2288.674542ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2288.815983ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2382.132372ms) ✔ on_message_begin at response/pausing.md:4 (2382.297574ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2380.216513ms) ✔ on_message_complete at response/pausing.md:32 (2380.449315ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2393.801097ms) ✔ on_version_complete at response/pausing.md:60 (2394.04434ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2458.687865ms) ✔ on_status_complete at response/pausing.md:88 (2458.871226ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2456.841566ms) ✔ on_header_field_complete at response/pausing.md:116 (2457.002927ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2372.131307ms) ✔ on_header_value_complete at response/pausing.md:144 (2372.410231ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2393.576895ms) ✔ on_headers_complete at response/pausing.md:172 (2394.105461ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2440.187949ms) ✔ on_chunk_header at response/pausing.md:200 (2440.386711ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2469.120016ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2469.307578ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2417.436908ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2417.59447ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2401.829463ms) ✔ on_chunk_complete at response/pausing.md:317 (2401.984824ms) ✔ Pausing at response/pausing.md:1 (26569.541709ms) ▶ 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) (244.078308ms) ✔ Should parse multiple events at response/pipelining.md:4 (244.207509ms) ✔ Pipelining at response/pipelining.md:1 (244.32603ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (873.086816ms) ✔ Absolute URL at url.md:3 (873.229497ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (78.31435ms) ✔ Relative URL at url.md:17 (78.480752ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (11.31492ms) ✔ Failing on broken schema at url.md:29 (11.469162ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (52.888201ms) ✔ Proxy request at url.md:41 (53.047562ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (64.925008ms) ✔ Proxy request with port at url.md:53 (65.07305ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (58.616422ms) ✔ Proxy IPv6 request at url.md:65 (58.769463ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (68.544487ms) ✔ Proxy IPv6 request with port at url.md:77 (68.745889ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (152.086892ms) ✔ IPv4 in IPv6 address at url.md:89 (152.240454ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (239.902343ms) ✔ Extra `?` in query string at url.md:101 (240.203586ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (77.25594ms) ✔ URL encoded space at url.md:116 (77.411021ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (49.07824ms) ✔ URL fragment at url.md:127 (49.246562ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (186.948462ms) ✔ Complex URL fragment at url.md:138 (187.103984ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (151.272204ms) ✔ Complex URL from node.js url parser doc at url.md:153 (151.417965ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (163.122449ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (163.265731ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (4.017603ms) ✔ Double `@` at url.md:181 (4.127563ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (74.708672ms) ✔ Proxy basic auth with url encoded space at url.md:193 (74.846793ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (84.779259ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (84.91714ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (78.027587ms) ✔ IPv6 address with Zone ID at url.md:217 (78.189949ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (72.220766ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (72.370687ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.678279ms) ✔ Disallow tab in URL at url.md:241 (3.791881ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.573478ms) ✔ Disallow form-feed in URL at url.md:252 (3.687279ms) ✔ URL tests at url.md:1 (2553.078826ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 144055.317573 >>> 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-aarch64.so.1 >>> llhttp*: Package size: 65.7 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:58 +0000 elapsed time 0h 2m 39s >>> 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: 432.3 MiB in 109 packages >>> llhttp: Updating the community/aarch64 repository index... >>> llhttp: Signing the index...