<86>Oct  2 09:59:07 userdel[3437175]: delete user 'rooter'
<86>Oct  2 09:59:07 userdel[3437175]: removed group 'rooter' owned by 'rooter'
<86>Oct  2 09:59:07 userdel[3437175]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct  2 09:59:07 groupadd[3437181]: group added to /etc/group: name=rooter, GID=702
<86>Oct  2 09:59:07 groupadd[3437181]: group added to /etc/gshadow: name=rooter
<86>Oct  2 09:59:07 groupadd[3437181]: new group: name=rooter, GID=702
<86>Oct  2 09:59:07 useradd[3437189]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash
<86>Oct  2 09:59:07 userdel[3437195]: delete user 'builder'
<86>Oct  2 09:59:07 userdel[3437195]: removed group 'builder' owned by 'builder'
<86>Oct  2 09:59:07 userdel[3437195]: removed shadow group 'builder' owned by 'builder'
<86>Oct  2 09:59:07 groupadd[3437201]: group added to /etc/group: name=builder, GID=703
<86>Oct  2 09:59:07 groupadd[3437201]: group added to /etc/gshadow: name=builder
<86>Oct  2 09:59:07 groupadd[3437201]: new group: name=builder, GID=703
<86>Oct  2 09:59:07 useradd[3437206]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/AGReader-1.2-alt2_26.src.rpm: license not found in '/usr/share/license' directory: GPL+
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/AGReader-1.2-alt2_26.nosrc.rpm (w1.gzdio)
Installing AGReader-1.2-alt2_26.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.60927
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf AGReader
+ echo 'Source #0 (AGReader.tar.bz2):'
Source #0 (AGReader.tar.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/AGReader.tar.bz2
+ /bin/tar -xf -
+ cd AGReader
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.90291
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd AGReader
+ make -j8 -C Sources 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc main.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -O2
make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc IO_tty.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -O2
IO_tty.c: In function 'raw_mode':
IO_tty.c:51:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   51 |         if (old_st == on) return; old_st = on;
      |         ^~
IO_tty.c:51:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   51 |         if (old_st == on) return; old_st = on;
      |                                   ^~~~~~
IO_tty.c:48:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
   48 |         int i; /* silence warnings */
      |             ^
make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc Input.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -O2
Input.c: In function 'Prompt':
Input.c:26:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   26 |         if(str == NULL) str = node->name; plen = strlen(str);
      |         ^~
Input.c:26:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   26 |         if(str == NULL) str = node->name; plen = strlen(str);
      |                                           ^~~~
Input.c: In function 'ThrowError':
Input.c:86:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
   86 |         int i; /* silence warnings */
      |             ^
Input.c: In function 'ProcessKeys':
Input.c:247:41: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  247 |                                         else        HistoryBack( &terminfo ); break;
      |                                         ^~~~
Input.c:247:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  247 |                                         else        HistoryBack( &terminfo ); break;
      |                                                                               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc Navigate.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -O2
Navigate.c: In function 'ToEnv':
Navigate.c:180:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  180 |         for(p=dest; *src && *src!=eos; *p++ = toupper(*src),src++); *p='\0';
      |         ^~~
Navigate.c:180:69: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  180 |         for(p=dest; *src && *src!=eos; *p++ = toupper(*src),src++); *p='\0';
      |                                                                     ^
make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc AGObj.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -O2
AGObj.c: In function 'CreateAGLink':
AGObj.c:45:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   45 |                 for(p=format; *p!='\"'; p++); *p='\0';
      |                 ^~~
AGObj.c:45:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   45 |                 for(p=format; *p!='\"'; p++); *p='\0';
      |                                               ^
make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc Text.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -O2
make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc AG_lib.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic  -O2
AG_lib.c: In function 'GetAGString':
AG_lib.c:68:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   68 |         while(*src!='\n') *src++ = '\0'; *src=0;
      |         ^~~~~
AG_lib.c:68:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   68 |         while(*src!='\n') *src++ = '\0'; *src=0;
      |                                          ^
AG_lib.c: In function 'FindNodeNames':
AG_lib.c:87:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   87 |         if(*src=='\"') eos='\"',src++; node->name=src;
      |         ^~
AG_lib.c:87:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   87 |         if(*src=='\"') eos='\"',src++; node->name=src;
      |                                        ^~~~
