<86>Dec 26 06:21:49 userdel[2463595]: delete user 'rooter' <86>Dec 26 06:21:49 userdel[2463595]: removed group 'rooter' owned by 'rooter' <86>Dec 26 06:21:49 groupadd[2463642]: group added to /etc/group: name=rooter, GID=984 <86>Dec 26 06:21:49 groupadd[2463642]: group added to /etc/gshadow: name=rooter <86>Dec 26 06:21:49 groupadd[2463642]: new group: name=rooter, GID=984 <86>Dec 26 06:21:49 useradd[2463682]: new user: name=rooter, UID=984, GID=984, home=/root, shell=/bin/bash <86>Dec 26 06:21:49 userdel[2463746]: delete user 'builder' <86>Dec 26 06:21:49 userdel[2463746]: removed group 'builder' owned by 'builder' <86>Dec 26 06:21:49 userdel[2463746]: removed shadow group 'builder' owned by 'builder' <86>Dec 26 06:21:49 groupadd[2463781]: group added to /etc/group: name=builder, GID=985 <86>Dec 26 06:21:49 groupadd[2463781]: group added to /etc/gshadow: name=builder <86>Dec 26 06:21:49 groupadd[2463781]: new group: name=builder, GID=985 <86>Dec 26 06:21:49 useradd[2463801]: new user: name=builder, UID=985, GID=985, home=/usr/src, shell=/bin/bash <13>Dec 26 06:21:50 rpmi: libelf-devel-0.183-alt1 p9+266215.200.3.1 1614869792 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/dwz-0.12-alt1.nosrc.rpm (w1.gzdio) Installing dwz-0.12-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29345 + 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.29345 + 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' make: Entering directory '/usr/src/RPM/BUILD/dwz-0.12' cc -pipe -frecord-gcc-switches -Wall -g -O2 -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] 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' die->die_size += die->u.p2.die_intracu_udata_size; ^~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -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=] case 11: c+=((hashval_t)k[10]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:753:5: note: here case 10: c+=((hashval_t)k[9]<<16); ^~~~ hashtab.c:753:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 10: c+=((hashval_t)k[9]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:754:5: note: here case 9 : c+=((hashval_t)k[8]<<8); ^~~~ hashtab.c:754:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 9 : c+=((hashval_t)k[8]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:756:5: note: here case 8 : b+=((hashval_t)k[7]<<24); ^~~~ hashtab.c:756:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8 : b+=((hashval_t)k[7]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:757:5: note: here case 7 : b+=((hashval_t)k[6]<<16); ^~~~ hashtab.c:757:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7 : b+=((hashval_t)k[6]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:758:5: note: here case 6 : b+=((hashval_t)k[5]<<8); ^~~~ hashtab.c:758:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6 : b+=((hashval_t)k[5]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:759:5: note: here case 5 : b+=k[4]; ^~~~ hashtab.c:759:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5 : b+=k[4]; ~^~~~~~ hashtab.c:760:5: note: here case 4 : a+=((hashval_t)k[3]<<24); ^~~~ hashtab.c:760:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4 : a+=((hashval_t)k[3]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:761:5: note: here case 3 : a+=((hashval_t)k[2]<<16); ^~~~ hashtab.c:761:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3 : a+=((hashval_t)k[2]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:762:5: note: here case 2 : a+=((hashval_t)k[1]<<8); ^~~~ hashtab.c:762:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2 : a+=((hashval_t)k[1]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:763:5: note: here case 1 : a+=k[0]; ^~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -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 -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.80320 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) 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.Sm7oI6 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.w4V333 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(64bit), 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), libelf.so.1()(64bit) >= set:kftZgNlzlVulPpYsujZwGZEQ67guICwvGgKqFKHD6UG2rpDuaORMk3DpKh1, libelf.so.1(ELFUTILS_1.0)(64bit), 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.Y7GhR4 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.8DWh68 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ayIzMg find-requires: running scripts (debuginfo) Requires: dwz = 0.12-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libelf.so.1) Wrote: /usr/src/RPM/RPMS/x86_64/dwz-0.12-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/dwz-debuginfo-0.12-alt1.x86_64.rpm (w2.lzdio) 4.12user 0.68system 0:09.27elapsed 51%CPU (0avgtext+0avgdata 122136maxresident)k 0inputs+0outputs (0major+252909minor)pagefaults 0swaps 6.35user 3.35system 0:13.55elapsed 71%CPU (0avgtext+0avgdata 122136maxresident)k 0inputs+0outputs (34398major+521623minor)pagefaults 0swaps --- dwz-0.12-alt1.x86_64.rpm.repo 2018-01-05 15:04:55.000000000 +0000 +++ dwz-0.12-alt1.x86_64.rpm.hasher 2021-12-26 06:22:01.344259110 +0000 @@ -16,4 +16,4 @@ Provides: dwz = 0.12-alt1 -File: /usr/bin/dwz 100755 root:root 61046365a10edd674ec36506a97e6f77 +File: /usr/bin/dwz 100755 root:root c846fdfb1ef2bbafec263b2488c2f7b6 File: /usr/share/man/man1/dwz.1.xz 100644 root:root b561e053049a17c67dcf7d2b28ef0e22 -RPMIdentity: 28233698dc2bcc30fed89fd05067557c8980797783f9ba8df81c90552323eecf26208294fad04813699b464bedb9b0751faec32b94b48058d9b434b1dc9b8018 +RPMIdentity: 71e5d3cb070d0d9d17f8dd8da17cc95b60fb212deb33c3c3be03bec90533f411247c80dafe241fddec43765fb8e115d5adc9b1701121ae69452043275f2c4c1b --- dwz-debuginfo-0.12-alt1.x86_64.rpm.repo 2018-01-05 15:04:55.000000000 +0000 +++ dwz-debuginfo-0.12-alt1.x86_64.rpm.hasher 2021-12-26 06:22:01.405260031 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/3722f40fe4f81a72931771c90947d335e6cdd9 120777 root:root ../../../../bin/dwz -/usr/lib/debug/.build-id/a5/3722f40fe4f81a72931771c90947d335e6cdd9.debug 120777 root:root ../../usr/bin/dwz.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/8f3e0128c4ea1410a337a6d458e82849a8fe2b 120777 root:root ../../../../bin/dwz +/usr/lib/debug/.build-id/db/8f3e0128c4ea1410a337a6d458e82849a8fe2b.debug 120777 root:root ../../usr/bin/dwz.debug /usr/lib/debug/usr/bin/dwz.debug 100644 root:root @@ -18,6 +18,6 @@ Provides: dwz-debuginfo = 0.12-alt1 -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/3722f40fe4f81a72931771c90947d335e6cdd9 120777 root:root ../../../../bin/dwz -File: /usr/lib/debug/.build-id/a5/3722f40fe4f81a72931771c90947d335e6cdd9.debug 120777 root:root ../../usr/bin/dwz.debug -File: /usr/lib/debug/usr/bin/dwz.debug 100644 root:root dad7250837eb51738005413bff2aa51c +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/8f3e0128c4ea1410a337a6d458e82849a8fe2b 120777 root:root ../../../../bin/dwz +File: /usr/lib/debug/.build-id/db/8f3e0128c4ea1410a337a6d458e82849a8fe2b.debug 120777 root:root ../../usr/bin/dwz.debug +File: /usr/lib/debug/usr/bin/dwz.debug 100644 root:root 70b210c9d4276161f68027ceee695c0d File: /usr/src/debug/dwz-0.12 40755 root:root @@ -30,2 +30,2 @@ File: /usr/src/debug/dwz-0.12/sha1.h 100644 root:root 5748f3b56072e60942ebf9f0e070d390 -RPMIdentity: bbd1894e03fbce89c325c743b5b5e1c1508ea081cec6e25c35036175312d3b1deb066db27529e9f5c8dbdb38eb3dd9b6aa0968f8bf112c31c2b73ae5a5e4bcd3 +RPMIdentity: b6459394800d6dd1f6d735a960f5a8943ff4e716216aeab239c3b0ff83983d954e5a84159f1fc3c1839699496acbb2bbf925e009edd493b2cc5c503f7941c90e