<86>Mar 10 08:38:50 userdel[3098375]: delete user 'rooter'
<86>Mar 10 08:38:50 userdel[3098375]: removed group 'rooter' owned by 'rooter'
<86>Mar 10 08:38:50 userdel[3098375]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 10 08:38:50 groupadd[3098475]: group added to /etc/group: name=rooter, GID=1844
<86>Mar 10 08:38:50 groupadd[3098475]: group added to /etc/gshadow: name=rooter
<86>Mar 10 08:38:50 groupadd[3098475]: new group: name=rooter, GID=1844
<86>Mar 10 08:38:50 useradd[3098681]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash
<86>Mar 10 08:38:50 userdel[3098948]: delete user 'builder'
<86>Mar 10 08:38:50 userdel[3098948]: removed group 'builder' owned by 'builder'
<86>Mar 10 08:38:50 userdel[3098948]: removed shadow group 'builder' owned by 'builder'
<86>Mar 10 08:38:50 groupadd[3099209]: group added to /etc/group: name=builder, GID=1845
<86>Mar 10 08:38:50 groupadd[3099209]: group added to /etc/gshadow: name=builder
<86>Mar 10 08:38:50 groupadd[3099209]: new group: name=builder, GID=1845
<86>Mar 10 08:38:50 useradd[3099422]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/welcome2l-3.04-alt4.qa1.nosrc.rpm (w1.gzdio)
Installing welcome2l-3.04-alt4.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.6906
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf Welcome2L-3.04
+ echo 'Source #0 (Welcome2L-3.04.src.tar.bz2):'
Source #0 (Welcome2L-3.04.src.tar.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/Welcome2L-3.04.src.tar.bz2
+ /bin/tar -xf -
+ cd Welcome2L-3.04
+ /bin/chmod -c -Rf u+rwX,go-w .
mode of './Welcome2L.lsm' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
+ echo 'Patch #0 (Welcome2L-3.04-alt-fixes.patch.bz2):'
Patch #0 (Welcome2L-3.04-alt-fixes.patch.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/Welcome2L-3.04-alt-fixes.patch.bz2
+ /usr/bin/patch -p1
patching file Makefile
patching file ansi/welcome1.h
patching file ansi/welcome2.h
patching file ansi.c
patching file main.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.6906
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Welcome2L-3.04
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 ansi.c
ansi.c: In function 'ANSI_do_color':
ansi.c:115:15: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
      sprintf (buf, "%s;3%i", buf, this_fg);
               ^~~            ~~~
ansi.c:117:15: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
      sprintf (buf, "%s;4%i", buf, this_bg);
               ^~~            ~~~
ansi.c: In function 'ANSI_do_char':
ansi.c:143:12: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
   sprintf (WSCREEN, "%s%c", WSCREEN, c);
            ^~~~~~~          ~~~~~~~
ansi.c: In function 'ANSI_pos':
ansi.c:150:12: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
   sprintf (WSCREEN, "%s\033[%i;%iH", WSCREEN, y, x);
            ^~~~~~~                   ~~~~~~~
ansi.c: In function 'ANSI_do_color':
ansi.c:115:23: warning: ';3' directive writing 2 bytes into a region of size between 1 and 128 [-Wformat-overflow=]
      sprintf (buf, "%s;3%i", buf, this_fg);
                       ^~
In file included from /usr/include/stdio.h:862,
                 from ansi.c:23:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 4 and 141 bytes into a destination of size 128
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ansi.c:117:23: warning: ';4' directive writing 2 bytes into a region of size between 1 and 128 [-Wformat-overflow=]
      sprintf (buf, "%s;4%i", buf, this_bg);
                       ^~
In file included from /usr/include/stdio.h:862,
                 from ansi.c:23:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 4 and 141 bytes into a destination of size 128
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ansi.c: In function 'ANSI_do_char':
ansi.c:143:26: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
   sprintf (WSCREEN, "%s%c", WSCREEN, c);
                          ^
In file included from /usr/include/stdio.h:862,
                 from ansi.c:23:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 16385 bytes into a destination of size 16384
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ansi.c: In function 'ANSI_pos':
ansi.c:150:24: warning: '[' directive writing 2 bytes into a region of size between 1 and 16384 [-Wformat-overflow=]
   sprintf (WSCREEN, "%s\033[%i;%iH", WSCREEN, y, x);
                        ^~~~~
