<86>Apr 21 00:39:57 userdel[28748]: delete user 'rooter' <86>Apr 21 00:39:57 groupadd[28763]: group added to /etc/group: name=rooter, GID=561 <86>Apr 21 00:39:57 groupadd[28763]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:39:57 groupadd[28763]: new group: name=rooter, GID=561 <86>Apr 21 00:39:57 useradd[28780]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Apr 21 00:39:57 userdel[28813]: delete user 'builder' <86>Apr 21 00:39:57 userdel[28813]: removed group 'builder' owned by 'builder' <86>Apr 21 00:39:57 userdel[28813]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:39:57 groupadd[28836]: group added to /etc/group: name=builder, GID=562 <86>Apr 21 00:39:57 groupadd[28836]: group added to /etc/gshadow: name=builder <86>Apr 21 00:39:57 groupadd[28836]: new group: name=builder, GID=562 <86>Apr 21 00:39:57 useradd[28850]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash 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.96834 + 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.96834 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd arptables-v0.0.3-4 + '[' -n '' ']' + NPROCS=8 + 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 arptables-standalone.o arptables-standalone.c cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\" -c -o arptables.o arptables.c cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\" -c -o libarptc/libarptc.o libarptc/libarptc.c cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\" -c -o extensions/arpt_standard.o extensions/arpt_standard.c cc -O2 -Wall -Wunused -I.//include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.3-4\" -c -o extensions/arpt_mangle.o extensions/arpt_mangle.c In file included from libarptc/libarptc.c:105:0: libarptc/libarptc_incl.c: In function 'entry2index': libarptc/libarptc_incl.c:124:19: 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", ^ arptables.c: In function 'parse_target': arptables.c:877:7: warning: format '%i' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] "Invalid target name `%s' (%i chars max)", ^ arptables.c: In function 'register_match': arptables.c:1065:19: 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", ^ libarptc/libarptc_incl.c: In function 'target_name': libarptc/libarptc_incl.c:594:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] spos = *(int *)GET_TARGET(e)->data; ^ arptables.c: In function 'register_target': arptables.c:1095:19: 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", ^ 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:10: 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] ", ^ arptables.c:1217:11: warning: variable 'flags' set but not used [-Wunused-but-set-variable] u_int8_t flags; ^ 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; ^ arptables.c: In function 'do_command': arptables.c:2162:21: 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) ^ arptables.c:2167:21: 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) ^ libarptc/libarptc.c: In function 'dump_entry': libarptc/libarptc.c:135:9: 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", ^ libarptc/libarptc.c:135:9: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t {aka long unsigned int}' [-Wformat=] libarptc/libarptc.c:162:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] int pos = *(int *)t->data; ^ 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.51265 + 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) 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.R2XGuo find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wP1YYn find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /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.YvxWaq 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.rcAX6u find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yuBLLC 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 3.21user 1.26system 0:07.40elapsed 60%CPU (0avgtext+0avgdata 38496maxresident)k 0inputs+0outputs (0major+194987minor)pagefaults 0swaps 5.18user 4.85system 0:12.57elapsed 79%CPU (0avgtext+0avgdata 38496maxresident)k 0inputs+0outputs (0major+342240minor)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 2019-04-21 00:40:07.048674353 +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