<86>Nov 6 07:05:37 userdel[3800098]: delete user 'rooter' <86>Nov 6 07:05:37 userdel[3800098]: removed group 'rooter' owned by 'rooter' <86>Nov 6 07:05:37 userdel[3800098]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 6 07:05:37 groupadd[3800199]: group added to /etc/group: name=rooter, GID=984 <86>Nov 6 07:05:37 groupadd[3800199]: group added to /etc/gshadow: name=rooter <86>Nov 6 07:05:37 groupadd[3800199]: new group: name=rooter, GID=984 <86>Nov 6 07:05:37 useradd[3800254]: new user: name=rooter, UID=984, GID=984, home=/root, shell=/bin/bash <86>Nov 6 07:05:37 userdel[3800389]: delete user 'builder' <86>Nov 6 07:05:37 userdel[3800389]: removed group 'builder' owned by 'builder' <86>Nov 6 07:05:37 groupadd[3800472]: group added to /etc/group: name=builder, GID=985 <86>Nov 6 07:05:37 groupadd[3800472]: group added to /etc/gshadow: name=builder <86>Nov 6 07:05:37 groupadd[3800472]: new group: name=builder, GID=985 <86>Nov 6 07:05:37 useradd[3800515]: new user: name=builder, UID=985, GID=985, 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 (w1.gzdio) 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.87632 + 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.7716 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd arptables-v0.0.3-4 + make -j16 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_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 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.7716 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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=/usr/libexec/rpm-build/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,gnuconfig) Checking contents of files in /usr/src/tmp/arptables-buildroot/ (default) Compressing files in /usr/src/tmp/arptables-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. 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.kjnoG3 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.VRBt3V 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.QSjYVR 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.rNhdiR find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kVXe6T 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/arptables-debuginfo-0.0.3.4-alt1.qa1.x86_64.rpm (w2.lzdio) 1.85user 0.98system 0:06.80elapsed 41%CPU (0avgtext+0avgdata 40572maxresident)k 0inputs+0outputs (0major+256588minor)pagefaults 0swaps 0.46user 1.01system 0:09.71elapsed 15%CPU (0avgtext+0avgdata 11952maxresident)k 0inputs+0outputs (0major+97042minor)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 2022-11-06 07:05:45.466856284 +0000 @@ -5,3 +5,3 @@ /sbin/arptables-save 100755 root:root -/usr/share/man/man8/arptables.8.gz 100644 root:root +/usr/share/man/man8/arptables.8.xz 100644 root:root Requires: /bin/bash @@ -26,6 +26,6 @@ File: /etc/rc.d/init.d/arptables 100755 root:root 0d9b61becbb3e606b75abc92fd3056a2 -File: /sbin/arptables 100755 root:root a21049aec8c014399eff72330084cb6c +File: /sbin/arptables 100755 root:root 87de0ccc6c5bef29d3c1404420e783d0 File: /sbin/arptables-restore 100755 root:root 96ceae93b18cb58d59c78ec567657ec8 File: /sbin/arptables-save 100755 root:root 273615d7676759fd19fe913225f1d08f -File: /usr/share/man/man8/arptables.8.gz 100644 root:root cd4350cf70c55c1fca2cd62991bad1a4 -RPMIdentity: 6c59af760623b72cc92c4fb2d83be677d64fdd4d5e33c8bae3adfd80c5c5de82ada5df64fbda125cb3d5d8ad944efed95d8460a9232a8904a5ab90d2a4af8804 +File: /usr/share/man/man8/arptables.8.xz 100644 root:root f519b3b89130b6ecc9447f092998bb11 +RPMIdentity: 61d4a012836500369f76a41fa12c99a2d3160deae0712d391f6a183451f9ec6c2a280748c4832fb14c9ab924461023c9ae3df328027291c42ee14dca35bd93ee --- arptables-debuginfo-0.0.3.4-alt1.qa1.x86_64.rpm.repo 2013-04-15 19:09:29.000000000 +0000 +++ arptables-debuginfo-0.0.3.4-alt1.qa1.x86_64.rpm.hasher 2022-11-06 07:05:45.588858668 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a0 40755 root:root -/usr/lib/debug/.build-id/a0/2baaeb0bbd64acfec342c63d6a6f1323a7e1e9 120777 root:root ../../../../../sbin/arptables -/usr/lib/debug/.build-id/a0/2baaeb0bbd64acfec342c63d6a6f1323a7e1e9.debug 120777 root:root ../../sbin/arptables.debug +/usr/lib/debug/.build-id/b1 40755 root:root +/usr/lib/debug/.build-id/b1/5b2f8147f3e11c0f81c3a7ad7c62db3deb3f5c 120777 root:root ../../../../../sbin/arptables +/usr/lib/debug/.build-id/b1/5b2f8147f3e11c0f81c3a7ad7c62db3deb3f5c.debug 120777 root:root ../../sbin/arptables.debug /usr/lib/debug/sbin/arptables.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: arptables-debuginfo = 0.0.3.4-alt1.qa1 -File: /usr/lib/debug/.build-id/a0 40755 root:root -File: /usr/lib/debug/.build-id/a0/2baaeb0bbd64acfec342c63d6a6f1323a7e1e9 120777 root:root ../../../../../sbin/arptables -File: /usr/lib/debug/.build-id/a0/2baaeb0bbd64acfec342c63d6a6f1323a7e1e9.debug 120777 root:root ../../sbin/arptables.debug -File: /usr/lib/debug/sbin/arptables.debug 100644 root:root 90b647eef94e99354e3ca15f94a07b1f -RPMIdentity: 0be8572ffb0a72da78340311f4a5b095ee66877221dd08f696a68e19e445b497d7943131b435083efe93c70da303005a5bade65b2df217c8d22da7faee94fbfb +File: /usr/lib/debug/.build-id/b1 40755 root:root +File: /usr/lib/debug/.build-id/b1/5b2f8147f3e11c0f81c3a7ad7c62db3deb3f5c 120777 root:root ../../../../../sbin/arptables +File: /usr/lib/debug/.build-id/b1/5b2f8147f3e11c0f81c3a7ad7c62db3deb3f5c.debug 120777 root:root ../../sbin/arptables.debug +File: /usr/lib/debug/sbin/arptables.debug 100644 root:root ceac08b3996e6ede438909e64ff38a6a +RPMIdentity: 4fb4c7eaaaed45344e9b7130119e91bb415aed4789c88e810356d248823c33d4fe06d82b27489f11ce444129c335b0a6e5015f622d4341afed05b6fafe8bc748