<86>Mar 10 08:42:37 userdel[4112331]: delete user 'rooter'
<86>Mar 10 08:42:37 userdel[4112331]: removed group 'rooter' owned by 'rooter'
<86>Mar 10 08:42:37 userdel[4112331]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 10 08:42:37 groupadd[4112343]: group added to /etc/group: name=rooter, GID=1817
<86>Mar 10 08:42:37 groupadd[4112343]: group added to /etc/gshadow: name=rooter
<86>Mar 10 08:42:37 groupadd[4112343]: new group: name=rooter, GID=1817
<86>Mar 10 08:42:37 useradd[4112356]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash
<86>Mar 10 08:42:37 userdel[4112379]: delete user 'builder'
<86>Mar 10 08:42:37 userdel[4112379]: removed group 'builder' owned by 'builder'
<86>Mar 10 08:42:37 userdel[4112379]: removed shadow group 'builder' owned by 'builder'
<86>Mar 10 08:42:37 groupadd[4112392]: group added to /etc/group: name=builder, GID=1818
<86>Mar 10 08:42:37 groupadd[4112392]: group added to /etc/gshadow: name=builder
<86>Mar 10 08:42:37 groupadd[4112392]: new group: name=builder, GID=1818
<86>Mar 10 08:42:37 useradd[4112400]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash
<13>Mar 10 08:42:40 rpmi: dietlibc-0.33-alt3 1396230522 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/chkrootkit-0.50-alt1.nosrc.rpm (w1.gzdio)
Installing chkrootkit-0.50-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44407
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf chkrootkit-0.50
+ echo 'Source #0 (chkrootkit-0.50.tar.gz):'
Source #0 (chkrootkit-0.50.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/chkrootkit-0.50.tar.gz
+ /bin/tar -xf -
+ cd chkrootkit-0.50
+ /bin/chmod -c -Rf u+rwX,go-w .
+ sed -i 's|@CHKROOTKIT_DIR@|/usr/lib64/chkrootkit|' chkrootkit
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44407
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd chkrootkit-0.50
+ make 'CC=diet gcc' 'CFLAGS=-DHAVE_LASTLOG_H -DLASTLOG_FILENAME='\''"/var/log/lastlog"'\'' -DWTEMP_FILENAME='\''"/var/log/wtmp"'\'' -Os  -s -static' LDFLAGS=-static
make: Entering directory '/usr/src/RPM/BUILD/chkrootkit-0.50'
*** stopping make sense ***
make[1]: Entering directory '/usr/src/RPM/BUILD/chkrootkit-0.50'
diet gcc -DHAVE_LASTLOG_H -DLASTLOG_FILENAME='"/var/log/lastlog"' -DWTEMP_FILENAME='"/var/log/wtmp"' -Os  -s -static -o chklastlog chklastlog.c
chklastlog.c: In function 'main':
chklastlog.c:170:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
                    fprintf(stderr, "MAX_ID is %ld and current uid is %ld, please check\n\r", MAX_ID, *uid );
                                               ~~^
                                               %d
chklastlog.c:170:72: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uid_t' {aka 'unsigned int'} [-Wformat=]
                    fprintf(stderr, "MAX_ID is %ld and current uid is %ld, please check\n\r", MAX_ID, *uid );
                                                                      ~~^                             ~~~~
                                                                      %d
chklastlog.c:112:9: warning: 'memcpy' reading 127 bytes from a region of size 14 [-Wstringop-overflow=]
         memcpy(wtmpfile, WTMP_FILENAME, 127);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
