>>> llhttp: Building community/llhttp 9.4.1-r0 (using abuild 3.17.0_rc2-r0) started Wed, 03 Jun 2026 13:43:18 +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.134319) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 604.7 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 (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.24/llhttp-9.4.1.tar.gz.part' 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 5s 37 packages are looking for funding run `npm fund` for details 3 moderate severity vulnerabilities To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. rm -rf release/ node --import tsx bin/generate.ts rm -rf build/ mkdir -p build/native rm -rf test/tmp clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c build/c/llhttp.c -o build/c/llhttp.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/api.c -o build/native/api.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/http.c -o build/native/http.o ar rcs build/libllhttp.a build/c/llhttp.o build/native/api.o build/native/http.o clang -shared build/c/llhttp.o build/native/api.o build/native/http.o -o build/libllhttp.so rm -rf release mkdir -p release/cmake mkdir -p release/src mkdir -p release/include cp -rf build/llhttp.h release/include/ cp -rf build/c/llhttp.c release/src/ cp -rf src/native/*.c release/src/ cp -rf src/llhttp.gyp release/ cp -rf src/common.gypi release/ cp -rf cmake/llhttpConfig.cmake.in release/cmake sed s/_RELEASE_/9.4.1/ CMakeLists.txt > release/CMakeLists.txt cp -rf libllhttp.pc.in release/ cp -rf README.md release/ cp -rf LICENSE release/ -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- -- Project configure summary: -- -- CMake build type .................: MINSIZEREL -- Install prefix ...................: /usr -- Build shared library .............: ON -- Build static library .............: OFF -- -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/llhttp/src/llhttp-9.4.1/releasebuild [1/5] Building C object CMakeFiles/llhttp_shared.dir/src/api.c.o [2/5] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o [3/5] Building C object CMakeFiles/llhttp_shared.dir/src/llhttp.c.o [4/5] Linking C shared library libllhttp.so.9.4.1 [5/5] Creating library symlink libllhttp.so.9.4 libllhttp.so > llhttp@9.4.1 test > node --import tsx ./test/md-test.ts ▶ Sample requests at request/sample.md:1 ▶ Simple request at request/sample.md:6 ✔ should pass for type="request" (location=request/sample.md:6) (2371.751495ms) ✔ Simple request at request/sample.md:6 (2373.389072ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (72.822692ms) ✔ Request with method starting with `H` at request/sample.md:39 (73.096135ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (205.061493ms) ✔ curl GET at request/sample.md:67 (205.339616ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (239.875262ms) ✔ Firefox GET at request/sample.md:105 (240.179105ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (123.695831ms) ✔ DUMBPACK at request/sample.md:168 (124.069235ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (104.987233ms) ✔ No headers and no body at request/sample.md:196 (105.242996ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (123.62279ms) ✔ One header and no body at request/sample.md:219 (123.853073ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (106.163925ms) ✔ Apache bench GET at request/sample.md:247 (106.437768ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (62.555463ms) ✔ Prefix newline at request/sample.md:288 (62.810625ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (28.828425ms) ✔ No HTTP version at request/sample.md:314 (29.145989ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2271.918317ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2272.297321ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (151.95225ms) ✔ Line folding in header value with LF at request/sample.md:394 (152.160293ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (58.723302ms) ✔ No LF after CR at request/sample.md:432 (58.921185ms) ▶ 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) (2168.544502ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2168.746984ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (96.3193ms) ✔ Request starting with CRLF at request/sample.md:478 (96.515423ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.020992ms) ✔ Extended Characters at request/sample.md:506 (3.278875ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (2.919631ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.082513ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (696.261819ms) ✔ X-SSL-Nonsense at request/sample.md:571 (696.484502ms) ✔ Sample requests at request/sample.md:1 (8897.793056ms) ▶ 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) (157.894553ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (158.132476ms) ✔ Header value at request/lenient-headers.md:82 (158.316598ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (99.404174ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (99.590416ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (211.871046ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (212.061567ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (104.015502ms) ✔ Header value at request/lenient-headers.md:82 (104.218265ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (574.61389ms) ▶ 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) (2194.010731ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (2194.177814ms) ▶ 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) (127.669193ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (127.858635ms) ▶ 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) (121.078803ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (121.265285ms) ▶ 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) (119.633228ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (119.83487ms) ▶ 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) (103.334255ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (103.533337ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (2667.125386ms) ▶ 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) (2127.168223ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2127.345186ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2127.508468ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (74.220666ms) ✔ REPORT request at request/method.md:4 (74.415869ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (227.227928ms) ✔ CONNECT request at request/method.md:27 (227.42493ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (174.148926ms) ✔ CONNECT request with CAPS at request/method.md:62 (174.342287ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (213.024978ms) ✔ CONNECT with body at request/method.md:96 (213.23798ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (141.065295ms) ✔ M-SEARCH request at request/method.md:135 (141.249777ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (215.860088ms) ✔ PATCH request at request/method.md:173 (216.04357ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (151.84117ms) ✔ PURGE request at request/method.md:217 (152.035891ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (129.099048ms) ✔ SEARCH request at request/method.md:245 (129.29713ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (167.349894ms) ✔ LINK request at request/method.md:273 (167.547655ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (173.6638ms) ✔ LINK request at request/method.md:311 (173.851202ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (169.83916ms) ✔ SOURCE request at request/method.md:344 (170.028042ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (166.837889ms) ✔ SOURCE request with ICE at request/method.md:372 (167.02045ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (172.471268ms) ✔ OPTIONS request with RTSP at request/method.md:400 (172.66503ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (175.371938ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (175.779983ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (72.418727ms) ✔ PRI request HTTP2 at request/method.md:458 (72.734411ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (243.169017ms) ✔ QUERY request at request/method.md:482 (243.4239ms) ✔ Methods at request/method.md:1 (2672.614205ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (154.888242ms) ✔ Quotes in URI at request/uri.md:4 (155.049083ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (115.06618ms) ✔ Query URL with question mark at request/uri.md:27 (115.226701ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (143.574562ms) ✔ Host terminated by a query string at request/uri.md:52 (143.750083ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (152.527057ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (152.717778ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (101.723278ms) ✔ Query URL with vertical bar character at request/uri.md:98 (101.90096ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (125.890654ms) ✔ `host:port` terminated by a space at request/uri.md:125 (126.067977ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (3.519637ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.75456ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (170.74261ms) ✔ Fragment in URI at request/uri.md:165 (170.910532ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (182.045689ms) ✔ Underscore in hostname at request/uri.md:188 (182.209171ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (175.010454ms) ✔ `host:port` and basic auth at request/uri.md:222 (175.174377ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (3.79596ms) ✔ Space in URI at request/uri.md:245 (3.948122ms) ✔ URI at request/uri.md:1 (1331.676073ms) ▶ 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) (134.323304ms) ✔ Setting flag at request/connection.md:6 (134.481305ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (141.997105ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (142.166146ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (132.734527ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (132.901568ms) ▶ 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) (2216.951616ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2217.122657ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (216.291853ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (216.557455ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (142.222467ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (142.39467ms) ✔ `keep-alive` at request/connection.md:4 (2986.061007ms) ▶ `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) (122.893382ms) ✔ Setting flag on `close` at request/connection.md:236 (123.043264ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (246.365091ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (246.541533ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (253.234364ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (253.407805ms) ✔ `close` at request/connection.md:234 (623.249725ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (236.531067ms) ✔ Sample at request/connection.md:375 (236.715348ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (250.956259ms) ✔ Multiple tokens with folding at request/connection.md:403 (251.133901ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (151.524126ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (151.695848ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (152.293894ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (152.479736ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (133.875019ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (134.051661ms) ▶ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:559) (137.599938ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (137.781461ms) ✔ Parsing multiple tokens at request/connection.md:373 (1064.479841ms) ▶ `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) (175.073495ms) ✔ Setting a flag and pausing at request/connection.md:601 (175.231097ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (135.089872ms) ✔ Emitting part of body and pausing at request/connection.md:635 (135.263354ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (291.58261ms) ✔ Upgrade GET request at request/connection.md:675 (292.021575ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (230.21384ms) ✔ Upgrade POST request at request/connection.md:734 (230.383241ms) ✔ `upgrade` at request/connection.md:599 (833.275031ms) ✔ Connection header at request/connection.md:1 (5507.408128ms) ▶ 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) (136.900011ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (137.061373ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (128.519282ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (128.696164ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (138.067463ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (138.283985ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (114.565614ms) ✔ Empty `Content-Length` at request/content-length.md:396 (114.734456ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (519.099182ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (144.270889ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (144.437491ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (184.94476ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (185.140603ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (187.026822ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (187.193984ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (181.824007ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (181.988449ms) ▶ 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) (217.698987ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (217.870549ms) ▶ 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) (135.375675ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (135.555876ms) ▶ 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) (139.067954ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (139.258156ms) ▶ 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) (2312.245466ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2312.435348ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (252.934801ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (253.178043ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (135.694878ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (135.87888ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:421 ✔ should pass for type="request" (location=request/content-length.md:421) (4.179285ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (4.354646ms) ▶ 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) (2236.991949ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (2237.245792ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (137.635899ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (137.81242ms) ▶ 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) (135.059632ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (135.226193ms) ✔ Content-Length header at request/content-length.md:1 (6927.914224ms) ▶ 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) (156.419578ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (156.60834ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (219.427446ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (219.608447ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (219.85065ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (220.035092ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (184.665797ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (184.847199ms) ▶ 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) (172.591989ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (172.762431ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (229.810236ms) ✔ Trailing headers at request/transfer-encoding.md:186 (229.985837ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (212.376091ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (212.544092ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (211.945286ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (212.119128ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (182.180211ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (182.351172ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (248.339072ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (248.512354ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (262.594103ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (262.827026ms) ✔ `chunked` at request/transfer-encoding.md:4 (2303.048488ms) ▶ 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) (230.22168ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (230.374762ms) ▶ 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) (246.388731ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (246.557774ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (157.516029ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (157.691911ms) ▶ 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) (2220.647095ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2220.829778ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2855.782107ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.68837ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.857611ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (219.207524ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (219.388365ms) ▶ 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) (222.973083ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (223.153885ms) ▶ 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) (214.456593ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (214.635475ms) ▶ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 ✔ should pass for type="request" (location=request/transfer-encoding.md:613) (4.635969ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (4.79017ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (3.934401ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (4.078203ms) ▶ 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) (2298.794245ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2298.965126ms) ▶ 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) (240.693991ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (240.869633ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (222.985043ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (223.167085ms) ▶ 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) (257.466408ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (257.654731ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (216.644816ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (216.880099ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (214.266511ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (214.467154ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (227.650533ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (227.829494ms) ▶ 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) (251.162182ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (251.363264ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (245.574763ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (245.749404ms) ▶ 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) (2383.726304ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2383.894026ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (12392.055939ms) ▶ 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) (234.308324ms) ✔ Only LFs present at request/invalid.md:531 (234.474045ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2284.311852ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2284.520453ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (168.228863ms) ✔ Spaces before headers at request/invalid.md:650 (168.406425ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (173.562119ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (173.813323ms) ✔ Invalid space after start line at request/invalid.md:509 (2861.551289ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (156.335937ms) ✔ ICE protocol and GET method at request/invalid.md:4 (156.520539ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (161.499911ms) ✔ ICE protocol, but not really at request/invalid.md:25 (161.669474ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (156.61418ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (156.792982ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (172.937513ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (173.130435ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (97.20251ms) ✔ Headers separated by CR at request/invalid.md:87 (97.383152ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (123.553189ms) ✔ Headers separated by LF at request/invalid.md:113 (123.729311ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (232.1321ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (232.314902ms) ▶ 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) (227.065127ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (227.302929ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (152.990902ms) ✔ Empty headers separated by CR at request/invalid.md:216 (153.166143ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (124.452679ms) ✔ Empty headers separated by LF at request/invalid.md:254 (124.62964ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (3.621918ms) ✔ Invalid header token #1 at request/invalid.md:287 (3.77512ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.393556ms) ✔ Invalid header token #2 at request/invalid.md:310 (3.539157ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.251034ms) ✔ Invalid header token #3 at request/invalid.md:333 (3.376475ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (61.953417ms) ✔ Invalid method at request/invalid.md:356 (62.132818ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (3.412636ms) ✔ Illegal header field name line folding at request/invalid.md:372 (3.562878ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.342635ms) ✔ Corrupted Connection header at request/invalid.md:396 (3.468357ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (3.268795ms) ✔ Corrupted header name at request/invalid.md:425 (3.407677ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.328195ms) ✔ Missing CR between headers at request/invalid.md:454 (3.457917ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.413556ms) ✔ Invalid HTTP version at request/invalid.md:490 (3.557638ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (76.485411ms) ✔ Invalid space after start line at request/invalid.md:509 (76.670812ms) ✔ Invalid requests at request/invalid.md:1 (4636.564343ms) ▶ 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) (2085.627826ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2085.791347ms) ▶ 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) (103.296455ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (103.470176ms) ▶ 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) (78.845036ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (79.012997ms) ✔ Finish at request/finish.md:1 (2268.562885ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2174.973533ms) ✔ on_message_begin at request/pausing.md:4 (2175.123334ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2182.494132ms) ✔ on_message_complete at request/pausing.md:34 (2182.677654ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2192.874763ms) ✔ on_protocol_complete at request/pausing.md:64 (2193.051924ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2215.770326ms) ✔ on_method_complete at request/pausing.md:94 (2215.947967ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2199.026868ms) ✔ on_url_complete at request/pausing.md:124 (2199.20355ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2231.196329ms) ✔ on_version_complete at request/pausing.md:154 (2231.378371ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2178.062007ms) ✔ on_header_field_complete at request/pausing.md:184 (2178.225648ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2165.673875ms) ✔ on_header_value_complete at request/pausing.md:214 (2165.854837ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2146.480031ms) ✔ on_headers_complete at request/pausing.md:244 (2146.668713ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2226.124276ms) ✔ on_chunk_header at request/pausing.md:274 (2226.305918ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2254.207374ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2254.380176ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2270.859751ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2271.060272ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2323.101785ms) ✔ on_chunk_complete at request/pausing.md:398 (2323.285746ms) ✔ Pausing at request/pausing.md:1 (28764.128083ms) ▶ 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) (228.30106ms) ✔ Should parse multiple events at request/pipelining.md:4 (228.554703ms) ✔ Pipelining at request/pipelining.md:1 (228.685544ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2253.702729ms) ✔ Simple response at response/sample.md:4 (2253.85769ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (55.711391ms) ✔ RTSP response at response/sample.md:40 (55.881112ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (52.001511ms) ✔ ICE response at response/sample.md:60 (52.166113ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (61.461771ms) ✔ Error on invalid response start at response/sample.md:80 (61.633654ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (57.291527ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (57.465809ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (342.627351ms) ✔ Google 301 at response/sample.md:118 (342.823234ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (407.356798ms) ✔ amazon.com at response/sample.md:196 (407.53804ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (79.944328ms) ✔ No headers and no body at response/sample.md:271 (80.118289ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (50.243052ms) ✔ No reason phrase at response/sample.md:291 (50.425255ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (52.365315ms) ✔ Empty reason phrase after space at response/sample.md:310 (52.541517ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (195.25735ms) ✔ No carriage ret at response/sample.md:330 (195.436071ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2248.373952ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2248.561835ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (196.593644ms) ✔ Underscore in header key at response/sample.md:382 (196.767886ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (278.148109ms) ✔ bonjourmadame.fr at response/sample.md:425 (278.33683ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (336.877171ms) ✔ Spaces in header value at response/sample.md:494 (337.058652ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (50.793338ms) ✔ Spaces in header name at response/sample.md:574 (50.97514ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.671599ms) ✔ Non ASCII in status line at response/sample.md:609 (3.828801ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (61.653093ms) ✔ HTTP version 0.9 at response/sample.md:645 (61.816095ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (183.429424ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (183.603066ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (243.620303ms) ✔ Response starting with CRLF at response/sample.md:695 (243.806504ms) ✔ Sample responses at response/sample.md:1 (7216.09025ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (259.493751ms) ✔ Proxy-Connection at response/connection.md:4 (259.657192ms) ▶ 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) (186.395135ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (186.579538ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (214.802077ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (215.012119ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (108.363709ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (108.539991ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (133.864019ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (134.046541ms) ▶ 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) (201.761499ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (201.93342ms) ▶ 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) (2194.533143ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2194.713184ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (170.270445ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (170.459566ms) ▶ 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) (2231.874778ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2232.0657ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (161.954317ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (162.25672ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (202.573587ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (202.759789ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (184.567397ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (184.740118ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (246.024448ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (246.201529ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (173.088155ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (173.261996ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (154.798921ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (154.974683ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (196.015117ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (196.205ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (245.27852ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (245.451002ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (256.863403ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (257.040045ms) ✔ Connection header at response/connection.md:1 (7527.421232ms) ▶ 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) (314.303372ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (314.467533ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (263.642075ms) ✔ Content-Length-X at response/content-length.md:80 (263.806076ms) ▶ 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) (2322.511899ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2322.695381ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (131.005909ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (131.169871ms) ✔ Content-Length header at response/content-length.md:1 (3032.458825ms) ▶ 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) (264.272922ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (264.425203ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (240.883273ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (241.066556ms) ▶ 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) (156.501499ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (156.674261ms) ▶ `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) (267.685078ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (267.860039ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (255.800752ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (255.967993ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (157.287828ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (157.464069ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (248.684196ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (248.854598ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (226.185758ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (226.358159ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (235.85686ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (236.028702ms) ▶ 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) (2289.450549ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2289.636511ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4345.053899ms) ▶ 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) (66.613826ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (66.771708ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (65.95902ms) ✔ Extra space between status code and reason at response/invalid.md:186 (66.139381ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (54.964543ms) ✔ One-digit status code at response/invalid.md:206 (55.138425ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (112.930637ms) ✔ Only LFs present and no body at response/invalid.md:224 (113.110999ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2174.662332ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2174.859815ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (134.212623ms) ✔ Only LFs present at response/invalid.md:264 (134.402985ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (135.185713ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (135.361034ms) ✔ Invalid space after start line at response/invalid.md:149 (2746.311672ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (65.153331ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (65.330052ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (69.725019ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (69.951941ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (66.367704ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (66.535625ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (66.274743ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (66.438944ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (62.617024ms) ✔ Tab after HTTP version at response/invalid.md:72 (62.790825ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (65.792498ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (65.978019ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (113.352402ms) ✔ Headers separated by CR at response/invalid.md:108 (113.518563ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (63.382512ms) ✔ Invalid HTTP version at response/invalid.md:132 (63.556873ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (89.365227ms) ✔ Invalid space after start line at response/invalid.md:149 (89.540229ms) ✔ Invalid responses at response/invalid.md:1 (3410.720916ms) ▶ 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) (2123.054585ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2123.220868ms) ✔ Finish at response/finish.md:1 (2123.361149ms) ▶ 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) (2156.141296ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2156.371499ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2156.504941ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2232.552386ms) ✔ on_message_begin at response/pausing.md:4 (2232.731309ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2247.829708ms) ✔ on_message_complete at response/pausing.md:32 (2248.011671ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2276.595414ms) ✔ on_version_complete at response/pausing.md:60 (2276.835257ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2171.235177ms) ✔ on_status_complete at response/pausing.md:88 (2171.411139ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2183.482667ms) ✔ on_header_field_complete at response/pausing.md:116 (2183.659389ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2180.403674ms) ✔ on_header_value_complete at response/pausing.md:144 (2180.719597ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2190.736384ms) ✔ on_headers_complete at response/pausing.md:172 (2191.167549ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2273.675384ms) ✔ on_chunk_header at response/pausing.md:200 (2273.857586ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2294.976809ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2295.145731ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2264.78041ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2264.942811ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2282.503078ms) ✔ on_chunk_complete at response/pausing.md:317 (2282.662599ms) ✔ Pausing at response/pausing.md:1 (24602.256248ms) ▶ 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) (227.192448ms) ✔ Should parse multiple events at response/pipelining.md:4 (227.364891ms) ✔ Pipelining at response/pipelining.md:1 (227.478131ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (705.103995ms) ✔ Absolute URL at url.md:3 (705.254276ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (73.294337ms) ✔ Relative URL at url.md:17 (73.723861ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (16.549135ms) ✔ Failing on broken schema at url.md:29 (16.706777ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (49.0152ms) ✔ Proxy request at url.md:41 (49.169361ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (61.075728ms) ✔ Proxy request with port at url.md:53 (61.230369ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (55.64631ms) ✔ Proxy IPv6 request at url.md:65 (55.800912ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (64.08708ms) ✔ Proxy IPv6 request with port at url.md:77 (64.307002ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (140.343488ms) ✔ IPv4 in IPv6 address at url.md:89 (140.514649ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (225.43303ms) ✔ Extra `?` in query string at url.md:101 (225.598712ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (64.362882ms) ✔ URL encoded space at url.md:116 (64.526444ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (45.614163ms) ✔ URL fragment at url.md:127 (45.811005ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (173.326918ms) ✔ Complex URL fragment at url.md:138 (173.492639ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (138.365067ms) ✔ Complex URL from node.js url parser doc at url.md:153 (138.517149ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (150.464355ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (150.632557ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.632639ms) ✔ Double `@` at url.md:181 (3.77176ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (68.340924ms) ✔ Proxy basic auth with url encoded space at url.md:193 (68.490966ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (78.635034ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (78.786715ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (73.644621ms) ✔ IPv6 address with Zone ID at url.md:217 (73.819743ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (65.345853ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (65.508894ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.554558ms) ✔ Disallow tab in URL at url.md:241 (3.706039ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.248994ms) ✔ Disallow form-feed in URL at url.md:252 (3.365716ms) ✔ URL tests at url.md:1 (2264.320565ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 135973.112806 >>> 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-armv7.so.1 >>> llhttp*: Package size: 45.1 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:48 +0000 elapsed time 0h 2m 30s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260603.134319) ( 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: 289.1 MiB in 105 packages >>> llhttp: Updating the community/armv7 repository index... >>> llhttp: Signing the index...