==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: encpipe 0.5-4 (Thu Jul 17 13:48:11 2025) ==> Retrieving sources... -> Updating encpipe git repo... -> Found ldflags.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... encpipe ... Passed ldflags.patch ... Passed ==> Making package: encpipe 0.5-4 (Thu Jul 17 13:48:34 2025) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (5) perl-error-0.17030-1 perl-mailtools-2.22-1 perl-timedate-2.33-7 zlib-ng-2.2.4-1 git-2.50.1-3 Total Installed Size: 40.47 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing perl-error... installing perl-timedate... installing perl-mailtools... installing zlib-ng... installing git... Optional dependencies for git git-zsh-completion: upstream zsh completion tk: gitk and git gui openssh: ssh transport and crypto man: show help with `git command --help` 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] less: the default pager for git [installed] :: 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) Checking for old perl modules... WARNING: '/usr/lib/perl5/5.40' contains data from at least 3 packages which will NOT be used by the installed perl interpreter. -> Run the following command to get a list of affected packages: pacman -Qqo '/usr/lib/perl5/5.40' [?25h==> Retrieving sources... -> Found ldflags.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of encpipe git repo... Cloning into 'encpipe'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... patching file Makefile patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted ==> Starting build()... git submodule update --init || echo "** Make sure you cloned the repository **" >&2 Submodule 'ext/libhydrogen' (https://github.com/jedisct1/libhydrogen) registered for path 'ext/libhydrogen' Cloning into '/build/encpipe/src/encpipe/ext/libhydrogen'... Submodule path 'ext/libhydrogen': checked out '614c1dca6975e6b1cf67e0b3fe781a0739e5fe31' cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I. -Iext/libhydrogen -o ext/libhydrogen/hydrogen.o -c ext/libhydrogen/hydrogen.c cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I. -Iext/libhydrogen -o src/encpipe.o -c src/encpipe.c cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I. -Iext/libhydrogen -o src/safe_rw.o -c src/safe_rw.c In file included from ext/libhydrogen/hydrogen.c:14: ext/libhydrogen/impl/x25519.h: In function 'hydro_x25519_ladder_part1': ext/libhydrogen/impl/x25519.h:232:5: warning: 'hydro_x25519_mul' reading 32 bytes from a region of size 4 [-Wstringop-overread] ext/libhydrogen/impl/x25519.h:232:5: note: referencing argument 3 of type 'const hydro_x25519_limb_t[8]' {aka 'const unsigned int[8]'} ext/libhydrogen/impl/x25519.h:141:1: note: in a call to function 'hydro_x25519_mul' In file included from ext/libhydrogen/hydrogen.c:18: ext/libhydrogen/impl/sign.h: In function 'hydro_sign_verify_core': ext/libhydrogen/impl/sign.h:81:5: warning: 'hydro_x25519_mul' reading 32 bytes from a region of size 4 [-Wstringop-overread] ext/libhydrogen/impl/sign.h:81:5: note: referencing argument 3 of type 'const hydro_x25519_limb_t[8]' {aka 'const unsigned int[8]'} ext/libhydrogen/impl/x25519.h:141:1: note: in a call to function 'hydro_x25519_mul' ext/libhydrogen/impl/sign.h: In function 'hydro_sign_verify_p2': ext/libhydrogen/impl/sign.h:103:5: warning: 'hydro_x25519_core' accessing 160 bytes in a region of size 32 [-Wstringop-overflow=] ext/libhydrogen/impl/sign.h:103:5: note: referencing argument 1 of type 'hydro_x25519_limb_t[5][8]' {aka 'unsigned int[5][8]'} ext/libhydrogen/impl/sign.h:103:5: note: referencing argument 2 of type 'const uint8_t[32]' {aka 'const unsigned char[32]'} ext/libhydrogen/impl/x25519.h:251:1: note: in a call to function 'hydro_x25519_core' ext/libhydrogen/impl/sign.h:104:5: warning: 'hydro_x25519_core' accessing 160 bytes in a region of size 32 [-Wstringop-overflow=] ext/libhydrogen/impl/sign.h:104:5: note: referencing argument 1 of type 'hydro_x25519_limb_t[5][8]' {aka 'unsigned int[5][8]'} ext/libhydrogen/impl/sign.h:104:5: note: referencing argument 2 of type 'const uint8_t[32]' {aka 'const unsigned char[32]'} ext/libhydrogen/impl/x25519.h:251:1: note: in a call to function 'hydro_x25519_core' ext/libhydrogen/impl/sign.h:106:12: warning: 'hydro_sign_verify_core' accessing 160 bytes in a region of size 32 [-Wstringop-overflow=] ext/libhydrogen/impl/sign.h:106:12: note: referencing argument 1 of type 'hydro_x25519_limb_t[5][8]' {aka 'unsigned int[5][8]'} ext/libhydrogen/impl/sign.h:106:12: note: referencing argument 3 of type 'const uint8_t[32]' {aka 'const unsigned char[32]'} ext/libhydrogen/impl/sign.h:65:1: note: in a call to function 'hydro_sign_verify_core' In function 'hydro_sign_verify_core', inlined from 'hydro_sign_verify_p2' at ext/libhydrogen/impl/sign.h:106:12, inlined from 'hydro_sign_verify_challenge' at ext/libhydrogen/impl/sign.h:117:12, inlined from 'hydro_sign_final_verify' at ext/libhydrogen/impl/sign.h:178:12: ext/libhydrogen/impl/sign.h:74:5: warning: 'hydro_x25519_ladder_part1' accessing 160 bytes in a region of size 32 [-Wstringop-overflow=] ext/libhydrogen/impl/sign.h:74:5: note: referencing argument 1 of type 'hydro_x25519_limb_t[5][8]' {aka 'unsigned int[5][8]'} ext/libhydrogen/impl/x25519.h: In function 'hydro_sign_final_verify': ext/libhydrogen/impl/x25519.h:217:1: note: in a call to function 'hydro_x25519_ladder_part1' cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -o encpipe -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ext/libhydrogen/hydrogen.o src/encpipe.o src/safe_rw.o ==> Entering fakeroot environment... ==> Starting package()... ==> 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 "encpipe"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: encpipe 0.5-4 (Thu Jul 17 13:48:46 2025) ==> Cleaning up...