<86>Apr  2 03:34:25 userdel[3618739]: delete user 'rooter'
<86>Apr  2 03:34:25 userdel[3618739]: removed group 'rooter' owned by 'rooter'
<86>Apr  2 03:34:25 userdel[3618739]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr  2 03:34:25 groupadd[3618772]: group added to /etc/group: name=rooter, GID=945
<86>Apr  2 03:34:25 groupadd[3618772]: group added to /etc/gshadow: name=rooter
<86>Apr  2 03:34:25 groupadd[3618772]: new group: name=rooter, GID=945
<86>Apr  2 03:34:25 useradd[3618806]: new user: name=rooter, UID=945, GID=945, home=/root, shell=/bin/bash
<86>Apr  2 03:34:25 userdel[3618847]: delete user 'builder'
<86>Apr  2 03:34:25 userdel[3618847]: removed group 'builder' owned by 'builder'
<86>Apr  2 03:34:25 userdel[3618847]: removed shadow group 'builder' owned by 'builder'
<86>Apr  2 03:34:25 groupadd[3618883]: group added to /etc/group: name=builder, GID=946
<86>Apr  2 03:34:25 groupadd[3618883]: group added to /etc/gshadow: name=builder
<86>Apr  2 03:34:25 groupadd[3618883]: new group: name=builder, GID=946
<86>Apr  2 03:34:25 useradd[3618911]: new user: name=builder, UID=946, GID=946, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/cban-0.1.8-alt2.2.qa1.nosrc.rpm (w1.gzdio)
Installing cban-0.1.8-alt2.2.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.60596
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf cban
+ echo 'Source #0 (cban-0.1.8-0.tgz):'
Source #0 (cban-0.1.8-0.tgz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/cban-0.1.8-0.tgz
+ /bin/tar -xf -
+ cd cban
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (cban-0.1.8-alt_optflags-int.diff):'
Patch #0 (cban-0.1.8-alt_optflags-int.diff):
+ /usr/bin/patch -p1
patching file src/Makefile
patching file src/cban.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.60596
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd cban
+ /bin/install -Dp -m 0644 /usr/src/RPM/SOURCES/readme_alt.cp1251 ./readme_alt.cp1251
+ cd src
+ make clean
make: Entering directory '/usr/src/RPM/BUILD/cban/src'
/bin/rm -rfv *.o cban
removed 'cban.o'
removed 'cban'
make: Leaving directory '/usr/src/RPM/BUILD/cban/src'
+ export 'OPTFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ OPTFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/cban/src'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -O4 -D NDEBUG -c cban.c
cban.c: In function 'process_data':
cban.c:119:23: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'FILE *' [-Wformat=]
  119 |         DEBUG(printf ("debug:closed %s at %x.\n",PROCFILE,fd));
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~          ~~
      |                                                           |
      |                                                           FILE *
cban.c:34:36: note: in definition of macro 'DEBUG'
   34 | #define DEBUG(x) if ( debug >= 1 ) x;
      |                                    ^
cban.c:119:44: note: format string is defined here
  119 |         DEBUG(printf ("debug:closed %s at %x.\n",PROCFILE,fd));
      |                                           ~^
      |                                            |
      |                                            unsigned int
cban.c:120:16: warning: implicit declaration of function 'open_proc_file' [-Wimplicit-function-declaration]
  120 |         return open_proc_file();
      |                ^~~~~~~~~~~~~~
cban.c: In function 'open_proc_file':
cban.c:248:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'FILE *' [-Wformat=]
  248 |     DEBUG (printf ("debug:opened %s at %x.\n",PROCFILE,fd));
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~          ~~
      |                                                        |
      |                                                        FILE *
cban.c:34:36: note: in definition of macro 'DEBUG'
   34 | #define DEBUG(x) if ( debug >= 1 ) x;
      |                                    ^
cban.c:248:41: note: format string is defined here
  248 |     DEBUG (printf ("debug:opened %s at %x.\n",PROCFILE,fd));
      |                                        ~^
      |                                         |
      |                                         unsigned int
cban.c: In function 'process_data':
cban.c:76:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   76 |         fgets( buffer, BUFFER, fd );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cban.c:77:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   77 |         fgets( buffer, BUFFER, fd );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/cban/src'
make: Entering directory '/usr/src/RPM/BUILD/cban/src'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -O4 -D NDEBUG  cban.o -o cban
make: Leaving directory '/usr/src/RPM/BUILD/cban/src'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.60596
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/cban-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/cban-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd cban
+ /bin/install -Dp -m 0755 src/cban /usr/src/tmp/cban-buildroot/usr/sbin/cban
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/cban-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/cban-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/cban-buildroot/ (default)
Compressing files in /usr/src/tmp/cban-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/cban-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/cban: uses non-LFS functions: fopen
Processing files: cban-0.1.8-alt2.2.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.60596
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd cban
+ DOCDIR=/usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8
+ export DOCDIR
+ rm -rf /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8
+ /bin/mkdir -p /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8
+ cp -prL AUTHORS COPYING Changelog KnownBUGS INSTALL etc readme_alt.cp1251 /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8
+ chmod -R go-w /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8
+ chmod -R a+rX /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VHG6Tb
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7tkgxp
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9QPIsh
Creating cban-debuginfo package
Processing files: cban-debuginfo-0.1.8-alt2.2.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6ZaORe
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MpRZ6X
find-requires: running scripts (debuginfo)
Requires: cban = 0.1.8-alt2.2.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/cban-0.1.8-alt2.2.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/cban-debuginfo-0.1.8-alt2.2.qa1.i586.rpm (w2.lzdio)
0.46user 0.44system 0:05.47elapsed 16%CPU (0avgtext+0avgdata 21544maxresident)k
0inputs+0outputs (0major+130518minor)pagefaults 0swaps
1.51user 3.52system 0:08.78elapsed 57%CPU (0avgtext+0avgdata 21544maxresident)k
0inputs+0outputs (0major+306776minor)pagefaults 0swaps
--- cban-0.1.8-alt2.2.qa1.i586.rpm.repo	2013-04-17 23:35:33.000000000 +0000
+++ cban-0.1.8-alt2.2.qa1.i586.rpm.hasher	2022-04-02 03:34:31.744382990 +0000
@@ -20,3 +20,5 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -25,3 +27,3 @@
 Provides: cban = 0.1.8-alt2.2.qa1
