<86>Jan 6 00:33:56 userdel[48575]: delete user 'rooter' <86>Jan 6 00:33:56 userdel[48575]: removed group 'rooter' owned by 'rooter' <86>Jan 6 00:33:56 groupadd[48587]: group added to /etc/group: name=rooter, GID=633 <86>Jan 6 00:33:56 groupadd[48587]: group added to /etc/gshadow: name=rooter <86>Jan 6 00:33:56 groupadd[48587]: new group: name=rooter, GID=633 <86>Jan 6 00:33:56 useradd[48606]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Jan 6 00:33:56 userdel[48621]: delete user 'builder' <86>Jan 6 00:33:56 userdel[48621]: removed group 'builder' owned by 'builder' <86>Jan 6 00:33:56 groupadd[48637]: group added to /etc/group: name=builder, GID=634 <86>Jan 6 00:33:56 groupadd[48637]: group added to /etc/gshadow: name=builder <86>Jan 6 00:33:56 groupadd[48637]: new group: name=builder, GID=634 <86>Jan 6 00:33:56 useradd[48645]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/pmtools-20071116-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pmtools-20071116-alt1.qa1.nosrc.rpm 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.4936 + 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.63771 + 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] 500 | write(fd, raw, length); | ^~~~~~~~~~~~~~~~~~~~~~ acpidump.c:533:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 533 | write(fd, x, (rsdpx.revision < 2) ? | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 534 | 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] 538 | write(fd, buff, length); | ^~~~~~~~~~~~~~~~~~~~~~~ acpidump.c:542:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 542 | 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] 225 | write(fd, tbl, tbl->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ acpidump.c:235:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 235 | 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] 208 | write(fd, buff, len); | ^~~~~~~~~~~~~~~~~~~~ acpidump.c:211:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 211 | 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] 161 | 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 In file included from /usr/include/string.h:507, from acpixtract.c:120: In function 'strncpy', inlined from 'ExtractTables' at acpixtract.c:534:13: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 4 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 45 | 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=] 49 | if (verbose) printf("reading %d byte entry header\n", sizeof(acpi_table_entry_header)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld madt.c: At top level: madt.c:56:1: warning: return type defaults to 'int' [-Wimplicit-int] 56 | 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=] 67 | if (verbose) printf("reading %d madt header\n", sizeof(struct acpi_table_madt)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %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.46517 + 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 + 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) Checking contents of files in /usr/src/tmp/pmtools-buildroot/ (default) Compressing files in /usr/src/tmp/pmtools-buildroot (auto) 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.46517 + 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.qYvr37 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.f3oDG7 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.BWXGG4 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.GOd5a6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZSYcC4 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 Wrote: /usr/src/RPM/RPMS/x86_64/pmtools-debuginfo-20071116-alt1.qa1.x86_64.rpm 3.18user 0.59system 0:09.29elapsed 40%CPU (0avgtext+0avgdata 29028maxresident)k 0inputs+0outputs (0major+207513minor)pagefaults 0swaps /.out/pmtools-20071116-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/pmtools-debuginfo-20071116-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 4.81user 2.81system 0:13.51elapsed 56%CPU (0avgtext+0avgdata 29028maxresident)k 0inputs+0outputs (0major+399320minor)pagefaults 0swaps