In file included from /usr/include/stdio.h:862,
                 from ansi.c:23:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 7 and 16410 bytes into a destination of size 16384
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
make: Entering directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 main.c
main.c: In function 'main':
main.c:456:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf (&MEMORY, "%d Mb", get_ram());
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:465:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf (&Mhz, "%d", get_mhz());
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
make: Entering directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 *.o -o Welcome2L
make: Leaving directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.7805
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/welcome2l-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/welcome2l-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd Welcome2L-3.04
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/welcome2l-buildroot/usr exec_prefix=/usr/src/tmp/welcome2l-buildroot/usr bindir=/usr/src/tmp/welcome2l-buildroot/usr/bin sbindir=/usr/src/tmp/welcome2l-buildroot/usr/sbin sysconfdir=/usr/src/tmp/welcome2l-buildroot/etc datadir=/usr/src/tmp/welcome2l-buildroot/usr/share includedir=/usr/src/tmp/welcome2l-buildroot/usr/include libdir=/usr/src/tmp/welcome2l-buildroot/usr/lib64 libexecdir=/usr/src/tmp/welcome2l-buildroot/usr/lib localstatedir=/usr/src/tmp/welcome2l-buildroot/var/lib sharedstatedir=/usr/src/tmp/welcome2l-buildroot/var/lib mandir=/usr/src/tmp/welcome2l-buildroot/usr/share/man infodir=/usr/src/tmp/welcome2l-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
/usr/libexec/rpm-build/install -p -D -m755 Welcome2L /usr/src/tmp/welcome2l-buildroot/usr/bin/Welcome2L
/usr/libexec/rpm-build/install -p -D -m644 Welcome2L.1 /usr/src/tmp/welcome2l-buildroot/usr/share/man/man1/Welcome2L.1
ln -s Welcome2L /usr/src/tmp/welcome2l-buildroot/usr/bin/welcome2l
ln -s Welcome2L.1 /usr/src/tmp/welcome2l-buildroot/usr/share/man/man1/welcome2l.1
make: Leaving directory '/usr/src/RPM/BUILD/Welcome2L-3.04'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/welcome2l-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/welcome2l-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/welcome2l-buildroot/ (default)
Compressing files in /usr/src/tmp/welcome2l-buildroot (auto)
removed '/usr/src/tmp/welcome2l-buildroot/usr/share/man/man1/welcome2l.1'
'/usr/src/tmp/welcome2l-buildroot/usr/share/man/man1/welcome2l.1.xz' -> 'Welcome2L.1.xz'
Verifying ELF objects in /usr/src/tmp/welcome2l-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: welcome2l-3.04-alt4.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5547
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Welcome2L-3.04
+ DOCDIR=/usr/src/tmp/welcome2l-buildroot/usr/share/doc/welcome2l-3.04
+ export DOCDIR
+ rm -rf /usr/src/tmp/welcome2l-buildroot/usr/share/doc/welcome2l-3.04
+ /bin/mkdir -p /usr/src/tmp/welcome2l-buildroot/usr/share/doc/welcome2l-3.04
+ cp -prL AUTHORS ChangeLog INSTALL README THANKS /usr/src/tmp/welcome2l-buildroot/usr/share/doc/welcome2l-3.04
+ chmod -R go-w /usr/src/tmp/welcome2l-buildroot/usr/share/doc/welcome2l-3.04
+ chmod -R a+rX /usr/src/tmp/welcome2l-buildroot/usr/share/doc/welcome2l-3.04
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.o1Bs1b
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.y0KUn1
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.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), libc.so.6(GLIBC_2.8)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g3pHCX
Creating welcome2l-debuginfo package
Processing files: welcome2l-debuginfo-3.04-alt4.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UXLkHX
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MZN7C1
find-requires: running scripts (debuginfo)
Requires: welcome2l = 3.04-alt4.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
warning: Installed (but unpackaged) file(s) found:
    /usr/share/man/man1/Welcome2L.1.xz
    /usr/share/man/man1/welcome2l.1.xz
Wrote: /usr/src/RPM/RPMS/x86_64/welcome2l-3.04-alt4.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/welcome2l-debuginfo-3.04-alt4.qa1.x86_64.rpm (w2.lzdio)
2.20user 1.63system 0:10.33elapsed 37%CPU (0avgtext+0avgdata 30476maxresident)k
0inputs+0outputs (0major+231187minor)pagefaults 0swaps
0.72user 1.94system 0:21.16elapsed 12%CPU (0avgtext+0avgdata 12256maxresident)k
0inputs+0outputs (0major+97393minor)pagefaults 0swaps
--- welcome2l-3.04-alt4.qa1.x86_64.rpm.repo	2013-04-16 23:44:14.000000000 +0000
+++ welcome2l-3.04-alt4.qa1.x86_64.rpm.hasher	2024-03-10 08:39:06.341697796 +0000
@@ -17,3 +17,3 @@
 Provides: welcome2l = 3.04-alt4.qa1
