<86>Feb 27 06:18:43 userdel[1354573]: delete user 'rooter'
<86>Feb 27 06:18:43 userdel[1354573]: removed group 'rooter' owned by 'rooter'
<86>Feb 27 06:18:43 userdel[1354573]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 27 06:18:43 groupadd[1354646]: group added to /etc/group: name=rooter, GID=705
<86>Feb 27 06:18:43 groupadd[1354646]: group added to /etc/gshadow: name=rooter
<86>Feb 27 06:18:43 groupadd[1354646]: new group: name=rooter, GID=705
<86>Feb 27 06:18:43 useradd[1354665]: new user: name=rooter, UID=705, GID=705, home=/root, shell=/bin/bash
<86>Feb 27 06:18:43 userdel[1354740]: delete user 'builder'
<86>Feb 27 06:18:43 userdel[1354740]: removed group 'builder' owned by 'builder'
<86>Feb 27 06:18:43 userdel[1354740]: removed shadow group 'builder' owned by 'builder'
<86>Feb 27 06:18:43 groupadd[1354806]: group added to /etc/group: name=builder, GID=706
<86>Feb 27 06:18:43 groupadd[1354806]: new group: name=builder, GID=706
<86>Feb 27 06:18:43 useradd[1354852]: new user: name=builder, UID=706, GID=706, home=/usr/src, shell=/bin/bash
<13>Feb 27 06:18:46 rpmi: libpng16-1.6.36-alt1 sisyphus+219478.100.1.1 1547633315 installed
<13>Feb 27 06:18:46 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed
<13>Feb 27 06:18:46 rpmi: libpng-devel-1.6.36-alt1 sisyphus+219478.100.1.1 1547633315 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/stereograph-0.30a-alt2.nosrc.rpm (w1.gzdio)
Installing stereograph-0.30a-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.45965
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf stereograph-0.30a
+ echo 'Source #0 (stereograph-0.30a.tar):'
Source #0 (stereograph-0.30a.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/stereograph-0.30a.tar
+ cd stereograph-0.30a
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (stereograph-0.30a-alt-libpng-1.5.x.patch):'
Patch #1 (stereograph-0.30a-alt-libpng-1.5.x.patch):
+ /usr/bin/patch -p0
patching file gfxio.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.45965
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd stereograph-0.30a
+ for module in stereograph renderer gfxio
+ gcc -O2 -Dlinux -c -o stereograph.o stereograph.c
stereograph.c: In function 'parse_args':
stereograph.c:358:11: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
       if(!strcmp(argv[++z], "png"))
           ^~~~~~
+ for module in stereograph renderer gfxio
+ gcc -O2 -Dlinux -c -o renderer.o renderer.c
renderer.c: In function 'NormalScan':
renderer.c:317:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
  memcpy(stereo_data + Renderer.startx, texture_data, Texture.Width * sizeof(int));
  ^~~~~~
renderer.c:317:2: warning: incompatible implicit declaration of built-in function 'memcpy'
renderer.c:317:2: note: include '<string.h>' or provide a declaration of 'memcpy'
renderer.c:27:1:
+#include <string.h>
 
renderer.c:317:2:
  memcpy(stereo_data + Renderer.startx, texture_data, Texture.Width * sizeof(int));
  ^~~~~~
renderer.c: In function 'ZoomScan':
renderer.c:454:3: warning: incompatible implicit declaration of built-in function 'memcpy'
   memcpy(stereo_data + Stereo.Width*a, stereo_data, Stereo.Width * sizeof(int));
   ^~~~~~
renderer.c:454:3: note: include '<string.h>' or provide a declaration of 'memcpy'
renderer.c: In function 'ZoomAAScan':
renderer.c:523:3: warning: incompatible implicit declaration of built-in function 'memcpy'
   memcpy(stereo_data + Stereo.Width*a, stereo_data, Stereo.Width*sizeof(int));
   ^~~~~~
