<86>Aug  2 00:34:50 userdel[3404679]: delete user 'rooter'
<86>Aug  2 00:34:50 userdel[3404679]: removed group 'rooter' owned by 'rooter'
<86>Aug  2 00:34:50 userdel[3404679]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  2 00:34:50 groupadd[3404687]: group added to /etc/group: name=rooter, GID=543
<86>Aug  2 00:34:50 groupadd[3404687]: group added to /etc/gshadow: name=rooter
<86>Aug  2 00:34:50 groupadd[3404687]: new group: name=rooter, GID=543
<86>Aug  2 00:34:50 useradd[3404695]: new user: name=rooter, UID=543, GID=543, home=/root, shell=/bin/bash
<86>Aug  2 00:34:50 userdel[3404714]: delete user 'builder'
<86>Aug  2 00:34:50 userdel[3404714]: removed group 'builder' owned by 'builder'
<86>Aug  2 00:34:50 userdel[3404714]: removed shadow group 'builder' owned by 'builder'
<86>Aug  2 00:34:50 groupadd[3404723]: group added to /etc/group: name=builder, GID=544
<86>Aug  2 00:34:50 groupadd[3404723]: group added to /etc/gshadow: name=builder
<86>Aug  2 00:34:50 groupadd[3404723]: new group: name=builder, GID=544
<86>Aug  2 00:34:50 useradd[3404731]: new user: name=builder, UID=544, GID=544, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/arptables-0.0.3.4-alt1.qa1.nosrc.rpm
Installing arptables-0.0.3.4-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.8872
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf arptables-v0.0.3-4
+ echo 'Source #0 (arptables-v0.0.3-4.tar.gz):'
Source #0 (arptables-v0.0.3-4.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/arptables-v0.0.3-4.tar.gz
+ /bin/tar -xf -
+ cd arptables-v0.0.3-4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ sed -i 's|-o root -g root||g' Makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.61083
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd arptables-v0.0.3-4
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\"    -c -o extensions/arpt_standard.o extensions/arpt_standard.c
make: Leaving directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
make: Entering directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\"  -c -o arptables-standalone.o arptables-standalone.c
make: Leaving directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
make: Entering directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\"    -c -o extensions/arpt_mangle.o extensions/arpt_mangle.c
make: Leaving directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
make: Entering directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\"  -c -o libarptc/libarptc.o libarptc/libarptc.c
In file included from libarptc/libarptc.c:105:
libarptc/libarptc_incl.c: In function 'entry2index':
libarptc/libarptc_incl.c:124:35: warning: format '%i' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
   fprintf(stderr, "ERROR: offset %i not an entry!\n",
                                  ~^
                                  %li
    (char *)seek - (char *)h->entries.entrytable);
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libarptc/libarptc_incl.c: In function 'arptc_zero_counter':
libarptc/libarptc_incl.c:1249:16: warning: variable 'e' set but not used [-Wunused-but-set-variable]
  STRUCT_ENTRY *e;
                ^
libarptc/libarptc.c: In function 'dump_entry':
libarptc/libarptc.c:135:23: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
  printf("Counters: %llu packets, %llu bytes\n",
                    ~~~^
                    %lu
         e->counters.pcnt, e->counters.bcnt);
         ~~~~~~~~~~~~~~~~
libarptc/libarptc.c:135:37: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
  printf("Counters: %llu packets, %llu bytes\n",
                                  ~~~^
                                  %lu
         e->counters.pcnt, e->counters.bcnt);
                           ~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
make: Entering directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\"  -c -o arptables.o arptables.c
arptables.c: In function 'parse_target':
arptables.c:877:35: warning: format '%i' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=]
       "Invalid target name `%s' (%i chars max)",
                                  ~^
                                  %li
       targetname, sizeof(arpt_chainlabel)-1);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~
arptables.c: In function 'register_match':
arptables.c:1065:53: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
   fprintf(stderr, "%s: match `%s' has invalid size %u.\n",
                                                    ~^
                                                    %lu
    program_name, me->name, me->size);
                            ~~~~~~~~                  
arptables.c: In function 'register_target':
arptables.c:1095:54: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
   fprintf(stderr, "%s: target `%s' has invalid size %u.\n",
                                                     ~^
                                                     %lu
    program_name, me->name, me->size);
                            ~~~~~~~~                   
arptables.c: In function 'print_num':
arptables.c:73:50: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (notab))
                                                  ^
arptables.c:1119:14: note: in expansion of macro 'FMT'
       printf(FMT("%4lluT ","%lluT "), number);
              ^~~
arptables.c:73:50: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (notab))
                                                  ^
arptables.c:1121:18: note: in expansion of macro 'FMT'
      else printf(FMT("%4lluG ","%lluG "), number);
                  ^~~
arptables.c:73:50: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (notab))
                                                  ^
arptables.c:1123:17: note: in expansion of macro 'FMT'
     else printf(FMT("%4lluM ","%lluM "), number);
                 ^~~
arptables.c:73:50: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (notab))
                                                  ^
arptables.c:1125:12: note: in expansion of macro 'FMT'
     printf(FMT("%4lluK ","%lluK "), number);
            ^~~
arptables.c:73:50: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (notab))
                                                  ^
