>>> llhttp: Building community/llhttp 9.4.1-r0 (using abuild 3.17.0_rc2-r0) started Wed, 03 Jun 2026 13:43:20 +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.134321) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 818.4 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. 0% | | 13010 0:08:10 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 3s 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.2s) -- 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) (1338.64445ms) ✔ Simple request at request/sample.md:6 (1339.607957ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (58.584767ms) ✔ Request with method starting with `H` at request/sample.md:39 (58.755387ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (20.063935ms) ✔ curl GET at request/sample.md:67 (20.200636ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (56.144964ms) ✔ Firefox GET at request/sample.md:105 (56.282837ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (13.025483ms) ✔ DUMBPACK at request/sample.md:168 (13.25094ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (11.023155ms) ✔ No headers and no body at request/sample.md:196 (11.155323ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (14.545257ms) ✔ One header and no body at request/sample.md:219 (14.653402ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (14.418811ms) ✔ Apache bench GET at request/sample.md:247 (14.526514ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (11.569935ms) ✔ Prefix newline at request/sample.md:288 (11.676348ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (6.880846ms) ✔ No HTTP version at request/sample.md:314 (7.001616ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (1242.371088ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (1242.529663ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (14.416293ms) ✔ Line folding in header value with LF at request/sample.md:394 (14.544018ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (10.888279ms) ✔ No LF after CR at request/sample.md:432 (10.989849ms) ▶ 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) (1236.29007ms) ✔ No LF after CR (lenient) at request/sample.md:454 (1236.460136ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (12.539396ms) ✔ Request starting with CRLF at request/sample.md:478 (12.663948ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (1.690403ms) ✔ Extended Characters at request/sample.md:506 (1.778905ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (1.587171ms) ✔ 255 ASCII in header value at request/sample.md:536 (1.689253ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (353.573652ms) ✔ X-SSL-Nonsense at request/sample.md:571 (353.749605ms) ✔ Sample requests at request/sample.md:1 (4422.918612ms) ▶ 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) (21.110365ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (21.215064ms) ✔ Header value at request/lenient-headers.md:82 (21.279098ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (10.830221ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (10.920542ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (15.557781ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (15.650509ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (10.999947ms) ✔ Header value at request/lenient-headers.md:82 (11.090564ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (59.216124ms) ▶ 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) (1229.88704ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (1230.048233ms) ▶ 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) (12.603016ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (12.716672ms) ▶ 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) (12.863451ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (12.949961ms) ▶ 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) (12.902792ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (12.983318ms) ▶ 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) (11.303417ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (11.388151ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (1280.382974ms) ▶ 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) (1221.648739ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (1221.804515ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (1221.894047ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (10.435054ms) ✔ REPORT request at request/method.md:4 (10.525855ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (17.313007ms) ✔ CONNECT request at request/method.md:27 (17.404178ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (19.794957ms) ✔ CONNECT request with CAPS at request/method.md:62 (19.881932ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (19.338631ms) ✔ CONNECT with body at request/method.md:96 (19.427386ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (15.347573ms) ✔ M-SEARCH request at request/method.md:135 (15.429123ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (27.957507ms) ✔ PATCH request at request/method.md:173 (28.075759ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (14.373979ms) ✔ PURGE request at request/method.md:217 (14.454621ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (12.150539ms) ✔ SEARCH request at request/method.md:245 (12.227658ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (19.212926ms) ✔ LINK request at request/method.md:273 (19.371546ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (15.184663ms) ✔ LINK request at request/method.md:311 (15.263424ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (11.486913ms) ✔ SOURCE request at request/method.md:344 (11.569412ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (11.835659ms) ✔ SOURCE request with ICE at request/method.md:372 (11.917853ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (12.021909ms) ✔ OPTIONS request with RTSP at request/method.md:400 (12.101203ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (12.228629ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (12.307264ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (10.346282ms) ✔ PRI request HTTP2 at request/method.md:458 (10.426567ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (23.35348ms) ✔ QUERY request at request/method.md:482 (23.444627ms) ✔ Methods at request/method.md:1 (254.685657ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (16.666924ms) ✔ Quotes in URI at request/uri.md:4 (16.756047ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (11.699057ms) ✔ Query URL with question mark at request/uri.md:27 (11.788349ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (14.255885ms) ✔ Host terminated by a query string at request/uri.md:52 (14.341937ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (14.909508ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (14.994413ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (9.193269ms) ✔ Query URL with vertical bar character at request/uri.md:98 (9.274454ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (13.652415ms) ✔ `host:port` terminated by a space at request/uri.md:125 (13.748191ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (5.63069ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (5.719949ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (11.993616ms) ✔ Fragment in URI at request/uri.md:165 (12.075864ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (14.41462ms) ✔ Underscore in hostname at request/uri.md:188 (14.499233ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (12.788488ms) ✔ `host:port` and basic auth at request/uri.md:222 (12.866678ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (2.000366ms) ✔ Space in URI at request/uri.md:245 (2.078835ms) ✔ URI at request/uri.md:1 (128.685967ms) ▶ 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) (11.344934ms) ✔ Setting flag at request/connection.md:6 (11.434465ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (17.289836ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (17.367903ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (9.307496ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (9.380515ms) ▶ 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) (1275.409313ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (1275.563367ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (28.30898ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (28.426274ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (19.406005ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (19.500027ms) ✔ `keep-alive` at request/connection.md:4 (1361.999257ms) ▶ `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) (15.827995ms) ✔ Setting flag on `close` at request/connection.md:236 (15.91366ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (30.218137ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (30.311139ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (43.075084ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (43.17238ms) ✔ `close` at request/connection.md:234 (89.560981ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (20.085031ms) ✔ Sample at request/connection.md:375 (20.180627ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (49.987632ms) ✔ Multiple tokens with folding at request/connection.md:403 (50.095954ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (21.588203ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (21.687045ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (23.539539ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (23.728391ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (16.558229ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (16.643105ms) ▶ 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) (21.057909ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (21.151681ms) ✔ Parsing multiple tokens at request/connection.md:373 (153.7988ms) ▶ `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) (17.401714ms) ✔ Setting a flag and pausing at request/connection.md:601 (17.490685ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (20.734977ms) ✔ Emitting part of body and pausing at request/connection.md:635 (20.819188ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (47.73302ms) ✔ Upgrade GET request at request/connection.md:675 (47.89691ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (26.625191ms) ✔ Upgrade POST request at request/connection.md:734 (26.732705ms) ✔ `upgrade` at request/connection.md:599 (113.163354ms) ✔ Connection header at request/connection.md:1 (1718.752949ms) ▶ 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) (15.82074ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (15.910849ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (15.10999ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (15.20022ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (18.222188ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (18.305439ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (16.910109ms) ✔ Empty `Content-Length` at request/content-length.md:396 (16.992234ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (66.601236ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (16.40764ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (16.496505ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (17.791252ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (17.877623ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (18.261504ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (18.362799ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (27.833942ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (27.926413ms) ▶ 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) (32.705006ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (32.974288ms) ▶ 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) (29.137491ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (29.23163ms) ▶ 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) (40.821591ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (40.925876ms) ▶ 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) (1295.794311ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (1295.960815ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (16.80936ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (16.941304ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (38.293508ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (38.39581ms) ▶ `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.286188ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (2.371365ms) ▶ 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) (1319.037184ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (1319.203959ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (10.46349ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (10.580017ms) ▶ 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) (11.106972ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (11.193011ms) ✔ Content-Length header at request/content-length.md:1 (2945.809171ms) ▶ 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) (11.709151ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (11.795346ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (16.841578ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (16.929646ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (15.238878ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (15.331936ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (17.289178ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (17.370354ms) ▶ 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) (25.34047ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (25.429562ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (28.320704ms) ✔ Trailing headers at request/transfer-encoding.md:186 (28.411476ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (32.976342ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (33.065607ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (32.095897ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (32.315131ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (20.557048ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (20.665938ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (43.386689ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (43.497495ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (23.034904ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (23.123373ms) ✔ `chunked` at request/transfer-encoding.md:4 (268.496566ms) ▶ 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) (30.822555ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (30.914606ms) ▶ 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) (34.076693ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (34.168418ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (20.679768ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (20.768228ms) ▶ 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) (1385.552024ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (1385.719208ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (1471.808544ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (2.091608ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (2.222077ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (19.757758ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (19.84951ms) ▶ 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) (21.510598ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (21.606804ms) ▶ 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) (31.548247ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (31.641896ms) ▶ 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) (1.691857ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (1.792074ms) ▶ 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.645851ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (1.749997ms) ▶ 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) (1353.965819ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (1354.149617ms) ▶ 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) (20.910941ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (21.038499ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (20.13658ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (20.222112ms) ▶ 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) (25.065879ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (25.151364ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (19.47652ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (19.56334ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (18.107553ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (18.204107ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (19.717778ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (19.814087ms) ▶ 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) (20.275506ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (20.366976ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (15.976747ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (16.061099ms) ▶ 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) (1301.942693ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (1302.106328ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (4636.887411ms) ▶ 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) (16.596609ms) ✔ Only LFs present at request/invalid.md:531 (16.685454ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (1327.577177ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (1327.730529ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (21.520594ms) ✔ Spaces before headers at request/invalid.md:650 (21.63873ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (27.036806ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (27.131328ms) ✔ Invalid space after start line at request/invalid.md:509 (1393.416902ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (13.834322ms) ✔ ICE protocol and GET method at request/invalid.md:4 (13.922791ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (16.533638ms) ✔ ICE protocol, but not really at request/invalid.md:25 (16.630756ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (13.114133ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (13.199668ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (17.359449ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (17.438655ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (11.254152ms) ✔ Headers separated by CR at request/invalid.md:87 (11.334274ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (17.456494ms) ✔ Headers separated by LF at request/invalid.md:113 (17.545999ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (21.707571ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (21.802497ms) ▶ 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) (21.056057ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (21.162368ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (21.717856ms) ✔ Empty headers separated by CR at request/invalid.md:216 (21.807405ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (17.640596ms) ✔ Empty headers separated by LF at request/invalid.md:254 (17.72435ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (2.676542ms) ✔ Invalid header token #1 at request/invalid.md:287 (2.750956ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (2.202246ms) ✔ Invalid header token #2 at request/invalid.md:310 (2.283459ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (1.727528ms) ✔ Invalid header token #3 at request/invalid.md:333 (1.800299ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (11.796276ms) ✔ Invalid method at request/invalid.md:356 (11.877117ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (2.149931ms) ✔ Illegal header field name line folding at request/invalid.md:372 (2.229828ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (1.736708ms) ✔ Corrupted Connection header at request/invalid.md:396 (1.81431ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (1.538307ms) ✔ Corrupted header name at request/invalid.md:425 (1.615949ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (1.958825ms) ✔ Missing CR between headers at request/invalid.md:454 (2.037117ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (1.802524ms) ✔ Invalid HTTP version at request/invalid.md:490 (1.88827ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (10.875214ms) ✔ Invalid space after start line at request/invalid.md:509 (10.965348ms) ✔ Invalid requests at request/invalid.md:1 (1606.409812ms) ▶ 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) (1249.88077ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (1250.046381ms) ▶ 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) (15.890815ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (16.000443ms) ▶ 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) (13.476759ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (13.554349ms) ✔ Finish at request/finish.md:1 (1279.82102ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (1243.719972ms) ✔ on_message_begin at request/pausing.md:4 (1243.89789ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (1267.419345ms) ✔ on_message_complete at request/pausing.md:34 (1267.606549ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (1308.102354ms) ✔ on_protocol_complete at request/pausing.md:64 (1308.289434ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (1290.109803ms) ✔ on_method_complete at request/pausing.md:94 (1290.30346ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (1534.14409ms) ✔ on_url_complete at request/pausing.md:124 (1534.336291ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (1339.483482ms) ✔ on_version_complete at request/pausing.md:154 (1339.673087ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (1270.360457ms) ✔ on_header_field_complete at request/pausing.md:184 (1270.626112ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (1279.261104ms) ✔ on_header_value_complete at request/pausing.md:214 (1279.488116ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (1218.564442ms) ✔ on_headers_complete at request/pausing.md:244 (1218.751943ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (1215.389261ms) ✔ on_chunk_header at request/pausing.md:274 (1215.581649ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (1236.797513ms) ✔ on_chunk_extension_name at request/pausing.md:313 (1236.989492ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (1228.698867ms) ✔ on_chunk_extension_value at request/pausing.md:355 (1228.882563ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (1227.205763ms) ✔ on_chunk_complete at request/pausing.md:398 (1227.38342ms) ✔ Pausing at request/pausing.md:1 (16662.659346ms) ▶ 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) (40.444949ms) ✔ Should parse multiple events at request/pipelining.md:4 (40.533113ms) ✔ Pipelining at request/pipelining.md:1 (40.649657ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (1232.880955ms) ✔ Simple response at response/sample.md:4 (1233.040856ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (13.48284ms) ✔ RTSP response at response/sample.md:40 (13.585705ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (11.374779ms) ✔ ICE response at response/sample.md:60 (11.460023ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (13.073321ms) ✔ Error on invalid response start at response/sample.md:80 (13.158379ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (12.363642ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (12.439179ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (111.14622ms) ✔ Google 301 at response/sample.md:118 (111.295885ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (157.241692ms) ✔ amazon.com at response/sample.md:196 (157.404186ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (14.917584ms) ✔ No headers and no body at response/sample.md:271 (15.010064ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (13.935283ms) ✔ No reason phrase at response/sample.md:291 (14.007526ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (10.167639ms) ✔ Empty reason phrase after space at response/sample.md:310 (10.243188ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (12.505245ms) ✔ No carriage ret at response/sample.md:330 (12.588396ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (1235.406421ms) ✔ No carriage ret (lenient) at response/sample.md:351 (1235.787279ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (25.025371ms) ✔ Underscore in header key at response/sample.md:382 (25.131402ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (60.477065ms) ✔ bonjourmadame.fr at response/sample.md:425 (60.580747ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (91.188431ms) ✔ Spaces in header value at response/sample.md:494 (91.302793ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (42.748655ms) ✔ Spaces in header name at response/sample.md:574 (42.850374ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (2.005414ms) ✔ Non ASCII in status line at response/sample.md:609 (2.090615ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (12.438662ms) ✔ HTTP version 0.9 at response/sample.md:645 (12.517398ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (14.353481ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (14.432948ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (16.047767ms) ✔ Response starting with CRLF at response/sample.md:695 (16.128564ms) ✔ Sample responses at response/sample.md:1 (3106.183597ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (23.276541ms) ✔ Proxy-Connection at response/connection.md:4 (23.366792ms) ▶ 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) (14.201274ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (14.282184ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (17.975354ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (18.058529ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (12.856758ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (12.937685ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (12.308094ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (12.38594ms) ▶ 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) (17.009194ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (17.108294ms) ▶ 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) (1236.306745ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (1236.472243ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (19.010947ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (19.128254ms) ▶ 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) (1229.963263ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (1230.124374ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (20.305268ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (20.40899ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (21.486175ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (21.574113ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (16.986367ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (17.070293ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (18.598258ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (18.671768ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (21.937482ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (22.01834ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (24.083558ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (24.172039ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (23.893014ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (23.974164ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (34.899113ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (34.994088ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (40.347576ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (40.449934ms) ✔ Connection header at response/connection.md:1 (2808.143358ms) ▶ 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) (87.984173ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (88.120877ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (20.115543ms) ✔ Content-Length-X at response/content-length.md:80 (20.215439ms) ▶ 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) (1227.092736ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (1227.250851ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (12.212521ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (12.319438ms) ✔ Content-Length header at response/content-length.md:1 (1348.149314ms) ▶ 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) (18.544147ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (18.64588ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (17.476509ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (17.559264ms) ▶ 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) (14.979795ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (15.067614ms) ▶ `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) (22.250077ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (22.333058ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (47.325222ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (47.418672ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (15.791908ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (15.875559ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (16.868632ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (16.952127ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (39.158438ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (39.251271ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (20.954168ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (21.038476ms) ▶ 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) (1227.179747ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (1227.343967ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (1441.991169ms) ▶ 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) (10.203828ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (10.298313ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (10.652111ms) ✔ Extra space between status code and reason at response/invalid.md:186 (10.736539ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (8.501188ms) ✔ One-digit status code at response/invalid.md:206 (8.588717ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (11.351743ms) ✔ Only LFs present and no body at response/invalid.md:224 (11.435086ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (1225.335972ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (1225.502852ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (10.502409ms) ✔ Only LFs present at response/invalid.md:264 (10.605991ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (12.688428ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (12.775877ms) ✔ Invalid space after start line at response/invalid.md:149 (1290.298021ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (9.199924ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (9.288548ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (12.001155ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (12.079139ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (10.895174ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (10.972696ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (11.872641ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (11.960283ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (11.261654ms) ✔ Tab after HTTP version at response/invalid.md:72 (11.339076ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (10.113076ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (10.186914ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (12.405528ms) ✔ Headers separated by CR at response/invalid.md:108 (12.484219ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (9.894629ms) ✔ Invalid HTTP version at response/invalid.md:132 (9.975469ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (13.948053ms) ✔ Invalid space after start line at response/invalid.md:149 (14.028155ms) ✔ Invalid responses at response/invalid.md:1 (1393.117186ms) ▶ 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) (1228.571902ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (1228.749782ms) ✔ Finish at response/finish.md:1 (1228.847895ms) ▶ 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) (1211.272093ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (1211.460488ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (1211.594887ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (1224.443661ms) ✔ on_message_begin at response/pausing.md:4 (1228.411646ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (1223.634641ms) ✔ on_message_complete at response/pausing.md:32 (1223.82051ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (1211.072373ms) ✔ on_version_complete at response/pausing.md:60 (1211.25844ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (1222.895609ms) ✔ on_status_complete at response/pausing.md:88 (1223.080384ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (1218.472379ms) ✔ on_header_field_complete at response/pausing.md:116 (1218.658091ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (1219.753323ms) ✔ on_header_value_complete at response/pausing.md:144 (1219.931681ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (1203.30554ms) ✔ on_headers_complete at response/pausing.md:172 (1203.499909ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (1223.024592ms) ✔ on_chunk_header at response/pausing.md:200 (1223.197777ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (1224.093902ms) ✔ on_chunk_extension_name at response/pausing.md:237 (1224.289566ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (1247.674404ms) ✔ on_chunk_extension_value at response/pausing.md:277 (1247.871008ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (1221.013175ms) ✔ on_chunk_complete at response/pausing.md:317 (1221.202129ms) ✔ Pausing at response/pausing.md:1 (13445.924642ms) ▶ 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) (35.29882ms) ✔ Should parse multiple events at response/pipelining.md:4 (35.386597ms) ✔ Pipelining at response/pipelining.md:1 (35.516828ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (293.340082ms) ✔ Absolute URL at url.md:3 (293.495272ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (14.992865ms) ✔ Relative URL at url.md:17 (15.093652ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (7.341015ms) ✔ Failing on broken schema at url.md:29 (7.414177ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (14.619059ms) ✔ Proxy request at url.md:41 (14.701664ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (11.664611ms) ✔ Proxy request with port at url.md:53 (11.736506ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (9.175445ms) ✔ Proxy IPv6 request at url.md:65 (9.241506ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (12.00906ms) ✔ Proxy IPv6 request with port at url.md:77 (12.081629ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (14.221535ms) ✔ IPv4 in IPv6 address at url.md:89 (14.303175ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (18.451576ms) ✔ Extra `?` in query string at url.md:101 (18.521618ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (15.205686ms) ✔ URL encoded space at url.md:116 (15.325794ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (13.057994ms) ✔ URL fragment at url.md:127 (13.129849ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (12.979851ms) ✔ Complex URL fragment at url.md:138 (13.05009ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (12.186152ms) ✔ Complex URL from node.js url parser doc at url.md:153 (12.258082ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (14.340613ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (14.425358ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (2.043222ms) ✔ Double `@` at url.md:181 (2.113602ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (11.967833ms) ✔ Proxy basic auth with url encoded space at url.md:193 (12.034577ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (11.946515ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (12.0172ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (13.937123ms) ✔ IPv6 address with Zone ID at url.md:217 (14.010837ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (16.216639ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (16.29253ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (1.962922ms) ✔ Disallow tab in URL at url.md:241 (2.02794ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (1.769199ms) ✔ Disallow form-feed in URL at url.md:252 (1.832245ms) ✔ URL tests at url.md:1 (526.249763ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 62847.1156 >>> 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... libfakeroot internal error: payload not recognized! '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-s390x.so.1 >>> llhttp*: Package size: 69.6 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.4.1-r0.apk >>> llhttp: Build complete at Wed, 03 Jun 2026 13:44:36 +0000 elapsed time 0h 1m 16s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260603.134321) ( 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: 385.9 MiB in 105 packages >>> llhttp: Updating the community/s390x repository index... >>> llhttp: Signing the index...