<86>Sep  3 08:41:05 userdel[434260]: delete user 'rooter'
<86>Sep  3 08:41:05 userdel[434260]: removed group 'rooter' owned by 'rooter'
<86>Sep  3 08:41:05 userdel[434260]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  3 08:41:05 groupadd[434275]: group added to /etc/group: name=rooter, GID=1811
<86>Sep  3 08:41:05 groupadd[434275]: group added to /etc/gshadow: name=rooter
<86>Sep  3 08:41:05 groupadd[434275]: new group: name=rooter, GID=1811
<86>Sep  3 08:41:05 useradd[434291]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash
<86>Sep  3 08:41:05 userdel[434313]: delete user 'builder'
<86>Sep  3 08:41:05 userdel[434313]: removed group 'builder' owned by 'builder'
<86>Sep  3 08:41:05 userdel[434313]: removed shadow group 'builder' owned by 'builder'
<86>Sep  3 08:41:05 groupadd[434328]: group added to /etc/group: name=builder, GID=1812
<86>Sep  3 08:41:05 groupadd[434328]: group added to /etc/gshadow: name=builder
<86>Sep  3 08:41:05 groupadd[434328]: new group: name=builder, GID=1812
<86>Sep  3 08:41:05 useradd[434340]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/pbm2l7k-990321-alt1.qa2.nosrc.rpm (w1.gzdio)
Installing pbm2l7k-990321-alt1.qa2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98507
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf pbm2l7k-990321
+ echo 'Source #0 (pbm2l7k-990321.tar):'
Source #0 (pbm2l7k-990321.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/pbm2l7k-990321.tar
+ cd pbm2l7k-990321
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98507
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pbm2l7k-990321
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/pbm2l7k-990321'
cc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o pbm2l7k.o pbm2l7k.c
pbm2l7k.c: In function 'read_lines':
pbm2l7k.c:202:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
       lines=(char*)lxmalloc(width*VERTSIZE);
            ^
pbm2l7k.c: In function 'print_cols':
pbm2l7k.c:440:12: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
            if ( (vp2[0] & smask2) !=0 )
            ^~
pbm2l7k.c:442:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
        vp2+=width*2;
        ^~~
pbm2l7k.c:380:10: warning: unused variable 'j' [-Wunused-variable]
    int i,j,k,m;
          ^
pbm2l7k.c: In function 'main':
pbm2l7k.c:530:8: warning: unused variable 'rlines' [-Wunused-variable]
    int rlines;
        ^~~~~~
pbm2l7k.c:527:10: warning: unused variable 'linepairs' [-Wunused-variable]
    int i,linepairs;
          ^~~~~~~~~
pbm2l7k.c:527:8: warning: unused variable 'i' [-Wunused-variable]
    int i,linepairs;
        ^
pbm2l7k.c: In function 'parse_pbm_header':
pbm2l7k.c:156:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
       fgets(buf,1023,f); /* skip comment line(s) */
       ^~~~~~~~~~~~~~~~~
pbm2l7k.c: In function 'read_lines':
pbm2l7k.c:199:10: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
    int i,c;
          ^
cc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o lxmisc.o lxmisc.c
cc   pbm2l7k.o lxmisc.o   -o pbm2l7k
cc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o pnmraw2cmyk.o pnmraw2cmyk.c
pnmraw2cmyk.c: In function 'parse_pnm_header':
pnmraw2cmyk.c:60:8: warning: unused variable 'tmp' [-Wunused-variable]
    int tmp;
        ^~~
pnmraw2cmyk.c: In function 'read_line':
pnmraw2cmyk.c:119:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
       lines=(char*)malloc(bwidth);
            ^
pnmraw2cmyk.c:116:8: warning: unused variable 'i' [-Wunused-variable]
    int i,c;
        ^