arptables.c:1127:11: note: in expansion of macro 'FMT'
    printf(FMT("%5llu ","%llu "), number);
           ^~~
arptables.c:73:50: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (notab))
                                                  ^
arptables.c:1129:10: note: in expansion of macro 'FMT'
   printf(FMT("%8llu ","%llu "), number);
          ^~~
arptables.c: In function 'print_firewall':
arptables.c:1373:13: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
   printf("[%u bytes of unknown target data] ",
            ~^
            %lu
          t->u.target_size - sizeof(*t));
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arptables.c:1217:11: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
  u_int8_t flags;
           ^~~~~
arptables.c: In function 'do_command':
arptables.c:2162:25: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
    if (sscanf(pcnt, "%llu", &fw.counters.pcnt) != 1)
                      ~~~^   ~~~~~~~~~~~~~~~~~
                      %lu
arptables.c:2167:25: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
    if (sscanf(bcnt, "%llu", &fw.counters.bcnt) != 1)
                      ~~~^   ~~~~~~~~~~~~~~~~~
                      %lu
make: Leaving directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
make: Entering directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\"  -o arptables arptables-standalone.o arptables.o libarptc/libarptc.o extensions/arpt_standard.o extensions/arpt_mangle.o
make: Leaving directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.61180
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/arptables-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/arptables-buildroot
+ cd arptables-v0.0.3-4
+ mkdir -p /usr/src/tmp/arptables-buildroot/etc/rc.d/init.d /usr/src/tmp/arptables-buildroot/etc/sysconfig
+ touch /usr/src/tmp/arptables-buildroot/etc/arptables
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/arptables-buildroot PREFIX=/usr BINDIR=/sbin MANDIR=/usr/share/man INITDIR=/etc/rc.d/init.d
make: Entering directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
mkdir -p /usr/src/tmp/arptables-buildroot/usr/share/man/man8
install -m 0644  arptables.8 /usr/src/tmp/arptables-buildroot/usr/share/man/man8/arptables.8
mkdir -p /usr/src/tmp/arptables-buildroot/sbin
install -m 0755  arptables /usr/src/tmp/arptables-buildroot/sbin/arptables
cat arptables-save | sed 's/__EXEC_PATH__/\/sbin/g' > arptables-save_
install -m 0755  arptables-save_ /usr/src/tmp/arptables-buildroot/sbin/arptables-save
cat arptables-restore | sed 's/__EXEC_PATH__/\/sbin/g' > arptables-restore_
install -m 0755  arptables-restore_ /usr/src/tmp/arptables-buildroot/sbin/arptables-restore
cat arptables.sysv | sed 's/__EXEC_PATH__/\/sbin/g' | sed 's/__SYSCONFIG__/\/etc\/sysconfig/g' > arptables.sysv_
if test -d /usr/src/tmp/arptables-buildroot/etc/rc.d/init.d; then install -m 0755  arptables.sysv_ /usr/src/tmp/arptables-buildroot/etc/rc.d/init.d/arptables; fi
rm -f arptables-save_ arptables-restore_ arptables.sysv_
make: Leaving directory '/usr/src/RPM/BUILD/arptables-v0.0.3-4'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/arptables-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/arptables-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/arptables-buildroot/ (default)
Compressing files in /usr/src/tmp/arptables-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/arptables-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: arptables-0.0.3.4-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3crQ1T
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.B56xRE
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/arptables-buildroot/sbin/arptables-restore syntax OK
/usr/src/tmp/arptables-buildroot/sbin/arptables-save syntax OK
shell.req: /usr/src/tmp/arptables-buildroot/etc/rc.d/init.d/arptables: /etc/sysconfig/network -> /etc/sysconfig/network (raw, not installed)
find-requires: FINDPACKAGE-COMMANDS: rm
Requires: /bin/bash, /etc/rc.d/init.d, /etc/rc.d/init.d(failure), /etc/rc.d/init.d(success), /etc/rc.d/init.d/functions, /etc/sysconfig/network, /lib64/ld-linux-x86-64.so.2, /usr/bin/perl, coreutils, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VkUl7s
Creating arptables-debuginfo package
Processing files: arptables-debuginfo-0.0.3.4-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FLl0Mk
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eCTrUf
find-requires: running scripts (debuginfo)
Requires: arptables = 0.0.3.4-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/arptables-0.0.3.4-alt1.qa1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/arptables-debuginfo-0.0.3.4-alt1.qa1.x86_64.rpm
5.36user 1.52system 0:09.29elapsed 74%CPU (0avgtext+0avgdata 40652maxresident)k
0inputs+0outputs (0major+244520minor)pagefaults 0swaps
7.55user 5.75system 0:14.78elapsed 90%CPU (0avgtext+0avgdata 40652maxresident)k
0inputs+0outputs (0major+433420minor)pagefaults 0swaps
--- arptables-0.0.3.4-alt1.qa1.x86_64.rpm.repo	2013-04-15 19:09:29.000000000 +0000
+++ arptables-0.0.3.4-alt1.qa1.x86_64.rpm.hasher	2020-08-02 00:35:02.168116838 +0000
@@ -5,3 +5,3 @@
 /sbin/arptables-save	100755	
-/usr/share/man/man8/arptables.8.gz	100644	
+/usr/share/man/man8/arptables.8.xz	100644	
 Requires: /bin/bash