AG_lib.c: In function 'CreateAGNodes':
AG_lib.c:234:41: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  234 |                                         if( lst==NULL ) *p='\0'; break;
      |                                         ^~
AG_lib.c:234:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  234 |                                         if( lst==NULL ) *p='\0'; break;
      |                                                                  ^~~~~
AG_lib.c:237:41: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  237 |                                         else            wrap          = WRAP_LINE; break;
      |                                         ^~~~
AG_lib.c:237:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  237 |                                         else            wrap          = WRAP_LINE; break;
      |                                                                                    ^~~~~
AG_lib.c:240:41: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  240 |                                         else            wrap          = WRAP_SMART; break;
      |                                         ^~~~
AG_lib.c:240:85: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  240 |                                         else            wrap          = WRAP_SMART; break;
      |                                                                                     ^~~~~
AG_lib.c: In function 'CreateAGWords':
AG_lib.c:423:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  423 |                         while(*buf != '}') buf++; *buf='\0'; p = buf+1;
      |                         ^~~~~
AG_lib.c:423:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  423 |                         while(*buf != '}') buf++; *buf='\0'; p = buf+1;
      |                                                   ^
AG_lib.c: In function 'RenderLine':
AG_lib.c:612:41: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  612 |                                         if (i >= start) goto big_break;  cp++;
      |                                         ^~
AG_lib.c:612:74: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  612 |                                         if (i >= start) goto big_break;  cp++;
      |                                                                          ^~
AG_lib.c:652:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  652 |                 if(!cp) cp=word->data; for(; i<max && *cp; ) {
      |                 ^~
AG_lib.c:652:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  652 |                 if(!cp) cp=word->data; for(; i<max && *cp; ) {
      |                                        ^~~
AG_lib.c:665:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  665 |         if(p > buffer) fputs(p = buffer,stdout); printf("");
      |         ^~
AG_lib.c:665:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  665 |         if(p > buffer) fputs(p = buffer,stdout); printf("");
      |                                                  ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc main.o IO_tty.o AG_lib.o AGObj.o Input.o Navigate.o Text.o -o agr 
make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.41276
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/AGReader-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/AGReader-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd AGReader
+ mkdir -p /usr/src/tmp/AGReader-buildroot/usr/bin
+ mkdir -p /usr/src/tmp/AGReader-buildroot/usr/share/man/man1
+ install -m0644 /usr/src/RPM/SOURCES/agr.1 /usr/src/tmp/AGReader-buildroot/usr/share/man/man1
+ install -m0755 Sources/agr /usr/src/tmp/AGReader-buildroot/usr/bin
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/AGReader-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/AGReader-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/AGReader-buildroot/ (default)
Compressing files in /usr/src/tmp/AGReader-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/AGReader-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/agr: uses non-LFS functions: __xstat open
Processing files: AGReader-1.2-alt2_26
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.41276
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd AGReader
+ DOCDIR=/usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2
+ export DOCDIR
+ rm -rf /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2
+ /bin/mkdir -p /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2
+ cp -prL Docs/agr.guide Docs/test.guide Docs/agr.html README /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2
+ chmod -R go-w /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2
+ chmod -R a+rX /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9K0G4B
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.uG3xbG
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.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), 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.WPYOSD
Creating AGReader-debuginfo package
Processing files: AGReader-debuginfo-1.2-alt2_26
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uqnwpD
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qqxh5E
find-requires: running scripts (debuginfo)
Requires: AGReader = 1.2-alt2_26, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Adding to AGReader-debuginfo a strict dependency on AGReader
Wrote: /usr/src/RPM/RPMS/i586/AGReader-1.2-alt2_26.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/AGReader-debuginfo-1.2-alt2_26.i586.rpm (w2.lzdio)
1.96user 0.62system 0:06.72elapsed 38%CPU (0avgtext+0avgdata 32168maxresident)k
0inputs+0outputs (0major+167580minor)pagefaults 0swaps
/.out/AGReader-1.2-alt2_26.i586.rpm: license not found in '/usr/share/license' directory: GPL+
/.out/AGReader-debuginfo-1.2-alt2_26.i586.rpm: license not found in '/usr/share/license' directory: GPL+
5.10user 3.57system 0:11.95elapsed 72%CPU (0avgtext+0avgdata 98252maxresident)k
0inputs+0outputs (15579major+355054minor)pagefaults 0swaps
--- AGReader-1.2-alt2_26.i586.rpm.repo	2020-11-22 23:27:52.000000000 +0000
+++ AGReader-1.2-alt2_26.i586.rpm.hasher	2021-10-02 09:59:17.387873190 +0000
@@ -9,2 +9,3 @@
 Requires: libc.so.6(GLIBC_2.0)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.3)  
