>>> llhttp: Building community/llhttp 8.1.1-r1 (using abuild 3.12.0-r0) started Tue, 14 Nov 2023 01:40:32 +0000 >>> llhttp: Checking sanity of /home/buildozer/aports/community/llhttp/APKBUILD... >>> llhttp: Analyzing dependencies... >>> llhttp: Installing for build: build-base cmake clang npm (1/17) Installing libarchive (3.7.2-r0) (2/17) Installing rhash-libs (1.4.4-r0) (3/17) Installing libuv (1.47.0-r0) (4/17) Installing cmake (3.27.7-r2) (5/17) Installing clang17-headers (17.0.4-r0) (6/17) Installing libffi (3.4.4-r3) (7/17) Installing libxml2 (2.11.5-r0) (8/17) Installing llvm17-libs (17.0.4-r1) (9/17) Installing clang17-libs (17.0.4-r0) (10/17) Installing llvm17-linker-tools (17.0.4-r1) (11/17) Installing clang17 (17.0.4-r0) (12/17) Installing ada-libs (2.6.0-r1) (13/17) Installing icu-data-en (74.1-r0) Executing icu-data-en-74.1-r0.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (14/17) Installing icu-libs (74.1-r0) (15/17) Installing nodejs-current (21.1.0-r1) (16/17) Installing npm (10.2.3-r0) (17/17) Installing .makedepends-llhttp (20231114.014033) Executing busybox-1.36.1-r15.trigger OK: 644 MiB in 124 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-8.1.1.tar.gz >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-sed.patch >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-8.1.1.tar.gz >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-sed.patch >>> llhttp: Checking sha512sums... llhttp-8.1.1.tar.gz: OK llhttp-sed.patch: OK >>> llhttp: Unpacking /var/cache/distfiles/llhttp-8.1.1.tar.gz... >>> llhttp: llhttp-sed.patch patching file Makefile > llhttp@8.1.1 prepare > npm run clean && npm run build-ts > llhttp@8.1.1 clean > rm -rf lib && rm -rf test/tmp > llhttp@8.1.1 build-ts > tsc added 157 packages, and audited 158 packages in 7s 23 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/ npx ts-node 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_/8.1.1/ CMakeLists.txt > release/CMakeLists.txt cp -rf libllhttp.pc.in release/ cp -rf README.md release/ cp -rf LICENSE-MIT release/ -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - 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/g++ - 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-8.1.1/releasebuild [ 25%] Building C object CMakeFiles/llhttp_shared.dir/src/llhttp.c.o [ 50%] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o [ 75%] Building C object CMakeFiles/llhttp_shared.dir/src/api.c.o [100%] Linking C shared library libllhttp.so [100%] Built target llhttp_shared > llhttp@8.1.1 test > npm run mocha && npm run lint > llhttp@8.1.1 mocha > mocha --timeout=10000 -r ts-node/register/type-check --reporter progress test/*-test.ts (node:2055) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created)  [....................................]  [...................................]  [▬..................................]  [▬▬.................................]  [▬▬▬................................]  [▬▬▬▬...............................]  [▬▬▬▬▬..............................]  [▬▬▬▬▬▬.............................]  [▬▬▬▬▬▬▬............................]  [▬▬▬▬▬▬▬▬...........................]  [▬▬▬▬▬▬▬▬▬..........................]  [▬▬▬▬▬▬▬▬▬▬.........................]  [▬▬▬▬▬▬▬▬▬▬▬........................]  [▬▬▬▬▬▬▬▬▬▬▬▬.......................]  [▬▬▬▬▬▬▬▬▬▬▬▬▬......................]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬.....................]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬....................]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬...................]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬..................]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.................]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬................]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬...............]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬..............]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.............]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬............]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬...........]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬..........]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.........]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬........]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.......]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬......]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.....]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬....]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬...]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬..]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬]  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬] 814 passing (3m) > llhttp@8.1.1 lint > tslint -c tslint.json bin/*.ts src/*.ts src/**/*.ts test/*.ts test/**/*.ts >>> llhttp: Entering fakeroot... -- Install configuration: "MINSIZEREL" -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.8.1.1 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.8.1 -- 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... >>> llhttp-dev*: Preparing subpackage llhttp-dev... >>> llhttp-dev*: Stripping binaries >>> llhttp-dev*: Running postcheck for llhttp-dev >>> llhttp-doc*: Running split function 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-dev*: Scanning shared objects >>> llhttp-doc*: Scanning shared objects >>> llhttp*: Scanning shared objects >>> llhttp-dev*: Tracing dependencies... llhttp=8.1.1-r1 pkgconfig >>> llhttp-dev*: Package size: 72.0 KB >>> llhttp-dev*: Compressing data... >>> llhttp-dev*: Create checksum... >>> llhttp-dev*: Create llhttp-dev-8.1.1-r1.apk >>> llhttp-doc*: Tracing dependencies... >>> llhttp-doc*: Package size: 24.0 KB >>> llhttp-doc*: Compressing data... >>> llhttp-doc*: Create checksum... >>> llhttp-doc*: Create llhttp-doc-8.1.1-r1.apk >>> llhttp*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> llhttp*: Package size: 80.0 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-8.1.1-r1.apk >>> llhttp: Build complete at Tue, 14 Nov 2023 01:44:22 +0000 elapsed time 0h 3m 50s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Uninstalling dependencies... (1/17) Purging .makedepends-llhttp (20231114.014033) (2/17) Purging cmake (3.27.7-r2) (3/17) Purging npm (10.2.3-r0) (4/17) Purging clang17 (17.0.4-r0) (5/17) Purging llvm17-linker-tools (17.0.4-r1) (6/17) Purging clang17-headers (17.0.4-r0) (7/17) Purging clang17-libs (17.0.4-r0) (8/17) Purging libarchive (3.7.2-r0) (9/17) Purging llvm17-libs (17.0.4-r1) (10/17) Purging nodejs-current (21.1.0-r1) (11/17) Purging rhash-libs (1.4.4-r0) (12/17) Purging ada-libs (2.6.0-r1) (13/17) Purging icu-libs (74.1-r0) (14/17) Purging icu-data-en (74.1-r0) (15/17) Purging libffi (3.4.4-r3) (16/17) Purging libuv (1.47.0-r0) (17/17) Purging libxml2 (2.11.5-r0) Executing busybox-1.36.1-r15.trigger OK: 265 MiB in 107 packages >>> llhttp: Updating the community/ppc64le repository index... >>> llhttp: Signing the index...