From https://github.com/archlinux/svntogit-packages * branch packages/aha -> FETCH_HEAD * [new branch] packages/aha -> packages/packages/aha Cloning into 'aha'... 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 132k 100 132k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 384k % 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 8547k 100 8547k 0 0 20.8M 0 --:--:-- --:--:-- --:--:-- 20.8M % 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 414k 0 --:--:-- --:--:-- --:--:-- 414k :: 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=1690734274 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690734274' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-aha-archlinuxrb-build-kgBbQYa9 PWD=/tmp/archlinux-ci/aha-archlinuxrb-build-kgBbQYa9/aha/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: aha 0.5.1-2 (Sun Jul 30 16:25:01 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading aha-0.5.1.tar.gz... % 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 385k 0 385k 0 0 858k 0 --:--:-- --:--:-- --:--:-- 858k ==> Validating source files with sha256sums... aha-0.5.1.tar.gz ... Passed ==> Extracting sources... -> Extracting aha-0.5.1.tar.gz with bsdtar ==> Starting build()... 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 -std=c99 -Wall -Wextra -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now aha.c -o aha aha.c: In function 'make_rgb': aha.c:232:31: warning: '%02x' directive writing between 2 and 8 bytes into a region of size between 4 and 10 [-Wformat-overflow=] 232 | sprintf(str_rgb, "%02x%02x%02x", rgb_R, rgb_G, rgb_B); | ^~~~ In function 'make_rgb', inlined from 'make_rgb' at aha.c:198:6: aha.c:232:26: note: directive argument in the range [0, 2147483647] 232 | sprintf(str_rgb, "%02x%02x%02x", rgb_R, rgb_G, rgb_B); | ^~~~~~~~~~~~~~ aha.c:232:26: note: directive argument in the range [0, 255] In file included from /usr/include/stdio.h:906, from aha.c:24: In function 'sprintf', inlined from 'make_rgb' at aha.c:232:2, inlined from 'make_rgb' at aha.c:198:6: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 19 bytes into a destination of size 12 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ aha.c: In function 'printHeader': aha.c:504:72: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=] 504 | if(opts->iso>0) snprintf(encoding, sizeof(encoding), "ISO-8859-%i", opts->iso); | ^~ aha.c:504:62: note: directive argument in the range [1, 2147483647] 504 | if(opts->iso>0) snprintf(encoding, sizeof(encoding), "ISO-8859-%i", opts->iso); | ^~~~~~~~~~~~~ In function 'snprintf', inlined from 'printHeader' at aha.c:504:18: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 11 and 20 bytes into a destination of size 16 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ==> Entering fakeroot environment... ==> Starting package()... install -d /tmp/archlinux-ci/aha-archlinuxrb-build-kgBbQYa9/aha/trunk/pkg/aha/usr/bin install -m 0755 aha /tmp/archlinux-ci/aha-archlinuxrb-build-kgBbQYa9/aha/trunk/pkg/aha/usr/bin install -d /tmp/archlinux-ci/aha-archlinuxrb-build-kgBbQYa9/aha/trunk/pkg/aha/usr/share/man/man1 install -m 644 aha.1 /tmp/archlinux-ci/aha-archlinuxrb-build-kgBbQYa9/aha/trunk/pkg/aha/usr/share/man/man1 ==> 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 "aha"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: aha 0.5.1-2 (Sun Jul 30 16:25:09 2023)