>>> llhttp: Building community/llhttp 9.4.1-r0 (using abuild 3.17.0_rc2-r0) started Wed, 03 Jun 2026 13:43:21 +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.134323) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 680.4 MiB in 127 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.4.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> llhttp: Fetching https://github.com/nodejs/llhttp/archive/v9.4.1/llhttp-9.4.1.tar.gz Connecting to github.com (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. 100% |********************************| 6141k 0:00:00 ETA '/var/cache/distfiles/llhttp-9.4.1.tar.gz.part' saved /var/cache/distfiles/llhttp-9.4.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.4.1.tar.gz /var/cache/distfiles/llhttp-9.4.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/llhttp-9.4.1.tar.gz... > llhttp@9.4.1 prepare > npm run clean && npm run build-ts > llhttp@9.4.1 clean > node --import tsx scripts/clean.ts > llhttp@9.4.1 build-ts > tsc added 141 packages, and audited 142 packages in 13s 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) (2609.957869ms) ✔ Simple request at request/sample.md:6 (2613.101661ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (223.912502ms) ✔ Request with method starting with `H` at request/sample.md:39 (224.716715ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (170.009749ms) ✔ curl GET at request/sample.md:67 (171.010023ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (381.841485ms) ✔ Firefox GET at request/sample.md:105 (383.262761ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (138.56714ms) ✔ DUMBPACK at request/sample.md:168 (139.854486ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (103.256528ms) ✔ No headers and no body at request/sample.md:196 (104.112921ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (97.809847ms) ✔ One header and no body at request/sample.md:219 (98.46044ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (108.523257ms) ✔ Apache bench GET at request/sample.md:247 (109.03618ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (74.616451ms) ✔ Prefix newline at request/sample.md:288 (75.228043ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (29.20015ms) ✔ No HTTP version at request/sample.md:314 (29.729452ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2421.866112ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2422.435674ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (112.261772ms) ✔ Line folding in header value with LF at request/sample.md:394 (112.813284ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (79.151398ms) ✔ No LF after CR at request/sample.md:432 (79.570809ms) ▶ 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) (3441.043732ms) ✔ No LF after CR (lenient) at request/sample.md:454 (3441.625085ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (69.15277ms) ✔ Request starting with CRLF at request/sample.md:478 (69.707072ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (10.346069ms) ✔ Extended Characters at request/sample.md:506 (10.74182ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (4.019715ms) ✔ 255 ASCII in header value at request/sample.md:536 (4.391366ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (2045.828519ms) ✔ X-SSL-Nonsense at request/sample.md:571 (2046.667232ms) ✔ Sample requests at request/sample.md:1 (12143.211878ms) ▶ 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) (133.582192ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (134.138214ms) ✔ Header value at request/lenient-headers.md:82 (134.489555ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (66.59881ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (67.021852ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (121.106215ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (121.650357ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (71.412738ms) ✔ Header value at request/lenient-headers.md:82 (71.88368ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (396.687651ms) ▶ 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) (2502.795907ms) ✔ Control char in header value (relaxed) at request/lenient-header-value-relaxed.md:8 (2503.376278ms) ▶ 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) (122.32796ms) ✔ Control char in header value (strict) at request/lenient-header-value-relaxed.md:38 (122.897262ms) ▶ 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) (155.359074ms) ✔ LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:66 (155.914396ms) ▶ 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) (142.233075ms) ✔ CR without LF in header value should be rejected even with relaxed flag at request/lenient-header-value-relaxed.md:101 (142.783806ms) ▶ 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) (90.794811ms) ✔ Space after start line must still fail at request/lenient-header-value-relaxed.md:136 (91.312253ms) ✔ Relaxed header value character parsing at request/lenient-header-value-relaxed.md:1 (3017.578901ms) ▶ 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) (2400.775542ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2401.385575ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2401.789407ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (82.898952ms) ✔ REPORT request at request/method.md:4 (83.339443ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (123.702475ms) ✔ CONNECT request at request/method.md:27 (124.216656ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (119.75522ms) ✔ CONNECT request with CAPS at request/method.md:62 (120.270982ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (128.466453ms) ✔ CONNECT with body at request/method.md:96 (128.961475ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (134.444495ms) ✔ M-SEARCH request at request/method.md:135 (135.005628ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (146.834462ms) ✔ PATCH request at request/method.md:173 (147.367524ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (102.587095ms) ✔ PURGE request at request/method.md:217 (103.035457ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (81.614106ms) ✔ SEARCH request at request/method.md:245 (82.037148ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (133.430671ms) ✔ LINK request at request/method.md:273 (133.922863ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (118.376795ms) ✔ LINK request at request/method.md:311 (118.847957ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (109.346581ms) ✔ SOURCE request at request/method.md:344 (109.777592ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (106.989932ms) ✔ SOURCE request with ICE at request/method.md:372 (107.453644ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (106.686841ms) ✔ OPTIONS request with RTSP at request/method.md:400 (107.147273ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (113.833868ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (114.333169ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (94.187064ms) ✔ PRI request HTTP2 at request/method.md:458 (94.677826ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (174.602466ms) ✔ QUERY request at request/method.md:482 (175.156308ms) ✔ Methods at request/method.md:1 (1889.611702ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (131.918446ms) ✔ Quotes in URI at request/uri.md:4 (132.444948ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (96.839083ms) ✔ Query URL with question mark at request/uri.md:27 (97.330616ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (133.12228ms) ✔ Host terminated by a query string at request/uri.md:52 (133.676453ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (131.821925ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (132.411567ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (78.549055ms) ✔ Query URL with vertical bar character at request/uri.md:98 (79.000747ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (113.498297ms) ✔ `host:port` terminated by a space at request/uri.md:125 (113.999328ms) ▶ 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.931339ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (5.34865ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (144.810964ms) ✔ Fragment in URI at request/uri.md:165 (145.274076ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (157.291741ms) ✔ Underscore in hostname at request/uri.md:188 (157.864284ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (130.630661ms) ✔ `host:port` and basic auth at request/uri.md:222 (131.184863ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (5.957292ms) ✔ Space in URI at request/uri.md:245 (6.365224ms) ✔ URI at request/uri.md:1 (1137.760566ms) ▶ 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) (117.646062ms) ✔ Setting flag at request/connection.md:6 (118.179914ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (178.728342ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (179.284154ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (124.202567ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (124.729119ms) ▶ 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) (2439.354258ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2439.98885ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (200.328613ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (200.883675ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (86.371215ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (87.330229ms) ✔ `keep-alive` at request/connection.md:4 (3151.965116ms) ▶ `close` at request/connection.md:234 ▶ Setting flag on `close` at request/connection.md:236 ✔ should pass for type="request" (location=request/connection.md:236) (71.700109ms) ✔ Setting flag on `close` at request/connection.md:236 (72.188371ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (153.714827ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (154.18125ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (189.731223ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (190.303925ms) ✔ `close` at request/connection.md:234 (417.517549ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (101.750012ms) ✔ Sample at request/connection.md:375 (102.140983ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (262.374616ms) ✔ Multiple tokens with folding at request/connection.md:403 (262.967558ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (130.200409ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (130.766892ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (130.931372ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (131.408824ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (105.616717ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (106.150579ms) ▶ 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) (116.845349ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (117.30292ms) ✔ Parsing multiple tokens at request/connection.md:373 (852.324933ms) ▶ `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) (114.895882ms) ✔ Setting a flag and pausing at request/connection.md:601 (115.361404ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (157.517932ms) ✔ Emitting part of body and pausing at request/connection.md:635 (158.036344ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (288.057533ms) ✔ Upgrade GET request at request/connection.md:675 (288.859136ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (199.47907ms) ✔ Upgrade POST request at request/connection.md:734 (200.167363ms) ✔ `upgrade` at request/connection.md:599 (763.73446ms) ✔ Connection header at request/connection.md:1 (5186.882374ms) ▶ 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.986929ms) ✔ Tabs in `Content-Length` (surrounding) at request/content-length.md:317 (77.396791ms) ▶ Spaces in `Content-Length` #2 at request/content-length.md:344 ✔ should pass for type="request" (location=request/content-length.md:344) (67.764935ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:344 (68.193336ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:370 ✔ should pass for type="request" (location=request/content-length.md:370) (68.811789ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:370 (69.23568ms) ▶ Empty `Content-Length` at request/content-length.md:396 ✔ should pass for type="request" (location=request/content-length.md:396) (70.095994ms) ✔ Empty `Content-Length` at request/content-length.md:396 (70.501655ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (286.314896ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (83.256483ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (83.694424ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (103.213028ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (103.68562ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (103.80774ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (104.242442ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (101.201171ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (101.627672ms) ▶ 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) (82.952092ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (83.378944ms) ▶ 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) (100.564048ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (101.01861ms) ▶ 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) (107.207773ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (107.690704ms) ▶ 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) (2369.767536ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2370.346609ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (155.201003ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (155.731016ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (102.795506ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (103.272768ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:421 ✔ should pass for type="request" (location=request/content-length.md:421) (6.440424ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:421 (6.797426ms) ▶ 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) (2361.718676ms) ✔ Content-Length reset when no body is received at request/content-length.md:444 (2362.211318ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:493 ✔ should pass for type="request" (location=request/content-length.md:493) (70.383634ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:493 (70.957797ms) ▶ 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) (70.577485ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:519 (70.935867ms) ✔ Content-Length header at request/content-length.md:1 (6115.563454ms) ▶ 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) (100.949199ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (101.413211ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (92.985279ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (93.374621ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (124.196756ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (124.693159ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (176.825205ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (177.371167ms) ▶ 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) (148.616639ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (149.16052ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (185.362746ms) ✔ Trailing headers at request/transfer-encoding.md:186 (185.908609ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (215.010568ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (215.628461ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (155.923416ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (156.453518ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (118.514455ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (119.003727ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (199.011017ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (199.54619ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (145.031615ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (145.560087ms) ✔ `chunked` at request/transfer-encoding.md:4 (1670.810819ms) ▶ 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) (125.452321ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (125.905593ms) ▶ 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) (170.557821ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (171.081383ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (131.463454ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (131.994646ms) ▶ 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) (2421.16143ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2421.813872ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2851.877478ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (6.774856ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (7.156957ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (180.829389ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (181.297682ms) ▶ 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) (188.478018ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (188.998801ms) ▶ 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) (114.42635ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (114.887062ms) ▶ 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.089226ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (4.433696ms) ▶ 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.821265ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (4.139635ms) ▶ 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) (2443.960436ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2444.550097ms) ▶ 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) (158.564166ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (159.105928ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (133.162791ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (133.672732ms) ▶ 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) (199.478639ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (200.088882ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (188.223578ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (188.783829ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (175.669391ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (176.257692ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (183.78775ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (184.289283ms) ▶ 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) (143.124648ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (143.59916ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (140.021816ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (140.505289ms) ▶ 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) (2423.207447ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2423.90523ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (11222.501478ms) ▶ 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) (193.362837ms) ✔ Only LFs present at request/invalid.md:531 (193.888619ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2432.570353ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2433.163624ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (130.154589ms) ✔ Spaces before headers at request/invalid.md:650 (130.731471ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (177.562057ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (178.14678ms) ✔ Invalid space after start line at request/invalid.md:509 (2937.029878ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (127.049947ms) ✔ ICE protocol and GET method at request/invalid.md:4 (127.62217ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (156.93438ms) ✔ ICE protocol, but not really at request/invalid.md:25 (157.467122ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (121.035384ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (121.617337ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (102.950527ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (103.460059ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (58.959082ms) ✔ Headers separated by CR at request/invalid.md:87 (59.319523ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (102.396815ms) ✔ Headers separated by LF at request/invalid.md:113 (102.780687ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (97.905178ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (98.34213ms) ▶ 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) (101.314561ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (101.721422ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (99.082443ms) ✔ Empty headers separated by CR at request/invalid.md:216 (99.528874ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (97.389976ms) ✔ Empty headers separated by LF at request/invalid.md:254 (97.803288ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (4.167086ms) ✔ Invalid header token #1 at request/invalid.md:287 (4.572848ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.875144ms) ✔ Invalid header token #2 at request/invalid.md:310 (4.186756ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.802044ms) ✔ Invalid header token #3 at request/invalid.md:333 (4.197495ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (68.190567ms) ✔ Invalid method at request/invalid.md:356 (68.563008ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (3.981735ms) ✔ Illegal header field name line folding at request/invalid.md:372 (4.411147ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (4.097555ms) ✔ Corrupted Connection header at request/invalid.md:396 (4.414667ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (4.104655ms) ✔ Corrupted header name at request/invalid.md:425 (4.431976ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.932915ms) ✔ Missing CR between headers at request/invalid.md:454 (4.268446ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (4.201936ms) ✔ Invalid HTTP version at request/invalid.md:490 (4.528387ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (87.246677ms) ✔ Invalid space after start line at request/invalid.md:509 (87.616219ms) ✔ Invalid requests at request/invalid.md:1 (4203.070507ms) ▶ 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) (2329.176204ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2329.718076ms) ▶ 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) (70.046604ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (70.567635ms) ▶ 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) (103.650269ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (104.108191ms) ✔ Finish at request/finish.md:1 (2505.183815ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2274.682379ms) ✔ on_message_begin at request/pausing.md:4 (2275.269582ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2363.767764ms) ✔ on_message_complete at request/pausing.md:34 (2364.352796ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2347.376272ms) ✔ on_protocol_complete at request/pausing.md:64 (2348.183535ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2351.076766ms) ✔ on_method_complete at request/pausing.md:94 (2351.720749ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2379.236313ms) ✔ on_url_complete at request/pausing.md:124 (2379.848926ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2369.332786ms) ✔ on_version_complete at request/pausing.md:154 (2369.976608ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2335.98913ms) ✔ on_header_field_complete at request/pausing.md:184 (2336.646893ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2331.174812ms) ✔ on_header_value_complete at request/pausing.md:214 (2331.837075ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2335.8296ms) ✔ on_headers_complete at request/pausing.md:244 (2336.880523ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2341.956513ms) ✔ on_chunk_header at request/pausing.md:274 (2342.734836ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2422.815197ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2423.411369ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2351.156277ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2351.912921ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2335.405368ms) ✔ on_chunk_complete at request/pausing.md:398 (2336.153011ms) ✔ Pausing at request/pausing.md:1 (30552.540886ms) ▶ 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) (207.779301ms) ✔ Should parse multiple events at request/pipelining.md:4 (208.388653ms) ✔ Pipelining at request/pipelining.md:1 (208.851545ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2293.895432ms) ✔ Simple response at response/sample.md:4 (2294.428354ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (90.61204ms) ✔ RTSP response at response/sample.md:40 (91.614954ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (90.668861ms) ✔ ICE response at response/sample.md:60 (91.214323ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (104.913635ms) ✔ Error on invalid response start at response/sample.md:80 (105.590217ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (91.902915ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (92.468918ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (670.54966ms) ✔ Google 301 at response/sample.md:118 (671.343824ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (870.980014ms) ✔ amazon.com at response/sample.md:196 (871.817336ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (146.508341ms) ✔ No headers and no body at response/sample.md:271 (147.203704ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (93.16895ms) ✔ No reason phrase at response/sample.md:291 (93.642312ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (89.230656ms) ✔ Empty reason phrase after space at response/sample.md:310 (89.714617ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (166.136064ms) ✔ No carriage ret at response/sample.md:330 (166.787847ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2459.788165ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2460.506598ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (212.77166ms) ✔ Underscore in header key at response/sample.md:382 (213.385502ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (322.219451ms) ✔ bonjourmadame.fr at response/sample.md:425 (323.685406ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (546.777495ms) ✔ Spaces in header value at response/sample.md:494 (547.618868ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (165.146661ms) ✔ Spaces in header name at response/sample.md:574 (165.792333ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (4.664248ms) ✔ Non ASCII in status line at response/sample.md:609 (5.16661ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (67.565834ms) ✔ HTTP version 0.9 at response/sample.md:645 (67.924966ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (103.286988ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (103.76676ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (101.980784ms) ✔ Response starting with CRLF at response/sample.md:695 (102.444095ms) ✔ Sample responses at response/sample.md:1 (8711.103443ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (165.606763ms) ✔ Proxy-Connection at response/connection.md:4 (166.176524ms) ▶ 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) (108.614558ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (109.11452ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (88.614573ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (89.079185ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (60.353997ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (60.766469ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (76.977229ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (77.389451ms) ▶ 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) (109.814823ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (110.273324ms) ▶ 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) (2348.321456ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2348.996509ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (103.470879ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (104.023541ms) ▶ 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) (2410.610771ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2411.294653ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (170.17158ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (170.881642ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (214.019934ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (214.663267ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (180.212837ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (180.99758ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (153.950419ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (154.619551ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (170.544981ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (171.234034ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (188.979631ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (189.683253ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (197.371852ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (198.063095ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (263.3886ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (264.184093ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (286.465227ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (287.28997ms) ✔ Connection header at response/connection.md:1 (7313.40104ms) ▶ 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.449517ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (553.271739ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (182.975848ms) ✔ Content-Length-X at response/content-length.md:80 (183.66095ms) ▶ 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) (2433.788308ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2434.526411ms) ▶ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 ✔ should pass for type="response" (location=response/content-length.md:168) (108.468848ms) ✔ Tabs in `Content-Length` (surrounding) at response/content-length.md:168 (109.08038ms) ✔ Content-Length header at response/content-length.md:1 (3281.838585ms) ▶ 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) (191.4868ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (192.081812ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (136.714034ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (137.426686ms) ▶ 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) (189.472532ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (190.140985ms) ▶ `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) (186.322421ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (187.120994ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (169.356037ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (169.998329ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (129.237976ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (129.737718ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (107.720055ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (108.180067ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (201.322747ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (201.897769ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (141.235431ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (141.851504ms) ▶ 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) (2433.519087ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2434.24617ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (3895.308002ms) ▶ 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) (98.876022ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (99.457314ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (98.597631ms) ✔ Extra space between status code and reason at response/invalid.md:186 (99.133203ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (83.090413ms) ✔ One-digit status code at response/invalid.md:206 (83.627044ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (110.165465ms) ✔ Only LFs present and no body at response/invalid.md:224 (110.773626ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2369.416626ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2370.068558ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (92.697238ms) ✔ Only LFs present at response/invalid.md:264 (93.302911ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (121.296386ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (122.217119ms) ✔ Invalid space after start line at response/invalid.md:149 (2980.427463ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (92.654188ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (93.371621ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (80.694354ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (81.143015ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (78.576555ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (78.954747ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (75.575764ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (75.960806ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (78.240114ms) ✔ Tab after HTTP version at response/invalid.md:72 (78.643455ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (74.674691ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (75.035252ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (66.49072ms) ✔ Headers separated by CR at response/invalid.md:108 (66.862962ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (70.763546ms) ✔ Invalid HTTP version at response/invalid.md:132 (71.195897ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (168.799715ms) ✔ Invalid space after start line at response/invalid.md:149 (169.443067ms) ✔ Invalid responses at response/invalid.md:1 (3773.620485ms) ▶ 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) (2306.59672ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2307.128002ms) ✔ Finish at response/finish.md:1 (2307.551903ms) ▶ 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) (2292.902839ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2293.44838ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2293.833852ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2288.581122ms) ✔ on_message_begin at response/pausing.md:4 (2290.108618ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2281.986108ms) ✔ on_message_complete at response/pausing.md:32 (2282.54812ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2276.091455ms) ✔ on_version_complete at response/pausing.md:60 (2276.660997ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2288.076831ms) ✔ on_status_complete at response/pausing.md:88 (2288.606132ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2369.785758ms) ✔ on_header_field_complete at response/pausing.md:116 (2370.307379ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2336.539363ms) ✔ on_header_value_complete at response/pausing.md:144 (2337.212665ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2351.697799ms) ✔ on_headers_complete at response/pausing.md:172 (2352.402803ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2373.846483ms) ✔ on_chunk_header at response/pausing.md:200 (2374.407955ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2375.76614ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2376.400232ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2375.480928ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2376.157951ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2356.042286ms) ✔ on_chunk_complete at response/pausing.md:317 (2356.743148ms) ✔ Pausing at response/pausing.md:1 (25684.889183ms) ▶ 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) (187.519425ms) ✔ Should parse multiple events at response/pipelining.md:4 (188.104197ms) ✔ Pipelining at response/pipelining.md:1 (188.520208ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (736.824599ms) ✔ Absolute URL at url.md:3 (737.424332ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (137.949518ms) ✔ Relative URL at url.md:17 (138.47984ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (30.542484ms) ✔ Failing on broken schema at url.md:29 (30.867166ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (92.94332ms) ✔ Proxy request at url.md:41 (93.305441ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (129.668287ms) ✔ Proxy request with port at url.md:53 (130.093179ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (106.655541ms) ✔ Proxy IPv6 request at url.md:65 (107.053702ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (127.397729ms) ✔ Proxy IPv6 request with port at url.md:77 (128.033911ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (146.000739ms) ✔ IPv4 in IPv6 address at url.md:89 (146.622811ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (195.558935ms) ✔ Extra `?` in query string at url.md:101 (196.169928ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (123.345834ms) ✔ URL encoded space at url.md:116 (123.914606ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (85.1509ms) ✔ URL fragment at url.md:127 (85.471291ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (169.390086ms) ✔ Complex URL fragment at url.md:138 (169.919909ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (86.085304ms) ✔ Complex URL from node.js url parser doc at url.md:153 (86.628095ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (93.698453ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (94.166144ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (4.288986ms) ✔ Double `@` at url.md:181 (4.614898ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (76.408737ms) ✔ Proxy basic auth with url encoded space at url.md:193 (76.754989ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (86.705726ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (87.110718ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (82.740621ms) ✔ IPv6 address with Zone ID at url.md:217 (83.166893ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (75.745015ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (76.166137ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (4.271906ms) ✔ Disallow tab in URL at url.md:241 (4.619807ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.871695ms) ✔ Disallow form-feed in URL at url.md:252 (4.171686ms) ✔ URL tests at url.md:1 (2609.90278ms) ℹ tests 267 ℹ suites 300 ℹ pass 267 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 141196.409487 >>> 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:10 +0000 elapsed time 0h 2m 49s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260603.134323) ( 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: 269.5 MiB in 103 packages >>> llhttp: Updating the community/loongarch64 repository index... >>> llhttp: Signing the index...