<86>Sep  3 08:33:30 userdel[3503892]: delete user 'rooter'
<86>Sep  3 08:33:30 userdel[3503892]: removed group 'rooter' owned by 'rooter'
<86>Sep  3 08:33:30 userdel[3503892]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  3 08:33:30 groupadd[3503924]: group added to /etc/group: name=rooter, GID=1826
<86>Sep  3 08:33:30 groupadd[3503924]: group added to /etc/gshadow: name=rooter
<86>Sep  3 08:33:30 groupadd[3503924]: new group: name=rooter, GID=1826
<86>Sep  3 08:33:30 useradd[3503944]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash
<86>Sep  3 08:33:30 userdel[3503974]: delete user 'builder'
<86>Sep  3 08:33:30 userdel[3503974]: removed group 'builder' owned by 'builder'
<86>Sep  3 08:33:30 groupadd[3504005]: group added to /etc/group: name=builder, GID=1827
<86>Sep  3 08:33:30 groupadd[3504005]: group added to /etc/gshadow: name=builder
<86>Sep  3 08:33:30 groupadd[3504005]: new group: name=builder, GID=1827
<86>Sep  3 08:33:30 useradd[3504028]: 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/lexmark2070-0.6-alt1.1.nosrc.rpm (w1.gzdio)
Installing lexmark2070-0.6-alt1.1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.73676
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf lexmark2070-0.6
+ echo 'Source #0 (lexmark2070-0.6.tar.gz):'
Source #0 (lexmark2070-0.6.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/lexmark2070-0.6.tar.gz
+ /bin/tar -xf -
+ cd lexmark2070-0.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (Lexmark2070-LDFLAGS.patch):'
Patch #0 (Lexmark2070-LDFLAGS.patch):
+ /usr/bin/patch -p0
patching file makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.97523
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd lexmark2070-0.6
+ make -f makefile
make: Entering directory '/usr/src/RPM/BUILD/lexmark2070-0.6'
gcc -Wall -c Lexmark2070.c
In file included from Lexmark2070.c:36:
pbm.h:28:7: warning: extra tokens at end of #endif directive [-Wendif-labels]
 #endif;
       ^
Lexmark2070.c: In function 'print_pbm':
Lexmark2070.c:213:5: warning: implicit declaration of function 'hilfe' [-Wimplicit-function-declaration]
     hilfe("No pages printed!");
     ^~~~~
Lexmark2070.c: At top level:
Lexmark2070.c:226:1: warning: return type defaults to 'int' [-Wimplicit-int]
 hilfe(char *fehler)
 ^~~~~
Lexmark2070.c:237:5: warning: first argument of 'main' should be 'int' [-Wmain]
 int main(char argv[], int argc)
     ^~~~
Lexmark2070.c:237:5: warning: second argument of 'main' should be 'char **' [-Wmain]
Lexmark2070.c: In function 'hilfe':
Lexmark2070.c:229:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
gcc -Wall -c pbm.c
In file included from pbm.c:14:
pbm.h:28:7: warning: extra tokens at end of #endif directive [-Wendif-labels]
 #endif;
       ^
pbm.c: In function 'make_pbm_stat':
pbm.c:27:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   line[strlen(line)-1] = 0;
        ^~~~~~
pbm.c:27:8: warning: incompatible implicit declaration of built-in function 'strlen'
pbm.c:27:8: note: include '<string.h>' or provide a declaration of 'strlen'
pbm.c:15:1:
+#include <string.h>
 
pbm.c:27:8:
   line[strlen(line)-1] = 0;
        ^~~~~~
pbm.c:29:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   if(!strcmp(line,"P1")) pbm->version=P1;
       ^~~~~~
pbm.c: In function 'getbytes':
pbm.c:54:37: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
   for(mask=0x80, acc=0, num=0, place=data; num<width; )
                                     ^
pbm.c: In function 'pbm_readline':
pbm.c:89:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
       memcpy (data, pbm->revdata, (pbm->width+7)/8);
       ^~~~~~
pbm.c:89:7: warning: incompatible implicit declaration of built-in function 'memcpy'
pbm.c:89:7: note: include '<string.h>' or provide a declaration of 'memcpy'
pbm.c: In function 'pbm_unreadline':
pbm.c:132:3: warning: incompatible implicit declaration of built-in function 'memcpy'
   memcpy (pbm->revdata, data, (pbm->width+7)/8);
   ^~~~~~
