==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: llhttp 9.2.1-2 (Sat Jan 25 10:24:25 2025) ==> Retrieving sources... -> Updating llhttp git repo... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... llhttp ... Passed ==> Making package: llhttp 9.2.1-2 (Sat Jan 25 10:24:49 2025) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (19) c-ares-1.34.4-1 cppdap-1.58.0-2 hicolor-icon-theme-0.18-1 jsoncpp-1.9.6-3 libngtcp2-1.10.0-1 libuv-1.50.0-1 node-gyp-11.0.0-1 nodejs-23.4.0-1 nodejs-nopt-7.2.1-1 perl-error-0.17029-7 perl-mailtools-2.22-1 perl-timedate-2.33-7 rhash-1.4.4-1 semver-7.6.3-1 typescript-5.2.2-1 cmake-3.31.5-1 git-2.48.1-1 npm-11.0.0-1 ts-node-10.9.1-1 Total Download Size: 39.15 MiB Total Installed Size: 249.37 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... cmake-3.31.5-1-armv7h downloading... nodejs-23.4.0-1-armv7h downloading... typescript-5.2.2-1-any downloading... npm-11.0.0-1-any downloading... node-gyp-11.0.0-1-any downloading... ts-node-10.9.1-1-any downloading... cppdap-1.58.0-2-armv7h downloading... libuv-1.50.0-1-armv7h downloading... c-ares-1.34.4-1-armv7h downloading... rhash-1.4.4-1-armv7h downloading... libngtcp2-1.10.0-1-armv7h downloading... jsoncpp-1.9.6-3-armv7h downloading... semver-7.6.3-1-any downloading... nodejs-nopt-7.2.1-1-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 29s ⠙ ⠙41 packages are looking for funding ⠙ run `npm fund` for details ⠙ 5 vulnerabilities (3 moderate, 2 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/ CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. -- 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 (2.2s) -- Generating done (0.0s) -- Build files have been written to: /build/llhttp/src/build [ 75%] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o [ 75%] 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 Jan 25 10:25:57 2025) ==> Cleaning up...