>>> llhttp: Building community/llhttp 9.4.1-r0 (using abuild 3.17.0_rc2-r0) started Wed, 03 Jun 2026 13:43:25 +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.134326) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 893.1 MiB in 129 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.4.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> llhttp: Fetching https://github.com/nodejs/llhttp/archive/v9.4.1/llhttp-9.4.1.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz.part' llhttp-9.4.1.tar.gz. 5% |* | 339k 0:00:17 ETA llhttp-9.4.1.tar.gz. 100% |********************************| 6141k 0:00:00 ETA '/var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz.part' saved /var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.4.1.tar.gz /var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz... > llhttp@9.4.1 prepare > npm run clean && npm run build-ts > llhttp@9.4.1 clean > node --import tsx scripts/clean.ts > llhttp@9.4.1 build-ts > tsc added 141 packages, and audited 142 packages in 9s 37 packages are looking for funding run `npm fund` for details 3 moderate severity vulnerabilities To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. rm -rf release/ node --import tsx bin/generate.ts rm -rf build/ mkdir -p build/native rm -rf test/tmp clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c build/c/llhttp.c -o build/c/llhttp.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/api.c -o build/native/api.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/http.c -o build/native/http.o ar rcs build/libllhttp.a build/c/llhttp.o build/native/api.o build/native/http.o clang -shared build/c/llhttp.o build/native/api.o build/native/http.o -o build/libllhttp.so rm -rf release mkdir -p release/cmake mkdir -p release/src mkdir -p release/include cp -rf build/llhttp.h release/include/ cp -rf build/c/llhttp.c release/src/ cp -rf src/native/*.c release/src/ cp -rf src/llhttp.gyp release/ cp -rf src/common.gypi release/ cp -rf cmake/llhttpConfig.cmake.in release/cmake sed s/_RELEASE_/9.4.1/ CMakeLists.txt > release/CMakeLists.txt cp -rf libllhttp.pc.in release/ cp -rf README.md release/ cp -rf LICENSE release/ -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- -- Project configure summary: -- -- CMake build type .................: MINSIZEREL -- Install prefix ...................: /usr -- Build shared library .............: ON -- Build static library .............: OFF -- -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/llhttp/src/llhttp-9.4.1/releasebuild [1/5] Building C object CMakeFiles/llhttp_shared.dir/src/api.c.o [2/5] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o [3/5] Building C object CMakeFiles/llhttp_shared.dir/src/llhttp.c.o [4/5] Linking C shared library libllhttp.so.9.4.1 [5/5] Creating library symlink libllhttp.so.9.4 libllhttp.so > llhttp@9.4.1 test > node --import tsx ./test/md-test.ts ▶ Sample requests at request/sample.md:1 ▶ Simple request at request/sample.md:6 ✔ should pass for type="request" (location=request/sample.md:6) (1945.481543ms) ✔ Simple request at request/sample.md:6 (1947.100391ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (163.501107ms) ✔ Request with method starting with `H` at request/sample.md:39 (163.828741ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (138.486484ms) ✔ curl GET at request/sample.md:67 (138.865744ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (245.83818ms) ✔ Firefox GET at request/sample.md:105 (246.192557ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (108.069209ms) ✔ DUMBPACK at request/sample.md:168 (108.517912ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (86.431918ms) ✔ No headers and no body at request/sample.md:196 (86.723483ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (98.725039ms) ✔ One header and no body at request/sample.md:219 (98.993142ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (89.945424ms) ✔ Apache bench GET at request/sample.md:247 (90.205746ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (47.511539ms) ✔ Prefix newline at request/sample.md:288 (47.781361ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (21.861597ms) ✔ No HTTP version at request/sample.md:314 (22.146993ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (1720.582974ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (1720.812322ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (115.711035ms) ✔ Line folding in header value with LF at request/sample.md:394 (115.939321ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (42.491018ms) ✔ No LF after CR at request/sample.md:432 (42.712812ms) ▶ 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) (1588.241752ms) ✔ No LF after CR (lenient) at request/sample.md:454 (1588.468865ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (75.544783ms) ✔ Request starting with CRLF at request/sample.md:478 (75.792369ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (2.75822ms) ✔ Extended Characters at request/sample.md:506 (2.98844ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (2.25556ms) ✔ 255 ASCII in header value at request/sample.md:536 (2.432035ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (903.891849ms) ✔ X-SSL-Nonsense at request/sample.md:571 (904.134333ms) ✔ Sample requests at request/sample.md:1 (7406.972615ms) ▶ 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) (106.641541ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (106.901054ms) ✔ Header value at request/lenient-headers.md:82 (107.098395ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (61.336635ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (61.561981ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (77.611113ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (77.840653ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (67.596197ms) ✔ Header value at request/lenient-headers.md:82 (67.827656ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (318.811636ms) ▶ 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) (1652.242451ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (1652.46831ms) ▶ 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) (75.882798ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (76.104732ms) ▶ 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) (78.368887ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (78.594662ms) ▶ 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) (79.026689ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (79.253601ms) ▶ 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) (68.330923ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (68.56154ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (1955.676467ms) ▶ 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) (1582.928728ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (1583.154795ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (1583.364921ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (45.818434ms) ✔ REPORT request at request/method.md:4 (46.038121ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (105.646367ms) ✔ CONNECT request at request/method.md:27 (105.875959ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (111.123621ms) ✔ CONNECT request with CAPS at request/method.md:62 (111.361785ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (98.024172ms) ✔ CONNECT with body at request/method.md:96 (98.263676ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (87.95129ms) ✔ M-SEARCH request at request/method.md:135 (88.198565ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (107.830482ms) ✔ PATCH request at request/method.md:173 (108.073245ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (93.67913ms) ✔ PURGE request at request/method.md:217 (93.910527ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (79.576599ms) ✔ SEARCH request at request/method.md:245 (79.806727ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (116.328225ms) ✔ LINK request at request/method.md:273 (116.577494ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (114.333125ms) ✔ LINK request at request/method.md:311 (114.578682ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (104.817727ms) ✔ SOURCE request at request/method.md:344 (105.061816ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (100.623044ms) ✔ SOURCE request with ICE at request/method.md:372 (100.869285ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (105.418276ms) ✔ OPTIONS request with RTSP at request/method.md:400 (105.661314ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (104.537585ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (104.786837ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (43.695263ms) ✔ PRI request HTTP2 at request/method.md:458 (43.928712ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (123.250629ms) ✔ QUERY request at request/method.md:482 (123.519104ms) ✔ Methods at request/method.md:1 (1548.600903ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (86.676971ms) ✔ Quotes in URI at request/uri.md:4 (86.913041ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (66.900043ms) ✔ Query URL with question mark at request/uri.md:27 (67.134511ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (83.671036ms) ✔ Host terminated by a query string at request/uri.md:52 (83.899412ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (87.57889ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (87.800505ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (57.864122ms) ✔ Query URL with vertical bar character at request/uri.md:98 (58.089703ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (76.332251ms) ✔ `host:port` terminated by a space at request/uri.md:125 (76.565107ms) ▶ 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.309098ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (2.507909ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (97.612914ms) ✔ Fragment in URI at request/uri.md:165 (97.822541ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (108.636904ms) ✔ Underscore in hostname at request/uri.md:188 (108.86036ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (100.564239ms) ✔ `host:port` and basic auth at request/uri.md:222 (100.787139ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (2.663947ms) ✔ Space in URI at request/uri.md:245 (2.894094ms) ✔ URI at request/uri.md:1 (774.741131ms) ▶ 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) (78.595349ms) ✔ Setting flag at request/connection.md:6 (78.8529ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (91.581814ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (91.810349ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (81.371855ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (81.617878ms) ▶ 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) (1680.884648ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (1681.134994ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (105.905951ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (106.129371ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (80.426826ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (80.640979ms) ✔ `keep-alive` at request/connection.md:4 (2121.03093ms) ▶ `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) (71.865817ms) ✔ Setting flag on `close` at request/connection.md:236 (72.09653ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (114.780988ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (115.00321ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (127.855362ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (128.080674ms) ✔ `close` at request/connection.md:234 (315.609669ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (69.045411ms) ✔ Sample at request/connection.md:375 (69.258686ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (165.2993ms) ✔ Multiple tokens with folding at request/connection.md:403 (165.529004ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (92.901509ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (93.128838ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (89.009965ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (89.221082ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (74.639923ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (74.852269ms) ▶ 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) (89.263935ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (89.511997ms) ✔ Parsing multiple tokens at request/connection.md:373 (582.269035ms) ▶ `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) (102.79826ms) ✔ Setting a flag and pausing at request/connection.md:601 (103.035674ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (86.273495ms) ✔ Emitting part of body and pausing at request/connection.md:635 (86.497488ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (172.090465ms) ✔ Upgrade GET request at request/connection.md:675 (172.32607ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (105.307423ms) ✔ Upgrade POST request at request/connection.md:734 (105.535606ms) ✔ `upgrade` at request/connection.md:599 (467.98174ms) ✔ Connection header at request/connection.md:1 (3487.498522ms) ▶ 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) (73.588898ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (73.826387ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (70.274367ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (70.497255ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (77.081593ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (77.304616ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (62.964358ms) ✔ Empty `Content-Length` at request/content-length.md:396 (63.188057ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (285.324947ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (83.134569ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (83.356389ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (103.60862ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (103.916097ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (102.685444ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (102.912063ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (101.027854ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (101.2544ms) ▶ 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) (64.617767ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (64.839648ms) ▶ 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) (78.52569ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (78.750674ms) ▶ 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) (81.934308ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (82.164368ms) ▶ 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) (1615.633421ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (1615.860835ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (71.835849ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (72.062228ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (69.412374ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (69.635436ms) ▶ `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.374657ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (2.561668ms) ▶ 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) (1615.09826ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (1615.306553ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (72.380862ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (72.595555ms) ▶ 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) (78.971293ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (79.195918ms) ✔ Content-Length header at request/content-length.md:1 (4431.479658ms) ▶ 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) (87.255554ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (87.497754ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (65.797584ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (66.021036ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (63.85724ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (64.081404ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (112.165678ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (112.405759ms) ▶ 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) (105.632764ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (105.89345ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (100.232193ms) ✔ Trailing headers at request/transfer-encoding.md:186 (100.464858ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (139.059004ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (139.295058ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (114.447954ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (114.670806ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (101.501047ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (101.726262ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (145.430602ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (145.669897ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (104.606438ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (104.838425ms) ✔ `chunked` at request/transfer-encoding.md:4 (1143.896013ms) ▶ 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) (102.251257ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (102.487551ms) ▶ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/transfer-encoding.md:1025) (136.65454ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (136.910107ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (87.019138ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (87.256995ms) ▶ 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) (1646.553158ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (1646.779086ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (1973.979016ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (2.366409ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (2.547615ms) ▶ 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.31419ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (114.520097ms) ▶ 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) (118.443358ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (118.69461ms) ▶ 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) (110.040202ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (110.273539ms) ▶ 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) (2.392651ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (2.567869ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (1.983937ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (2.156409ms) ▶ 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) (1650.515572ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (1650.712583ms) ▶ 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) (90.945128ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (91.168876ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (118.325182ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (118.54437ms) ▶ 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) (100.526854ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (100.75943ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (111.996116ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (112.223639ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (104.793697ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (105.022769ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (111.098972ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (111.330054ms) ▶ 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) (71.797216ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (72.026265ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (64.548481ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (64.77235ms) ▶ 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) (1587.23897ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (1587.470386ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (7484.722071ms) ▶ 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) (117.448357ms) ✔ Only LFs present at request/invalid.md:531 (117.685376ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (1691.581899ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (1691.805126ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (101.261785ms) ✔ Spaces before headers at request/invalid.md:650 (101.48137ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (116.575379ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (116.796841ms) ✔ Invalid space after start line at request/invalid.md:509 (2028.264049ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (89.562446ms) ✔ ICE protocol and GET method at request/invalid.md:4 (89.777704ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (95.392677ms) ✔ ICE protocol, but not really at request/invalid.md:25 (95.617843ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (96.098491ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (96.326192ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (102.602291ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (102.82749ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (58.38123ms) ✔ Headers separated by CR at request/invalid.md:87 (58.614595ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (76.159847ms) ✔ Headers separated by LF at request/invalid.md:113 (76.388478ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (70.915592ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (71.140064ms) ▶ 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) (71.073489ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (71.303856ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (93.3333ms) ✔ Empty headers separated by CR at request/invalid.md:216 (93.556353ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (75.613714ms) ✔ Empty headers separated by LF at request/invalid.md:254 (75.840314ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (2.287029ms) ✔ Invalid header token #1 at request/invalid.md:287 (2.464873ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (1.902385ms) ✔ Invalid header token #2 at request/invalid.md:310 (2.063654ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (1.715884ms) ✔ Invalid header token #3 at request/invalid.md:333 (1.877907ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (33.904146ms) ✔ Invalid method at request/invalid.md:356 (34.105339ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (2.075981ms) ✔ Illegal header field name line folding at request/invalid.md:372 (2.294201ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (2.311507ms) ✔ Corrupted Connection header at request/invalid.md:396 (2.53837ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (2.378615ms) ✔ Corrupted header name at request/invalid.md:425 (2.589301ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (2.182201ms) ✔ Missing CR between headers at request/invalid.md:454 (2.361643ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (1.973949ms) ✔ Invalid HTTP version at request/invalid.md:490 (2.137384ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (43.915449ms) ✔ Invalid space after start line at request/invalid.md:509 (44.122047ms) ✔ Invalid requests at request/invalid.md:1 (2958.736599ms) ▶ 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) (1566.448531ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (1566.674856ms) ▶ 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) (65.309654ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (65.533969ms) ▶ 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) (49.168055ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (49.390121ms) ✔ Finish at request/finish.md:1 (1682.022018ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (1588.422004ms) ✔ on_message_begin at request/pausing.md:4 (1588.65011ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (1574.433578ms) ✔ on_message_complete at request/pausing.md:34 (1574.643692ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (1576.36496ms) ✔ on_protocol_complete at request/pausing.md:64 (1576.5946ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (1603.111678ms) ✔ on_method_complete at request/pausing.md:94 (1603.439883ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (1587.027898ms) ✔ on_url_complete at request/pausing.md:124 (1587.244992ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (1586.922948ms) ✔ on_version_complete at request/pausing.md:154 (1587.145742ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (1579.067675ms) ✔ on_header_field_complete at request/pausing.md:184 (1579.282298ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (1582.82939ms) ✔ on_header_value_complete at request/pausing.md:214 (1583.054553ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (1577.402891ms) ✔ on_headers_complete at request/pausing.md:244 (1577.611882ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (1562.997282ms) ✔ on_chunk_header at request/pausing.md:274 (1563.210712ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (1590.535286ms) ✔ on_chunk_extension_name at request/pausing.md:313 (1590.768939ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (1582.57321ms) ✔ on_chunk_extension_value at request/pausing.md:355 (1582.81166ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (1559.162631ms) ✔ on_chunk_complete at request/pausing.md:398 (1559.395996ms) ✔ Pausing at request/pausing.md:1 (20555.369641ms) ▶ 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) (128.2911ms) ✔ Should parse multiple events at request/pipelining.md:4 (128.514344ms) ✔ Pipelining at request/pipelining.md:1 (128.700861ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (1554.307448ms) ✔ Simple response at response/sample.md:4 (1554.556513ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (38.390648ms) ✔ RTSP response at response/sample.md:40 (38.590689ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (29.476136ms) ✔ ICE response at response/sample.md:60 (29.659156ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (34.291065ms) ✔ Error on invalid response start at response/sample.md:80 (34.478288ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (32.257833ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (32.466948ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (313.004692ms) ✔ Google 301 at response/sample.md:118 (313.243404ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (375.674423ms) ✔ amazon.com at response/sample.md:196 (375.967908ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (47.224609ms) ✔ No headers and no body at response/sample.md:271 (47.475971ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (28.314839ms) ✔ No reason phrase at response/sample.md:291 (28.532365ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (30.533045ms) ✔ Empty reason phrase after space at response/sample.md:310 (30.743403ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (114.150284ms) ✔ No carriage ret at response/sample.md:330 (114.369274ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (1644.911583ms) ✔ No carriage ret (lenient) at response/sample.md:351 (1645.131075ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (121.818686ms) ✔ Underscore in header key at response/sample.md:382 (122.040694ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (186.420497ms) ✔ bonjourmadame.fr at response/sample.md:425 (186.662384ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (271.705368ms) ✔ Spaces in header value at response/sample.md:494 (271.939227ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (80.048217ms) ✔ Spaces in header name at response/sample.md:574 (80.253881ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (2.18008ms) ✔ Non ASCII in status line at response/sample.md:609 (2.350302ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (32.129664ms) ✔ HTTP version 0.9 at response/sample.md:645 (32.324118ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (101.274989ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (101.49816ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (74.807697ms) ✔ Response starting with CRLF at response/sample.md:695 (75.033532ms) ✔ Sample responses at response/sample.md:1 (5119.539376ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (113.192682ms) ✔ Proxy-Connection at response/connection.md:4 (113.420453ms) ▶ 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) (102.806211ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (103.027979ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (62.412295ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (62.636472ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (64.157609ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (64.383059ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (76.202364ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (76.428694ms) ▶ 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) (110.307411ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (110.534357ms) ▶ 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) (1610.102537ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (1610.32658ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (92.482293ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (92.704817ms) ▶ 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) (1655.009779ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (1655.243155ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (98.287292ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (98.512352ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (121.742207ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (121.975865ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (104.775842ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (105.011243ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (76.328788ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (76.548801ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (102.158239ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (102.383829ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (94.193115ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (94.40998ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (126.315884ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (126.547046ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (137.322045ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (137.555061ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (144.930338ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (145.168513ms) ✔ Connection header at response/connection.md:1 (4898.901096ms) ▶ 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) (264.364505ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (264.594081ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (78.331282ms) ✔ Content-Length-X at response/content-length.md:80 (78.549132ms) ▶ 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) (1581.08796ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (1581.324329ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (68.53017ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (68.75157ms) ✔ Content-Length header at response/content-length.md:1 (1993.753427ms) ▶ 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) (104.487257ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (104.710112ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (69.77724ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (70.004129ms) ▶ 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) (90.87608ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (91.10325ms) ▶ `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) (86.475496ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (86.699587ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (118.787055ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (119.00885ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (88.57778ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (88.798293ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (73.276175ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (73.493581ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (154.303769ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (154.540959ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (103.431777ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (103.6757ms) ▶ 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) (1590.922232ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (1591.15706ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (2484.403517ms) ▶ 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) (34.395899ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (34.630668ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (35.931267ms) ✔ Extra space between status code and reason at response/invalid.md:186 (36.144154ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (30.561497ms) ✔ One-digit status code at response/invalid.md:206 (30.781622ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (62.397992ms) ✔ Only LFs present and no body at response/invalid.md:224 (62.618921ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (1582.620483ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (1582.837726ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (74.408568ms) ✔ Only LFs present at response/invalid.md:264 (74.626517ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (73.881853ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (74.105167ms) ✔ Invalid space after start line at response/invalid.md:149 (1896.579551ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (31.225217ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (31.436866ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (35.378756ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (35.60658ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (35.332611ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (35.560423ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (34.827276ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (35.052006ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (33.340919ms) ✔ Tab after HTTP version at response/invalid.md:72 (33.578895ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (35.180169ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (35.417444ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (60.413722ms) ✔ Headers separated by CR at response/invalid.md:108 (60.744181ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (33.087488ms) ✔ Invalid HTTP version at response/invalid.md:132 (33.304278ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (45.372084ms) ✔ Invalid space after start line at response/invalid.md:149 (45.593838ms) ✔ Invalid responses at response/invalid.md:1 (2244.109031ms) ▶ 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) (1549.064136ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (1549.30058ms) ✔ Finish at response/finish.md:1 (1549.506531ms) ▶ 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) (1553.759613ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (1554.068211ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (1554.276883ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (1577.648218ms) ✔ on_message_begin at response/pausing.md:4 (1578.110227ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (1577.430178ms) ✔ on_message_complete at response/pausing.md:32 (1577.645451ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (1582.815125ms) ✔ on_version_complete at response/pausing.md:60 (1583.000157ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (1566.304943ms) ✔ on_status_complete at response/pausing.md:88 (1566.487028ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (1586.667695ms) ✔ on_header_field_complete at response/pausing.md:116 (1586.873707ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (1561.341597ms) ✔ on_header_value_complete at response/pausing.md:144 (1561.525509ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (1580.206068ms) ✔ on_headers_complete at response/pausing.md:172 (1580.397198ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (1579.229076ms) ✔ on_chunk_header at response/pausing.md:200 (1579.437452ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (1613.573951ms) ✔ on_chunk_extension_name at response/pausing.md:237 (1613.774827ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (1576.905021ms) ✔ on_chunk_extension_value at response/pausing.md:277 (1577.090633ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (1593.595109ms) ✔ on_chunk_complete at response/pausing.md:317 (1593.770864ms) ✔ Pausing at response/pausing.md:1 (17399.39075ms) ▶ 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) (116.107027ms) ✔ Should parse multiple events at response/pipelining.md:4 (116.280077ms) ✔ Pipelining at response/pipelining.md:1 (116.421098ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (530.16694ms) ✔ Absolute URL at url.md:3 (530.354848ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (43.202988ms) ✔ Relative URL at url.md:17 (43.394107ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (16.34987ms) ✔ Failing on broken schema at url.md:29 (16.538537ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (28.052084ms) ✔ Proxy request at url.md:41 (28.225392ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (35.549958ms) ✔ Proxy request with port at url.md:53 (35.7345ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (31.599285ms) ✔ Proxy IPv6 request at url.md:65 (31.787706ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (36.773245ms) ✔ Proxy IPv6 request with port at url.md:77 (36.966349ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (84.906165ms) ✔ IPv4 in IPv6 address at url.md:89 (85.106856ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (111.563662ms) ✔ Extra `?` in query string at url.md:101 (111.762231ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (37.135901ms) ✔ URL encoded space at url.md:116 (37.325869ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (26.082078ms) ✔ URL fragment at url.md:127 (26.250748ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (104.285051ms) ✔ Complex URL fragment at url.md:138 (104.473356ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (83.088248ms) ✔ Complex URL from node.js url parser doc at url.md:153 (83.269051ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (91.806653ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (91.991961ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (2.383565ms) ✔ Double `@` at url.md:181 (2.529805ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (39.711893ms) ✔ Proxy basic auth with url encoded space at url.md:193 (39.877736ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (46.700636ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (46.894194ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (42.221747ms) ✔ IPv6 address with Zone ID at url.md:217 (42.404584ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (40.145313ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (40.327027ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (2.306353ms) ✔ Disallow tab in URL at url.md:241 (2.455839ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (2.114941ms) ✔ Disallow form-feed in URL at url.md:252 (2.2493ms) ✔ URL tests at url.md:1 (1441.838031ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 93213.000513 >>> 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-ppc64le.so.1 >>> llhttp*: Package size: 129.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:21 +0000 elapsed time 0h 1m 56s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260603.134326) ( 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: 459.6 MiB in 105 packages >>> llhttp: Updating the community/ppc64le repository index... >>> llhttp: Signing the index...