>>> 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: 954.9 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/llhttp-9.4.1.tar.gz.part' llhttp-9.4.1.tar.gz. 92% |***************************** | 5683k 0:00:00 ETA llhttp-9.4.1.tar.gz. 100% |********************************| 6141k 0:00:00 ETA '/var/cache/distfiles/llhttp-9.4.1.tar.gz.part' saved /var/cache/distfiles/llhttp-9.4.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.4.1.tar.gz /var/cache/distfiles/llhttp-9.4.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/llhttp-9.4.1.tar.gz... > llhttp@9.4.1 prepare > npm run clean && npm run build-ts > llhttp@9.4.1 clean > node --import tsx scripts/clean.ts > llhttp@9.4.1 build-ts > tsc added 141 packages, and audited 142 packages in 11s 37 packages are looking for funding run `npm fund` for details 3 moderate severity vulnerabilities To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. rm -rf release/ node --import tsx bin/generate.ts rm -rf build/ mkdir -p build/native rm -rf test/tmp clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c build/c/llhttp.c -o build/c/llhttp.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/api.c -o build/native/api.o clang -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -g3 -Wall -Wextra -Wno-unused-parameter -fPIC -Ibuild/ -c src/native/http.c -o build/native/http.o ar rcs build/libllhttp.a build/c/llhttp.o build/native/api.o build/native/http.o clang -shared build/c/llhttp.o build/native/api.o build/native/http.o -o build/libllhttp.so rm -rf release mkdir -p release/cmake mkdir -p release/src mkdir -p release/include cp -rf build/llhttp.h release/include/ cp -rf build/c/llhttp.c release/src/ cp -rf src/native/*.c release/src/ cp -rf src/llhttp.gyp release/ cp -rf src/common.gypi release/ cp -rf cmake/llhttpConfig.cmake.in release/cmake sed s/_RELEASE_/9.4.1/ CMakeLists.txt > release/CMakeLists.txt cp -rf libllhttp.pc.in release/ cp -rf README.md release/ cp -rf LICENSE release/ -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- -- Project configure summary: -- -- CMake build type .................: MINSIZEREL -- Install prefix ...................: /usr -- Build shared library .............: ON -- Build static library .............: OFF -- -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/llhttp/src/llhttp-9.4.1/releasebuild [1/5] Building C object CMakeFiles/llhttp_shared.dir/src/api.c.o [2/5] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o [3/5] Building C object CMakeFiles/llhttp_shared.dir/src/llhttp.c.o [4/5] Linking C shared library libllhttp.so.9.4.1 [5/5] Creating library symlink libllhttp.so.9.4 libllhttp.so > llhttp@9.4.1 test > node --import tsx ./test/md-test.ts ▶ Sample requests at request/sample.md:1 ▶ Simple request at request/sample.md:6 ✔ should pass for type="request" (location=request/sample.md:6) (2635.614026ms) ✔ Simple request at request/sample.md:6 (2639.51178ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (232.663515ms) ✔ Request with method starting with `H` at request/sample.md:39 (233.477748ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (174.944128ms) ✔ curl GET at request/sample.md:67 (175.867071ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (339.168345ms) ✔ Firefox GET at request/sample.md:105 (340.204169ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (118.507735ms) ✔ DUMBPACK at request/sample.md:168 (120.387823ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (97.540707ms) ✔ No headers and no body at request/sample.md:196 (98.246939ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (127.382588ms) ✔ One header and no body at request/sample.md:219 (128.154921ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (138.904172ms) ✔ Apache bench GET at request/sample.md:247 (139.572815ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (119.323639ms) ✔ Prefix newline at request/sample.md:288 (120.018011ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (46.059333ms) ✔ No HTTP version at request/sample.md:314 (46.737515ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2485.885812ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2486.481695ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (167.398949ms) ✔ Line folding in header value with LF at request/sample.md:394 (168.052272ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (118.449755ms) ✔ No LF after CR at request/sample.md:432 (119.060608ms) ▶ 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) (2360.1104ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2360.696712ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (75.650035ms) ✔ Request starting with CRLF at request/sample.md:478 (76.118826ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (4.373536ms) ✔ Extended Characters at request/sample.md:506 (4.733978ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.997355ms) ✔ 255 ASCII in header value at request/sample.md:536 (4.396706ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (2001.012011ms) ✔ X-SSL-Nonsense at request/sample.md:571 (2001.661813ms) ✔ Sample requests at request/sample.md:1 (11270.147646ms) ▶ 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) (134.066694ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (134.698506ms) ✔ Header value at request/lenient-headers.md:82 (135.032007ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (65.839117ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (66.280419ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (111.006988ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (111.514639ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (71.369048ms) ✔ Header value at request/lenient-headers.md:82 (71.80973ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (385.952241ms) ▶ 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) (2374.664194ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (2375.202517ms) ▶ 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) (85.784002ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (86.244754ms) ▶ 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) (99.580255ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (100.051856ms) ▶ 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) (97.306776ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (97.800198ms) ▶ 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) (60.454037ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (60.911929ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (2721.622289ms) ▶ 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) (3072.638928ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (3073.21404ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (3073.588821ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (145.765928ms) ✔ REPORT request at request/method.md:4 (146.36632ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (196.537869ms) ✔ CONNECT request at request/method.md:27 (197.227571ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (194.675122ms) ✔ CONNECT request with CAPS at request/method.md:62 (195.277284ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (191.343939ms) ✔ CONNECT with body at request/method.md:96 (191.948212ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (182.525206ms) ✔ M-SEARCH request at request/method.md:135 (183.226059ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (185.167235ms) ✔ PATCH request at request/method.md:173 (185.818928ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (148.006256ms) ✔ PURGE request at request/method.md:217 (148.581598ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (115.933605ms) ✔ SEARCH request at request/method.md:245 (116.469778ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (175.44192ms) ✔ LINK request at request/method.md:273 (176.037442ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (173.313331ms) ✔ LINK request at request/method.md:311 (173.877423ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (106.089358ms) ✔ SOURCE request at request/method.md:344 (106.581411ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (97.235315ms) ✔ SOURCE request with ICE at request/method.md:372 (97.749708ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (103.210738ms) ✔ OPTIONS request with RTSP at request/method.md:400 (103.68116ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (118.342785ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (118.825176ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (90.917751ms) ✔ PRI request HTTP2 at request/method.md:458 (91.551004ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (150.628396ms) ✔ QUERY request at request/method.md:482 (151.166628ms) ✔ Methods at request/method.md:1 (2388.350916ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (81.210156ms) ✔ Quotes in URI at request/uri.md:4 (81.631267ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (59.161222ms) ✔ Query URL with question mark at request/uri.md:27 (59.602554ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (75.093242ms) ✔ Host terminated by a query string at request/uri.md:52 (75.490364ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (80.017201ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (80.455743ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (52.007845ms) ✔ Query URL with vertical bar character at request/uri.md:98 (52.385197ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (72.125871ms) ✔ `host:port` terminated by a space at request/uri.md:125 (72.602183ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (4.675638ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (5.14666ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (136.500983ms) ✔ Fragment in URI at request/uri.md:165 (137.172226ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (118.669916ms) ✔ Underscore in hostname at request/uri.md:188 (119.182528ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (132.386208ms) ✔ `host:port` and basic auth at request/uri.md:222 (132.98488ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (6.544254ms) ✔ Space in URI at request/uri.md:245 (7.031346ms) ✔ URI at request/uri.md:1 (826.360266ms) ▶ 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) (90.797152ms) ✔ Setting flag at request/connection.md:6 (91.316083ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (129.278336ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (129.775597ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (74.45492ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (74.905492ms) ▶ 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) (2384.12888ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2384.708163ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (174.421296ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (175.044518ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (129.993528ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (130.544071ms) ✔ `keep-alive` at request/connection.md:4 (2987.799209ms) ▶ `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) (97.493136ms) ✔ Setting flag on `close` at request/connection.md:236 (97.995908ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (196.420198ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (197.004301ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (223.38923ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (224.089462ms) ✔ `close` at request/connection.md:234 (519.969294ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (129.897849ms) ✔ Sample at request/connection.md:375 (130.42186ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (268.225418ms) ✔ Multiple tokens with folding at request/connection.md:403 (268.935661ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (156.728419ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (157.306302ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (169.450897ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (170.056309ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (146.900492ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (147.475894ms) ▶ 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) (106.616611ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (107.132113ms) ✔ Parsing multiple tokens at request/connection.md:373 (983.093745ms) ▶ `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) (98.36867ms) ✔ Setting a flag and pausing at request/connection.md:601 (98.865901ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (106.133308ms) ✔ Emitting part of body and pausing at request/connection.md:635 (106.611791ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (224.370713ms) ✔ Upgrade GET request at request/connection.md:675 (224.951916ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (142.662886ms) ✔ Upgrade POST request at request/connection.md:734 (143.198869ms) ✔ `upgrade` at request/connection.md:599 (574.66918ms) ✔ Connection header at request/connection.md:1 (5066.659462ms) ▶ 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) (76.605188ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (77.023889ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (69.883573ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (70.259444ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (71.017197ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (71.404428ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (59.324493ms) ✔ Empty `Content-Length` at request/content-length.md:396 (59.695195ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (279.298069ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (77.542721ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (77.948563ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (103.82497ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (104.308552ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (116.703758ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (117.247571ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (107.766565ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (108.262887ms) ▶ 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) (95.414578ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (95.88123ms) ▶ 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) (106.55933ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (107.015802ms) ▶ 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) (115.489275ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (115.945986ms) ▶ 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) (2338.377958ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2338.943071ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (127.85354ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (128.411772ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (104.809314ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (105.358926ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:421 ✔ should pass for type="request" (location=request/content-length.md:421) (5.811281ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (6.225553ms) ▶ 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) (2331.442513ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (2332.008414ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (75.242392ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (75.700194ms) ▶ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/content-length.md:519) (78.286604ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (78.642016ms) ✔ Content-Length header at request/content-length.md:1 (6074.765711ms) ▶ Transfer-Encoding header at request/transfer-encoding.md:1 ▶ `chunked` at request/transfer-encoding.md:4 ▶ Parsing and setting flag at request/transfer-encoding.md:6 ✔ should pass for type="request" (location=request/transfer-encoding.md:6) (87.755939ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (88.212682ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (85.525821ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (85.999183ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (83.960206ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (84.344047ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (114.25383ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (114.703911ms) ▶ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 ✔ should pass for type="request" (location=request/transfer-encoding.md:144) (105.251065ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (105.684017ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (125.868823ms) ✔ Trailing headers at request/transfer-encoding.md:186 (126.392965ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (155.227484ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (155.836475ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (141.349161ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (141.905923ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (115.944636ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (116.514048ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (235.713475ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (236.426628ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (170.612191ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (171.210284ms) ✔ `chunked` at request/transfer-encoding.md:4 (1429.759303ms) ▶ 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) (187.231133ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (187.815366ms) ▶ 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) (181.778033ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (182.378505ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (127.035837ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (127.540149ms) ▶ 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) (2368.770172ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2369.386185ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2868.21176ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (5.464841ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (5.864662ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (172.325298ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (172.809269ms) ▶ 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) (189.429112ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (189.971824ms) ▶ 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) (176.299192ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (176.860575ms) ▶ 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) (5.926022ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (6.355874ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (6.246214ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (6.612475ms) ▶ 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) (2353.469905ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2354.160388ms) ▶ 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) (169.110635ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (169.706398ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (195.956977ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (196.520259ms) ▶ 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) (194.675751ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (195.326844ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (181.901354ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (182.452906ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (175.216808ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (175.76867ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (179.437334ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (180.031287ms) ▶ 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) (129.527267ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (130.15386ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (142.153084ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (142.713867ms) ▶ 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) (2313.861476ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2314.446409ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (10902.117563ms) ▶ 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) (132.081226ms) ✔ Only LFs present at request/invalid.md:531 (132.608839ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2583.164028ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2583.953162ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (188.278278ms) ✔ Spaces before headers at request/invalid.md:650 (189.190651ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (199.911171ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (200.528844ms) ✔ Invalid space after start line at request/invalid.md:509 (3107.350109ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (148.157587ms) ✔ ICE protocol and GET method at request/invalid.md:4 (148.667619ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (149.807833ms) ✔ ICE protocol, but not really at request/invalid.md:25 (150.308385ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (146.185539ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (146.692912ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (162.140919ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (162.672742ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (92.765929ms) ✔ Headers separated by CR at request/invalid.md:87 (93.192251ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (163.184693ms) ✔ Headers separated by LF at request/invalid.md:113 (163.664535ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (146.101999ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (146.656261ms) ▶ 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) (137.482817ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (138.078939ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (134.046484ms) ✔ Empty headers separated by CR at request/invalid.md:216 (134.634556ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (154.936563ms) ✔ Empty headers separated by LF at request/invalid.md:254 (155.514705ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (6.307204ms) ✔ Invalid header token #1 at request/invalid.md:287 (6.781255ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (5.984563ms) ✔ Invalid header token #2 at request/invalid.md:310 (6.308433ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (5.931853ms) ✔ Invalid header token #3 at request/invalid.md:333 (6.254094ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (88.05933ms) ✔ Invalid method at request/invalid.md:356 (88.641373ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (4.066115ms) ✔ Illegal header field name line folding at request/invalid.md:372 (4.471387ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (3.890835ms) ✔ Corrupted Connection header at request/invalid.md:396 (4.251416ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (22.833106ms) ✔ Corrupted header name at request/invalid.md:425 (23.188087ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (4.400107ms) ✔ Missing CR between headers at request/invalid.md:454 (4.736697ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (4.375046ms) ✔ Invalid HTTP version at request/invalid.md:490 (4.714388ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (93.987413ms) ✔ Invalid space after start line at request/invalid.md:509 (94.353345ms) ✔ Invalid requests at request/invalid.md:1 (4796.380277ms) ▶ 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) (2269.128348ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2269.70387ms) ▶ 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) (100.603399ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (101.14705ms) ▶ 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) (128.378023ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (128.948794ms) ✔ Finish at request/finish.md:1 (2500.625168ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2310.751514ms) ✔ on_message_begin at request/pausing.md:4 (2311.327017ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2335.850279ms) ✔ on_message_complete at request/pausing.md:34 (2336.505371ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2300.684047ms) ✔ on_protocol_complete at request/pausing.md:64 (2301.317649ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2323.674143ms) ✔ on_method_complete at request/pausing.md:94 (2324.269115ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2339.364782ms) ✔ on_url_complete at request/pausing.md:124 (2339.965454ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2311.348027ms) ✔ on_version_complete at request/pausing.md:154 (2312.0217ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2310.228544ms) ✔ on_header_field_complete at request/pausing.md:184 (2310.887186ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2324.063356ms) ✔ on_header_value_complete at request/pausing.md:214 (2324.663188ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2305.747236ms) ✔ on_headers_complete at request/pausing.md:244 (2306.332949ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2318.415735ms) ✔ on_chunk_header at request/pausing.md:274 (2319.047276ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2347.656574ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2348.263617ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2331.550754ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2332.195656ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2330.903311ms) ✔ on_chunk_complete at request/pausing.md:398 (2331.508864ms) ✔ Pausing at request/pausing.md:1 (30201.594854ms) ▶ 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) (181.276041ms) ✔ Should parse multiple events at request/pipelining.md:4 (181.844024ms) ✔ Pipelining at request/pipelining.md:1 (182.253175ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2329.993978ms) ✔ Simple response at response/sample.md:4 (2330.57311ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (63.509578ms) ✔ RTSP response at response/sample.md:40 (63.91408ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (56.874134ms) ✔ ICE response at response/sample.md:60 (57.219045ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (66.125359ms) ✔ Error on invalid response start at response/sample.md:80 (66.51407ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (60.366347ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (60.713818ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (525.713596ms) ✔ Google 301 at response/sample.md:118 (526.351108ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (665.673412ms) ✔ amazon.com at response/sample.md:196 (666.377545ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (92.300337ms) ✔ No headers and no body at response/sample.md:271 (92.770149ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (53.287121ms) ✔ No reason phrase at response/sample.md:291 (53.738282ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (58.007368ms) ✔ Empty reason phrase after space at response/sample.md:310 (58.36807ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (193.127206ms) ✔ No carriage ret at response/sample.md:330 (193.649408ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2344.744683ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2345.442466ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (218.233371ms) ✔ Underscore in header key at response/sample.md:382 (218.934942ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (388.30497ms) ✔ bonjourmadame.fr at response/sample.md:425 (389.050003ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (576.044796ms) ✔ Spaces in header value at response/sample.md:494 (576.842298ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (172.352798ms) ✔ Spaces in header name at response/sample.md:574 (173.04303ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (7.559968ms) ✔ Non ASCII in status line at response/sample.md:609 (8.00409ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (122.075669ms) ✔ HTTP version 0.9 at response/sample.md:645 (122.62317ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (179.984747ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (180.611719ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (153.813428ms) ✔ Response starting with CRLF at response/sample.md:695 (154.559861ms) ✔ Sample responses at response/sample.md:1 (8344.094893ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (223.41875ms) ✔ Proxy-Connection at response/connection.md:4 (224.012582ms) ▶ 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) (153.864489ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (154.487671ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (142.753587ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (143.408669ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (69.043069ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (69.606252ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (130.593751ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (131.220354ms) ▶ 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) (194.822832ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (195.509635ms) ▶ 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) (2420.644888ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2421.333001ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (182.281575ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (182.911427ms) ▶ 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) (2367.79555ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2368.425382ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (113.552967ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (114.30598ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (228.956151ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (229.650343ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (191.50781ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (192.109933ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (178.376101ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (178.973603ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (192.800145ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (193.430517ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (233.900299ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (234.563482ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (144.065591ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (144.636744ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (187.596085ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (188.216068ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (198.870248ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (199.484959ms) ✔ Connection header at response/connection.md:1 (7571.017988ms) ▶ 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) (552.216535ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (552.998889ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (114.100049ms) ✔ Content-Length-X at response/content-length.md:80 (114.612951ms) ▶ 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) (2383.441639ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2384.060881ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (121.844258ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (122.4112ms) ✔ Content-Length header at response/content-length.md:1 (3175.997097ms) ▶ 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) (200.771654ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (201.330107ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (156.380947ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (156.98203ms) ▶ 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) (199.973642ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (200.616265ms) ▶ `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) (180.92395ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (181.542253ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (261.782944ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (262.474997ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (192.351343ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (192.980525ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (178.844922ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (179.447524ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (298.172661ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (298.908554ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (214.310166ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (215.168819ms) ▶ 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) (2414.018114ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2414.705516ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4306.856009ms) ▶ 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) (117.617942ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (118.175334ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (107.873046ms) ✔ Extra space between status code and reason at response/invalid.md:186 (108.458487ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (92.963569ms) ✔ One-digit status code at response/invalid.md:206 (93.546182ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (101.19352ms) ✔ Only LFs present and no body at response/invalid.md:224 (101.734973ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2367.89671ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2368.615103ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (134.996307ms) ✔ Only LFs present at response/invalid.md:264 (135.51019ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (139.376584ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (139.966306ms) ✔ Invalid space after start line at response/invalid.md:149 (3067.780311ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (112.337783ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (112.885314ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (124.538998ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (125.010549ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (124.83031ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (126.826517ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (124.629029ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (125.104001ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (106.249099ms) ✔ Tab after HTTP version at response/invalid.md:72 (106.829052ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (106.466571ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (107.039832ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (92.464318ms) ✔ Headers separated by CR at response/invalid.md:108 (93.063939ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (99.853345ms) ✔ Invalid HTTP version at response/invalid.md:132 (100.412728ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (145.322416ms) ✔ Invalid space after start line at response/invalid.md:149 (146.004399ms) ✔ Invalid responses at response/invalid.md:1 (4113.611472ms) ▶ 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) (2321.120674ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2321.686396ms) ✔ Finish at response/finish.md:1 (2322.110959ms) ▶ 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) (2309.546591ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2310.806796ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2311.206798ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2272.03104ms) ✔ on_message_begin at response/pausing.md:4 (2273.654836ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2291.167322ms) ✔ on_message_complete at response/pausing.md:32 (2291.799354ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2273.195554ms) ✔ on_version_complete at response/pausing.md:60 (2273.844587ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2282.127858ms) ✔ on_status_complete at response/pausing.md:88 (2282.736131ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2291.881565ms) ✔ on_header_field_complete at response/pausing.md:116 (2292.536017ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2342.992437ms) ✔ on_header_value_complete at response/pausing.md:144 (2343.67341ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2323.524143ms) ✔ on_headers_complete at response/pausing.md:172 (2324.145306ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2427.831646ms) ✔ on_chunk_header at response/pausing.md:200 (2428.497118ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2370.834862ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2371.440503ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2363.807615ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2364.428507ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2355.989875ms) ✔ on_chunk_complete at response/pausing.md:317 (2356.607118ms) ✔ Pausing at response/pausing.md:1 (25606.314288ms) ▶ 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) (182.402606ms) ✔ Should parse multiple events at response/pipelining.md:4 (183.030758ms) ✔ Pipelining at response/pipelining.md:1 (183.427109ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (739.339399ms) ✔ Absolute URL at url.md:3 (739.860331ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (82.138839ms) ✔ Relative URL at url.md:17 (82.56384ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (26.760151ms) ✔ Failing on broken schema at url.md:29 (27.115832ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (55.424388ms) ✔ Proxy request at url.md:41 (55.77252ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (68.837558ms) ✔ Proxy request with port at url.md:53 (69.16364ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (60.389237ms) ✔ Proxy IPv6 request at url.md:65 (60.715958ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (70.445005ms) ✔ Proxy IPv6 request with port at url.md:77 (70.810576ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (90.35768ms) ✔ IPv4 in IPv6 address at url.md:89 (90.856682ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (196.91857ms) ✔ Extra `?` in query string at url.md:101 (197.494093ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (79.530999ms) ✔ URL encoded space at url.md:116 (80.028511ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (52.670878ms) ✔ URL fragment at url.md:127 (52.993669ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (108.657208ms) ✔ Complex URL fragment at url.md:138 (109.11785ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (102.149154ms) ✔ Complex URL from node.js url parser doc at url.md:153 (102.583915ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (92.050766ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (92.470798ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (4.485076ms) ✔ Double `@` at url.md:181 (4.791938ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (82.3636ms) ✔ Proxy basic auth with url encoded space at url.md:193 (82.67467ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (92.823989ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (93.18535ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (84.975819ms) ✔ IPv6 address with Zone ID at url.md:217 (85.32307ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (78.129064ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (78.485945ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (4.323516ms) ✔ Disallow tab in URL at url.md:241 (4.680408ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (4.212486ms) ✔ Disallow form-feed in URL at url.md:252 (4.525817ms) ✔ URL tests at url.md:1 (2190.002982ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 140671.381042 >>> 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-loongarch64.so.1 >>> llhttp*: Package size: 65.5 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.4.1-r0.apk >>> llhttp: Build complete at Wed, 03 Jun 2026 13:46:06 +0000 elapsed time 0h 2m 46s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> 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: 543.9 MiB in 105 packages >>> llhttp: Updating the community/loongarch64 repository index... >>> llhttp: Signing the index...