<86>Sep 19 09:09:45 userdel[1576220]: delete user 'rooter'
<86>Sep 19 09:09:45 userdel[1576220]: removed group 'rooter' owned by 'rooter'
<86>Sep 19 09:09:45 userdel[1576220]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 19 09:09:45 groupadd[1576260]: group added to /etc/group: name=rooter, GID=693
<86>Sep 19 09:09:45 groupadd[1576260]: group added to /etc/gshadow: name=rooter
<86>Sep 19 09:09:45 groupadd[1576260]: new group: name=rooter, GID=693
<86>Sep 19 09:09:45 useradd[1576277]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash
<86>Sep 19 09:09:45 userdel[1576336]: delete user 'builder'
<86>Sep 19 09:09:45 userdel[1576336]: removed group 'builder' owned by 'builder'
<86>Sep 19 09:09:45 userdel[1576336]: removed shadow group 'builder' owned by 'builder'
<86>Sep 19 09:09:45 groupadd[1576365]: group added to /etc/group: name=builder, GID=694
<86>Sep 19 09:09:45 groupadd[1576365]: group added to /etc/gshadow: name=builder
<86>Sep 19 09:09:45 groupadd[1576365]: new group: name=builder, GID=694
<86>Sep 19 09:09:45 useradd[1576385]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/pbm2lwxl-0-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing pbm2lwxl-0-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59938
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf pbm2lwxl-0
+ echo 'Source #0 (pbm2lwxl-0.tar):'
Source #0 (pbm2lwxl-0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/pbm2lwxl-0.tar
+ cd pbm2lwxl-0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (pbm2lwxl-20040515-mdk-path.patch):'
Patch #0 (pbm2lwxl-20040515-mdk-path.patch):
+ /usr/bin/patch -p1
patching file small2lwxl
patching file ps2lwxl
patching file txt2lwxl
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59938
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pbm2lwxl-0
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/pbm2lwxl-0'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o pbm2lwxl pbm2lwxl.c
pbm2lwxl.c:18:1: warning: "/*" within comment [-Wcomment]
 /* You will probably want to use one or more of the following utilities */
  
pbm2lwxl.c:52:1: warning: return type defaults to 'int' [-Wimplicit-int]
 reset()
 ^~~~~
pbm2lwxl.c:64:1: warning: return type defaults to 'int' [-Wimplicit-int]
 print_line(int n, unsigned char data[])
 ^~~~~~~~~~
pbm2lwxl.c:87:1: warning: return type defaults to 'int' [-Wimplicit-int]
 form_feed()
 ^~~~~~~~~
pbm2lwxl.c:92:1: warning: return type defaults to 'int' [-Wimplicit-int]
 set_label_length(int n)
 ^~~~~~~~~~~~~~~~
pbm2lwxl.c:103:1: warning: return type defaults to 'int' [-Wimplicit-int]
 test()
 ^~~~
pbm2lwxl.c:124:1: warning: return type defaults to 'int' [-Wimplicit-int]
 read_pbm_header(int *width_p, int *height_p)
 ^~~~~~~~~~~~~~~
pbm2lwxl.c: In function 'read_pbm_header':
pbm2lwxl.c:139:10: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
       if(strncmp(buf,"P1",2)==0) {
          ^~~~~~~
pbm2lwxl.c:127:8: warning: variable 'found_type' set but not used [-Wunused-but-set-variable]
    int found_type;
        ^~~~~~~~~~
pbm2lwxl.c: At top level:
pbm2lwxl.c:203:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc, char **argv)
 ^~~~
pbm2lwxl.c: In function 'main':
pbm2lwxl.c:209:9: warning: unused variable 'buf' [-Wunused-variable]
    char buf[4096];
         ^~~
pbm2lwxl.c:208:8: warning: unused variable 'pos' [-Wunused-variable]
    int pos;
        ^~~
