<86>Jun  7 02:18:58 userdel[669745]: delete user 'rooter'
<86>Jun  7 02:18:58 userdel[669745]: removed group 'rooter' owned by 'rooter'
<86>Jun  7 02:18:58 userdel[669745]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  7 02:18:58 groupadd[669760]: group added to /etc/group: name=rooter, GID=573
<86>Jun  7 02:18:58 groupadd[669760]: group added to /etc/gshadow: name=rooter
<86>Jun  7 02:18:58 groupadd[669760]: new group: name=rooter, GID=573
<86>Jun  7 02:18:58 useradd[669777]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash
<86>Jun  7 02:18:58 userdel[669808]: delete user 'builder'
<86>Jun  7 02:18:58 userdel[669808]: removed group 'builder' owned by 'builder'
<86>Jun  7 02:18:58 userdel[669808]: removed shadow group 'builder' owned by 'builder'
<86>Jun  7 02:18:58 groupadd[669823]: group added to /etc/group: name=builder, GID=574
<86>Jun  7 02:18:58 groupadd[669823]: group added to /etc/gshadow: name=builder
<86>Jun  7 02:18:58 groupadd[669823]: new group: name=builder, GID=574
<86>Jun  7 02:18:58 useradd[669833]: new user: name=builder, UID=574, GID=574, 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
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.12937
+ 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.12937
+ 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'
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 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 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.86663
+ 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)
Hardlinking identical .pyc and .pyo files
Processing files: AGReader-1.2-alt2_21
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.77701
+ 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.TbCp7v
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.dk9S70
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.VWMfzz
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.zM3dub
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.e5pD9Q
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
Wrote: /usr/src/RPM/RPMS/x86_64/AGReader-debuginfo-1.2-alt2_21.x86_64.rpm
5.48user 1.37system 0:10.86elapsed 63%CPU (0avgtext+0avgdata 35960maxresident)k
0inputs+0outputs (0major+210042minor)pagefaults 0swaps
11.08user 5.81system 0:21.08elapsed 80%CPU (0avgtext+0avgdata 109720maxresident)k
0inputs+0outputs (0major+433599minor)pagefaults 0swaps