-File: /usr/bin/Welcome2L	100755	root:root	80ff6ab4dec241f3fc4a9e73af597fc5	
+File: /usr/bin/Welcome2L	100755	root:root	b14f53c0e55035ce0b74120cf289cb93	
 File: /usr/bin/welcome2l	120777	root:root		Welcome2L
@@ -25,2 +25,2 @@
 File: /usr/share/doc/welcome2l-3.04/THANKS	100644	root:root	e6999a016b987f3a2280143e00f6e325	
-RPMIdentity: c80b68f7054d1d3a469b273519c3320bccd5019928281e90dcfee27a4742999fa0f6d2498324c383e8ec067ce87a97dfb482e33897a2927606f19ac7dc52c26d
+RPMIdentity: 10a4e3e64abbdb24a71b7cfa46f9295a4b1b3a68960f7705ee6c5afd49b63384647306a0078a31cf8c79009947b3daceb027a98ef79c40b8f729ab29804b7044
--- welcome2l-debuginfo-3.04-alt4.qa1.x86_64.rpm.repo	2013-04-16 23:44:14.000000000 +0000
+++ welcome2l-debuginfo-3.04-alt4.qa1.x86_64.rpm.hasher	2024-03-10 08:39:06.598703124 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/e2	40755	root:root	
-/usr/lib/debug/.build-id/e2/b9f235981e6485570c2dfaca09b50559c0caba	120777	root:root	../../../../bin/Welcome2L
-/usr/lib/debug/.build-id/e2/b9f235981e6485570c2dfaca09b50559c0caba.debug	120777	root:root	../../usr/bin/Welcome2L.debug
+/usr/lib/debug/.build-id/73	40755	root:root	
+/usr/lib/debug/.build-id/73/77517191136eaa253cd6ca41ef9e8e8c02f033	120777	root:root	../../../../bin/Welcome2L
+/usr/lib/debug/.build-id/73/77517191136eaa253cd6ca41ef9e8e8c02f033.debug	120777	root:root	../../usr/bin/Welcome2L.debug
 /usr/lib/debug/usr/bin/Welcome2L.debug	100644	root:root	
@@ -18,6 +18,6 @@
 Provides: welcome2l-debuginfo = 3.04-alt4.qa1
-File: /usr/lib/debug/.build-id/e2	40755	root:root		
-File: /usr/lib/debug/.build-id/e2/b9f235981e6485570c2dfaca09b50559c0caba	120777	root:root		../../../../bin/Welcome2L
-File: /usr/lib/debug/.build-id/e2/b9f235981e6485570c2dfaca09b50559c0caba.debug	120777	root:root		../../usr/bin/Welcome2L.debug
-File: /usr/lib/debug/usr/bin/Welcome2L.debug	100644	root:root	c8afebf18d059e99b3ff47edd7048c33	
+File: /usr/lib/debug/.build-id/73	40755	root:root		
+File: /usr/lib/debug/.build-id/73/77517191136eaa253cd6ca41ef9e8e8c02f033	120777	root:root		../../../../bin/Welcome2L
+File: /usr/lib/debug/.build-id/73/77517191136eaa253cd6ca41ef9e8e8c02f033.debug	120777	root:root		../../usr/bin/Welcome2L.debug
+File: /usr/lib/debug/usr/bin/Welcome2L.debug	100644	root:root	cf2e3455ceba36d66320c49f1caad02d	
 File: /usr/lib/debug/usr/bin/welcome2l.debug	120777	root:root		Welcome2L.debug
@@ -31,2 +31,2 @@
 File: /usr/src/debug/Welcome2L-3.04/main.c	100644	root:root	46a8f372976d9f07eb9ea8f3b01bd54f	
-RPMIdentity: abf07b43b651817c0b8b5ca6754bfd463f7db17717bc22b54cc1016679ddaa74409be80aa722ede46023affcb01f82595afe4b5abebc6e112d61bfb12e7165a5
+RPMIdentity: e3e1034b13d082a1f374bfea16ef5c05a6562adad0b6e28fe04c1a8649c38c443e6a9c022aa342ab8125cb9ea3264f68989943da444c2566f1e74da74f5a7528