pbm2lwxl.c: In function 'reset':
pbm2lwxl.c:59:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
pbm2lwxl.c: In function 'print_line':
pbm2lwxl.c:83:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
pbm2lwxl.c: In function 'form_feed':
pbm2lwxl.c:90:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
pbm2lwxl.c: In function 'set_label_length':
pbm2lwxl.c:99:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
pbm2lwxl.c: In function 'test':
pbm2lwxl.c:122:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
pbm2lwxl.c: In function 'read_pbm_header':
pbm2lwxl.c:157:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
pbm2lwxl.c: In function 'test':
pbm2lwxl.c:110:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized]
      pos++;
      ~~~^~
make: Leaving directory '/usr/src/RPM/BUILD/pbm2lwxl-0'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.74551
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/pbm2lwxl-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/pbm2lwxl-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd pbm2lwxl-0
+ for i in pbm2lwxl ps2lwxl txt2lwxl small2lwxl
+ /bin/install -Dpm755 pbm2lwxl /usr/src/tmp/pbm2lwxl-buildroot//usr/bin/pbm2lwxl
+ for i in pbm2lwxl ps2lwxl txt2lwxl small2lwxl
+ /bin/install -Dpm755 ps2lwxl /usr/src/tmp/pbm2lwxl-buildroot//usr/bin/ps2lwxl
+ for i in pbm2lwxl ps2lwxl txt2lwxl small2lwxl
+ /bin/install -Dpm755 txt2lwxl /usr/src/tmp/pbm2lwxl-buildroot//usr/bin/txt2lwxl
+ for i in pbm2lwxl ps2lwxl txt2lwxl small2lwxl
+ /bin/install -Dpm755 small2lwxl /usr/src/tmp/pbm2lwxl-buildroot//usr/bin/small2lwxl
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/pbm2lwxl-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/pbm2lwxl-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/pbm2lwxl-buildroot/ (default)
Compressing files in /usr/src/tmp/pbm2lwxl-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/pbm2lwxl-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: pbm2lwxl-0-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.74551
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pbm2lwxl-0
+ DOCDIR=/usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0
+ export DOCDIR
+ rm -rf /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0
+ /bin/mkdir -p /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0
+ cp -prL README index.html license.html /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0
+ chmod -R go-w /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0
+ chmod -R a+rX /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BZLtN0
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.lIgeJ1
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
shell.req: /usr/src/tmp/pbm2lwxl-buildroot/usr/bin/ps2lwxl: ghostscript not found (skip)
find-requires: FINDPACKAGE-COMMANDS: ghostscript mpage pnmflip pnmnoraw
Requires: /bin/bash, /lib64/ld-linux-x86-64.so.2, 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), libc.so.6(GLIBC_2.7)(64bit), mpage, netpbm, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PMw1L5
Creating pbm2lwxl-debuginfo package
Processing files: pbm2lwxl-debuginfo-0-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BQjOUc
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9Aygan
find-requires: running scripts (debuginfo)
Requires: pbm2lwxl = 0-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/pbm2lwxl-0-alt1.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/pbm2lwxl-debuginfo-0-alt1.qa1.x86_64.rpm (w2.lzdio)
2.12user 0.54system 0:07.01elapsed 38%CPU (0avgtext+0avgdata 26592maxresident)k
0inputs+0outputs (0major+220121minor)pagefaults 0swaps
3.19user 2.66system 0:10.24elapsed 57%CPU (0avgtext+0avgdata 26592maxresident)k
0inputs+0outputs (0major+400073minor)pagefaults 0swaps
--- pbm2lwxl-0-alt1.qa1.x86_64.rpm.repo	2013-04-16 20:10:47.000000000 +0000
+++ pbm2lwxl-0-alt1.qa1.x86_64.rpm.hasher	2021-09-19 09:09:54.386687674 +0000
@@ -20,3 +20,3 @@
 Provides: pbm2lwxl = 0-alt1.qa1