chklastlog.c:113:9: warning: 'memcpy' reading 127 bytes from a region of size 17 [-Wstringop-overflow=]
         memcpy(lastlogfile, LASTLOG_FILENAME, 127);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(stderr.o): in function `__fflush_stderr':
stderr.c:(.text+0x8): warning: warning: your code uses stdio (7+k bloat).
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(vprintf.o): in function `vprintf':
vprintf.c:(.text+0x3e): warning: warning: the printf functions add several kilobytes of bloat.
diet gcc -DHAVE_LASTLOG_H -DLASTLOG_FILENAME='"/var/log/lastlog"' -DWTEMP_FILENAME='"/var/log/wtmp"' -Os  -s -static -o chkwtmp chkwtmp.c
chkwtmp.c: In function 'main':
chkwtmp.c:73:8: warning: 'memcpy' reading 127 bytes from a region of size 14 [-Wstringop-overflow=]
        memcpy(wtmpfile, WTMP_FILENAME, 127);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(stderr.o): in function `__fflush_stderr':
stderr.c:(.text+0x8): warning: warning: your code uses stdio (7+k bloat).
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(vprintf.o): in function `vprintf':
vprintf.c:(.text+0x3e): warning: warning: the printf functions add several kilobytes of bloat.
diet gcc -DHAVE_LASTLOG_H -DLASTLOG_FILENAME='"/var/log/lastlog"' -DWTEMP_FILENAME='"/var/log/wtmp"' -Os  -s -static -static  -D_FILE_OFFSET_BITS=64 -o ifpromisc ifpromisc.c
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(vsscanf.o): in function `vsscanf':
vsscanf.c:(.text+0x54): warning: warning: the scanf functions add several kilobytes of bloat.
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(vsnprintf.o): in function `vsnprintf':
vsnprintf.c:(.text+0x8d): warning: warning: the printf functions add several kilobytes of bloat.
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(stderr.o): in function `__fflush_stderr':
stderr.c:(.text+0x8): warning: warning: your code uses stdio (7+k bloat).
diet gcc -static -o chkproc chkproc.c
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(vsnprintf.o): in function `vsnprintf':
vsnprintf.c:(.text+0x8d): warning: warning: the printf functions add several kilobytes of bloat.
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(stderr.o): in function `__fflush_stderr':
stderr.c:(.text+0x8): warning: warning: your code uses stdio (7+k bloat).
diet gcc -static -o chkdirs chkdirs.c
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(stderr.o): in function `__fflush_stderr':
stderr.c:(.text+0x8): warning: warning: your code uses stdio (7+k bloat).
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(vprintf.o): in function `vprintf':
vprintf.c:(.text+0x3e): warning: warning: the printf functions add several kilobytes of bloat.
diet gcc -static -o check_wtmpx check_wtmpx.c
diet gcc -static -static -o strings-static strings.c
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(stdin.o): in function `__fflush_stdin':
stdin.c:(.text+0x34): warning: warning: your code uses stdio (7+k bloat).
diet gcc -static -o chkutmp chkutmp.c
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(stderr.o): in function `__fflush_stderr':
stderr.c:(.text+0x8): warning: warning: your code uses stdio (7+k bloat).
/usr/bin/ld.default: /usr/lib/dietlibc/lib-x86_64/libc.a(vprintf.o): in function `vprintf':
vprintf.c:(.text+0x3e): warning: warning: the printf functions add several kilobytes of bloat.
make[1]: Leaving directory '/usr/src/RPM/BUILD/chkrootkit-0.50'
make: Leaving directory '/usr/src/RPM/BUILD/chkrootkit-0.50'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80608
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/chkrootkit-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/chkrootkit-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd chkrootkit-0.50
+ install -pD -m 755 chkrootkit /usr/src/tmp/chkrootkit-buildroot/usr/sbin/chkrootkit
+ for p in chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
+ install -pD -m 755 chklastlog /usr/src/tmp/chkrootkit-buildroot/usr/lib64/chkrootkit/chklastlog
+ for p in chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
+ install -pD -m 755 chkwtmp /usr/src/tmp/chkrootkit-buildroot/usr/lib64/chkrootkit/chkwtmp
+ for p in chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
+ install -pD -m 755 ifpromisc /usr/src/tmp/chkrootkit-buildroot/usr/lib64/chkrootkit/ifpromisc
+ for p in chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
+ install -pD -m 755 chkproc /usr/src/tmp/chkrootkit-buildroot/usr/lib64/chkrootkit/chkproc
+ for p in chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
+ install -pD -m 755 chkdirs /usr/src/tmp/chkrootkit-buildroot/usr/lib64/chkrootkit/chkdirs
+ for p in chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
+ install -pD -m 755 check_wtmpx /usr/src/tmp/chkrootkit-buildroot/usr/lib64/chkrootkit/check_wtmpx
+ for p in chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
+ install -pD -m 755 strings-static /usr/src/tmp/chkrootkit-buildroot/usr/lib64/chkrootkit/strings-static
+ for p in chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
+ install -pD -m 755 chkutmp /usr/src/tmp/chkrootkit-buildroot/usr/lib64/chkrootkit/chkutmp
+ mkdir -p /usr/src/tmp/chkrootkit-buildroot/etc/cron.daily
+ cat
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/chkrootkit-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/chkrootkit-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/chkrootkit-buildroot/ (default)
Compressing files in /usr/src/tmp/chkrootkit-buildroot (auto)
Adjusting library links in /usr/src/tmp/chkrootkit-buildroot
./usr/lib64:
056-debuginfo.brp: WARNING: You have 8 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./usr/lib64/chkrootkit/check_wtmpx
  ./usr/lib64/chkrootkit/chkdirs
  ./usr/lib64/chkrootkit/chklastlog
  ./usr/lib64/chkrootkit/chkproc
  ./usr/lib64/chkrootkit/chkutmp
  ./usr/lib64/chkrootkit/chkwtmp
  ./usr/lib64/chkrootkit/ifpromisc
  ./usr/lib64/chkrootkit/strings-static
