<86>Oct 12 08:14:31 userdel[632432]: delete user 'rooter'
<86>Oct 12 08:14:31 groupadd[632481]: group added to /etc/group: name=rooter, GID=669
<86>Oct 12 08:14:31 groupadd[632481]: new group: name=rooter, GID=669
<86>Oct 12 08:14:31 useradd[632507]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash
<86>Oct 12 08:14:31 userdel[632612]: delete user 'builder'
<86>Oct 12 08:14:31 groupadd[632700]: group added to /etc/group: name=builder, GID=670
<86>Oct 12 08:14:31 groupadd[632700]: new group: name=builder, GID=670
<86>Oct 12 08:14:31 useradd[632731]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/AGReader-1.2-alt2_21.src.rpm: license not found in '/usr/share/license' directory: GPL+
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/AGReader-1.2-alt2_21.nosrc.rpm
Installing AGReader-1.2-alt2_21.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.67363
+ 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.67363
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd AGReader
+ make -C Sources -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources'
gcc main.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -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 -march=i586 -mtune=generic  -O2
IO_tty.c: In function 'raw_mode':
IO_tty.c:51:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   51 |  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'
   51 |  if (old_st == on) return; old_st = on;
      |                            ^~~~~~
IO_tty.c:48:6: 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 -march=i586 -mtune=generic  -O2
AGObj.c: In function 'CreateAGLink':
AGObj.c:45:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   45 |   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'
   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 Input.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -O2
Input.c: In function 'Prompt':
Input.c:26:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   26 |  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'
   26 |  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]
   86 |  int i; /* silence warnings */
      |      ^
Input.c: In function 'ProcessKeys':
Input.c:247:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  247 |      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'
  247 |      else        HistoryBack( &terminfo ); break;
      |                                            ^~~~~
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 -march=i586 -mtune=generic  -O2
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 -march=i586 -mtune=generic  -O2
Navigate.c: In function 'ToEnv':
Navigate.c:180:2: 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:62: 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 -march=i586 -mtune=generic  -O2
AG_lib.c: In function 'GetAGString':
AG_lib.c:68:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   68 |  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'
   68 |  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]
   87 |  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'
   87 |  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]
  234 |      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'
  234 |      if( lst==NULL ) *p='\0'; break;
      |                               ^~~~~
AG_lib.c:237:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  237 |      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'
  237 |      else            wrap          = WRAP_LINE; break;
      |                                                 ^~~~~
AG_lib.c:240:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  240 |      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'
  240 |      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]
  423 |    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'
  423 |    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]
  612 |      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'
  612 |      if (i >= start) goto big_break;  cp++;
      |                                       ^~
AG_lib.c:652:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  652 |   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'
  652 |   if(!cp) cp=word->data; for(; i<max && *cp; ) {
      |                          ^~~
AG_lib.c:665:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  665 |  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'
  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.58094
+ 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
+ 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)
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
Hardlinking identical .pyc and .pyo files
Processing files: AGReader-1.2-alt2_21
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97636
+ 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.OeoLnp
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.dpQ4vp
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, libc.so.6(GLIBC_2.0), 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.t4ojSp
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.PBgkro
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.weXiZo
find-requires: running scripts (debuginfo)
Requires: AGReader = 1.2-alt2_21, /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_21.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/AGReader-debuginfo-1.2-alt2_21.i586.rpm
3.57user 0.44system 0:10.83elapsed 37%CPU (0avgtext+0avgdata 28916maxresident)k
0inputs+0outputs (0major+177393minor)pagefaults 0swaps
/.out/AGReader-1.2-alt2_21.i586.rpm: license not found in '/usr/share/license' directory: GPL+
/.out/AGReader-debuginfo-1.2-alt2_21.i586.rpm: license not found in '/usr/share/license' directory: GPL+
6.86user 2.51system 0:20.19elapsed 46%CPU (0avgtext+0avgdata 104260maxresident)k
0inputs+0outputs (0major+392215minor)pagefaults 0swaps