<86>Sep 10 08:17:51 userdel[3550677]: delete user 'rooter'
<86>Sep 10 08:17:51 userdel[3550677]: removed group 'rooter' owned by 'rooter'
<86>Sep 10 08:17:51 userdel[3550677]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 10 08:17:51 groupadd[3550733]: group added to /etc/group: name=rooter, GID=1829
<86>Sep 10 08:17:51 groupadd[3550733]: group added to /etc/gshadow: name=rooter
<86>Sep 10 08:17:51 groupadd[3550733]: new group: name=rooter, GID=1829
<86>Sep 10 08:17:51 useradd[3550774]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash
<86>Sep 10 08:17:51 userdel[3550839]: delete user 'builder'
<86>Sep 10 08:17:51 userdel[3550839]: removed group 'builder' owned by 'builder'
<86>Sep 10 08:17:51 userdel[3550839]: removed shadow group 'builder' owned by 'builder'
<86>Sep 10 08:17:51 groupadd[3550884]: group added to /etc/group: name=builder, GID=1830
<86>Sep 10 08:17:51 groupadd[3550884]: group added to /etc/gshadow: name=builder
<86>Sep 10 08:17:51 groupadd[3550884]: new group: name=builder, GID=1830
<86>Sep 10 08:17:51 useradd[3550922]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash
<13>Sep 10 08:17:54 rpmi: libX11-locales-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed
<13>Sep 10 08:17:54 rpmi: xorg-proto-devel-2021.4-alt1 p9+272150.100.1.1 1621427342 installed
<13>Sep 10 08:17:54 rpmi: libXdmcp-1.1.3-alt1 sisyphus+225206.600.1.2 1552949347 installed
<13>Sep 10 08:17:54 rpmi: libXau-1.0.9-alt1 sisyphus+223149.200.2.1 1551268156 installed
<13>Sep 10 08:17:54 rpmi: libxcb-1.13.1-alt1 sisyphus+226527.100.2.2 1554593799 installed
<13>Sep 10 08:17:55 rpmi: libxcb-devel-1.13.1-alt1 sisyphus+226527.100.2.2 1554593799 installed
<13>Sep 10 08:17:55 rpmi: libX11-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed
<13>Sep 10 08:17:55 rpmi: libX11-devel-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/unclutter-8-alt1.nosrc.rpm (w1.gzdio)
Installing unclutter-8-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9331
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf unclutter-8
+ echo 'Source #0 (unclutter-8.tar):'
Source #0 (unclutter-8.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/unclutter-8.tar
+ cd unclutter-8
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.9331
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd unclutter-8
+ make
make: Entering directory '/usr/src/RPM/BUILD/unclutter-8'
gcc -O   -I/usr/include         -c -o unclutter.o unclutter.c
In file included from unclutter.c:27:
vroot.h: In function 'VirtualRootWindow':
vroot.h:41:1: warning: type of 'screen' defaults to 'int' [-Wimplicit-int]
 VirtualRootWindow(dpy, screen)
 ^~~~~~~~~~~~~~~~~
