From https://github.com/archlinux/svntogit-community * branch packages/encpipe -> FETCH_HEAD * [new branch] packages/encpipe -> community/packages/encpipe Cloning into 'encpipe'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 134k 100 134k 0 0 389k 0 --:--:-- --:--:-- --:--:-- 389k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 8545k 4 351k 0 0 289k 0 0:00:29 0:00:01 0:00:28 289k 9 8545k 9 790k 0 0 380k 0 0:00:22 0:00:02 0:00:20 380k 18 8545k 18 1581k 0 0 507k 0 0:00:16 0:00:03 0:00:13 507k 30 8545k 30 2643k 0 0 636k 0 0:00:13 0:00:04 0:00:09 636k 47 8545k 47 4027k 0 0 776k 0 0:00:11 0:00:05 0:00:06 807k 73 8545k 73 6289k 0 0 1008k 0 0:00:08 0:00:06 0:00:02 1182k 98 8545k 98 8455k 0 0 1189k 0 0:00:07 0:00:07 --:--:-- 1524k 100 8545k 100 8545k 0 0 1174k 0 0:00:07 0:00:07 --:--:-- 1673k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 744k 0 --:--:-- --:--:-- --:--:-- 744k :: Starting full system upgrade... there is nothing to do ==> Making package: encpipe 0.5-2 (Mon Aug 26 08:46:22 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning encpipe git repo... Cloning into bare repository '/tmp/archlinux-ci/encpipe-archlinuxrb-build-Zn6PF4OK/encpipe/trunk/encpipe'... -> Found ldflags.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... encpipe ... Skipped ldflags.patch ... Passed ==> Extracting sources... -> Creating working copy of encpipe git repo... Cloning into 'encpipe'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... patching file Makefile ==> 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 '/tmp/archlinux-ci/encpipe-archlinuxrb-build-Zn6PF4OK/encpipe/trunk/src/encpipe/ext/libhydrogen'... Submodule path 'ext/libhydrogen': checked out '614c1dca6975e6b1cf67e0b3fe781a0739e5fe31' cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -I. -Iext/libhydrogen -o ext/libhydrogen/hydrogen.o -c ext/libhydrogen/hydrogen.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -I. -Iext/libhydrogen -o src/encpipe.o -c src/encpipe.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-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 8 [-Wstringop-overread] 232 | hydro_x25519_mul(z2, x2, hydro_x25519_a24, // z2 = E*a24 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | sizeof(hydro_x25519_a24) / sizeof(hydro_x25519_a24[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/libhydrogen/impl/x25519.h:232:5: note: referencing argument 3 of type 'const hydro_x25519_limb_t[4]' {aka 'const long unsigned int[4]'} ext/libhydrogen/impl/x25519.h:141:1: note: in a call to function 'hydro_x25519_mul' 141 | hydro_x25519_mul(hydro_x25519_fe out, const hydro_x25519_fe a, const hydro_x25519_fe b, int nb) | ^~~~~~~~~~~~~~~~ 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 8 [-Wstringop-overread] 81 | hydro_x25519_mul(z2, z2, &sixteen, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/libhydrogen/impl/sign.h:81:5: note: referencing argument 3 of type 'const hydro_x25519_limb_t[4]' {aka 'const long unsigned int[4]'} ext/libhydrogen/impl/x25519.h:141:1: note: in a call to function 'hydro_x25519_mul' 141 | hydro_x25519_mul(hydro_x25519_fe out, const hydro_x25519_fe a, const hydro_x25519_fe b, int nb) | ^~~~~~~~~~~~~~~~ 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=] 103 | hydro_x25519_core(&xs[0], challenge, pk, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/libhydrogen/impl/sign.h:103:5: note: referencing argument 1 of type 'hydro_x25519_limb_t[5][4]' {aka 'long unsigned int[5][4]'} 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' 251 | hydro_x25519_core(hydro_x25519_fe xs[5], const uint8_t scalar[hydro_x25519_BYTES], | ^~~~~~~~~~~~~~~~~ ext/libhydrogen/impl/sign.h:104:5: warning: 'hydro_x25519_core' accessing 160 bytes in a region of size 32 [-Wstringop-overflow=] 104 | hydro_x25519_core(&xs[2], sig, hydro_x25519_BASE_POINT, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/libhydrogen/impl/sign.h:104:5: note: referencing argument 1 of type 'hydro_x25519_limb_t[5][4]' {aka 'long unsigned int[5][4]'} 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' 251 | hydro_x25519_core(hydro_x25519_fe xs[5], const uint8_t scalar[hydro_x25519_BYTES], | ^~~~~~~~~~~~~~~~~ ext/libhydrogen/impl/sign.h:106:12: warning: 'hydro_sign_verify_core' accessing 160 bytes in a region of size 32 [-Wstringop-overflow=] 106 | return hydro_sign_verify_core(&xs[2], xs[0], nonce); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/libhydrogen/impl/sign.h:106:12: note: referencing argument 1 of type 'hydro_x25519_limb_t[5][4]' {aka 'long unsigned int[5][4]'} 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' 65 | hydro_sign_verify_core(hydro_x25519_fe xs[5], const hydro_x25519_limb_t *other1, | ^~~~~~~~~~~~~~~~~~~~~~ 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=] 74 | hydro_x25519_ladder_part1(xs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ext/libhydrogen/impl/sign.h:74:5: note: referencing argument 1 of type 'hydro_x25519_limb_t[5][4]' {aka 'long unsigned int[5][4]'} 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' 217 | hydro_x25519_ladder_part1(hydro_x25519_fe xs[5]) | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -o encpipe -Wl,-O1,--sort-common,--as-needed,-z,relro,-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-2 (Mon Aug 26 08:46:26 2024)