From https://github.com/archlinux/svntogit-community * branch packages/iptstate -> FETCH_HEAD * [new branch] packages/iptstate -> community/packages/iptstate Cloning into 'iptstate'... 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 131k 100 131k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 388k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 81 8546k 81 7007k 0 0 17.9M 0 --:--:-- --:--:-- --:--:-- 17.9M 100 8546k 100 8546k 0 0 21.3M 0 --:--:-- --:--:-- --:--:-- 21.3M % 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 418k 0 --:--:-- --:--:-- --:--:-- 418k :: 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=1690568957 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690568957' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-iptstate-archlinuxrb-build-PybZBXyb PWD=/tmp/archlinux-ci/iptstate-archlinuxrb-build-PybZBXyb/iptstate/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 gpg: key 58E11BB1E414D9AD: public key "Phil Dibowitz " imported gpg: Total number processed: 1 gpg: imported: 1 ==> Making package: iptstate 2.2.7-1 (Fri Jul 28 18:30:01 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading iptstate-2.2.7.tar.bz2... % 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29994 100 29994 0 0 52091 0 --:--:-- --:--:-- --:--:-- 174k -> Downloading iptstate-2.2.7.tar.bz2.asc... % 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 833 100 833 0 0 1919 0 --:--:-- --:--:-- --:--:-- 1919 ==> Validating source files with sha256sums... iptstate-2.2.7.tar.bz2 ... Passed iptstate-2.2.7.tar.bz2.asc ... Skipped ==> Verifying source file signatures with gpg... iptstate-2.2.7.tar.bz2 ... Passed ==> Extracting sources... -> Extracting iptstate-2.2.7.tar.bz2 with bsdtar ==> Starting build()... +------------------------------------------------------------+ | Welcome to IP Tables State by Phil Dibowitz | | | | PLEASE read the LICENSE and the README for important info. | | | | You may also wish to read the README for install info, | | the WISHLIST for upcoming features, BUGS for known bugs | | and info on bug reports, and the Changelog to find out | | what's new. | | | | Let's compile... | +------------------------------------------------------------+ g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS iptstate.cc -o iptstate -lncurses -lnetfilter_conntrack iptstate.cc: In function 'int conntrack_hook(nf_conntrack_msg_type, nf_conntrack*, void*)': iptstate.cc:1080:31: warning: ':' directive output may be truncated writing 1 byte into a region of size between 0 and 5 [-Wformat-truncation=] 1080 | snprintf(ttlc, 11, "%3i:%02i:%02i", hours, minutes, seconds); | ^ iptstate.cc:1080:22: note: directive argument in the range [-59, 59] 1080 | snprintf(ttlc, 11, "%3i:%02i:%02i", hours, minutes, seconds); | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:906, from /usr/include/c++/13.1.1/cstdio:42, from /usr/include/c++/13.1.1/ext/string_conversions.h:45, from /usr/include/c++/13.1.1/bits/basic_string.h:4097, from /usr/include/c++/13.1.1/string:54, from /usr/include/c++/13.1.1/bits/locale_classes.h:40, from /usr/include/c++/13.1.1/bits/ios_base.h:41, from /usr/include/c++/13.1.1/ios:44, from /usr/include/c++/13.1.1/istream:40, from /usr/include/c++/13.1.1/fstream:40, from iptstate.cc:49: In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int conntrack_hook(nf_conntrack_msg_type, nf_conntrack*, void*)' at iptstate.cc:1080:11: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 10 and 16 bytes into a destination of size 11 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ All done. Do 'make install' as root and you should be set to go! ==> Entering fakeroot environment... ==> Starting package()... /usr/bin/install -D --mode=755 iptstate /tmp/archlinux-ci/iptstate-archlinuxrb-build-PybZBXyb/iptstate/trunk/pkg/iptstate/usr/bin/iptstate /usr/bin/install -D --mode=444 iptstate.8 /tmp/archlinux-ci/iptstate-archlinuxrb-build-PybZBXyb/iptstate/trunk/pkg/iptstate/usr/share/man/man8/iptstate.8 ==> 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 "iptstate"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: iptstate 2.2.7-1 (Fri Jul 28 18:30:15 2023)