pnmraw2cmyk.c: In function 'pbmgray2mono':
pnmraw2cmyk.c:172:7: warning: implicit declaration of function 'dither_black' [-Wimplicit-function-declaration]
       dither_black(mem,i,width,width,omem);
       ^~~~~~~~~~~~
pnmraw2cmyk.c: In function 'usage':
pnmraw2cmyk.c:269:8: warning: unused variable 'i' [-Wunused-variable]
    int i;
        ^
pnmraw2cmyk.c: In function 'main':
pnmraw2cmyk.c:354:3: warning: implicit declaration of function 'dither_cmyk' [-Wimplicit-function-declaration]
   dither_cmyk(lines, /* input row */
   ^~~~~~~~~~~
pnmraw2cmyk.c: In function 'parse_pnm_header':
pnmraw2cmyk.c:84:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
    fgets(buf,1023,f); /* skip comment line(s) */
    ^~~~~~~~~~~~~~~~~
pnmraw2cmyk.c:94:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
       fgets(buf,64,stdin); // scanf corrupts \n !!!
       ^~~~~~~~~~~~~~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o dither.o dither.c
cc   pnmraw2cmyk.o dither.o   -o pnmraw2cmyk
make: Leaving directory '/usr/src/RPM/BUILD/pbm2l7k-990321'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.98507
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/pbm2l7k-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/pbm2l7k-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd pbm2l7k-990321
+ for i in pbm2l7k
+ install -Dpm755 pbm2l7k /usr/src/tmp/pbm2l7k-buildroot//usr/bin/pbm2l7k
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/pbm2l7k-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/pbm2l7k-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/pbm2l7k-buildroot/ (default)
Compressing files in /usr/src/tmp/pbm2l7k-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/pbm2l7k-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: pbm2l7k-990321-alt1.qa2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.20404
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pbm2l7k-990321
+ DOCDIR=/usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321
+ export DOCDIR
+ rm -rf /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321
+ /bin/mkdir -p /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321
+ cp -prL README CHANGES lexmark5700-filter lexmark7000-filter lexmarkprotocol.txt pr5700.prn pr7000.prn stairsb.prn stairsc.prn stairs.pbm /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321
+ chmod -R go-w /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321
+ chmod -R a+rX /usr/src/tmp/pbm2l7k-buildroot/usr/share/doc/pbm2l7k-990321
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jho8Tk
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.ZqDqFl
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: lexmark700linux = 990321
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hI7gTp
Creating pbm2l7k-debuginfo package
Processing files: pbm2l7k-debuginfo-990321-alt1.qa2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DTLuyx
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DLylEI
find-requires: running scripts (debuginfo)
Requires: pbm2l7k = 990321-alt1.qa2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/pbm2l7k-990321-alt1.qa2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/pbm2l7k-debuginfo-990321-alt1.qa2.x86_64.rpm (w2.lzdio)
1.44user 0.57system 0:06.74elapsed 29%CPU (0avgtext+0avgdata 32500maxresident)k
0inputs+0outputs (0major+197512minor)pagefaults 0swaps
0.49user 0.76system 0:09.42elapsed 13%CPU (0avgtext+0avgdata 12160maxresident)k
0inputs+0outputs (0major+93809minor)pagefaults 0swaps
--- pbm2l7k-990321-alt1.qa2.x86_64.rpm.repo	2018-03-15 16:57:19.000000000 +0000
+++ pbm2l7k-990321-alt1.qa2.x86_64.rpm.hasher	2023-09-03 08:41:13.509403389 +0000
@@ -21,3 +21,3 @@
 Provides: pbm2l7k = 990321-alt1.qa2
-File: /usr/bin/pbm2l7k	100755	root:root	0c0b68e271f3cd7115082f0be2864445	
+File: /usr/bin/pbm2l7k	100755	root:root	b9f331ee10953c58b89318c9a4877226	
 File: /usr/share/doc/pbm2l7k-990321	40755	root:root		
@@ -33,2 +33,2 @@
 File: /usr/share/doc/pbm2l7k-990321/stairsc.prn	100644	root:root	eb9f8785e75e98116c23cc39e35155ed	
-RPMIdentity: 0525863b2093980fdff2e7969b4f367744ee3dff83dd3abaa85dfa29578c032e5fc5922383f1e53d9d043342d50ce3eb92406276d8ffeafd8bc8ef6842b71f09
+RPMIdentity: 1d52df84da0cd000acdfffa29aae0362480852861ebd7f10f7f9a46b70ebb5f9e0aa544697c44bbdd14ba1a7c4c3af01ccd2e546ae0d7b95a2cd2c70cee1e3ed
--- pbm2l7k-debuginfo-990321-alt1.qa2.x86_64.rpm.repo	2018-03-15 16:57:19.000000000 +0000
+++ pbm2l7k-debuginfo-990321-alt1.qa2.x86_64.rpm.hasher	2023-09-03 08:41:13.659405074 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/49	40755	root:root	
-/usr/lib/debug/.build-id/49/f9b42ab93814f69cfcf14d6dd383916155d306	120777	root:root	../../../../bin/pbm2l7k
-/usr/lib/debug/.build-id/49/f9b42ab93814f69cfcf14d6dd383916155d306.debug	120777	root:root	../../usr/bin/pbm2l7k.debug
+/usr/lib/debug/.build-id/eb	40755	root:root	
+/usr/lib/debug/.build-id/eb/15564882500adc74d65b33324c3aeecbee972f	120777	root:root	../../../../bin/pbm2l7k
+/usr/lib/debug/.build-id/eb/15564882500adc74d65b33324c3aeecbee972f.debug	120777	root:root	../../usr/bin/pbm2l7k.debug
 /usr/lib/debug/usr/bin/pbm2l7k.debug	100644	root:root	
@@ -13,6 +13,6 @@
 Provides: pbm2l7k-debuginfo = 990321-alt1.qa2
-File: /usr/lib/debug/.build-id/49	40755	root:root		
-File: /usr/lib/debug/.build-id/49/f9b42ab93814f69cfcf14d6dd383916155d306	120777	root:root		../../../../bin/pbm2l7k
-File: /usr/lib/debug/.build-id/49/f9b42ab93814f69cfcf14d6dd383916155d306.debug	120777	root:root		../../usr/bin/pbm2l7k.debug
-File: /usr/lib/debug/usr/bin/pbm2l7k.debug	100644	root:root	f135ad1e98363cd4fd61bc624443008c	
+File: /usr/lib/debug/.build-id/eb	40755	root:root		
+File: /usr/lib/debug/.build-id/eb/15564882500adc74d65b33324c3aeecbee972f	120777	root:root		../../../../bin/pbm2l7k
+File: /usr/lib/debug/.build-id/eb/15564882500adc74d65b33324c3aeecbee972f.debug	120777	root:root		../../usr/bin/pbm2l7k.debug
+File: /usr/lib/debug/usr/bin/pbm2l7k.debug	100644	root:root	a261c0288fb35b871dd3189b4e2af5a2	
 File: /usr/src/debug/pbm2l7k-990321	40755	root:root		
@@ -21,2 +21,2 @@
 File: /usr/src/debug/pbm2l7k-990321/pbm2l7k.c	100644	root:root	380e864077feadc2c70f1aa232f959a6	
-RPMIdentity: 5477e98a1b5a0c8098f0058d755c6d1a46456790956e0ceae52501c13f8b4de139e262a91d74a89b061d4f4f4b75b33f2d24b4f959eabfd917ef724dcfbdc8d5
+RPMIdentity: d6a7e09550c6bf38f5521136b1f8b9a5e704116831efcdcdc6638fe5b6efe1f4def671dc7e426e4ac566ff1a508d216c2f96016a77ff4774a69447239911a4e2