>>> 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.134327) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 722.1 MiB in 130 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 (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/llhttp-9.4.1.tar.gz.part' llhttp-9.4.1.tar.gz. 0% | | 11836 0:08:53 ETA llhttp-9.4.1.tar.gz. 48% |*************** | 3006k 0:00:02 ETA llhttp-9.4.1.tar.gz. 100% |********************************| 6141k 0:00:00 ETA '/var/cache/distfiles/llhttp-9.4.1.tar.gz.part' saved /var/cache/distfiles/llhttp-9.4.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.4.1.tar.gz /var/cache/distfiles/llhttp-9.4.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/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) (1910.261817ms) ✔ Simple request at request/sample.md:6 (1912.279466ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (171.113977ms) ✔ Request with method starting with `H` at request/sample.md:39 (171.580736ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (137.072811ms) ✔ curl GET at request/sample.md:67 (137.671232ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (254.92027ms) ✔ Firefox GET at request/sample.md:105 (255.295489ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (102.944853ms) ✔ DUMBPACK at request/sample.md:168 (103.363512ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (83.41798ms) ✔ No headers and no body at request/sample.md:196 (83.71202ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (97.006832ms) ✔ One header and no body at request/sample.md:219 (97.274957ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (86.19858ms) ✔ Apache bench GET at request/sample.md:247 (86.446126ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (47.273014ms) ✔ Prefix newline at request/sample.md:288 (47.538313ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (20.870834ms) ✔ No HTTP version at request/sample.md:314 (21.150647ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (1682.326431ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (1682.555619ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (118.784664ms) ✔ Line folding in header value with LF at request/sample.md:394 (119.008308ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (44.038001ms) ✔ No LF after CR at request/sample.md:432 (44.261472ms) ▶ 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) (1606.976676ms) ✔ No LF after CR (lenient) at request/sample.md:454 (1607.219322ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (72.819574ms) ✔ Request starting with CRLF at request/sample.md:478 (73.043245ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (2.434995ms) ✔ Extended Characters at request/sample.md:506 (2.621976ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (2.098466ms) ✔ 255 ASCII in header value at request/sample.md:536 (2.268705ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (885.16961ms) ✔ X-SSL-Nonsense at request/sample.md:571 (885.414296ms) ✔ Sample requests at request/sample.md:1 (7336.069188ms) ▶ 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) (110.774333ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (111.107306ms) ✔ Header value at request/lenient-headers.md:82 (111.291811ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (61.234777ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (61.465289ms) ▶ 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.380953ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (77.622021ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (67.080131ms) ✔ Header value at request/lenient-headers.md:82 (67.313308ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (318.302328ms) ▶ 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) (1620.50821ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (1620.737474ms) ▶ 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) (76.337807ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (76.664379ms) ▶ 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.451981ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (78.691513ms) ▶ 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.242517ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (79.467257ms) ▶ 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) (66.15616ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (66.394753ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (1922.717146ms) ▶ 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) (1592.947419ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (1593.173007ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (1593.37182ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (44.204581ms) ✔ REPORT request at request/method.md:4 (44.430116ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (100.566706ms) ✔ CONNECT request at request/method.md:27 (100.803519ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (111.585489ms) ✔ CONNECT request with CAPS at request/method.md:62 (111.823915ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (96.633589ms) ✔ CONNECT with body at request/method.md:96 (96.866656ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (89.300527ms) ✔ M-SEARCH request at request/method.md:135 (89.531027ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (101.682396ms) ✔ PATCH request at request/method.md:173 (101.919607ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (94.918995ms) ✔ PURGE request at request/method.md:217 (95.154098ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (79.828822ms) ✔ SEARCH request at request/method.md:245 (80.057326ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (114.226612ms) ✔ LINK request at request/method.md:273 (114.461299ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (113.894602ms) ✔ LINK request at request/method.md:311 (114.228752ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (104.611233ms) ✔ SOURCE request at request/method.md:344 (104.910179ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (100.570766ms) ✔ SOURCE request with ICE at request/method.md:372 (100.808619ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (104.185ms) ✔ OPTIONS request with RTSP at request/method.md:400 (104.418191ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (105.625876ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (105.854297ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (41.761565ms) ✔ PRI request HTTP2 at request/method.md:458 (42.00241ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (109.587497ms) ✔ QUERY request at request/method.md:482 (109.827883ms) ✔ Methods at request/method.md:1 (1519.152141ms) ▶ 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.486876ms) ✔ Quotes in URI at request/uri.md:4 (86.718117ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (63.690231ms) ✔ Query URL with question mark at request/uri.md:27 (63.920322ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (80.480211ms) ✔ Host terminated by a query string at request/uri.md:52 (80.715924ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (85.163191ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (85.392431ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (56.241686ms) ✔ Query URL with vertical bar character at request/uri.md:98 (56.467609ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (71.510572ms) ✔ `host:port` terminated by a space at request/uri.md:125 (71.749084ms) ▶ 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.239181ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (2.436941ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (97.615609ms) ✔ Fragment in URI at request/uri.md:165 (97.824953ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (107.037618ms) ✔ Underscore in hostname at request/uri.md:188 (107.26725ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (109.664676ms) ✔ `host:port` and basic auth at request/uri.md:222 (109.955351ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (6.821091ms) ✔ Space in URI at request/uri.md:245 (7.06639ms) ✔ URI at request/uri.md:1 (770.917794ms) ▶ 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) (79.000507ms) ✔ Setting flag at request/connection.md:6 (79.235432ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (96.383899ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (96.610435ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (72.690854ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (72.910139ms) ▶ 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) (1648.540149ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (1648.776233ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (103.69315ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (103.929333ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (86.155163ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (86.388431ms) ✔ `keep-alive` at request/connection.md:4 (2088.588096ms) ▶ `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) (68.059282ms) ✔ Setting flag on `close` at request/connection.md:236 (68.277899ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (108.737627ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (108.959127ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (125.433033ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (125.656289ms) ✔ `close` at request/connection.md:234 (303.304318ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (68.996917ms) ✔ Sample at request/connection.md:375 (69.21052ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (168.341323ms) ✔ Multiple tokens with folding at request/connection.md:403 (168.571516ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (87.22368ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (87.443844ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (90.668005ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (90.898376ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (77.00125ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (77.224317ms) ▶ 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) (84.582382ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (84.808411ms) ✔ Parsing multiple tokens at request/connection.md:373 (578.92175ms) ▶ `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) (103.493372ms) ✔ Setting a flag and pausing at request/connection.md:601 (103.715884ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (83.516121ms) ✔ Emitting part of body and pausing at request/connection.md:635 (83.745024ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (171.406894ms) ✔ Upgrade GET request at request/connection.md:675 (171.646239ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (102.848868ms) ✔ Upgrade POST request at request/connection.md:734 (103.075723ms) ✔ `upgrade` at request/connection.md:599 (462.727288ms) ✔ Connection header at request/connection.md:1 (3434.068954ms) ▶ 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) (74.610047ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (74.85005ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (69.836938ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (70.057346ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (73.633176ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (73.858408ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (62.817002ms) ✔ Empty `Content-Length` at request/content-length.md:396 (63.035293ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (282.315328ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (79.226512ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (79.446131ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (104.074326ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (104.315305ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (103.430312ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (103.661294ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (100.555544ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (100.784857ms) ▶ 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) (63.951346ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (64.182463ms) ▶ 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) (75.576374ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (75.801781ms) ▶ 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.570908ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (82.151268ms) ▶ 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) (1587.953784ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (1588.190498ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (71.419337ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (71.654289ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (71.65353ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (71.881808ms) ▶ `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.173942ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (2.367569ms) ▶ 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) (1619.191769ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (1619.413588ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (76.040194ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (76.275638ms) ▶ 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) (73.400578ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (73.632001ms) ✔ Content-Length header at request/content-length.md:1 (4397.89253ms) ▶ 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) (85.793733ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (86.042511ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (65.882562ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (66.111425ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (63.43022ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (63.683139ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (105.864381ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (106.103747ms) ▶ 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) (93.147943ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (93.384732ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (99.768467ms) ✔ Trailing headers at request/transfer-encoding.md:186 (100.000602ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (136.113995ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (136.345166ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (118.594308ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (118.827528ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (101.562659ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (101.791777ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (141.818809ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (142.061577ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (99.627039ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (99.855626ms) ✔ `chunked` at request/transfer-encoding.md:4 (1115.532145ms) ▶ 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) (101.155451ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (101.391491ms) ▶ 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) (138.576252ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (138.82763ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (86.453616ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (86.683984ms) ▶ 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) (1594.236415ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (1594.49748ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (1921.971558ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (2.419612ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (2.615648ms) ▶ 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.764147ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (114.985014ms) ▶ 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) (115.503759ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (115.722191ms) ▶ 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) (106.475628ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (106.701636ms) ▶ 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.885609ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (3.07967ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (2.092651ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (2.267337ms) ▶ 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) (1610.240481ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (1610.457733ms) ▶ 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) (92.200264ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (92.438545ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (120.556705ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (120.796305ms) ▶ 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.725031ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (100.955836ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (111.334788ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (111.568866ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (104.724863ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (104.95353ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (109.918553ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (110.142852ms) ▶ 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) (63.603525ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (63.828321ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (61.149781ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (61.375108ms) ▶ 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) (1603.51743ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (1603.751806ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (7365.275137ms) ▶ 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) (115.155685ms) ✔ Only LFs present at request/invalid.md:531 (115.39113ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (1658.737623ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (1658.960029ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (102.57403ms) ✔ Spaces before headers at request/invalid.md:650 (102.801774ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (118.031361ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (118.252219ms) ✔ Invalid space after start line at request/invalid.md:509 (1995.906077ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (90.037741ms) ✔ ICE protocol and GET method at request/invalid.md:4 (90.254797ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (94.158893ms) ✔ ICE protocol, but not really at request/invalid.md:25 (94.386967ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (93.431835ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (93.657808ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (101.771319ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (101.997329ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (56.949703ms) ✔ Headers separated by CR at request/invalid.md:87 (57.176232ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (75.4678ms) ✔ Headers separated by LF at request/invalid.md:113 (75.691446ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (70.079696ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (70.314389ms) ▶ 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) (72.024421ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (72.254913ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (91.874024ms) ✔ Empty headers separated by CR at request/invalid.md:216 (92.097255ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (80.595404ms) ✔ Empty headers separated by LF at request/invalid.md:254 (80.833841ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (2.516349ms) ✔ Invalid header token #1 at request/invalid.md:287 (2.701708ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (1.831044ms) ✔ Invalid header token #2 at request/invalid.md:310 (1.996182ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (1.925999ms) ✔ Invalid header token #3 at request/invalid.md:333 (2.087452ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (36.148924ms) ✔ Invalid method at request/invalid.md:356 (36.348059ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (1.997764ms) ✔ Illegal header field name line folding at request/invalid.md:372 (2.182312ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (2.065697ms) ✔ Corrupted Connection header at request/invalid.md:396 (2.249077ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (2.078555ms) ✔ Corrupted header name at request/invalid.md:425 (2.252374ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (2.088163ms) ✔ Missing CR between headers at request/invalid.md:454 (2.26295ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (1.854476ms) ✔ Invalid HTTP version at request/invalid.md:490 (2.030982ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (45.256698ms) ✔ Invalid space after start line at request/invalid.md:509 (45.468038ms) ✔ Invalid requests at request/invalid.md:1 (2926.635042ms) ▶ 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) (1553.362541ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (1553.588441ms) ▶ 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) (69.291293ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (69.520269ms) ▶ 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.036376ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (49.269748ms) ✔ Finish at request/finish.md:1 (1672.829153ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (1599.011917ms) ✔ on_message_begin at request/pausing.md:4 (1599.270992ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (1612.991953ms) ✔ on_message_complete at request/pausing.md:34 (1613.235969ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (1616.441369ms) ✔ on_protocol_complete at request/pausing.md:64 (1616.672344ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (1599.585468ms) ✔ on_method_complete at request/pausing.md:94 (1599.815243ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (1605.086466ms) ✔ on_url_complete at request/pausing.md:124 (1605.31525ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (1565.29427ms) ✔ on_version_complete at request/pausing.md:154 (1565.525943ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (1594.322049ms) ✔ on_header_field_complete at request/pausing.md:184 (1594.561441ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (1596.745054ms) ✔ on_header_value_complete at request/pausing.md:214 (1596.978826ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (1596.259359ms) ✔ on_headers_complete at request/pausing.md:244 (1596.495788ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (1569.685407ms) ✔ on_chunk_header at request/pausing.md:274 (1569.922469ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (1543.270118ms) ✔ on_chunk_extension_name at request/pausing.md:313 (1543.505223ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (1577.822013ms) ✔ on_chunk_extension_value at request/pausing.md:355 (1578.041781ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (1591.433239ms) ✔ on_chunk_complete at request/pausing.md:398 (1591.65603ms) ✔ Pausing at request/pausing.md:1 (20672.602883ms) ▶ 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) (130.272088ms) ✔ Should parse multiple events at request/pipelining.md:4 (130.490746ms) ✔ Pipelining at request/pipelining.md:1 (130.673966ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (1579.34481ms) ✔ Simple response at response/sample.md:4 (1579.646338ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (33.815261ms) ✔ RTSP response at response/sample.md:40 (34.043244ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (31.188394ms) ✔ ICE response at response/sample.md:60 (31.401359ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (36.042382ms) ✔ Error on invalid response start at response/sample.md:80 (36.256765ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (33.264814ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (33.48915ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (307.42081ms) ✔ Google 301 at response/sample.md:118 (307.649927ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (375.801445ms) ✔ amazon.com at response/sample.md:196 (376.035055ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (45.722864ms) ✔ No headers and no body at response/sample.md:271 (45.941199ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (28.261791ms) ✔ No reason phrase at response/sample.md:291 (28.469117ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (30.041436ms) ✔ Empty reason phrase after space at response/sample.md:310 (30.254886ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (115.60813ms) ✔ No carriage ret at response/sample.md:330 (115.834419ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (1628.269097ms) ✔ No carriage ret (lenient) at response/sample.md:351 (1628.511478ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (124.415663ms) ✔ Underscore in header key at response/sample.md:382 (124.640651ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (185.640778ms) ✔ bonjourmadame.fr at response/sample.md:425 (185.870869ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (265.884194ms) ✔ Spaces in header value at response/sample.md:494 (266.111758ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (81.593066ms) ✔ Spaces in header name at response/sample.md:574 (81.818302ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (2.491703ms) ✔ Non ASCII in status line at response/sample.md:609 (2.684873ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (33.489966ms) ✔ HTTP version 0.9 at response/sample.md:645 (33.70289ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (97.810454ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (98.066909ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (73.926398ms) ✔ Response starting with CRLF at response/sample.md:695 (74.15762ms) ✔ Sample responses at response/sample.md:1 (5116.851165ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (110.879282ms) ✔ Proxy-Connection at response/connection.md:4 (111.11486ms) ▶ 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) (103.401525ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (103.628149ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (68.944034ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (69.21804ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (60.522104ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (60.880277ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (75.832275ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (76.062048ms) ▶ 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) (111.710571ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (111.952809ms) ▶ 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) (1624.797964ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (1625.034622ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (98.910738ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (99.160446ms) ▶ 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) (1625.004083ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (1625.248719ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (99.334887ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (99.577409ms) ▶ 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.716625ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (121.95284ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (106.563549ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (106.794033ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (74.456603ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (74.678061ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (105.009642ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (105.242126ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (96.428759ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (96.655995ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (131.603952ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (131.835979ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (137.187755ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (137.42059ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (142.130475ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (142.363739ms) ✔ Connection header at response/connection.md:1 (4900.972534ms) ▶ 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) (261.056817ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (261.285715ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (78.654558ms) ✔ Content-Length-X at response/content-length.md:80 (78.871864ms) ▶ 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.764512ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (1581.999041ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (69.791417ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (70.017486ms) ✔ Content-Length header at response/content-length.md:1 (1992.713373ms) ▶ 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) (101.577264ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (101.791084ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (68.573662ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (68.794816ms) ▶ 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) (92.484727ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (92.703467ms) ▶ `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) (85.868619ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (86.098179ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (117.598064ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (117.828154ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (87.849616ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (88.078612ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (73.921277ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (74.14945ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (155.592729ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (155.833663ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (104.127961ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (104.370527ms) ▶ 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) (1602.70855ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (1602.959904ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (2493.826546ms) ▶ 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) (35.148657ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (35.391728ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (35.578796ms) ✔ Extra space between status code and reason at response/invalid.md:186 (35.802895ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (30.643069ms) ✔ One-digit status code at response/invalid.md:206 (30.862391ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (60.556909ms) ✔ Only LFs present and no body at response/invalid.md:224 (60.779118ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (1584.131261ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (1584.373801ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (72.046018ms) ✔ Only LFs present at response/invalid.md:264 (72.305715ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (74.366889ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (74.592858ms) ✔ Invalid space after start line at response/invalid.md:149 (1894.978801ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (30.64175ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (30.863574ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (34.150075ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (34.389449ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (34.744898ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (34.965638ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (33.541414ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (33.766044ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (32.030841ms) ✔ Tab after HTTP version at response/invalid.md:72 (32.249099ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (34.528202ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (34.748839ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (58.865472ms) ✔ Headers separated by CR at response/invalid.md:108 (59.089056ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (32.476058ms) ✔ Invalid HTTP version at response/invalid.md:132 (32.692776ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (47.939568ms) ✔ Invalid space after start line at response/invalid.md:149 (48.167711ms) ✔ Invalid responses at response/invalid.md:1 (2237.151364ms) ▶ 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) (1583.020274ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (1583.262401ms) ✔ Finish at response/finish.md:1 (1583.458862ms) ▶ 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) (1583.385962ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (1583.628834ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (1583.826931ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (1601.903183ms) ✔ on_message_begin at response/pausing.md:4 (1602.314389ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (1586.135992ms) ✔ on_message_complete at response/pausing.md:32 (1586.348162ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (1589.040076ms) ✔ on_version_complete at response/pausing.md:60 (1589.239978ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (1587.933894ms) ✔ on_status_complete at response/pausing.md:88 (1588.133311ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (1593.121892ms) ✔ on_header_field_complete at response/pausing.md:116 (1593.312865ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (1571.955557ms) ✔ on_header_value_complete at response/pausing.md:144 (1572.145647ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (1593.261911ms) ✔ on_headers_complete at response/pausing.md:172 (1593.46009ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (1581.109563ms) ✔ on_chunk_header at response/pausing.md:200 (1581.306593ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (1588.618657ms) ✔ on_chunk_extension_name at response/pausing.md:237 (1588.82128ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (1564.750276ms) ✔ on_chunk_extension_value at response/pausing.md:277 (1564.952456ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (1546.311026ms) ✔ on_chunk_complete at response/pausing.md:317 (1546.495378ms) ✔ Pausing at response/pausing.md:1 (17407.678237ms) ▶ 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) (119.001262ms) ✔ Should parse multiple events at response/pipelining.md:4 (119.178176ms) ✔ Pipelining at response/pipelining.md:1 (119.323279ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (530.891416ms) ✔ Absolute URL at url.md:3 (531.074605ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (43.477152ms) ✔ Relative URL at url.md:17 (43.669001ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (14.894711ms) ✔ Failing on broken schema at url.md:29 (15.075488ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (28.101531ms) ✔ Proxy request at url.md:41 (28.269042ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (35.3468ms) ✔ Proxy request with port at url.md:53 (35.538702ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (31.364851ms) ✔ Proxy IPv6 request at url.md:65 (31.567048ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (37.209308ms) ✔ Proxy IPv6 request with port at url.md:77 (37.399922ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (81.204634ms) ✔ IPv4 in IPv6 address at url.md:89 (81.405763ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (99.99017ms) ✔ Extra `?` in query string at url.md:101 (100.187388ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (35.750268ms) ✔ URL encoded space at url.md:116 (35.938705ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (24.463124ms) ✔ URL fragment at url.md:127 (24.639837ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (100.815279ms) ✔ Complex URL fragment at url.md:138 (101.003095ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (78.549066ms) ✔ Complex URL from node.js url parser doc at url.md:153 (78.980898ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (88.429957ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (88.630379ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (2.784773ms) ✔ Double `@` at url.md:181 (2.937334ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (39.556481ms) ✔ Proxy basic auth with url encoded space at url.md:193 (39.743374ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (45.324281ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (45.533413ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (43.552784ms) ✔ IPv6 address with Zone ID at url.md:217 (43.741715ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (43.119058ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (43.320785ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (2.337289ms) ✔ Disallow tab in URL at url.md:241 (2.490596ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (1.947833ms) ✔ Disallow form-feed in URL at url.md:252 (2.078925ms) ✔ URL tests at url.md:1 (1415.198733ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 93006.105859 >>> 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.134327) ( 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: 288.6 MiB in 106 packages >>> llhttp: Updating the community/ppc64le repository index... >>> llhttp: Signing the index...