unclutter.c: At top level:
unclutter.c:30:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pexit(str)char *str;{
 ^~~~~
unclutter.c: In function 'pexit':
unclutter.c:32:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
unclutter.c:32:5: warning: incompatible implicit declaration of built-in function 'exit'
unclutter.c:32:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
unclutter.c:28:1:
+#include <stdlib.h>
 
unclutter.c:32:5:
     exit(1);
     ^~~~
unclutter.c: At top level:
unclutter.c:34:1: warning: return type defaults to 'int' [-Wimplicit-int]
 usage(){
 ^~~~~
unclutter.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int]
 nameinlist(display,window)
 ^~~~~~~~~~
unclutter.c:96:1: warning: return type defaults to 'int' [-Wimplicit-int]
 createnullcursor(display,root)
 ^~~~~~~~~~~~~~~~
unclutter.c:120:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc,argv)char **argv;{
 ^~~~
unclutter.c: In function 'main':
unclutter.c:120:1: warning: type of 'argc' defaults to 'int' [-Wimplicit-int]
unclutter.c:136:17: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
      idletime = atoi(*argv);
                 ^~~~
unclutter.c:169:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
     cursor = (Cursor*) malloc(numscreens*sizeof(Cursor));
                        ^~~~~~
unclutter.c:169:24: warning: incompatible implicit declaration of built-in function 'malloc'
unclutter.c:169:24: note: include '<stdlib.h>' or provide a declaration of 'malloc'
unclutter.c:51:27: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
 #define ALMOSTEQUAL(a,b) (abs(a-b)<=jitter)
                           ^~~
unclutter.c:229:10: note: in expansion of macro 'ALMOSTEQUAL'
        !(ALMOSTEQUAL(rootx,oldx) && ALMOSTEQUAL(rooty,oldy))){
          ^~~~~~~~~~~
rm -f unclutter
gcc -o unclutter unclutter.o -O    -lX11   
make: Leaving directory '/usr/src/RPM/BUILD/unclutter-8'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.9331
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/unclutter-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/unclutter-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd unclutter-8
+ mkdir -p /usr/src/tmp/unclutter-buildroot/usr/bin /usr/src/tmp/unclutter-buildroot/usr/share/man/man1
+ make install install.man BINDIR=/usr/src/tmp/unclutter-buildroot/usr/bin MANDIR=/usr/src/tmp/unclutter-buildroot/usr/share/man/man1
make: Entering directory '/usr/src/RPM/BUILD/unclutter-8'
install -c -c -s   unclutter /usr/src/tmp/unclutter-buildroot/usr/bin
WARNING: strip is called in %install by 'install -s' (ignored)
install -c -c unclutter.man /usr/src/tmp/unclutter-buildroot/usr/share/man/man1/unclutter.1
make: Leaving directory '/usr/src/RPM/BUILD/unclutter-8'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/unclutter-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/unclutter-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/unclutter-buildroot/ (default)
Compressing files in /usr/src/tmp/unclutter-buildroot (auto)
mode of '/usr/src/tmp/unclutter-buildroot/usr/share/man/man1/unclutter.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/unclutter-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: unclutter-8-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dN0kN4
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.p1DG4V
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, libX11.so.6()(64bit) >= set:ojSxCJH41OP53zTRqoSFNDtkY0rID90aK6bDcux1lOuD9hgj9FP8dL9zNqC8hyVtkTgPd6h8t9rh2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(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.BZHHPQ
Creating unclutter-debuginfo package
Processing files: unclutter-debuginfo-8-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nSzZ2O
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PYwpKQ
find-requires: running scripts (debuginfo)
Requires: unclutter = 8-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/unclutter-8-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/unclutter-debuginfo-8-alt1.x86_64.rpm (w2.lzdio)
1.02user 0.65system 0:06.30elapsed 26%CPU (0avgtext+0avgdata 28060maxresident)k
0inputs+0outputs (0major+186022minor)pagefaults 0swaps
2.94user 1.27system 0:13.84elapsed 30%CPU (0avgtext+0avgdata 134476maxresident)k
0inputs+0outputs (0major+212237minor)pagefaults 0swaps
--- unclutter-8-alt1.x86_64.rpm.repo	2009-09-27 17:20:56.000000000 +0000
+++ unclutter-8-alt1.x86_64.rpm.hasher	2023-09-10 08:18:03.794100778 +0000
@@ -1,7 +1,8 @@
 /usr/bin/unclutter	100755	root:root	
-/usr/share/man/man1/unclutter.1.gz	100644	root:root	
+/usr/share/man/man1/unclutter.1.xz	100644	root:root	
 Requires: /lib64/ld-linux-x86-64.so.2  
-Requires: libX11.so.6()(64bit)  
+Requires: libX11.so.6()(64bit) >= set:ojSxCJH41OP53zTRqoSFNDtkY0rID90aK6bDcux1lOuD9hgj9FP8dL9zNqC8hyVtkTgPd6h8t9rh2
+Requires: rpmlib(SetVersions)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
-Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.4)(64bit)  
 Requires: rtld(GNU_HASH)  
@@ -9,4 +10,4 @@
 Provides: unclutter = 8-alt1
-File: /usr/bin/unclutter	100755	root:root	8abbefb8292fc8677c0d9baeae9c9f18	
-File: /usr/share/man/man1/unclutter.1.gz	100644	root:root	37ce0a1f25d5d7a57a71f4ae8312c0ef	
-RPMIdentity: 467301b8418d17b0c15800eec2b96de442176e2ae1db483cc9f42ca1481bb3fb7bd4835a6d47787efe7e882f9a0b3d0b6f84adc1c63b7c13d4182f053856c4b8
+File: /usr/bin/unclutter	100755	root:root	d9d79764e93bad2d06df755035166121	
+File: /usr/share/man/man1/unclutter.1.xz	100644	root:root	5576e4758215cd474371bf056cdf71fa	
+RPMIdentity: e420af09377004e4fd9ba6bcdd38c47134211614820f2ffdb5b2b6a5ae45a226c9cfa0dd5fe321f070227a37e43154f427546b8903c1602c8c686b56a6e8378c
error: open of /archive/repo/p9/task/_320/328587/files/x86_64/RPMS/unclutter-debuginfo-8-alt1.x86_64.rpm failed: No such file or directory