pbm.c:132:3: note: include '<string.h>' or provide a declaration of 'memcpy'
gcc -Wall  -o Lexmark2070 Lexmark2070.o pbm.o -O
make: Leaving directory '/usr/src/RPM/BUILD/lexmark2070-0.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.97523
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/lexmark2070-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/lexmark2070-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd lexmark2070-0.6
+ install -d /usr/src/tmp/lexmark2070-buildroot/usr/bin
+ install -m0755 Lexmark2070 /usr/src/tmp/lexmark2070-buildroot/usr/bin/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/lexmark2070-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/lexmark2070-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/lexmark2070-buildroot/ (default)
Compressing files in /usr/src/tmp/lexmark2070-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/lexmark2070-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: lexmark2070-0.6-alt1.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97523
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd lexmark2070-0.6
+ DOCDIR=/usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ /bin/mkdir -p /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ cp -prL README LICENSE /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ chmod -R go-w /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ chmod -R a+rX /usr/src/tmp/lexmark2070-buildroot/usr/share/doc/lexmark2070-0.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.awGDOs
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.jY0jy1
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: c2070, /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.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.OZ1EKD
Creating lexmark2070-debuginfo package
Processing files: lexmark2070-debuginfo-0.6-alt1.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vRokpj
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WwDbw2
find-requires: running scripts (debuginfo)
Requires: lexmark2070 = 0.6-alt1.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to lexmark2070-debuginfo a strict dependency on lexmark2070
Wrote: /usr/src/RPM/RPMS/x86_64/lexmark2070-0.6-alt1.1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/lexmark2070-debuginfo-0.6-alt1.1.x86_64.rpm (w2.lzdio)
1.09user 0.56system 0:06.40elapsed 25%CPU (0avgtext+0avgdata 22032maxresident)k
0inputs+0outputs (0major+179372minor)pagefaults 0swaps
0.47user 0.83system 0:08.97elapsed 14%CPU (0avgtext+0avgdata 12208maxresident)k
0inputs+0outputs (0major+93591minor)pagefaults 0swaps
--- lexmark2070-0.6-alt1.1.x86_64.rpm.repo	2019-03-27 06:56:36.000000000 +0000
+++ lexmark2070-0.6-alt1.1.x86_64.rpm.hasher	2023-09-03 08:33:37.972286035 +0000
@@ -13,3 +13,3 @@
 Provides: lexmark2070 = 0.6-alt1.1:sisyphus+225727.1400.7.1
-File: /usr/bin/Lexmark2070	100755	root:root	eba4e8ae6d2ae1c7bd537db1c0e2ab37	
+File: /usr/bin/Lexmark2070	100755	root:root	5ca7a86eb6c3978fc4d313bb67c1d3bc	
 File: /usr/share/doc/lexmark2070-0.6	40755	root:root		
@@ -17,2 +17,2 @@
 File: /usr/share/doc/lexmark2070-0.6/README	100644	root:root	68c27fee49e70b1a497d0c038b9164bc	
-RPMIdentity: cc57f9a519b1ef9a711d9a0a78b432e2516e463a7922795a02bc36b3147e4a9a7cc18995a97e66503e0f1ec54f96cb185c873d6ccaa25779420915cd134a1af3
+RPMIdentity: 4e0d521df02d1dd56cd8a629668b622d67f65b9adf9bb178ff6145465405dbbb89ba6791ef6246b10b87a48f5ed36c44f2e542018db437820fd293b98ab4b6e5
--- lexmark2070-debuginfo-0.6-alt1.1.x86_64.rpm.repo	2019-03-27 06:56:36.000000000 +0000
+++ lexmark2070-debuginfo-0.6-alt1.1.x86_64.rpm.hasher	2023-09-03 08:33:38.029286676 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/1c	40755	root:root	
-/usr/lib/debug/.build-id/1c/6ea0912990b62b951491553c607be44ac86881	120777	root:root	../../../../bin/Lexmark2070
-/usr/lib/debug/.build-id/1c/6ea0912990b62b951491553c607be44ac86881.debug	120777	root:root	../../usr/bin/Lexmark2070.debug
+/usr/lib/debug/.build-id/e7	40755	root:root	
+/usr/lib/debug/.build-id/e7/5369ad4a5daeff9adc95f9e0f9a185b1f9d1b3	120777	root:root	../../../../bin/Lexmark2070
+/usr/lib/debug/.build-id/e7/5369ad4a5daeff9adc95f9e0f9a185b1f9d1b3.debug	120777	root:root	../../usr/bin/Lexmark2070.debug
 /usr/lib/debug/usr/bin/Lexmark2070.debug	100644	root:root	
@@ -9,6 +9,6 @@
 Provides: lexmark2070-debuginfo = 0.6-alt1.1:sisyphus+225727.1400.7.1
-File: /usr/lib/debug/.build-id/1c	40755	root:root		
-File: /usr/lib/debug/.build-id/1c/6ea0912990b62b951491553c607be44ac86881	120777	root:root		../../../../bin/Lexmark2070
-File: /usr/lib/debug/.build-id/1c/6ea0912990b62b951491553c607be44ac86881.debug	120777	root:root		../../usr/bin/Lexmark2070.debug
-File: /usr/lib/debug/usr/bin/Lexmark2070.debug	100644	root:root	15b36275325ae63ed360a162dee8b04e	
-RPMIdentity: 1cad5fea2e01e23580a15d56cfb5c728e25ec1ea3590a0273e53c4fecfffa99bf59e634be5add3d513146db61f753bd1f915db03f73bbdcadb900f457f3341a0
+File: /usr/lib/debug/.build-id/e7	40755	root:root		
+File: /usr/lib/debug/.build-id/e7/5369ad4a5daeff9adc95f9e0f9a185b1f9d1b3	120777	root:root		../../../../bin/Lexmark2070
+File: /usr/lib/debug/.build-id/e7/5369ad4a5daeff9adc95f9e0f9a185b1f9d1b3.debug	120777	root:root		../../usr/bin/Lexmark2070.debug
+File: /usr/lib/debug/usr/bin/Lexmark2070.debug	100644	root:root	3ac5f9aa47d0ec2067a2e669eedb1968	
+RPMIdentity: 2d84711f532a7a600905db508595b03c25438ab352aa4611679b7793d558c257b6ead26b07d457e3bccf59f06dda53cc74f5b015b8ef9ac8e3e9c611e4d10e4d