-File: /usr/sbin/cban	100755	root:root	a948c9d3deddcc25dcf8bdb9544f98fc	
+File: /usr/sbin/cban	100755	root:root	7e8275a213719b5179114d8428fcc1a0	
 File: /usr/share/doc/cban-0.1.8	40755	root:root		
@@ -42,2 +44,2 @@
 File: /usr/share/doc/cban-0.1.8/readme_alt.cp1251	100644	root:root	87252cd345aeda8c0af828ace6e299b5	
-RPMIdentity: bf43f460cecd272d53e20e29bab5fb6b5cce8cb0691440eb335feaaf48b6ce067fb8fb0fddc9c35f1bfe228161b74cb4adc22d2df69b28f35d58d13f2f7b729a
+RPMIdentity: 72886007a8bc01c6180e798a82a1b8a8a748d4b8460a761b27473a9b9d5668dcea3996e76b409b87bbc2a4c28140adec37494766c1538a101bcef23154ef4a85
--- cban-debuginfo-0.1.8-alt2.2.qa1.i586.rpm.repo	2013-04-17 23:35:33.000000000 +0000
+++ cban-debuginfo-0.1.8-alt2.2.qa1.i586.rpm.hasher	2022-04-02 03:34:31.803383816 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/d9	40755	root:root	
-/usr/lib/debug/.build-id/d9/3ccaebf3e8f50a6fcd1db12f838c3a6c080d4d	120777	root:root	../../../../sbin/cban
-/usr/lib/debug/.build-id/d9/3ccaebf3e8f50a6fcd1db12f838c3a6c080d4d.debug	120777	root:root	../../usr/sbin/cban.debug
+/usr/lib/debug/.build-id/94	40755	root:root	
+/usr/lib/debug/.build-id/94/b47af8d7f463aa3b9dfaf0f09c8b07859f0622	120777	root:root	../../../../sbin/cban
+/usr/lib/debug/.build-id/94/b47af8d7f463aa3b9dfaf0f09c8b07859f0622.debug	120777	root:root	../../usr/sbin/cban.debug
 /usr/lib/debug/usr/sbin/cban.debug	100644	root:root	
@@ -12,6 +12,6 @@
 Provides: cban-debuginfo = 0.1.8-alt2.2.qa1
-File: /usr/lib/debug/.build-id/d9	40755	root:root		
-File: /usr/lib/debug/.build-id/d9/3ccaebf3e8f50a6fcd1db12f838c3a6c080d4d	120777	root:root		../../../../sbin/cban
-File: /usr/lib/debug/.build-id/d9/3ccaebf3e8f50a6fcd1db12f838c3a6c080d4d.debug	120777	root:root		../../usr/sbin/cban.debug
-File: /usr/lib/debug/usr/sbin/cban.debug	100644	root:root	fc9a2c99da9d0c357d903443b2f3ec91	
+File: /usr/lib/debug/.build-id/94	40755	root:root		
+File: /usr/lib/debug/.build-id/94/b47af8d7f463aa3b9dfaf0f09c8b07859f0622	120777	root:root		../../../../sbin/cban
+File: /usr/lib/debug/.build-id/94/b47af8d7f463aa3b9dfaf0f09c8b07859f0622.debug	120777	root:root		../../usr/sbin/cban.debug
+File: /usr/lib/debug/usr/sbin/cban.debug	100644	root:root	6828708bcb8d82ff9649c4400ab162eb	
 File: /usr/src/debug/cban	40755	root:root		
@@ -19,2 +19,2 @@
 File: /usr/src/debug/cban/src/cban.c	100644	root:root	436e1068687b0017eea14d61fb5e8e8f	
-RPMIdentity: 9599396d8cd71ded407ad4e5ad85894d5c04702c2a77ad065ce3c80cad83a28daa453fb8c91e349a5d155c6398eefde6dcab7cf344026d4c5de9e27128e8ffb0
+RPMIdentity: 96bfa35138be74bd3589e7db3a5ec5bc0faf787ea86c4d8c7105bdbefad76106a1a4803ac4146d54b81e35a6616f636542bdc1ac3871123218d24eeb00128e5c