<86>Aug 26 05:41:47 userdel[1254159]: delete user 'rooter'
<86>Aug 26 05:41:47 userdel[1254159]: removed group 'rooter' owned by 'rooter'
<86>Aug 26 05:41:47 userdel[1254159]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug 26 05:41:47 groupadd[1254426]: group added to /etc/group: name=rooter, GID=1838
<86>Aug 26 05:41:47 groupadd[1254426]: group added to /etc/gshadow: name=rooter
<86>Aug 26 05:41:47 groupadd[1254426]: new group: name=rooter, GID=1838
<86>Aug 26 05:41:47 useradd[1254592]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash, from=none
<86>Aug 26 05:41:47 userdel[1254945]: delete user 'builder'
<86>Aug 26 05:41:47 userdel[1254945]: removed group 'builder' owned by 'builder'
<86>Aug 26 05:41:47 userdel[1254945]: removed shadow group 'builder' owned by 'builder'
<86>Aug 26 05:41:48 groupadd[1255148]: group added to /etc/group: name=builder, GID=1839
<86>Aug 26 05:41:48 groupadd[1255148]: group added to /etc/gshadow: name=builder
<86>Aug 26 05:41:48 groupadd[1255148]: new group: name=builder, GID=1839
<86>Aug 26 05:41:48 useradd[1255348]: new user: name=builder, UID=1839, GID=1839, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/AGReader-1.2-alt2_32.nosrc.rpm (w1.gzdio)
Installing AGReader-1.2-alt2_32.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.3164
+ 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/tar -xf -
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/AGReader.tar.bz2
+ cd AGReader
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.3164
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd AGReader
+ make -j16 -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 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 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 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.85670
+ 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: open stat
Processing files: AGReader-1.2-alt2_32
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.73356
+ 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.BmBOQs
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.DVmQIR
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.33), 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.dG6iIs
Creating AGReader-debuginfo package
Processing files: AGReader-debuginfo-1.2-alt2_32
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mdwhwE
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.X4kDwC
find-requires: running scripts (debuginfo)
Requires: AGReader = 1.2-alt2_32, /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_32.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/AGReader-debuginfo-1.2-alt2_32.i586.rpm (w2.lzdio)
2.05user 0.73system 0:07.92elapsed 35%CPU (0avgtext+0avgdata 35816maxresident)k
0inputs+0outputs (0major+171428minor)pagefaults 0swaps
4.59user 2.18system 0:22.71elapsed 29%CPU (0avgtext+0avgdata 118004maxresident)k
0inputs+0outputs (0major+132518minor)pagefaults 0swaps
--- AGReader-1.2-alt2_32.i586.rpm.repo	2023-04-20 18:52:40.000000000 +0000
+++ AGReader-1.2-alt2_32.i586.rpm.hasher	2023-08-26 05:42:05.036084304 +0000
@@ -18,3 +18,3 @@
 Provides: AGReader = 1.2-alt2_32:sisyphus+318934.100.1.1
-File: /usr/bin/agr	100755	root:root	37305c42ce74dad2b46ca7833ab98ca1	
+File: /usr/bin/agr	100755	root:root	1ef706399fe1e545415a4fdd1fbe4cea	
 File: /usr/share/doc/AGReader-1.2	40755	root:root		
@@ -25,2 +25,2 @@
 File: /usr/share/man/man1/agr.1.xz	100644	root:root	99aebddc666ca6fef902f9ec5eecc5b9	
-RPMIdentity: 57eb794a6e8009a3706a82bf3eb2d0dd53270866debaf46ccb98807881f42c224ed614d9f7418707fe8ed11a1483f3f90d3e4ca3daa0b1e3eee4622040c2558d
+RPMIdentity: 240beb0dfe2ebc8db2652da527abe820f36f2a658577c38ee19196f758938d51838c5b3e88d9d2bbca1b47f8a8cf173835f1128ad0648fd67210fee59fd8a1c5
--- AGReader-debuginfo-1.2-alt2_32.i586.rpm.repo	2023-04-20 18:52:40.000000000 +0000
+++ AGReader-debuginfo-1.2-alt2_32.i586.rpm.hasher	2023-08-26 05:42:05.316087979 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/17	40755	root:root	
-/usr/lib/debug/.build-id/17/a86692f4d1efd09f1fbca1973908d78b422b54	120777	root:root	../../../../bin/agr
-/usr/lib/debug/.build-id/17/a86692f4d1efd09f1fbca1973908d78b422b54.debug	120777	root:root	../../usr/bin/agr.debug
+/usr/lib/debug/.build-id/a7	40755	root:root	
+/usr/lib/debug/.build-id/a7/1f66971894fe451457000a902c292682cbb96c	120777	root:root	../../../../bin/agr
+/usr/lib/debug/.build-id/a7/1f66971894fe451457000a902c292682cbb96c.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_32:sisyphus+318934.100.1.1
-File: /usr/lib/debug/.build-id/17	40755	root:root		
-File: /usr/lib/debug/.build-id/17/a86692f4d1efd09f1fbca1973908d78b422b54	120777	root:root		../../../../bin/agr
-File: /usr/lib/debug/.build-id/17/a86692f4d1efd09f1fbca1973908d78b422b54.debug	120777	root:root		../../usr/bin/agr.debug
-File: /usr/lib/debug/usr/bin/agr.debug	100644	root:root	f43283b0c6db9e75e8e98d48b49ad654	
+File: /usr/lib/debug/.build-id/a7	40755	root:root		
+File: /usr/lib/debug/.build-id/a7/1f66971894fe451457000a902c292682cbb96c	120777	root:root		../../../../bin/agr
+File: /usr/lib/debug/.build-id/a7/1f66971894fe451457000a902c292682cbb96c.debug	120777	root:root		../../usr/bin/agr.debug
+File: /usr/lib/debug/usr/bin/agr.debug	100644	root:root	e6d5df9461f55b8a627b383583cc1768	
 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: c6386256ed74e703a896bcc611fdf34ad62128c976f0fb07dda50669c4b08d71b1638b5f9e1d4a85070ff1ae883f8aa9c93d677e3bd595aa7bc43b15119f4319
+RPMIdentity: b1d684ea467fb9c131506087a651e1ae314a0f1e7bf9f15686b6b857954c58f2b97c697bf63ffed8af119993bb74a91a6650ca586e6a190d9e6c70d6be43b94f