<86>Sep 29 11:25:38 userdel[515551]: delete user 'rooter' <86>Sep 29 11:25:38 userdel[515551]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:25:38 userdel[515551]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:25:38 groupadd[515569]: group added to /etc/group: name=rooter, GID=1877 <86>Sep 29 11:25:38 groupadd[515569]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:25:38 groupadd[515569]: new group: name=rooter, GID=1877 <86>Sep 29 11:25:38 useradd[515587]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash <86>Sep 29 11:25:38 userdel[515610]: delete user 'builder' <86>Sep 29 11:25:38 userdel[515610]: removed group 'builder' owned by 'builder' <86>Sep 29 11:25:38 userdel[515610]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:25:38 groupadd[515635]: group added to /etc/group: name=builder, GID=1878 <86>Sep 29 11:25:38 groupadd[515635]: group added to /etc/gshadow: name=builder <86>Sep 29 11:25:38 groupadd[515635]: new group: name=builder, GID=1878 <86>Sep 29 11:25:38 useradd[515653]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pmtools-20071116-alt1.qa1.nosrc.rpm (w1.gzdio) Installing pmtools-20071116-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.8619 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pmtools-20071116 + echo 'Source #0 (pmtools-20071116.tar.bz2):' Source #0 (pmtools-20071116.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/pmtools-20071116.tar.bz2 + /bin/tar -xf - + cd pmtools-20071116 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.8619 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pmtools-20071116 + make make: Entering directory '/usr/src/RPM/BUILD/pmtools-20071116' for i in acpidump acpixtract madt; do make -C $i all; done make[1]: Entering directory '/usr/src/RPM/BUILD/pmtools-20071116/acpidump' cc -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../include acpidump.c -o acpidump acpidump.c: In function 'main': acpidump.c:500:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, raw, length); ^~~~~~~~~~~~~~~~~~~~~~ acpidump.c:533:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, x, (rsdpx.revision < 2) ? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ACPI_RSDP_CHECKSUM_LENGTH : ACPI_RSDP_XCHECKSUM_LENGTH); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ acpidump.c:538:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buff, length); ^~~~~~~~~~~~~~~~~~~~~~~ acpidump.c:542:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buff, 1); ^~~~~~~~~~~~~~~~~~ acpidump.c: In function 'write_table': acpidump.c:225:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, tbl, tbl->length); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ acpidump.c:235:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, tbl, tbl->length); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ acpidump.c: In function 'acpi_show_table': acpidump.c:208:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buff, len); ^~~~~~~~~~~~~~~~~~~~ acpidump.c:211:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buff, 1); ^~~~~~~~~~~~~~~~~~ acpidump.c: In function 'acpi_show_data': acpidump.c:161:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buffer, len); ^~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pmtools-20071116/acpidump' make[1]: Entering directory '/usr/src/RPM/BUILD/pmtools-20071116/acpixtract' cc -Wall -O2 -D_LINUX -DACPI_APPLICATION -Wstrict-prototypes -I../../include acpixtract.c -o acpixtract make[1]: Leaving directory '/usr/src/RPM/BUILD/pmtools-20071116/acpixtract' make[1]: Entering directory '/usr/src/RPM/BUILD/pmtools-20071116/madt' cc madt.c -o madt madt.c:45:1: warning: return type defaults to 'int' [-Wimplicit-int] get_next_entry(acpi_table_entry_header * entry_header) ^~~~~~~~~~~~~~ madt.c: In function 'get_next_entry': madt.c:49:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] if (verbose) printf("reading %d byte entry header\n", sizeof(acpi_table_entry_header)); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld madt.c: At top level: madt.c:56:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ madt.c: In function 'main': madt.c:67:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] if (verbose) printf("reading %d madt header\n", sizeof(struct acpi_table_madt)); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld make[1]: Leaving directory '/usr/src/RPM/BUILD/pmtools-20071116/madt' make: Leaving directory '/usr/src/RPM/BUILD/pmtools-20071116' + make -C madt madt make: Entering directory '/usr/src/RPM/BUILD/pmtools-20071116/madt' make: 'madt' is up to date. make: Leaving directory '/usr/src/RPM/BUILD/pmtools-20071116/madt' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.8619 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pmtools-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pmtools-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd pmtools-20071116 + /bin/mkdir -p /usr/src/tmp/pmtools-buildroot/usr/bin + /bin/mkdir -p /usr/src/tmp/pmtools-buildroot/usr/sbin + install -m0755 acpidump/acpidump /usr/src/tmp/pmtools-buildroot/usr/sbin + install -m0755 madt/madt /usr/src/tmp/pmtools-buildroot/usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pmtools-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pmtools-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pmtools-buildroot/ (default) Compressing files in /usr/src/tmp/pmtools-buildroot (auto) 056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/sbin/acpidump 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/pmtools-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: pmtools-20071116-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83915 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pmtools-20071116 + DOCDIR=/usr/src/tmp/pmtools-buildroot/usr/share/doc/pmtools-20071116 + export DOCDIR + rm -rf /usr/src/tmp/pmtools-buildroot/usr/share/doc/pmtools-20071116 + /bin/mkdir -p /usr/src/tmp/pmtools-buildroot/usr/share/doc/pmtools-20071116 + cp -prL README /usr/src/tmp/pmtools-buildroot/usr/share/doc/pmtools-20071116 + chmod -R go-w /usr/src/tmp/pmtools-buildroot/usr/share/doc/pmtools-20071116 + chmod -R a+rX /usr/src/tmp/pmtools-buildroot/usr/share/doc/pmtools-20071116 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nDpn40 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.IwyoXG 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.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.X8eKmq Creating pmtools-debuginfo package Processing files: pmtools-debuginfo-20071116-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ou5ihd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T78YF3 find-requires: running scripts (debuginfo) Requires: pmtools = 20071116-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/pmtools-20071116-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pmtools-debuginfo-20071116-alt1.qa1.x86_64.rpm (w2.lzdio) 1.35user 1.36system 0:06.91elapsed 39%CPU (0avgtext+0avgdata 29764maxresident)k 0inputs+0outputs (0major+214112minor)pagefaults 0swaps 0.49user 1.68system 0:11.67elapsed 18%CPU (0avgtext+0avgdata 12204maxresident)k 0inputs+0outputs (0major+99967minor)pagefaults 0swaps --- pmtools-20071116-alt1.qa1.x86_64.rpm.repo 2013-04-18 02:38:07.000000000 +0000 +++ pmtools-20071116-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:25:47.107319498 +0000 @@ -13,6 +13,6 @@ Provides: pmtools = 20071116-alt1.qa1 -File: /usr/bin/madt 100755 root:root 0a2cb2e03bdd71cc666bd972f387b662 -File: /usr/sbin/acpidump 100755 root:root 2d61dd701672bb92a7657621cd1a0792 +File: /usr/bin/madt 100755 root:root 5be0036b675a3147b9cbf390373baed8 +File: /usr/sbin/acpidump 100755 root:root 87769bcadb1f432a74749a99a969a58f File: /usr/share/doc/pmtools-20071116 40755 root:root File: /usr/share/doc/pmtools-20071116/README 100644 root:root 2bcbab84bc30d321f3b42fda83698d8b -RPMIdentity: f6b1fb714dbcb6a4d8895b2c0ba6994d6bbb00831a6c9497d1308783c6ad4e64b2a9ead2f44b379254668940b6db86d8a71867dc646a1cc1e3a0abd0fa4cfe1e +RPMIdentity: aee795c2dc0a42b4d0e5f7a1e8d5f6f6cca2f45bf038aa9ef0dcec1fdd6c4b9a44e245dbd5eba4a647db80839b54bd9f5d2b2288eeb5f7e8492d7751913da016 --- pmtools-debuginfo-20071116-alt1.qa1.x86_64.rpm.repo 2013-04-18 02:38:07.000000000 +0000 +++ pmtools-debuginfo-20071116-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:25:47.187321077 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/53 40755 root:root -/usr/lib/debug/.build-id/53/bf1d21cdea078eeb34ccb922778fe5e2008c3c 120777 root:root ../../../../bin/madt -/usr/lib/debug/.build-id/53/bf1d21cdea078eeb34ccb922778fe5e2008c3c.debug 120777 root:root ../../usr/bin/madt.debug +/usr/lib/debug/.build-id/39 40755 root:root +/usr/lib/debug/.build-id/39/17929da39c868e47fa0588711ca98a91929f7c 120777 root:root ../../../../bin/madt +/usr/lib/debug/.build-id/39/17929da39c868e47fa0588711ca98a91929f7c.debug 120777 root:root ../../usr/bin/madt.debug /usr/lib/debug/usr/bin/madt.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: pmtools-debuginfo = 20071116-alt1.qa1 -File: /usr/lib/debug/.build-id/53 40755 root:root -File: /usr/lib/debug/.build-id/53/bf1d21cdea078eeb34ccb922778fe5e2008c3c 120777 root:root ../../../../bin/madt -File: /usr/lib/debug/.build-id/53/bf1d21cdea078eeb34ccb922778fe5e2008c3c.debug 120777 root:root ../../usr/bin/madt.debug -File: /usr/lib/debug/usr/bin/madt.debug 100644 root:root 307d8a787b93bd5a4fe50adf522441d8 -RPMIdentity: d25689177424efc673795bc439d21e24d851a0caaf62f4c0c64c36638ce28a8e3a322b0020537b1e5ff6ba155467c91f14adfadd2fc7ce74463c2a08e28c4e47 +File: /usr/lib/debug/.build-id/39 40755 root:root +File: /usr/lib/debug/.build-id/39/17929da39c868e47fa0588711ca98a91929f7c 120777 root:root ../../../../bin/madt +File: /usr/lib/debug/.build-id/39/17929da39c868e47fa0588711ca98a91929f7c.debug 120777 root:root ../../usr/bin/madt.debug +File: /usr/lib/debug/usr/bin/madt.debug 100644 root:root c162ff77adf13bd7dafe2b1d05131afc +RPMIdentity: 388785ffe584a0ce1e2bcca071a1dbeed12b9fbfe68eb10dd2655dba385e96bd310254528b8facb96f237f0fd601044ddeb88a25a310722a29d95a65ad52d766