renderer.c:523:3: note: include '<string.h>' or provide a declaration of 'memcpy'
+ for module in stereograph renderer gfxio
+ gcc -O2 -Dlinux -c -o gfxio.o gfxio.c
gfxio.c: In function 'Resize_GFX':
gfxio.c:104:4: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
    memcpy(temp_gfx + y * width, gfx->Data + gfx->Width * y, width*sizeof(int));
    ^~~~~~
gfxio.c:104:4: warning: incompatible implicit declaration of built-in function 'memcpy'
gfxio.c:104:4: note: include '<string.h>' or provide a declaration of 'memcpy'
gfxio.c:34:1:
+#include <string.h>
 
gfxio.c:104:4:
    memcpy(temp_gfx + y * width, gfx->Data + gfx->Width * y, width*sizeof(int));
    ^~~~~~
gfxio.c: In function 'Write_Gfx_File':
gfxio.c:237:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
    if(strlen(file_name) >= 4) {
       ^~~~~~
gfxio.c:237:7: warning: incompatible implicit declaration of built-in function 'strlen'
gfxio.c:237:7: note: include '<string.h>' or provide a declaration of 'strlen'
gfxio.c:238:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
     if(!strcmp(file_name + strlen(file_name) - 4, ".tga"))
         ^~~~~~
gfxio.c: In function 'Read_TARGA':
gfxio.c:536:2: warning: incompatible implicit declaration of built-in function 'memcpy'
  memcpy(header, check_header, sizeof(char)*8);
  ^~~~~~
gfxio.c:536:2: note: include '<string.h>' or provide a declaration of 'memcpy'
In file included from gfxio.c:21:
gfxio.c: In function 'Write_TARGA':
gfxio.c:697:7: warning: incompatible implicit declaration of built-in function 'strlen'
  putc(strlen("created by stereograph"), ofile);
       ^~~~~~
gfxio.c:697:7: note: include '<string.h>' or provide a declaration of 'strlen'
+ gcc stereograph.o renderer.o gfxio.o -o stereograph -lm -lz -lpng
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34349
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/stereograph-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/stereograph-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd stereograph-0.30a
+ install -pD -m 755 stereograph /usr/src/tmp/stereograph-buildroot/usr/bin/stereograph
+ install -pD -m 644 stereograph.1 /usr/src/tmp/stereograph-buildroot/usr/share/man/man1/stereograph.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/stereograph-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/stereograph-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/stereograph-buildroot/ (default)
Compressing files in /usr/src/tmp/stereograph-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/stereograph-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: stereograph-0.30a-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.54163
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd stereograph-0.30a
+ DOCDIR=/usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a
+ export DOCDIR
+ rm -rf /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a
+ /bin/mkdir -p /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a
+ cp -prL README ChangeLog AUTHORS /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a
+ chmod -R go-w /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a
+ chmod -R a+rX /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7fzalV
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.Ifu1Hi
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.11)(64bit), 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), libm.so.6(GLIBC_2.2.5)(64bit), libpng16.so.16()(64bit) >= set:lgHMZqVB6r63A5lpq9ZlcwUlUpuBVoyfEkBhC3I6hhc2qWrJT0dx4mSUEvSIquP2, 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.BYLqcJ
Creating stereograph-debuginfo package
Processing files: stereograph-debuginfo-0.30a-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KT1JNc
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VPFYuJ
find-requires: running scripts (debuginfo)
Requires: stereograph = 0.30a-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libpng16.so.16)
Adding to stereograph-debuginfo a strict dependency on stereograph
Wrote: /usr/src/RPM/RPMS/x86_64/stereograph-0.30a-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/stereograph-debuginfo-0.30a-alt2.x86_64.rpm (w2.lzdio)
2.68user 0.67system 0:07.97elapsed 42%CPU (0avgtext+0avgdata 38152maxresident)k
0inputs+0outputs (0major+217432minor)pagefaults 0swaps
6.42user 4.04system 0:16.72elapsed 62%CPU (0avgtext+0avgdata 119896maxresident)k
0inputs+0outputs (34240major+472940minor)pagefaults 0swaps
--- stereograph-0.30a-alt2.x86_64.rpm.repo	2019-03-02 16:33:48.000000000 +0000
+++ stereograph-0.30a-alt2.x86_64.rpm.hasher	2022-02-27 06:18:56.977829826 +0000
@@ -20,3 +20,3 @@
 Provides: stereograph = 0.30a-alt2:sisyphus+223423.100.1.1
