<86>Sep 10 08:14:39 userdel[214320]: delete user 'rooter'
<86>Sep 10 08:14:39 userdel[214320]: removed group 'rooter' owned by 'rooter'
<86>Sep 10 08:14:39 userdel[214320]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 10 08:14:39 groupadd[214358]: group added to /etc/group: name=rooter, GID=1826
<86>Sep 10 08:14:39 groupadd[214358]: group added to /etc/gshadow: name=rooter
<86>Sep 10 08:14:39 groupadd[214358]: new group: name=rooter, GID=1826
<86>Sep 10 08:14:39 useradd[214383]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash
<86>Sep 10 08:14:39 userdel[214416]: delete user 'builder'
<86>Sep 10 08:14:39 userdel[214416]: removed group 'builder' owned by 'builder'
<86>Sep 10 08:14:39 userdel[214416]: removed shadow group 'builder' owned by 'builder'
<86>Sep 10 08:14:39 groupadd[214438]: group added to /etc/group: name=builder, GID=1827
<86>Sep 10 08:14:39 groupadd[214438]: group added to /etc/gshadow: name=builder
<86>Sep 10 08:14:39 groupadd[214438]: new group: name=builder, GID=1827
<86>Sep 10 08:14:39 useradd[214452]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/AGReader-1.2-alt2_21.nosrc.rpm (w1.gzdio)
Installing AGReader-1.2-alt2_21.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.10962
+ 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.10962
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd AGReader
+ make -C Sources -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc main.c -c -pipe -frecord-gcc-switches -Wall -g -O2  -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  -O2
IO_tty.c: In function 'raw_mode':
IO_tty.c:51:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (old_st == on) return; old_st = on;
  ^~
IO_tty.c:51:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (old_st == on) return; old_st = on;
                            ^~~~~~
IO_tty.c:48:6: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  int i; /* silence warnings */
      ^
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  -O2
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  -O2
AGObj.c: In function 'CreateAGLink':
AGObj.c:45:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(p=format; *p!='\"'; p++); *p='\0';
   ^~~
AGObj.c:45:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   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 Input.c -c -pipe -frecord-gcc-switches -Wall -g -O2  -O2
Input.c: In function 'Prompt':
Input.c:26:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(str == NULL) str = node->name; plen = strlen(str);
  ^~
Input.c:26:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(str == NULL) str = node->name; plen = strlen(str);
                                    ^~~~
Input.c: In function 'ThrowError':
Input.c:86:6: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  int i; /* silence warnings */
      ^
Input.c: In function 'ProcessKeys':
Input.c:247:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
      else        HistoryBack( &terminfo ); break;
      ^~~~
Input.c:247:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
      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  -O2
Navigate.c: In function 'ToEnv':
Navigate.c:180:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(p=dest; *src && *src!=eos; *p++ = toupper(*src),src++); *p='\0';
  ^~~
Navigate.c:180:62: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  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  -O2
AG_lib.c: In function 'GetAGString':
AG_lib.c:68:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(*src!='\n') *src++ = '\0'; *src=0;
  ^~~~~
AG_lib.c:68:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  while(*src!='\n') *src++ = '\0'; *src=0;
                                   ^
AG_lib.c: In function 'FindNodeNames':
AG_lib.c:87:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(*src=='\"') eos='\"',src++; node->name=src;
  ^~
AG_lib.c:87:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(*src=='\"') eos='\"',src++; node->name=src;
                                 ^~~~
AG_lib.c: In function 'CreateAGNodes':
AG_lib.c:234:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if( lst==NULL ) *p='\0'; break;
      ^~
AG_lib.c:234:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
      if( lst==NULL ) *p='\0'; break;
                               ^~~~~
AG_lib.c:237:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
      else            wrap          = WRAP_LINE; break;
      ^~~~
AG_lib.c:237:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
      else            wrap          = WRAP_LINE; break;
                                                 ^~~~~
AG_lib.c:240:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
      else            wrap          = WRAP_SMART; break;
      ^~~~
AG_lib.c:240:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
      else            wrap          = WRAP_SMART; break;
                                                  ^~~~~
AG_lib.c: In function 'CreateAGWords':
AG_lib.c:423:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
    while(*buf != '}') buf++; *buf='\0'; p = buf+1;
    ^~~~~
AG_lib.c:423:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
    while(*buf != '}') buf++; *buf='\0'; p = buf+1;
                              ^
AG_lib.c: In function 'RenderLine':
AG_lib.c:612:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if (i >= start) goto big_break;  cp++;
      ^~
AG_lib.c:612:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
      if (i >= start) goto big_break;  cp++;
                                       ^~
