>>> llhttp: Building community/llhttp 9.3.1-r0 (using abuild 3.16.0-r0) started Sun, 08 Mar 2026 20:59:08 +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.2-r0) ( 3/24) Installing libarchive (3.8.5-r0) ( 4/24) Installing rhash-libs (1.4.6-r0) ( 5/24) Installing libuv (1.51.0-r0) ( 6/24) Installing cmake (4.2.3-r0) ( 7/24) Installing clang22-headers (22.1.0-r0) ( 8/24) Installing libffi (3.5.2-r0) ( 9/24) Installing libxml2 (2.13.9-r0) (10/24) Installing llvm22-libs (22.1.0-r0) (11/24) Installing clang22-libs (22.1.0-r0) (12/24) Installing llvm22-linker-tools (22.1.0-r0) (13/24) Installing clang22 (22.1.0-r0) (14/24) Installing samurai (1.2-r8) (15/24) Installing ca-certificates (20251003-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 (8.0.0-r0) (21/24) Installing sqlite-libs (3.51.2-r1) (22/24) Installing nodejs (24.13.0-r3) (23/24) Installing npm (11.9.0-r0) (24/24) Installing .makedepends-llhttp (20260308.205910) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20251003-r0.trigger OK: 603.2 MiB in 129 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.3.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.3.1/llhttp-9.3.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/edge/llhttp-9.3.1.tar.gz.part' llhttp-9.3.1.tar.gz. 55% |***************** | 3437k 0:00:00 ETA llhttp-9.3.1.tar.gz. 100% |********************************| 6139k 0:00:00 ETA '/var/cache/distfiles/edge/llhttp-9.3.1.tar.gz.part' saved /var/cache/distfiles/edge/llhttp-9.3.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.3.1.tar.gz /var/cache/distfiles/edge/llhttp-9.3.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/edge/llhttp-9.3.1.tar.gz... > llhttp@9.3.1 prepare > npm run clean && npm run build-ts > llhttp@9.3.1 clean > rm -rf lib && rm -rf test/tmp > llhttp@9.3.1 build-ts > tsc added 153 packages, and audited 154 packages in 5s 40 packages are looking for funding run `npm fund` for details 6 vulnerabilities (1 low, 4 moderate, 1 high) 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/ rm -rf release 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/ sed s/_RELEASE_/9.3.1/ CMakeLists.txt > release/CMakeLists.txt cp -rf libllhttp.pc.in release/ cp -rf README.md release/ cp -rf LICENSE release/ -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- -- Project configure summary: -- -- CMake build type .................: MINSIZEREL -- Install prefix ...................: /usr -- Build shared library .............: ON -- Build static library .............: OFF -- -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/llhttp/src/llhttp-9.3.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.3.1 [5/5] Creating library symlink libllhttp.so.9.3 libllhttp.so > llhttp@9.3.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) (2539.59935ms) ✔ Simple request at request/sample.md:6 (2541.073925ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (71.105557ms) ✔ Request with method starting with `H` at request/sample.md:39 (71.37292ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (222.673807ms) ✔ curl GET at request/sample.md:67 (222.96697ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (260.374348ms) ✔ Firefox GET at request/sample.md:105 (260.659751ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (144.273656ms) ✔ DUMBPACK at request/sample.md:168 (144.732541ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (119.750609ms) ✔ No headers and no body at request/sample.md:196 (119.989691ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (142.320596ms) ✔ One header and no body at request/sample.md:219 (142.6216ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (129.387466ms) ✔ Apache bench GET at request/sample.md:247 (129.634588ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (65.601742ms) ✔ Prefix newline at request/sample.md:288 (65.850344ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (25.497417ms) ✔ No HTTP version at request/sample.md:314 (25.76374ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2363.585855ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2363.812457ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (174.015436ms) ✔ Line folding in header value with LF at request/sample.md:394 (174.211479ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (67.308359ms) ✔ No LF after CR at request/sample.md:432 (67.494642ms) ▶ 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) (2217.497461ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2217.874585ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (111.458765ms) ✔ Request starting with CRLF at request/sample.md:478 (111.660967ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.550676ms) ✔ Extended Characters at request/sample.md:506 (3.818799ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.372954ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.530515ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (729.800646ms) ✔ X-SSL-Nonsense at request/sample.md:571 (729.992688ms) ✔ Sample requests at request/sample.md:1 (9399.755108ms) ▶ 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) (154.760562ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (154.958324ms) ✔ Header value at request/lenient-headers.md:82 (155.225326ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (99.347482ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (99.523524ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (211.665136ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (211.854858ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (104.456214ms) ✔ Header value at request/lenient-headers.md:82 (104.632096ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (571.59553ms) ▶ 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) (2138.810708ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (2138.980309ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (2139.121511ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (73.854106ms) ✔ REPORT request at request/method.md:4 (74.020787ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (224.059302ms) ✔ CONNECT request at request/method.md:27 (224.243143ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (170.128158ms) ✔ CONNECT request with CAPS at request/method.md:62 (170.319279ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (213.709037ms) ✔ CONNECT with body at request/method.md:96 (213.896639ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (138.217355ms) ✔ M-SEARCH request at request/method.md:135 (138.386597ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (218.411165ms) ✔ PATCH request at request/method.md:173 (218.596967ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (151.652171ms) ✔ PURGE request at request/method.md:217 (151.841533ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (131.886571ms) ✔ SEARCH request at request/method.md:245 (132.070973ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (171.673573ms) ✔ LINK request at request/method.md:273 (171.863335ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (176.143138ms) ✔ LINK request at request/method.md:311 (176.31818ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (172.191218ms) ✔ SOURCE request at request/method.md:344 (172.38118ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (170.149277ms) ✔ SOURCE request with ICE at request/method.md:372 (170.33072ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (172.926105ms) ✔ OPTIONS request with RTSP at request/method.md:400 (173.104148ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (177.529352ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (177.704954ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (72.678894ms) ✔ PRI request HTTP2 at request/method.md:458 (72.863815ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (250.238326ms) ✔ QUERY request at request/method.md:482 (250.422287ms) ✔ Methods at request/method.md:1 (2689.756709ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (153.869833ms) ✔ Quotes in URI at request/uri.md:4 (154.050515ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (113.893909ms) ✔ Query URL with question mark at request/uri.md:27 (114.074551ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (145.306627ms) ✔ Host terminated by a query string at request/uri.md:52 (145.65455ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (154.685321ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (154.946324ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (102.687757ms) ✔ Query URL with vertical bar character at request/uri.md:98 (102.853118ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (124.007932ms) ✔ `host:port` terminated by a space at request/uri.md:125 (124.165054ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (3.488795ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.638437ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (169.285309ms) ✔ Fragment in URI at request/uri.md:165 (169.439911ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (183.417771ms) ✔ Underscore in hostname at request/uri.md:188 (183.571813ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (182.644804ms) ✔ `host:port` and basic auth at request/uri.md:222 (182.815365ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (5.775138ms) ✔ Space in URI at request/uri.md:245 (5.920099ms) ✔ URI at request/uri.md:1 (1342.34135ms) ▶ 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) (139.734891ms) ✔ Setting flag at request/connection.md:6 (139.892692ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (148.236416ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (148.401138ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (129.339266ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (129.507547ms) ▶ 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) (2238.125112ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2238.299033ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (225.128713ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (225.300994ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (145.952833ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (146.113355ms) ✔ `keep-alive` at request/connection.md:4 (3028.030645ms) ▶ `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) (129.173424ms) ✔ Setting flag on `close` at request/connection.md:236 (129.319386ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (254.418408ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (254.593289ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (268.923794ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (269.091596ms) ✔ `close` at request/connection.md:234 (653.290515ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (243.226135ms) ✔ Sample at request/connection.md:375 (243.377016ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (261.410319ms) ✔ Multiple tokens with folding at request/connection.md:403 (261.57976ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (155.108365ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (155.269567ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (160.544341ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (160.719142ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (138.66396ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (138.827681ms) ▶ 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) (143.323527ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (143.601329ms) ✔ Parsing multiple tokens at request/connection.md:373 (1103.852223ms) ▶ `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) (185.116589ms) ✔ Setting a flag and pausing at request/connection.md:601 (185.26515ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (141.789351ms) ✔ Emitting part of body and pausing at request/connection.md:635 (141.945593ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (299.008979ms) ✔ Upgrade GET request at request/connection.md:675 (299.18118ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (240.455427ms) ✔ Upgrade POST request at request/connection.md:734 (240.63751ms) ✔ `upgrade` at request/connection.md:599 (867.361396ms) ✔ Connection header at request/connection.md:1 (5652.881502ms) ▶ Content-Length header at request/content-length.md:1 ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ▶ Spaces in `Content-Length` #2 at request/content-length.md:317 ✔ should pass for type="request" (location=request/content-length.md:317) (136.081614ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:317 (136.225895ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:343 ✔ should pass for type="request" (location=request/content-length.md:343) (146.422598ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:343 (146.610199ms) ▶ Empty `Content-Length` at request/content-length.md:369 ✔ should pass for type="request" (location=request/content-length.md:369) (121.575347ms) ✔ Empty `Content-Length` at request/content-length.md:369 (121.745749ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (404.813286ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (153.288827ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (153.450109ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (196.741226ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (196.904187ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (199.337773ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (199.503534ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (190.807766ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (190.962728ms) ▶ 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) (234.961292ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (235.188134ms) ▶ 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) (144.455538ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (144.62062ms) ▶ 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) (146.56828ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (146.738401ms) ▶ 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) (2298.490603ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2298.661404ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (264.174587ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (264.340788ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (138.803841ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (138.965962ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:394 ✔ should pass for type="request" (location=request/content-length.md:394) (4.305843ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:394 (4.444205ms) ▶ Content-Length reset when no body is received at request/content-length.md:417 ✔ should pass for type="request" (location=request/content-length.md:417) (2263.46493ms) ✔ Content-Length reset when no body is received at request/content-length.md:417 (2263.642692ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:466 ✔ should pass for type="request" (location=request/content-length.md:466) (153.700592ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:466 (153.882633ms) ▶ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/content-length.md:492) (149.742952ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 (149.927873ms) ✔ Content-Length header at request/content-length.md:1 (6947.08993ms) ▶ 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) (177.949396ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (178.161999ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (246.025484ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (246.200766ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (246.64945ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (246.846212ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (205.09619ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (205.268632ms) ▶ 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) (180.399542ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (180.578103ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (245.830562ms) ✔ Trailing headers at request/transfer-encoding.md:186 (246.010764ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (233.392316ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (233.654198ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (229.658118ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (229.83688ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (198.295601ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (198.477684ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (273.304639ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (273.557362ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (285.983367ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (286.156929ms) ✔ `chunked` at request/transfer-encoding.md:4 (2525.799059ms) ▶ 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) (272.44279ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (272.601872ms) ▶ 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) (293.854006ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (294.023089ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (164.519181ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (164.694623ms) ▶ 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) (2254.941485ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2255.119207ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2986.788634ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.409205ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.557006ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (222.138202ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (222.313444ms) ▶ 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) (225.554878ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (225.723519ms) ▶ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 ✔ should pass for type="request" (location=request/transfer-encoding.md:574) (214.217922ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (214.383045ms) ▶ 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.227053ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (5.393095ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (4.519125ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (4.648327ms) ▶ 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) (2253.780914ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2253.947795ms) ▶ 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) (244.096384ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (244.265346ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (224.691189ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (224.84287ms) ▶ 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) (263.035456ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (263.191058ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (223.351055ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (223.500337ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (217.821439ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (217.973201ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (228.348185ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (228.506147ms) ▶ 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) (259.113297ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (259.265137ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (252.145305ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (252.322787ms) ▶ 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) (2278.984289ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2279.161531ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (12637.935751ms) ▶ 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) (236.011583ms) ✔ Only LFs present at request/invalid.md:531 (236.160465ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2308.994793ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2309.235235ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (207.704737ms) ✔ Spaces before headers at request/invalid.md:650 (207.864419ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (214.755128ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (214.92849ms) ✔ Invalid space after start line at request/invalid.md:509 (2968.639134ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (196.565385ms) ✔ ICE protocol and GET method at request/invalid.md:4 (196.733187ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (200.180181ms) ✔ ICE protocol, but not really at request/invalid.md:25 (200.329943ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (201.06235ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (201.218032ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (219.479096ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (219.638977ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (123.148724ms) ✔ Headers separated by CR at request/invalid.md:87 (123.312245ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (153.882114ms) ✔ Headers separated by LF at request/invalid.md:113 (154.038595ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (283.910627ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (284.075269ms) ▶ 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) (280.995798ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (281.2254ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (189.755316ms) ✔ Empty headers separated by CR at request/invalid.md:216 (189.909918ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (152.753102ms) ✔ Empty headers separated by LF at request/invalid.md:254 (152.910624ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (4.466725ms) ✔ Invalid header token #1 at request/invalid.md:287 (4.602046ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (4.279323ms) ✔ Invalid header token #2 at request/invalid.md:310 (4.406084ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (4.111482ms) ✔ Invalid header token #3 at request/invalid.md:333 (4.238962ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (77.599464ms) ✔ Invalid method at request/invalid.md:356 (77.748465ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (4.301964ms) ✔ Illegal header field name line folding at request/invalid.md:372 (4.440124ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (4.251323ms) ✔ Corrupted Connection header at request/invalid.md:396 (4.392764ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (4.354404ms) ✔ Corrupted header name at request/invalid.md:425 (4.484125ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (4.171842ms) ✔ Missing CR between headers at request/invalid.md:454 (4.303603ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (4.209483ms) ✔ Invalid HTTP version at request/invalid.md:490 (4.334003ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (101.077381ms) ✔ Invalid space after start line at request/invalid.md:509 (101.228222ms) ✔ Invalid requests at request/invalid.md:1 (5187.582778ms) ▶ 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) (2130.567593ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (2130.711554ms) ▶ 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) (139.221686ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (139.389327ms) ▶ 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) (105.310103ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (105.617026ms) ✔ Finish at request/finish.md:1 (2375.983751ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2194.048714ms) ✔ on_message_begin at request/pausing.md:4 (2194.196956ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2172.877781ms) ✔ on_message_complete at request/pausing.md:34 (2173.061903ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2164.223414ms) ✔ on_protocol_complete at request/pausing.md:64 (2164.396215ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2140.260532ms) ✔ on_method_complete at request/pausing.md:94 (2140.411854ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2198.781044ms) ✔ on_url_complete at request/pausing.md:124 (2198.939365ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2194.158918ms) ✔ on_version_complete at request/pausing.md:154 (2194.325959ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (2183.307329ms) ✔ on_header_field_complete at request/pausing.md:184 (2183.47821ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (2207.065009ms) ✔ on_header_value_complete at request/pausing.md:214 (2207.234131ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2187.621653ms) ✔ on_headers_complete at request/pausing.md:244 (2187.785775ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2268.320789ms) ✔ on_chunk_header at request/pausing.md:274 (2268.48759ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2330.488657ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2330.689979ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2283.342382ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2283.622305ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2276.377392ms) ✔ on_chunk_complete at request/pausing.md:398 (2276.529714ms) ✔ Pausing at request/pausing.md:1 (28804.174007ms) ▶ 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) (245.201996ms) ✔ Should parse multiple events at request/pipelining.md:4 (245.342319ms) ✔ Pipelining at request/pipelining.md:1 (245.54916ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2286.881619ms) ✔ Simple response at response/sample.md:4 (2287.0245ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (60.979216ms) ✔ RTSP response at response/sample.md:40 (61.128578ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (57.145737ms) ✔ ICE response at response/sample.md:60 (57.308179ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (66.457951ms) ✔ Error on invalid response start at response/sample.md:80 (66.614193ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (59.778924ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (59.931285ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (351.162027ms) ✔ Google 301 at response/sample.md:118 (351.397549ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (398.664547ms) ✔ amazon.com at response/sample.md:196 (398.825308ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (87.792367ms) ✔ No headers and no body at response/sample.md:271 (87.948849ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (54.179027ms) ✔ No reason phrase at response/sample.md:291 (54.336629ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (57.40886ms) ✔ Empty reason phrase after space at response/sample.md:310 (57.563261ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (211.965341ms) ✔ No carriage ret at response/sample.md:330 (212.123622ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2290.407455ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2290.584777ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (213.196433ms) ✔ Underscore in header key at response/sample.md:382 (213.363315ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (294.01257ms) ✔ bonjourmadame.fr at response/sample.md:425 (294.190211ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (352.685763ms) ✔ Spaces in header value at response/sample.md:494 (352.906885ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (48.619451ms) ✔ Spaces in header name at response/sample.md:574 (48.774013ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (4.092921ms) ✔ Non ASCII in status line at response/sample.md:609 (4.239683ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (66.877676ms) ✔ HTTP version 0.9 at response/sample.md:645 (67.023037ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (198.790088ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (198.94465ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (267.941866ms) ✔ Response starting with CRLF at response/sample.md:695 (268.100708ms) ✔ Sample responses at response/sample.md:1 (7433.719806ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (286.564614ms) ✔ Proxy-Connection at response/connection.md:4 (286.707256ms) ▶ 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) (208.496666ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (208.650587ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (232.984433ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (233.158995ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (120.615858ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (120.768739ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (148.355098ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (148.51414ms) ▶ 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) (214.045042ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (214.205323ms) ▶ 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) (2253.372962ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2253.516643ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (183.359893ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (183.515774ms) ▶ 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) (2290.7941ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2290.947782ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (183.368813ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (183.525494ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (229.175475ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (229.342117ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (208.721188ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (208.87507ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (272.438632ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (272.593194ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (189.500754ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (189.654876ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (172.931307ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (173.081348ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (223.465658ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (223.631419ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (273.340201ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (273.554004ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (287.716946ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (287.910188ms) ✔ Connection header at response/connection.md:1 (7983.446364ms) ▶ 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) (341.622971ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (341.770572ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (302.107332ms) ✔ Content-Length-X at response/content-length.md:80 (302.254893ms) ▶ 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) (2360.065041ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2360.218123ms) ✔ Content-Length header at response/content-length.md:1 (3004.491191ms) ▶ 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) (300.710357ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (300.853279ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (277.765127ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (277.917568ms) ▶ 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) (182.029639ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (182.18404ms) ▶ `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) (297.97329ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (298.176532ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (289.103ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (289.257642ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (180.815227ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (180.966588ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (294.101131ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (294.252133ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (252.234948ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (252.39935ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (276.302592ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (276.455353ms) ▶ 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) (2342.06638ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2342.223543ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4695.407035ms) ▶ 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) (75.720725ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (75.860647ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (75.307641ms) ✔ Extra space between status code and reason at response/invalid.md:186 (75.466923ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (64.990136ms) ✔ One-digit status code at response/invalid.md:206 (65.144338ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (131.921653ms) ✔ Only LFs present and no body at response/invalid.md:224 (132.079214ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (2223.622985ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (2223.778146ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (156.669943ms) ✔ Only LFs present at response/invalid.md:264 (156.850184ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (155.764893ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (155.924015ms) ✔ Invalid space after start line at response/invalid.md:149 (2885.626393ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (68.31781ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (68.468212ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (75.20088ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (75.358202ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (75.889967ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (76.057049ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (75.673164ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (75.836166ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (71.053238ms) ✔ Tab after HTTP version at response/invalid.md:72 (71.206119ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (75.605483ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (75.779366ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (127.951253ms) ✔ Headers separated by CR at response/invalid.md:108 (128.159015ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (70.835195ms) ✔ Invalid HTTP version at response/invalid.md:132 (70.993478ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (101.305663ms) ✔ Invalid space after start line at response/invalid.md:149 (101.466345ms) ✔ Invalid responses at response/invalid.md:1 (3629.69983ms) ▶ 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) (2137.908239ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (2138.074162ms) ✔ Finish at response/finish.md:1 (2138.209722ms) ▶ 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) (2131.361894ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (2131.503375ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (2131.638016ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2218.579096ms) ✔ on_message_begin at response/pausing.md:4 (2218.733377ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2227.009381ms) ✔ on_message_complete at response/pausing.md:32 (2227.172343ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2220.90872ms) ✔ on_version_complete at response/pausing.md:60 (2221.082482ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2243.846632ms) ✔ on_status_complete at response/pausing.md:88 (2244.024914ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2235.420468ms) ✔ on_header_field_complete at response/pausing.md:116 (2236.090394ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2249.295448ms) ✔ on_header_value_complete at response/pausing.md:144 (2249.47013ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2230.395658ms) ✔ on_headers_complete at response/pausing.md:172 (2230.563019ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2316.323767ms) ✔ on_chunk_header at response/pausing.md:200 (2316.568969ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2358.07355ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2358.239231ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2351.471283ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2351.625925ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2329.778945ms) ✔ on_chunk_complete at response/pausing.md:317 (2330.005746ms) ✔ Pausing at response/pausing.md:1 (24984.404341ms) ▶ 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) (303.203424ms) ✔ Should parse multiple events at response/pipelining.md:4 (303.358626ms) ✔ Pipelining at response/pipelining.md:1 (303.490307ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (776.926651ms) ✔ Absolute URL at url.md:3 (777.390296ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (99.436645ms) ✔ Relative URL at url.md:17 (99.666928ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (11.658157ms) ✔ Failing on broken schema at url.md:29 (11.797199ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (63.709884ms) ✔ Proxy request at url.md:41 (63.884085ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (79.673365ms) ✔ Proxy request with port at url.md:53 (79.819647ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (71.855686ms) ✔ Proxy IPv6 request at url.md:65 (72.008088ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (83.224521ms) ✔ Proxy IPv6 request with port at url.md:77 (83.365162ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (185.858038ms) ✔ IPv4 in IPv6 address at url.md:89 (185.998119ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (292.90284ms) ✔ Extra `?` in query string at url.md:101 (293.063681ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (83.693565ms) ✔ URL encoded space at url.md:116 (83.846967ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (60.028327ms) ✔ URL fragment at url.md:127 (60.276409ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (227.439139ms) ✔ Complex URL fragment at url.md:138 (227.58002ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (185.548235ms) ✔ Complex URL from node.js url parser doc at url.md:153 (185.705877ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (204.226664ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (204.376146ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (4.903969ms) ✔ Double `@` at url.md:181 (5.127412ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (92.774817ms) ✔ Proxy basic auth with url encoded space at url.md:193 (92.95154ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (105.497106ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (105.642428ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (97.857669ms) ✔ IPv6 address with Zone ID at url.md:217 (98.001391ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (87.701886ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (87.842248ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (4.511086ms) ✔ Disallow tab in URL at url.md:241 (4.642846ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (4.278003ms) ✔ Disallow form-feed in URL at url.md:252 (4.393204ms) ✔ URL tests at url.md:1 (2829.011391ms) ℹ tests 260 ℹ suites 292 ℹ pass 260 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 137193.373277 >>> llhttp: Entering fakeroot... -- Install configuration: "MINSIZEREL" -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3.1 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3 -- 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-config.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config-minsizerel.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.3.1-r0 pkgconfig >>> llhttp-dev*: Package size: 35.4 KB >>> llhttp-dev*: Compressing data... >>> llhttp-dev*: Create checksum... >>> llhttp-dev*: Create llhttp-dev-9.3.1-r0.apk >>> llhttp-doc*: Tracing dependencies... >>> llhttp-doc*: Package size: 1.1 KB >>> llhttp-doc*: Compressing data... >>> llhttp-doc*: Create checksum... >>> llhttp-doc*: Create llhttp-doc-9.3.1-r0.apk >>> llhttp*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> llhttp*: Package size: 45.1 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.3.1-r0.apk >>> llhttp: Build complete at Sun, 08 Mar 2026 21:01:39 +0000 elapsed time 0h 2m 31s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260308.205910) ( 2/24) Purging cmake (4.2.3-r0) ( 3/24) Purging samurai (1.2-r8) ( 4/24) Purging npm (11.9.0-r0) ( 5/24) Purging nodejs (24.13.0-r3) ( 6/24) Purging ca-certificates (20251003-r0) Executing ca-certificates-20251003-r0.post-deinstall ( 7/24) Purging ada-libs (3.3.0-r0) ( 8/24) Purging clang22 (22.1.0-r0) ( 9/24) Purging llvm22-linker-tools (22.1.0-r0) (10/24) Purging clang22-headers (22.1.0-r0) (11/24) Purging clang22-libs (22.1.0-r0) (12/24) Purging icu-libs (78.1-r0) (13/24) Purging libarchive (3.8.5-r0) (14/24) Purging libbz2 (1.0.8-r6) (15/24) Purging libuv (1.51.0-r0) (16/24) Purging llvm22-libs (22.1.0-r0) (17/24) Purging rhash-libs (1.4.6-r0) (18/24) Purging simdjson (4.2.4-r0) (19/24) Purging simdutf (8.0.0-r0) (20/24) Purging sqlite-libs (3.51.2-r1) (21/24) Purging icu-data-en (78.1-r0) (22/24) Purging libffi (3.5.2-r0) (23/24) Purging libxml2 (2.13.9-r0) (24/24) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 289.5 MiB in 105 packages >>> llhttp: Updating the community/armv7 repository index... >>> llhttp: Signing the index...