-File: /usr/bin/stereograph	100755	root:root	0490ec5843219a5884dd023c0e07ca4c	
+File: /usr/bin/stereograph	100755	root:root	ededb113e57e79f8a93de9266b8cbfb0	
 File: /usr/share/doc/stereograph-0.30a	40755	root:root		
@@ -26,2 +26,2 @@
 File: /usr/share/man/man1/stereograph.1.xz	100644	root:root	57532f6333d39f4d8766c05e4ba60a1e	
-RPMIdentity: 3eb532f7c29a61c6dfdbcfb9583729d959db1fb685666359f08fe322d9f10dc3878c9f7ebc0a03000054f8b3ec68af998631c9d0a737ef7a48d12bf2b417ea5d
+RPMIdentity: f099702fb6e11803b95016befa769a694a25b42cfb1e964eef53dadc65414d0cfc3a4a65bd2fb1096fbd003be8f607da9a9cb491040ca9c94fd23ba0c509a957
--- stereograph-debuginfo-0.30a-alt2.x86_64.rpm.repo	2019-03-02 16:33:48.000000000 +0000
+++ stereograph-debuginfo-0.30a-alt2.x86_64.rpm.hasher	2022-02-27 06:18:57.059830642 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/75	40755	root:root	
-/usr/lib/debug/.build-id/75/9c816a77d20e97e7cf5c45525226631ad585ba	120777	root:root	../../../../bin/stereograph
-/usr/lib/debug/.build-id/75/9c816a77d20e97e7cf5c45525226631ad585ba.debug	120777	root:root	../../usr/bin/stereograph.debug
+/usr/lib/debug/.build-id/13	40755	root:root	
+/usr/lib/debug/.build-id/13/b874bd37065be9a78f03ab8899a52e20c60c87	120777	root:root	../../../../bin/stereograph
+/usr/lib/debug/.build-id/13/b874bd37065be9a78f03ab8899a52e20c60c87.debug	120777	root:root	../../usr/bin/stereograph.debug
 /usr/lib/debug/usr/bin/stereograph.debug	100644	root:root	
@@ -11,6 +11,6 @@
 Provides: stereograph-debuginfo = 0.30a-alt2:sisyphus+223423.100.1.1
-File: /usr/lib/debug/.build-id/75	40755	root:root		
-File: /usr/lib/debug/.build-id/75/9c816a77d20e97e7cf5c45525226631ad585ba	120777	root:root		../../../../bin/stereograph
-File: /usr/lib/debug/.build-id/75/9c816a77d20e97e7cf5c45525226631ad585ba.debug	120777	root:root		../../usr/bin/stereograph.debug
-File: /usr/lib/debug/usr/bin/stereograph.debug	100644	root:root	103bc04b3843d40d34ffe1e72290cc06	
-RPMIdentity: 928b01b4bca8e42aa4eb6a30b9447ef00ad465233f8f7d23c4424552355324abc965fef65a6ba81316c9fbeea4fa157c4a3bc8c961fa9041dd2810858ae2da26
+File: /usr/lib/debug/.build-id/13	40755	root:root		
+File: /usr/lib/debug/.build-id/13/b874bd37065be9a78f03ab8899a52e20c60c87	120777	root:root		../../../../bin/stereograph
+File: /usr/lib/debug/.build-id/13/b874bd37065be9a78f03ab8899a52e20c60c87.debug	120777	root:root		../../usr/bin/stereograph.debug
+File: /usr/lib/debug/usr/bin/stereograph.debug	100644	root:root	6e53dd7b4fed26ccb34654504831f586	
+RPMIdentity: 2744086e3eb3606e460d36e3d65c4668991a0605dd1048857a4416e7002e9075ace2d2afd09e2e887f67dc94b721e1c45d65d6a757aa3a51fb52263ebffa3149