@@ -15,3 +16,3 @@
 Provides: AGReader = 1.2-alt2_26:sisyphus+262275.100.1.1
-File: /usr/bin/agr	100755	root:root	e1bda77dde9dfd997fe2d50a7e453037	
+File: /usr/bin/agr	100755	root:root	b4fa426c32ae7338ac91dc1b8116112f	
 File: /usr/share/doc/AGReader-1.2	40755	root:root		
@@ -22,2 +23,2 @@
 File: /usr/share/man/man1/agr.1.xz	100644	root:root	99aebddc666ca6fef902f9ec5eecc5b9	
-RPMIdentity: 2aebb9dfc8638bd6b34af3c80c951d45a75784411e9b4d7f1e2022095523862a1db657ca910f08307fb215a83cd37a13a35153e93b35d57caf12ccb240a5c24f
+RPMIdentity: e421634a7524b13828076e96104dbe2efc559052cbe066d4247600cda68cf7dab20a76678badf068967da684d0e417ee37c953904b6080b89b730fc69c709da1
--- AGReader-debuginfo-1.2-alt2_26.i586.rpm.repo	2020-11-22 23:27:52.000000000 +0000
+++ AGReader-debuginfo-1.2-alt2_26.i586.rpm.hasher	2021-10-02 09:59:17.475873280 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/09	40755	root:root	
-/usr/lib/debug/.build-id/09/cc4ef1383bae273531d256a3154ab048eec1e1	120777	root:root	../../../../bin/agr
-/usr/lib/debug/.build-id/09/cc4ef1383bae273531d256a3154ab048eec1e1.debug	120777	root:root	../../usr/bin/agr.debug
+/usr/lib/debug/.build-id/d0	40755	root:root	
+/usr/lib/debug/.build-id/d0/9b7ba6cbee1f48239aa03e8942b80f052855e5	120777	root:root	../../../../bin/agr
+/usr/lib/debug/.build-id/d0/9b7ba6cbee1f48239aa03e8942b80f052855e5.debug	120777	root:root	../../usr/bin/agr.debug
 /usr/lib/debug/usr/bin/agr.debug	100644	root:root	
@@ -25,6 +25,6 @@
 Provides: AGReader-debuginfo = 1.2-alt2_26:sisyphus+262275.100.1.1
-File: /usr/lib/debug/.build-id/09	40755	root:root		
-File: /usr/lib/debug/.build-id/09/cc4ef1383bae273531d256a3154ab048eec1e1	120777	root:root		../../../../bin/agr
-File: /usr/lib/debug/.build-id/09/cc4ef1383bae273531d256a3154ab048eec1e1.debug	120777	root:root		../../usr/bin/agr.debug
-File: /usr/lib/debug/usr/bin/agr.debug	100644	root:root	8744a191258e0dec31028efe27056da7	
+File: /usr/lib/debug/.build-id/d0	40755	root:root		
+File: /usr/lib/debug/.build-id/d0/9b7ba6cbee1f48239aa03e8942b80f052855e5	120777	root:root		../../../../bin/agr
+File: /usr/lib/debug/.build-id/d0/9b7ba6cbee1f48239aa03e8942b80f052855e5.debug	120777	root:root		../../usr/bin/agr.debug
+File: /usr/lib/debug/usr/bin/agr.debug	100644	root:root	e1f6c80a0cac719a43df728a13983cc8	
 File: /usr/src/debug/AGReader	40755	root:root		
@@ -45,2 +45,2 @@
 File: /usr/src/debug/AGReader/Sources/main.c	100644	root:root	fe4d04511fd0dcc661d29d8e5b3d2f88	
-RPMIdentity: 799e132b6257cff4e812e91f125d579aa84920ddc5591d41f0d7d5e1d8b66bcec2b3360ba094e6b81a792d67c8b0b1e3f44798e2fb1ac54bd0001d50c21fbfb2
+RPMIdentity: 6e7105239c829a950eacae3b299dcdff95f6984aba56832b07e4405488e29dafa4220b11facb5f58de246547747a472ad08c521bfd80d0bcabd014e23644c4a3