<86>Nov 2 10:00:38 userdel[30906]: delete user 'rooter' <86>Nov 2 10:00:38 userdel[30906]: removed group 'rooter' owned by 'rooter' <86>Nov 2 10:00:38 userdel[30906]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 2 10:00:38 groupadd[30911]: group added to /etc/group: name=rooter, GID=597 <86>Nov 2 10:00:38 groupadd[30911]: group added to /etc/gshadow: name=rooter <86>Nov 2 10:00:38 groupadd[30911]: new group: name=rooter, GID=597 <86>Nov 2 10:00:38 useradd[30915]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash <86>Nov 2 10:00:38 userdel[30922]: delete user 'builder' <86>Nov 2 10:00:38 userdel[30922]: removed group 'builder' owned by 'builder' <86>Nov 2 10:00:38 userdel[30922]: removed shadow group 'builder' owned by 'builder' <86>Nov 2 10:00:38 groupadd[30927]: group added to /etc/group: name=builder, GID=598 <86>Nov 2 10:00:38 groupadd[30927]: group added to /etc/gshadow: name=builder <86>Nov 2 10:00:38 groupadd[30927]: new group: name=builder, GID=598 <86>Nov 2 10:00:38 useradd[30931]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash <13>Nov 2 10:00:41 rpmi: libelf-devel-0.177-alt1 sisyphus+236065.100.1.1 1565788868 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/dwz-0.12-alt1.nosrc.rpm Installing dwz-0.12-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44542 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf dwz-0.12 + echo 'Source #0 (dwz-0.12.tar):' Source #0 (dwz-0.12.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/dwz-0.12.tar + cd dwz-0.12 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44542 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dwz-0.12 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/dwz-0.12' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o dwz.o dwz.c dwz.c: In function 'init_new_die_offsets': dwz.c:7814:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 7814 | for (i = 0; i < t->nattr; ++i) | ^~~ dwz.c:7826:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 7826 | die->die_size += die->u.p2.die_intracu_udata_size; | ^~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o hashtab.o hashtab.c hashtab.c: In function 'iterative_hash': hashtab.c:752:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 752 | case 11: c+=((hashval_t)k[10]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:753:5: note: here 753 | case 10: c+=((hashval_t)k[9]<<16); | ^~~~ hashtab.c:753:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 753 | case 10: c+=((hashval_t)k[9]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:754:5: note: here 754 | case 9 : c+=((hashval_t)k[8]<<8); | ^~~~ hashtab.c:754:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 754 | case 9 : c+=((hashval_t)k[8]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:756:5: note: here 756 | case 8 : b+=((hashval_t)k[7]<<24); | ^~~~ hashtab.c:756:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 756 | case 8 : b+=((hashval_t)k[7]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:757:5: note: here 757 | case 7 : b+=((hashval_t)k[6]<<16); | ^~~~ hashtab.c:757:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 757 | case 7 : b+=((hashval_t)k[6]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:758:5: note: here 758 | case 6 : b+=((hashval_t)k[5]<<8); | ^~~~ hashtab.c:758:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 758 | case 6 : b+=((hashval_t)k[5]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:759:5: note: here 759 | case 5 : b+=k[4]; | ^~~~ hashtab.c:759:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 759 | case 5 : b+=k[4]; | ~^~~~~~ hashtab.c:760:5: note: here 760 | case 4 : a+=((hashval_t)k[3]<<24); | ^~~~ hashtab.c:760:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 760 | case 4 : a+=((hashval_t)k[3]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:761:5: note: here 761 | case 3 : a+=((hashval_t)k[2]<<16); | ^~~~ hashtab.c:761:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 761 | case 3 : a+=((hashval_t)k[2]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:762:5: note: here 762 | case 2 : a+=((hashval_t)k[1]<<8); | ^~~~ hashtab.c:762:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 762 | case 2 : a+=((hashval_t)k[1]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:763:5: note: here 763 | case 1 : a+=k[0]; | ^~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o sha1.o sha1.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o dwarfnames.o dwarfnames.c cc -o dwz dwz.o hashtab.o sha1.o dwarfnames.o -lelf make: Leaving directory '/usr/src/RPM/BUILD/dwz-0.12' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.72038 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/dwz-buildroot + : + /bin/rm -rf -- /usr/src/tmp/dwz-buildroot + cd dwz-0.12 + install -pD -m755 dwz /usr/src/tmp/dwz-buildroot/usr/bin/dwz + install -pD -m644 dwz.1 /usr/src/tmp/dwz-buildroot/usr/share/man/man1/dwz.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/dwz-buildroot (auto) Verifying and fixing files in /usr/src/tmp/dwz-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/dwz-buildroot/ (default) Compressing files in /usr/src/tmp/dwz-buildroot (auto) Verifying ELF objects in /usr/src/tmp/dwz-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: dwz-0.12-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7P2YJy 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.Qx381E find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libelf.so.1 >= set:kftZgNlzlVulPpYsujZwGZEQ67guICwvGgKqFKHD6UG2rpDuaORMk3DpKh1, libelf.so.1(ELFUTILS_1.0), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YgoQIi Creating dwz-debuginfo package Processing files: dwz-debuginfo-0.12-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BEfGQq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4DkJ2W find-requires: running scripts (debuginfo) Requires: dwz = 0.12-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libelf.so.1) Wrote: /usr/src/RPM/RPMS/i586/dwz-0.12-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/dwz-debuginfo-0.12-alt1.i586.rpm 14.09user 1.10system 0:21.74elapsed 69%CPU (0avgtext+0avgdata 84800maxresident)k 0inputs+0outputs (0major+197157minor)pagefaults 0swaps 19.84user 5.52system 0:31.84elapsed 79%CPU (0avgtext+0avgdata 112428maxresident)k 0inputs+0outputs (0major+473480minor)pagefaults 0swaps