Verifying ELF objects in /usr/src/tmp/chkrootkit-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: chkrootkit-0.50-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.80608
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd chkrootkit-0.50
+ DOCDIR=/usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.50
+ export DOCDIR
+ rm -rf /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.50
+ /bin/mkdir -p /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.50
+ cp -prL README README.chklastlog README.chkwtmp COPYRIGHT ACKNOWLEDGMENTS /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.50
+ chmod -R go-w /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.50
+ chmod -R a+rX /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.50
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0Xi112
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.mfoEJ2
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: cat find grep
Requires: binutils, coreutils, findutils, sed, gawk, grep, net-tools, procps, crontabs, /usr/bin/ssh, /bin/sh, /etc/cron.daily
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y8KmW5
Wrote: /usr/src/RPM/RPMS/x86_64/chkrootkit-0.50-alt1.x86_64.rpm (w2.lzdio)
1.15user 0.90system 0:04.52elapsed 45%CPU (0avgtext+0avgdata 25712maxresident)k
0inputs+0outputs (0major+265237minor)pagefaults 0swaps
2.99user 1.37system 0:10.95elapsed 39%CPU (0avgtext+0avgdata 135016maxresident)k
1144inputs+0outputs (0major+206384minor)pagefaults 0swaps
--- chkrootkit-0.50-alt1.x86_64.rpm.repo	2014-09-05 05:07:53.000000000 +0000
+++ chkrootkit-0.50-alt1.x86_64.rpm.hasher	2024-03-10 08:42:47.020272602 +0000
@@ -33,10 +33,10 @@
 File: /usr/lib64/chkrootkit	40755	root:root		
-File: /usr/lib64/chkrootkit/check_wtmpx	100755	root:root	3d94a15db87e27cdf6906f5fc9b71aee	
-File: /usr/lib64/chkrootkit/chkdirs	100755	root:root	46102aca59bc096e9221d167b819f747	
-File: /usr/lib64/chkrootkit/chklastlog	100755	root:root	4ba72732c02a3f6650b5c1b0700a5902	
-File: /usr/lib64/chkrootkit/chkproc	100755	root:root	33e49ef3e5a199a5e1c1d33de0d6a5ab	
-File: /usr/lib64/chkrootkit/chkutmp	100755	root:root	bf1a00d71a4884917458bf22eaccedc4	
-File: /usr/lib64/chkrootkit/chkwtmp	100755	root:root	8cb6b6bcdf4ddca734a490ca9eaf4511	
-File: /usr/lib64/chkrootkit/ifpromisc	100755	root:root	f42e29193a2d3b54b07f06bfa77450a4	
-File: /usr/lib64/chkrootkit/strings-static	100755	root:root	0b68272fc74c3172bd9cd6269ab424db	
+File: /usr/lib64/chkrootkit/check_wtmpx	100755	root:root	b57b15b02085df712c2accc307d295a9	
+File: /usr/lib64/chkrootkit/chkdirs	100755	root:root	5367d8e4d1a7bc72db6cb35350541dad	
+File: /usr/lib64/chkrootkit/chklastlog	100755	root:root	837eaa4f249b23fc3d9797957b9409cf	
+File: /usr/lib64/chkrootkit/chkproc	100755	root:root	9c7cccaf0b3a1bb4060605f9e6ebada4	
+File: /usr/lib64/chkrootkit/chkutmp	100755	root:root	399113e6cca9504a94fd0b8a1a1205ea	
+File: /usr/lib64/chkrootkit/chkwtmp	100755	root:root	3273f5e09cf9579f3f3c12946ffb1d49	
+File: /usr/lib64/chkrootkit/ifpromisc	100755	root:root	50e46adab918e449ad8deccb1fb5c441	
+File: /usr/lib64/chkrootkit/strings-static	100755	root:root	c13c0ce851ba80a138633dfbb02fd99f	
 File: /usr/sbin/chkrootkit	100755	root:root	8429d5d239410bf22c5e065157598e68	
@@ -48,2 +48,2 @@
 File: /usr/share/doc/chkrootkit-0.50/README.chkwtmp	100644	root:root	f5d1957f7cc482f68d2172c340a00b5b	
-RPMIdentity: 41edd5e4240ae367e9ad56310c4385c79a5212bff8ace6720c8dbc194e1b6191317dfc8f3208386896b4501446d7833a21c518b83f43248eeadef9f8673aa54f
+RPMIdentity: 63c2abf92f38c0b475c95e8f03d824c51dc4edb2dda8d47a5a362e03b9b565b082dcd6bfe09f11973d01b0e2705fedeeab350ac7e46662af586f2ccaa49a2f79