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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 134k 100 134k 0 0 396k 0 --:--:-- --:--:-- --:--:-- 396k % 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 8545k 100 8545k 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.5M % 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 427k 0 --:--:-- --:--:-- --:--:-- 428k :: Starting full system upgrade... there is nothing to do PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TMPDIR=/tmp/archlinux-ci/ SOURCE_DATE_EPOCH=1690251751 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690251751' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-encpipe-archlinuxrb-build-Zn6PF4OK PWD=/tmp/archlinux-ci/encpipe-archlinuxrb-build-Zn6PF4OK/encpipe/trunk LOGNAME=jenkins SCHROOT_ALIAS_NAME=jenkins-reproducible-archlinux SCHROOT_GROUP=jenkins SCHROOT_USER=jenkins ftp_proxy=http://127.0.0.1:3128 HOME=/var/lib/jenkins LANG=C https_proxy=http://127.0.0.1:3128 USER=jenkins FTP_PROXY=http://127.0.0.1:3128 SHLVL=1 HTTPS_PROXY=http://127.0.0.1:3128 HTTP_PROXY=http://127.0.0.1:3128 SCHROOT_GID=116 http_proxy=http://127.0.0.1:3128 DEBUGINFOD_URLS=https://debuginfod.archlinux.org SCHROOT_UID=108 HG=/usr/bin/hg _=/usr/sbin/printenv ==> Making package: encpipe 0.5-2 (Tue Jul 25 02:22:54 2023) ==> 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 ==> 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 (Tue Jul 25 02:22:57 2023)