<86>Mar 13 03:22:50 userdel[2373794]: delete user 'rooter'
<86>Mar 13 03:22:50 userdel[2373794]: removed group 'rooter' owned by 'rooter'
<86>Mar 13 03:22:50 userdel[2373794]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 13 03:22:50 groupadd[2373801]: group added to /etc/group: name=rooter, GID=651
<86>Mar 13 03:22:50 groupadd[2373801]: group added to /etc/gshadow: name=rooter
<86>Mar 13 03:22:50 groupadd[2373801]: new group: name=rooter, GID=651
<86>Mar 13 03:22:50 useradd[2373806]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash
<86>Mar 13 03:22:50 userdel[2373813]: delete user 'builder'
<86>Mar 13 03:22:50 userdel[2373813]: removed group 'builder' owned by 'builder'
<86>Mar 13 03:22:50 userdel[2373813]: removed shadow group 'builder' owned by 'builder'
<86>Mar 13 03:22:50 groupadd[2373819]: group added to /etc/group: name=builder, GID=652
<86>Mar 13 03:22:50 groupadd[2373819]: group added to /etc/gshadow: name=builder
<86>Mar 13 03:22:50 groupadd[2373819]: new group: name=builder, GID=652
<86>Mar 13 03:22:50 useradd[2373825]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/fbgrab-1.2-alt1.src.rpm: license not found in '/usr/share/license' directory: GCL
<13>Mar 13 03:22:51 rpmi: libpng16-1.6.37-alt1 sisyphus+275734.100.2.1 1624788826 installed
<13>Mar 13 03:22:51 rpmi: zlib-devel-1.2.11-alt2 sisyphus+283721.100.1.1 1629847002 installed
<13>Mar 13 03:22:51 rpmi: libpng-devel-1.6.37-alt1 sisyphus+275734.100.2.1 1624788826 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/fbgrab-1.2-alt1.nosrc.rpm (w1.gzdio)
Installing fbgrab-1.2-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.82887
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf fbgrab-1.2
+ echo 'Source #0 (fbgrab-1.2.tar.gz):'
Source #0 (fbgrab-1.2.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/fbgrab-1.2.tar.gz
+ /bin/tar -xf -
+ cd fbgrab-1.2
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.82887
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd fbgrab-1.2
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/fbgrab-1.2'
gzip --best --to-stdout fbgrab.1.man > fbgrab.1.gz
make: Leaving directory '/usr/src/RPM/BUILD/fbgrab-1.2'
make: Entering directory '/usr/src/RPM/BUILD/fbgrab-1.2'
cc -g -Wall   fbgrab.c -lpng -lz -o fbgrab
fbgrab.c: In function 'change_to_vt':
fbgrab.c:99:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
   99 |     memset(&vt_info, 0, sizeof(struct vt_stat));
      |     ^~~~~~
fbgrab.c:28:1: note: include '<string.h>' or provide a declaration of 'memset'
   27 | #include <linux/fb.h> /* to handle framebuffer ioctls */
  +++ |+#include <string.h>
   28 | #include <zlib.h>
fbgrab.c:99:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
   99 |     memset(&vt_info, 0, sizeof(struct vt_stat));
      |     ^~~~~~
fbgrab.c:99:5: note: include '<string.h>' or provide a declaration of 'memset'
fbgrab.c: In function 'write_PNG':
fbgrab.c:284:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  284 |     if (strcmp(filename, "-") == 0)
      |         ^~~~~~
fbgrab.c:284:9: note: include '<string.h>' or provide a declaration of 'strcmp'
fbgrab.c: In function 'convert_and_write':
fbgrab.c:350:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
  350 |     memset(outbuffer, 0, bufsize);
      |     ^~~~~~
fbgrab.c:350:5: note: include '<string.h>' or provide a declaration of 'memset'
fbgrab.c: In function 'main':
fbgrab.c:401:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
  401 |     memset(infile, 0, MAX_LEN);
      |     ^~~~~~
fbgrab.c:401:5: note: include '<string.h>' or provide a declaration of 'memset'
fbgrab.c:426:13: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  426 |             strncpy(infile, optarg, MAX_LEN);
      |             ^~~~~~~
fbgrab.c:426:13: note: include '<string.h>' or provide a declaration of 'strncpy'
fbgrab.c:426:13: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
fbgrab.c:426:13: note: include '<string.h>' or provide a declaration of 'strncpy'
fbgrab.c:466:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  466 |     if (strlen(infile) > 0)
      |         ^~~~~~
fbgrab.c:466:9: note: include '<string.h>' or provide a declaration of 'strlen'
fbgrab.c:466:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
fbgrab.c:466:9: note: include '<string.h>' or provide a declaration of 'strlen'
fbgrab.c:498:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  498 |         strncpy(infile, device, MAX_LEN - 1);
      |         ^~~~~~~
