==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: llhttp 9.2.1-2 (Sat Sep 14 15:15:08 2024) ==> Retrieving sources... -> Cloning llhttp git repo... Cloning into bare repository '/home/leming/work/llhttp/llhttp'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... llhttp ... Skipped ==> Making package: llhttp 9.2.1-2 (Sat Sep 14 15:15:17 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (19) c-ares-1.33.1-1 cppdap-1.58.0-2 hicolor-icon-theme-0.18-1 jsoncpp-1.9.5-3 libngtcp2-1.7.0-1 libuv-1.48.0-2 node-gyp-10.2.0-1 nodejs-22.8.0-1 nodejs-nopt-7.2.0-2 perl-error-0.17029-7 perl-mailtools-2.21-9 perl-timedate-2.33-7 rhash-1.4.4-1 semver-7.6.3-1 typescript-5.5.4-1 cmake-3.30.3-1 git-2.46.0-2 npm-10.8.3-1 ts-node-10.9.2-1 Total Download Size: 44.78 MiB Total Installed Size: 240.32 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... cmake-3.30.3-1-aarch64 downloading... nodejs-22.8.0-1-aarch64 downloading... git-2.46.0-2-aarch64 downloading... typescript-5.5.4-1-any downloading... npm-10.8.3-1-any downloading... node-gyp-10.2.0-1-any downloading... ts-node-10.9.2-1-any downloading... cppdap-1.58.0-2-aarch64 downloading... libuv-1.48.0-2-aarch64 downloading... c-ares-1.33.1-1-aarch64 downloading... rhash-1.4.4-1-aarch64 downloading... libngtcp2-1.7.0-1-aarch64 downloading... jsoncpp-1.9.5-3-aarch64 downloading... perl-mailtools-2.21-9-any downloading... perl-timedate-2.33-7-any downloading... semver-7.6.3-1-any downloading... perl-error-0.17029-7-any downloading... nodejs-nopt-7.2.0-2-any downloading... hicolor-icon-theme-0.18-1-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing cppdap... installing hicolor-icon-theme... installing jsoncpp... Optional dependencies for jsoncpp jsoncpp-doc: documentation installing libuv... installing rhash... installing cmake... Optional dependencies for cmake make: for unix Makefile generator [installed] ninja: for ninja generator qt6-base: cmake-gui installing perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui openssh: ssh transport and crypto perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 [installed] subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] installing c-ares... installing libngtcp2... installing nodejs... Optional dependencies for nodejs npm: nodejs package manager [pending] installing nodejs-nopt... installing semver... installing node-gyp... Optional dependencies for node-gyp gcc: to build C++ modules [installed] make: to build C++ modules [installed] python: to build C++ modules [installed] installing npm... Optional dependencies for npm git: for dependencies using Git URL's [installed] installing typescript... installing ts-node... :: Running post-transaction hooks... (1/4) Creating system user accounts... Creating group 'git' with GID 971. Creating user 'git' (git daemon user) with UID 971 and GID 971. (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Arming ConditionNeedsUpdate... (4/4) Warn about old perl modules [?25h==> Retrieving sources... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of llhttp git repo... Cloning into 'llhttp'... done. Switched to a new branch 'makepkg' ==> Starting build()... ⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴ > llhttp@9.2.1 prepare > npm run clean && npm run build-ts ⠴ > llhttp@9.2.1 clean > rm -rf lib && rm -rf test/tmp ⠙ > llhttp@9.2.1 build-ts > tsc ⠙⠙ added 213 packages, and audited 214 packages in 16s ⠙ ⠙41 packages are looking for funding ⠙ run `npm fund` for details ⠙ 4 vulnerabilities (3 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/ 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_/9.2.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 14.1.1 -- The CXX compiler identification is GNU 14.1.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/lib/distcc/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/lib/distcc/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- -- Project configure summary: -- -- CMake build type .................: RELWITHDEBINFO -- Install prefix ...................: /usr -- Build shared library .............: ON -- Build static library .............: OFF -- -- Configuring done (0.9s) -- Generating done (0.0s) -- Build files have been written to: /build/llhttp/src/build [ 50%] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o [ 50%] Building C object CMakeFiles/llhttp_shared.dir/src/llhttp.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 ==> Entering fakeroot environment... ==> Starting package()... -- Install configuration: "RELWITHDEBINFO" -- Installing: /build/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.2.1 -- Installing: /build/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.2 -- Installing: /build/llhttp/pkg/llhttp/usr/lib/libllhttp.so -- Installing: /build/llhttp/pkg/llhttp/usr/include/llhttp.h -- Installing: /build/llhttp/pkg/llhttp/usr/lib/pkgconfig/libllhttp.pc -- Installing: /build/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config.cmake -- Installing: /build/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config-relwithdebinfo.cmake install: creating directory '/build/llhttp/pkg/llhttp/usr/share' install: creating directory '/build/llhttp/pkg/llhttp/usr/share/licenses' install: creating directory '/build/llhttp/pkg/llhttp/usr/share/licenses/llhttp' 'llhttp/LICENSE-MIT' -> '/build/llhttp/pkg/llhttp/usr/share/licenses/llhttp/LICENSE-MIT' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "llhttp"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: llhttp 9.2.1-2 (Sat Sep 14 15:15:54 2024) ==> Cleaning up...