From https://github.com/archlinux/svntogit-packages * branch packages/iptraf-ng -> FETCH_HEAD * [new branch] packages/iptraf-ng -> packages/packages/iptraf-ng Cloning into 'iptraf-ng'... 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 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 100 8547k 100 8547k 0 0 21.7M 0 --:--:-- --:--:-- --:--:-- 21.7M % 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 143k 100 143k 0 0 420k 0 --:--:-- --:--:-- --:--:-- 419k :: 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=1690592588 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690592588' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-iptraf-ng-archlinuxrb-build-JaJeFci2 PWD=/tmp/archlinux-ci/iptraf-ng-archlinuxrb-build-JaJeFci2/iptraf-ng/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: iptraf-ng 1.2.1-1 (Sat Jul 29 01:03:36 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading iptraf-ng-1.2.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 317k 0 317k 0 0 529k 0 --:--:-- --:--:-- --:--:-- 529k ==> Validating source files with sha512sums... iptraf-ng-1.2.1.tar.gz ... Passed ==> Validating source files with b2sums... iptraf-ng-1.2.1.tar.gz ... Passed ==> Extracting sources... -> Extracting iptraf-ng-1.2.1.tar.gz with bsdtar ==> Starting build()... IPTRAF_VERSION = 1.2.1 CC src/tui/input.o CC src/tui/labels.o CC src/tui/listbox.o CC src/tui/menurt.o CC src/tui/msgboxes.o CC src/tui/winops.o CC src/error.o CC src/log.o CC src/getpath.o CC src/parseproto.o CC src/fltselect.o CC src/ipfilter.o CC src/fltmgr.o CC src/ipfrag.o CC src/serv.o CC src/servname.o CC src/timer.o src/serv.c: In function 'saveportlist': src/serv.c:1129:22: warning: 'write' reading 4 bytes from a region of size 2 [-Wstringop-overread] 1129 | bw = write(fd, &(ptmp->port_min), sizeof(unsigned int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/serv.c:24: src/serv.h:11:19: note: source object 'port_min' of size 2 11 | in_port_t port_min; | ^~~~~~~~ In file included from src/iptraf-ng-compat.h:5, from src/serv.c:10: /usr/include/unistd.h:378:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)' 378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur | ^~~~~ src/serv.c:1130:22: warning: 'write' reading 4 bytes from a region of size 2 [-Wstringop-overread] 1130 | bw = write(fd, &(ptmp->port_max), sizeof(unsigned int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/serv.h:12:19: note: source object 'port_max' of size 2 12 | in_port_t port_max; | ^~~~~~~~ /usr/include/unistd.h:378:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)' 378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur | ^~~~~ src/serv.c: In function 'loadaddports': CC src/revname.o src/serv.c:1206:22: warning: 'read' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1206 | br = read(fd, &(ptemp->port_min), sizeof(unsigned int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/serv.h:11:19: note: destination object 'port_min' of size 2 11 | in_port_t port_min; | ^~~~~~~~ In file included from /usr/include/unistd.h:1214: /usr/include/bits/unistd.h:36:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 36 | read (int __fd, void *__buf, size_t __nbytes) | ^~~~ src/serv.c:1207:22: warning: 'read' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1207 | br = read(fd, &(ptemp->port_max), sizeof(unsigned int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/serv.h:12:19: note: destination object 'port_max' of size 2 12 | in_port_t port_max; | ^~~~~~~~ /usr/include/bits/unistd.h:36:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 36 | read (int __fd, void *__buf, size_t __nbytes) | ^~~~ CC src/pktsize.o CC src/landesc.o CC src/options.o CC src/promisc.o CC src/ifaces.o CC src/usage.o CC src/iptraf.o CC src/itrafmon.o CC src/wrapper.o CC src/parse-options.o CC src/packet.o CC src/tcptable.o src/options.c: In function 'updatetimes': src/options.c:182:35: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'time_t' {aka 'long int'} [-Wformat=] 182 | mvwprintw(win, 10, 25, "%3u mins", options.timeout); | ~~^ ~~~~~~~~~~~~~~~ | | | | unsigned int time_t {aka long int} | %3lu src/options.c:183:35: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'time_t' {aka 'long int'} [-Wformat=] 183 | mvwprintw(win, 11, 25, "%3u mins", options.logspan / 60); | ~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int time_t {aka long int} | %3lu src/options.c:184:35: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'time_t' {aka 'long int'} [-Wformat=] 184 | mvwprintw(win, 12, 25, "%3u secs", options.updrate); | ~~^ ~~~~~~~~~~~~~~~ | | | | unsigned int time_t {aka long int} | %3lu src/options.c:185:35: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'time_t' {aka 'long int'} [-Wformat=] 185 | mvwprintw(win, 13, 25, "%3u mins", options.closedint); | ~~^ ~~~~~~~~~~~~~~~~~ | | | | unsigned int time_t {aka long int} | %3lu src/options.c: In function 'loadoptions': src/options.c:174:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 174 | read(fd, &options, sizeof(struct OPTIONS)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/othptab.o src/ifaces.c: In function 'open_procnetdev': src/ifaces.c:32:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 32 | fgets(buf, 160, fd); | ^~~~~~~~~~~~~~~~~~~ src/ifaces.c:33:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 33 | fgets(buf, 160, fd); | ^~~~~~~~~~~~~~~~~~~ src/ifaces.c: In function 'get_next_iface': src/ifaces.c:50:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 50 | fgets(buf, 160, fd); | ^~~~~~~~~~~~~~~~~~~ src/iptraf.c: In function 'main': src/iptraf.c:448:25: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 448 | freopen("/dev/null", "w", stdout); /* redirect std output */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/iptraf.c:449:25: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 449 | freopen("/dev/null", "r", stdin); /* redirect std input */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/iptraf.c:450:25: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result] 450 | freopen("/dev/null", "w", stderr); /* redirect std error */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/iptraf.c: In function 'create_pidfile': src/iptraf.c:315:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 315 | write(fd, buf, len); | ^~~~~~~~~~~~~~~~~~~ src/iptraf.c:316:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 316 | ftruncate(fd, len); | ^~~~~~~~~~~~~~~~~~ CC src/ifstats.o CC src/detstats.o CC src/deskman.o CC src/hostmon.o CC src/fltedit.o In file included from /usr/include/features.h:491, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:26, from src/iptraf-ng-compat.h:4: In function 'read', inlined from 'loadaddports' at src/serv.c:1206:8: /usr/include/bits/unistd.h:38:10: warning: '__read_alias' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 38 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ src/serv.h: In function 'loadaddports': src/serv.h:11:19: note: destination object 'port_min' of size 2 11 | in_port_t port_min; | ^~~~~~~~ /usr/include/bits/unistd.h:26:16: note: in a call to function '__read_alias' declared with attribute 'access (write_only, 2, 3)' 26 | extern ssize_t __REDIRECT (__read_alias, (int __fd, void *__buf, | ^~~~~~~~~~ In function 'read', inlined from 'loadaddports' at src/serv.c:1206:8: /usr/include/bits/unistd.h:38:10: warning: '__read_chk' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 38 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ src/serv.h: In function 'loadaddports': src/serv.h:11:19: note: destination object 'port_min' of size 2 11 | in_port_t port_min; | ^~~~~~~~ /usr/include/bits/unistd.h:23:16: note: in a call to function '__read_chk' declared with attribute 'access (write_only, 2, 3)' 23 | extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes, | ^~~~~~~~~~ In function 'read', inlined from 'loadaddports' at src/serv.c:1207:8: /usr/include/bits/unistd.h:38:10: warning: '__read_alias' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 38 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ src/serv.h: In function 'loadaddports': src/serv.h:12:19: note: destination object 'port_max' of size 2 12 | in_port_t port_max; | ^~~~~~~~ /usr/include/bits/unistd.h:26:16: note: in a call to function '__read_alias' declared with attribute 'access (write_only, 2, 3)' 26 | extern ssize_t __REDIRECT (__read_alias, (int __fd, void *__buf, | ^~~~~~~~~~ In function 'read', inlined from 'loadaddports' at src/serv.c:1207:8: /usr/include/bits/unistd.h:38:10: warning: '__read_chk' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 38 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ src/serv.h: In function 'loadaddports': src/serv.h:12:19: note: destination object 'port_max' of size 2 12 | in_port_t port_max; | ^~~~~~~~ /usr/include/bits/unistd.h:23:16: note: in a call to function '__read_chk' declared with attribute 'access (write_only, 2, 3)' 23 | extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes, | ^~~~~~~~~~ CC src/cidr.o CC src/counters.o CC src/rate.o CC src/capture-pkt.o CC src/sockaddr.o CC src/capt.o src/detstats.c: In function 'printdetails': src/detstats.c:409:36: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'long long unsigned int' [-Wformat=] 409 | mvwprintw(win, 19, 65, "%8lu", ifcounts->bad.pc_packets); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | long long unsigned int | long unsigned int | %8llu src/hostmon.c: In function 'addethentry': src/hostmon.c:293:54: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 293 | mvwprintw(table->borderwin, LINES - 3, 1, " %u entries ", | ~^ | | | unsigned int | %lu 294 | table->entcount); | ~~~~~~~~~~~~~~~ | | | long unsigned int src/tcptable.c: In function 'write_timeout_log.part.0': src/tcptable.c:484:140: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 0 and 225 [-Wformat-truncation=] 483 | snprintf(msgstring, MSGSTRING_MAX, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 484 | "TCP; Connection %s:%s to %s:%s timed out, %lu packets, %lu bytes, %s; opposite direction %lu packets, %lu bytes, %s", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ 485 | tcpnode->s_fqdn, tcpnode->s_sname, tcpnode->d_fqdn, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | tcpnode->d_sname, tcpnode->pcount, tcpnode->bcount, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 487 | tcplog_flowrate_msg(tcpnode, flowrate1, sizeof(flowrate1)), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 488 | tcpnode->oth_connection->pcount, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 489 | tcpnode->oth_connection->bcount, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 490 | tcplog_flowrate_msg(tcpnode->oth_connection, flowrate2, sizeof(flowrate2))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:906, from /usr/include/curses.h:232, from src/iptraf-ng-compat.h:15, from src/tcptable.c:10: In function 'snprintf', inlined from 'write_timeout_log.part.0' at src/tcptable.c:483:3: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 96 and 406 bytes into a destination of size 320 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC src/capt-recvmsg.o CC src/capt-recvmmsg.o CC src/capt-mmap-v2.o CC src/capt-mmap-v3.o CC src/rvnamed.o LINK iptraf-ng ==> Entering fakeroot environment... ==> Starting package()... /tmp/archlinux-ci/iptraf-ng-archlinuxrb-build-JaJeFci2/iptraf-ng/trunk/pkg/iptraf-ng/usr/share/man/man8 install -d -m 755 '/tmp/archlinux-ci/iptraf-ng-archlinuxrb-build-JaJeFci2/iptraf-ng/trunk/pkg/iptraf-ng/usr/bin' install iptraf-ng '/tmp/archlinux-ci/iptraf-ng-archlinuxrb-build-JaJeFci2/iptraf-ng/trunk/pkg/iptraf-ng/usr/bin' install -d -m 755 /tmp/archlinux-ci/iptraf-ng-archlinuxrb-build-JaJeFci2/iptraf-ng/trunk/pkg/iptraf-ng/usr/share/man/man8 install -m 644 src/iptraf-ng.8 /tmp/archlinux-ci/iptraf-ng-archlinuxrb-build-JaJeFci2/iptraf-ng/trunk/pkg/iptraf-ng/usr/share/man/man8 ==> 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 "iptraf-ng"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: iptraf-ng 1.2.1-1 (Sat Jul 29 01:03:39 2023)