==> Cloning cutter ... Cloning into 'cutter'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring cutter :: 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 129k 100 129k 0 0 370k 0 --:--:-- --:--:-- --:--:-- 370k % 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 8473k 0 47180 0 0 68854 0 0:02:06 --:--:-- 0:02:06 68775 37 8473k 37 3144k 0 0 1833k 0 0:00:04 0:00:01 0:00:03 1833k 91 8473k 91 7721k 0 0 2836k 0 0:00:02 0:00:02 --:--:-- 2836k 100 8473k 100 8473k 0 0 3098k 0 0:00:02 0:00:02 --:--:-- 3098k % 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 139k 100 139k 0 0 809k 0 --:--:-- --:--:-- --:--:-- 811k :: Starting full system upgrade... there is nothing to do ==> Making package: cutter 1.04-3 (Thu Jan 9 10:50:51 2025) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading cutter-1.04.tgz... % 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 13680 100 13680 0 0 18982 0 --:--:-- --:--:-- --:--:-- 18973 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... cutter-1.04.tgz ... Passed ==> Validating source files with sha512sums... cutter-1.04.tgz ... Passed ==> Extracting sources... -> Extracting cutter-1.04.tgz with bsdtar ==> Starting prepare()... ==> 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 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now cutter.c -o cutter cutter.c: In function 'getnexthop': cutter.c:132:41: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 4 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] 132 | if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", | ~~~^ | | | long unsigned int * | %8x 133 | iface, &dest_ip, &gateway_ip, &flags, &refcnt, | ~~~~~~~~ | | | in_addr_t * {aka unsigned int *} cutter.c:132:46: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 5 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] 132 | if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", | ~~~^ | | | long unsigned int * | %8x 133 | iface, &dest_ip, &gateway_ip, &flags, &refcnt, | ~~~~~~~~~~~ | | | in_addr_t * {aka unsigned int *} cutter.c:132:64: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 10 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] 132 | if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", | ~~~^ | | | long unsigned int * | %8x 133 | iface, &dest_ip, &gateway_ip, &flags, &refcnt, 134 | &use, &metric, &mask, &mtu, &window, &irtt | ~~~~~ | | | in_addr_t * {aka unsigned int *} cutter.c: In function 'send_rst': cutter.c:398:18: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] 398 | tstart = time(0); | ^~~~ cutter.c:57:1: note: 'time' is defined in header ''; did you forget to '#include '? 56 | #include +++ |+#include 57 | cutter.c: In function 'main': cutter.c:685:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 685 | fgets(buff, sizeof(buff), id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==> 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 "cutter"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: cutter 1.04-3 (Thu Jan 9 10:50:54 2025)