-File: /usr/bin/pbm2lwxl	100755	root:root	589a1d9e4e163454301e810e667388a3	
+File: /usr/bin/pbm2lwxl	100755	root:root	b868424adc5c2c086d7d561a7aca01fa	
 File: /usr/bin/ps2lwxl	100755	root:root	d8a951435e6fe4d69b654b03cea86742	
@@ -28,2 +28,2 @@
 File: /usr/share/doc/pbm2lwxl-0/license.html	100644	root:root	1955e0d5509411567b8c7b4f228f0345	
-RPMIdentity: 6036583e95d597b87a006ac3c2e332a24fff093821947b1ea77a6999921b5d80708c042fd0f1ad1c6f39ae7380d720fa5be9f1c3c37046d7300d3ba716324d58
+RPMIdentity: 9486f7d3ec9c80643a12a47994764efcaf49771e676780ace27630549460d74d7c9d1c507ee75bdc722677fdd3f87adf737d4664e16e7432abf5257e783c62df
--- pbm2lwxl-debuginfo-0-alt1.qa1.x86_64.rpm.repo	2013-04-16 20:10:47.000000000 +0000
+++ pbm2lwxl-debuginfo-0-alt1.qa1.x86_64.rpm.hasher	2021-09-19 09:09:54.458688439 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/34	40755	root:root	
-/usr/lib/debug/.build-id/34/73f5765f1b7c32958eb8ff1ca3b1c48378a546	120777	root:root	../../../../bin/pbm2lwxl
-/usr/lib/debug/.build-id/34/73f5765f1b7c32958eb8ff1ca3b1c48378a546.debug	120777	root:root	../../usr/bin/pbm2lwxl.debug
+/usr/lib/debug/.build-id/c5	40755	root:root	
+/usr/lib/debug/.build-id/c5/c9f135b615a80b907afd507110891034579231	120777	root:root	../../../../bin/pbm2lwxl
+/usr/lib/debug/.build-id/c5/c9f135b615a80b907afd507110891034579231.debug	120777	root:root	../../usr/bin/pbm2lwxl.debug
 /usr/lib/debug/usr/bin/pbm2lwxl.debug	100644	root:root	
@@ -11,8 +11,8 @@
 Provides: pbm2lwxl-debuginfo = 0-alt1.qa1
-File: /usr/lib/debug/.build-id/34	40755	root:root		
-File: /usr/lib/debug/.build-id/34/73f5765f1b7c32958eb8ff1ca3b1c48378a546	120777	root:root		../../../../bin/pbm2lwxl
-File: /usr/lib/debug/.build-id/34/73f5765f1b7c32958eb8ff1ca3b1c48378a546.debug	120777	root:root		../../usr/bin/pbm2lwxl.debug
-File: /usr/lib/debug/usr/bin/pbm2lwxl.debug	100644	root:root	ecc86c5dc3c65af47e635143592c0631	
+File: /usr/lib/debug/.build-id/c5	40755	root:root		
+File: /usr/lib/debug/.build-id/c5/c9f135b615a80b907afd507110891034579231	120777	root:root		../../../../bin/pbm2lwxl
+File: /usr/lib/debug/.build-id/c5/c9f135b615a80b907afd507110891034579231.debug	120777	root:root		../../usr/bin/pbm2lwxl.debug
+File: /usr/lib/debug/usr/bin/pbm2lwxl.debug	100644	root:root	25cb0dcca478d7e90d6598faff6d5d08	
 File: /usr/src/debug/pbm2lwxl-0	40755	root:root		
 File: /usr/src/debug/pbm2lwxl-0/pbm2lwxl.c	100644	root:root	f450321e333277a82778e44d89be81e7	
-RPMIdentity: 226776092c36f7fdabf9b505d4fa831291428a5f2d4963cbe894b580c970776feeee29d4ba3c390a35b96367288ec224549dcefd7cc052d705abc30859d60557
+RPMIdentity: b34bddf186db8a50cefa32759ee884ef70b98ce2ace52afdd14d5feb3e6389a9ce7a69698d208c8c33043cf52dc34b454d2f30252f57e5fc54d16c9f6a9afabc