<86>Oct 25 07:29:17 userdel[3711223]: delete user 'rooter'
<86>Oct 25 07:29:17 userdel[3711223]: removed group 'rooter' owned by 'rooter'
<86>Oct 25 07:29:17 userdel[3711223]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 25 07:29:17 groupadd[3711228]: group added to /etc/group: name=rooter, GID=591
<86>Oct 25 07:29:17 groupadd[3711228]: group added to /etc/gshadow: name=rooter
<86>Oct 25 07:29:17 groupadd[3711228]: new group: name=rooter, GID=591
<86>Oct 25 07:29:17 useradd[3711234]: new user: name=rooter, UID=591, GID=591, home=/root, shell=/bin/bash
<86>Oct 25 07:29:17 userdel[3711241]: delete user 'builder'
<86>Oct 25 07:29:17 userdel[3711241]: removed group 'builder' owned by 'builder'
<86>Oct 25 07:29:17 userdel[3711241]: removed shadow group 'builder' owned by 'builder'
<86>Oct 25 07:29:17 groupadd[3711251]: group added to /etc/group: name=builder, GID=592
<86>Oct 25 07:29:17 groupadd[3711251]: group added to /etc/gshadow: name=builder
<86>Oct 25 07:29:17 groupadd[3711251]: new group: name=builder, GID=592
<86>Oct 25 07:29:17 useradd[3711258]: new user: name=builder, UID=592, GID=592, home=/usr/src, shell=/bin/bash
<13>Oct 25 07:29:19 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>Oct 25 07:29:19 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed
<13>Oct 25 07:29:20 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed
<13>Oct 25 07:29:20 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed
<13>Oct 25 07:29:20 rpmi: bzlib-devel-1:1.0.6-alt6 sisyphus+224341.100.1.1 1552254552 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/pbzip2-1.1.13-alt1.nosrc.rpm
Installing pbzip2-1.1.13-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.73572
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf pbzip2-1.1.13
+ echo 'Source #0 (pbzip2-1.1.13.tar.gz):'
Source #0 (pbzip2-1.1.13.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/pbzip2-1.1.13.tar.gz
+ /bin/tar -xf -
+ cd pbzip2-1.1.13
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.73572
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pbzip2-1.1.13
+ subst 's/-O./-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic/g' Makefile
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/pbzip2-1.1.13'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_STACKSIZE_CUSTOMIZATION -pthread -D_POSIX_PTHREAD_SEMANTICS  pbzip2.cpp BZ2StreamScanner.cpp ErrorContext.cpp -o pbzip2 -lbz2 -lpthread
pbzip2.cpp:1223:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
     fprintf(stderr, "pbzip2:  *WARNING: Compressed block size is large [%"PRIuMAX" bytes].\n",
                     ^
pbzip2.cpp:1832:19: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
   fprintf(stderr, "    Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize);
                   ^
pbzip2.cpp:2075:19: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
   fprintf(stderr, "    Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize);
                   ^
pbzip2.cpp:2797:19: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
   fprintf(stderr, "pbzip2: *ERROR: Could not initialize (OutputBuffer); size=%"PRIuMAX"!  Aborting...\n", (uintmax_t)size);
                   ^
pbzip2.cpp:4105:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
     fprintf(stderr, "     Input Size: %"PRIuMAX" bytes\n", (uintmax_t)InFileSize);
                     ^
pbzip2.cpp:4227:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
      fprintf(stderr, "*Warning* Max memory limit increased to %"PRIuMAX" MB to support %d CPUs\n", (uintmax_t)((NumBufferedBlocksMax + (numCPU * 2)) * blockSize)/1000000, numCPU);
                      ^
pbzip2.cpp: In function 'int testCompressedData(char*)':
pbzip2.cpp:2998:13: warning: variable 'nread' set but not used [-Wunused-but-set-variable]
  int bzerr, nread, streamNo;
             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/pbzip2-1.1.13'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.15234
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/pbzip2-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/pbzip2-buildroot
+ cd pbzip2-1.1.13
+ install -pD -m755 pbzip2 /usr/src/tmp/pbzip2-buildroot/usr/bin/pbzip2
+ install -pD -m644 pbzip2.1 /usr/src/tmp/pbzip2-buildroot/usr/share/man/man1/pbzip2.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/pbzip2-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/pbzip2-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/pbzip2-buildroot/ (default)
Compressing files in /usr/src/tmp/pbzip2-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/pbzip2-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: pbzip2-1.1.13-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.15234
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pbzip2-1.1.13
+ DOCDIR=/usr/src/tmp/pbzip2-buildroot/usr/share/doc/pbzip2-1.1.13
+ export DOCDIR
+ rm -rf /usr/src/tmp/pbzip2-buildroot/usr/share/doc/pbzip2-1.1.13
+ /bin/mkdir -p /usr/src/tmp/pbzip2-buildroot/usr/share/doc/pbzip2-1.1.13
+ cp -prL README COPYING /usr/src/tmp/pbzip2-buildroot/usr/share/doc/pbzip2-1.1.13
+ chmod -R go-w /usr/src/tmp/pbzip2-buildroot/usr/share/doc/pbzip2-1.1.13
+ chmod -R a+rX /usr/src/tmp/pbzip2-buildroot/usr/share/doc/pbzip2-1.1.13
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HpC6Pa
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.JlKHRr
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libbz2.so.1 >= set:ieUucR9SL02IvF9nYyd2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libpthread.so.0(GLIBC_2.2), libpthread.so.0(GLIBC_2.3.2), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), 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.ibztXY
Creating pbzip2-debuginfo package
Processing files: pbzip2-debuginfo-1.1.13-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M84arO
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rsqwAQ
find-requires: running scripts (debuginfo)
Requires: pbzip2 = 1.1.13-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libbz2.so.1), debug(libc.so.6), debug(libgcc_s.so.1), debug(libpthread.so.0), debug(libstdc++.so.6)
Wrote: /usr/src/RPM/RPMS/i586/pbzip2-1.1.13-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/pbzip2-debuginfo-1.1.13-alt1.i586.rpm
4.81user 0.70system 0:09.75elapsed 56%CPU (0avgtext+0avgdata 73020maxresident)k
0inputs+0outputs (0major+238596minor)pagefaults 0swaps
9.43user 3.14system 0:16.81elapsed 74%CPU (0avgtext+0avgdata 117428maxresident)k
0inputs+0outputs (0major+537175minor)pagefaults 0swaps
--- pbzip2-1.1.13-alt1.i586.rpm.repo	2016-01-18 16:16:37.000000000 +0000
+++ pbzip2-1.1.13-alt1.i586.rpm.hasher	2020-10-25 07:29:32.901521796 +0000
@@ -21,2 +21,4 @@
 Requires: libstdc++.so.6(CXXABI_1.3)  
+Requires: libstdc++.so.6(CXXABI_1.3.8)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)