AG_lib.c:652:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(!cp) cp=word->data; for(; i<max && *cp; ) {
   ^~
AG_lib.c:652:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if(!cp) cp=word->data; for(; i<max && *cp; ) {
                          ^~~
AG_lib.c:665:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(p > buffer) fputs(p = buffer,stdout); printf("");
  ^~
AG_lib.c:665:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  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.44823
+ 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)
Hardlinking identical .pyc and .pyo files
Processing files: AGReader-1.2-alt2_21
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.44823
+ 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.807Qvv
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.dLCAOW
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.14)(64bit), 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), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UaB8xr
Creating AGReader-debuginfo package
Processing files: AGReader-debuginfo-1.2-alt2_21
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ngx0KZ
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8sH7qB
find-requires: running scripts (debuginfo)
Requires: AGReader = 1.2-alt2_21, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to AGReader-debuginfo a strict dependency on AGReader
Wrote: /usr/src/RPM/RPMS/x86_64/AGReader-1.2-alt2_21.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/AGReader-debuginfo-1.2-alt2_21.x86_64.rpm (w2.lzdio)
1.74user 0.66system 0:06.66elapsed 36%CPU (0avgtext+0avgdata 36056maxresident)k
0inputs+0outputs (0major+227622minor)pagefaults 0swaps
3.01user 1.04system 0:12.14elapsed 33%CPU (0avgtext+0avgdata 128396maxresident)k
0inputs+0outputs (0major+135435minor)pagefaults 0swaps
--- AGReader-1.2-alt2_21.x86_64.rpm.repo	2019-03-31 14:01:15.000000000 +0000
+++ AGReader-1.2-alt2_21.x86_64.rpm.hasher	2023-09-10 08:14:50.112672236 +0000
@@ -16,3 +16,3 @@
 Provides: AGReader = 1.2-alt2_21:sisyphus+225981.100.1.1
-File: /usr/bin/agr	100755	root:root	34954577ae87016278c9475800ab4c43	
+File: /usr/bin/agr	100755	root:root	656859938b994f6a325f9e13049fa1d2	
 File: /usr/share/doc/AGReader-1.2	40755	root:root		
@@ -23,2 +23,2 @@
 File: /usr/share/man/man1/agr.1.xz	100644	root:root	99aebddc666ca6fef902f9ec5eecc5b9	
-RPMIdentity: b8bb2f7e10c205fb51388f36957ebae66ac74334504b2a12fde1cfc724815b2ce301ab90226caf56bbe3ab8d8bcc7ffb5f52a18ea92ce91344c6168fb8784664
+RPMIdentity: a5e748facbc80abbb6f63f780c8bb8790b9877653bfca55f673d7a760c3282050a2e59ef3dd13f26e57e2bc9b36d9f7c730036f3ed60db5c738235400ef3b375
--- AGReader-debuginfo-1.2-alt2_21.x86_64.rpm.repo	2019-03-31 14:01:15.000000000 +0000
+++ AGReader-debuginfo-1.2-alt2_21.x86_64.rpm.hasher	2023-09-10 08:14:50.163672981 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/9f	40755	root:root	
-/usr/lib/debug/.build-id/9f/16ced85282d100d0633db24498dc470a880ac2	120777	root:root	../../../../bin/agr
-/usr/lib/debug/.build-id/9f/16ced85282d100d0633db24498dc470a880ac2.debug	120777	root:root	../../usr/bin/agr.debug
+/usr/lib/debug/.build-id/2b	40755	root:root	
+/usr/lib/debug/.build-id/2b/04dffc2341d262683ab0b651ccd24a9804e924	120777	root:root	../../../../bin/agr
+/usr/lib/debug/.build-id/2b/04dffc2341d262683ab0b651ccd24a9804e924.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_21:sisyphus+225981.100.1.1
-File: /usr/lib/debug/.build-id/9f	40755	root:root		
-File: /usr/lib/debug/.build-id/9f/16ced85282d100d0633db24498dc470a880ac2	120777	root:root		../../../../bin/agr
-File: /usr/lib/debug/.build-id/9f/16ced85282d100d0633db24498dc470a880ac2.debug	120777	root:root		../../usr/bin/agr.debug
-File: /usr/lib/debug/usr/bin/agr.debug	100644	root:root	1471eab0100d07dc9b1badde0caf86f0	
+File: /usr/lib/debug/.build-id/2b	40755	root:root		
+File: /usr/lib/debug/.build-id/2b/04dffc2341d262683ab0b651ccd24a9804e924	120777	root:root		../../../../bin/agr
+File: /usr/lib/debug/.build-id/2b/04dffc2341d262683ab0b651ccd24a9804e924.debug	120777	root:root		../../usr/bin/agr.debug
+File: /usr/lib/debug/usr/bin/agr.debug	100644	root:root	507f51bb81733a347de76bfba210fd57	
 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: 40714dc2144f28591b416b0a3f6441c9179748dfd98c06ee5ce6bd3e21090a9ac01c8ac51084198a5d5862c45682281f4150596f5f46fc7882ce2475eec4fa2b
+RPMIdentity: c85f6da09d8c928f4986f6d6cd4ee63ed9af636ff93911677f28df58b3b96903e533770436204007cbe2abe7dd9c83f5b1958d17b9cfc8caddaf7f91c1626a24