fbgrab.c:498:9: note: include '<string.h>' or provide a declaration of 'strncpy'
make: Leaving directory '/usr/src/RPM/BUILD/fbgrab-1.2'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82887
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/fbgrab-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/fbgrab-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd fbgrab-1.2
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/fbgrab-buildroot
make: Entering directory '/usr/src/RPM/BUILD/fbgrab-1.2'
install -D -m 0755 fbgrab /usr/src/tmp/fbgrab-buildroot/usr/bin/fbgrab
install -D -m 0644 fbgrab.1.gz /usr/src/tmp/fbgrab-buildroot/usr/share/man/man1/fbgrab.1.gz
make: Leaving directory '/usr/src/RPM/BUILD/fbgrab-1.2'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/fbgrab-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/fbgrab-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/fbgrab-buildroot/ (default)
Compressing files in /usr/src/tmp/fbgrab-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/fbgrab-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: fbgrab-1.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SkaV6V
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Eihlv8
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libpng16.so.16()(64bit) >= set:lhHMixNE87N0iISgeWZufYg9aUlopm1e, libpng16.so.16(PNG16_0)(64bit), rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kFkfoQ
Creating fbgrab-debuginfo package
Processing files: fbgrab-debuginfo-1.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JAbP5S
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LqElIE
find-requires: running scripts (debuginfo)
Requires: fbgrab = 1.2-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpng16.so.16)
Adding to fbgrab-debuginfo a strict dependency on fbgrab
Wrote: /usr/src/RPM/RPMS/x86_64/fbgrab-1.2-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/fbgrab-debuginfo-1.2-alt1.x86_64.rpm (w2.lzdio)
0.41user 0.55system 0:05.45elapsed 17%CPU (0avgtext+0avgdata 24908maxresident)k
0inputs+0outputs (0major+152060minor)pagefaults 0swaps
/.out/fbgrab-1.2-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: GCL
/.out/fbgrab-debuginfo-1.2-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: GCL
3.50user 4.00system 0:10.87elapsed 69%CPU (0avgtext+0avgdata 105236maxresident)k
0inputs+0outputs (30474major+405362minor)pagefaults 0swaps
--- fbgrab-1.2-alt1.x86_64.rpm.repo	2019-03-02 10:47:08.000000000 +0000
+++ fbgrab-1.2-alt1.x86_64.rpm.hasher	2022-03-13 03:22:59.171728205 +0000
@@ -4,2 +4,3 @@
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -11,4 +12,4 @@
 Provides: fbgrab = 1.2-alt1:sisyphus+223394.100.1.2
-File: /usr/bin/fbgrab	100755	root:root	142e53dad41a0bfa6699f74ec7014bc2	
+File: /usr/bin/fbgrab	100755	root:root	05fc35ee54feff256526e68326fb3ebc	
 File: /usr/share/man/man1/fbgrab.1.xz	100644	root:root	77ca7ad434503ff412d8b8443538b8aa	
-RPMIdentity: 1b1f0319689d6183a2a420e6e30fbd34d97f52fac6851496f46ae847a74e922eec5f1c9d1f54951423a81a109e1fe4513c3b6b2ff1db9616ff713d91a535f999
+RPMIdentity: 67cfee85b86678d571554a5391d976e62754cd7b1044a606f8bf57a2f4264c80a67b97b253faaf24bbf4af1a5fc94ee828ccfd5ffef5fa5761219113ef5bbdee
--- fbgrab-debuginfo-1.2-alt1.x86_64.rpm.repo	2019-03-02 10:47:08.000000000 +0000
+++ fbgrab-debuginfo-1.2-alt1.x86_64.rpm.hasher	2022-03-13 03:22:59.238727801 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/af	40755	root:root	
-/usr/lib/debug/.build-id/af/8ea044b6a16d48e143ff86451059f979546160	120777	root:root	../../../../bin/fbgrab
-/usr/lib/debug/.build-id/af/8ea044b6a16d48e143ff86451059f979546160.debug	120777	root:root	../../usr/bin/fbgrab.debug
+/usr/lib/debug/.build-id/e8	40755	root:root	
+/usr/lib/debug/.build-id/e8/0741f197a5a0f4029b9750cc91d2479ce19321	120777	root:root	../../../../bin/fbgrab
+/usr/lib/debug/.build-id/e8/0741f197a5a0f4029b9750cc91d2479ce19321.debug	120777	root:root	../../usr/bin/fbgrab.debug
 /usr/lib/debug/usr/bin/fbgrab.debug	100644	root:root	
@@ -12,8 +12,8 @@
 Provides: fbgrab-debuginfo = 1.2-alt1:sisyphus+223394.100.1.2
-File: /usr/lib/debug/.build-id/af	40755	root:root		
-File: /usr/lib/debug/.build-id/af/8ea044b6a16d48e143ff86451059f979546160	120777	root:root		../../../../bin/fbgrab
-File: /usr/lib/debug/.build-id/af/8ea044b6a16d48e143ff86451059f979546160.debug	120777	root:root		../../usr/bin/fbgrab.debug
-File: /usr/lib/debug/usr/bin/fbgrab.debug	100644	root:root	15c6459cc0aa01cfc72642952d448964	
+File: /usr/lib/debug/.build-id/e8	40755	root:root		
+File: /usr/lib/debug/.build-id/e8/0741f197a5a0f4029b9750cc91d2479ce19321	120777	root:root		../../../../bin/fbgrab
+File: /usr/lib/debug/.build-id/e8/0741f197a5a0f4029b9750cc91d2479ce19321.debug	120777	root:root		../../usr/bin/fbgrab.debug
+File: /usr/lib/debug/usr/bin/fbgrab.debug	100644	root:root	ba3a9b5090dc60a26e51bf8302c2171e	
 File: /usr/src/debug/fbgrab-1.2	40755	root:root		
 File: /usr/src/debug/fbgrab-1.2/fbgrab.c	100644	root:root	89ba2bee9b465f5fae267210be5b95c7	
-RPMIdentity: 45a8552ef230789bbb284a870f22730f719652f2c9df56882ac7fced29e941b6e82d445ce5228c19fd2af120892f8ef14ad1dc664d16546dd7da7154cfd5461b
+RPMIdentity: b627e2e21ba366eca39ccd16e512b7b9f40201907a345c7ac68d074ec651c4207927125d912393a00a93a818892d64aa6b20fcb54c63986c651b657f24c84e33