<86>Aug 1 07:22:25 userdel[2513457]: delete user 'rooter' <86>Aug 1 07:22:25 userdel[2513457]: removed group 'rooter' owned by 'rooter' <86>Aug 1 07:22:25 userdel[2513457]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 07:22:25 groupadd[2513465]: group added to /etc/group: name=rooter, GID=648 <86>Aug 1 07:22:25 groupadd[2513465]: group added to /etc/gshadow: name=rooter <86>Aug 1 07:22:25 groupadd[2513465]: new group: name=rooter, GID=648 <86>Aug 1 07:22:25 useradd[2513472]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>Aug 1 07:22:25 userdel[2513487]: delete user 'builder' <86>Aug 1 07:22:25 userdel[2513487]: removed group 'builder' owned by 'builder' <86>Aug 1 07:22:25 userdel[2513487]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 07:22:25 groupadd[2513501]: group added to /etc/group: name=builder, GID=649 <86>Aug 1 07:22:25 groupadd[2513501]: group added to /etc/gshadow: name=builder <86>Aug 1 07:22:25 groupadd[2513501]: new group: name=builder, GID=649 <86>Aug 1 07:22:25 useradd[2513515]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash <13>Aug 1 07:22:28 rpmi: dietlibc-0.33-alt3 1396230447 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/chkrootkit-0.50-alt1.nosrc.rpm (w1.gzdio) Installing chkrootkit-0.50-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16661 + 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/lib/chkrootkit|' chkrootkit + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.16661 + 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 '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-i386/libc.a(stderr.o): in function `__fflush_stderr': stderr.c:(.text+0xd): warning: warning: your code uses stdio (7+k bloat). /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(vprintf.o): in function `vprintf': vprintf.c:(.text+0x44): 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-i386/libc.a(stderr.o): in function `__fflush_stderr': stderr.c:(.text+0xd): warning: warning: your code uses stdio (7+k bloat). /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(vprintf.o): in function `vprintf': vprintf.c:(.text+0x44): 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-i386/libc.a(vsscanf.o): in function `vsscanf': vsscanf.c:(.text+0x5f): warning: warning: the scanf functions add several kilobytes of bloat. /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(vsnprintf.o): in function `vsnprintf': vsnprintf.c:(.text+0x7f): warning: warning: the printf functions add several kilobytes of bloat. /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(stderr.o): in function `__fflush_stderr': stderr.c:(.text+0xd): warning: warning: your code uses stdio (7+k bloat). diet gcc -static -o chkproc chkproc.c /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(vsnprintf.o): in function `vsnprintf': vsnprintf.c:(.text+0x7f): warning: warning: the printf functions add several kilobytes of bloat. /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(stderr.o): in function `__fflush_stderr': stderr.c:(.text+0xd): warning: warning: your code uses stdio (7+k bloat). diet gcc -static -o chkdirs chkdirs.c /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(stderr.o): in function `__fflush_stderr': stderr.c:(.text+0xd): warning: warning: your code uses stdio (7+k bloat). /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(vprintf.o): in function `vprintf': vprintf.c:(.text+0x44): 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-i386/libc.a(stdin.o): in function `__fflush_stdin': stdin.c:(.text+0x3b): warning: warning: your code uses stdio (7+k bloat). diet gcc -static -o chkutmp chkutmp.c /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(stderr.o): in function `__fflush_stderr': stderr.c:(.text+0xd): warning: warning: your code uses stdio (7+k bloat). /usr/bin/ld.default: /usr/lib/dietlibc/lib-i386/libc.a(vprintf.o): in function `vprintf': vprintf.c:(.text+0x44): 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.93918 + 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/lib/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/lib/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/lib/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/lib/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/lib/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/lib/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/lib/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/lib/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/lib: 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/lib/chkrootkit/check_wtmpx ./usr/lib/chkrootkit/chkdirs ./usr/lib/chkrootkit/chklastlog ./usr/lib/chkrootkit/chkproc ./usr/lib/chkrootkit/chkutmp ./usr/lib/chkrootkit/chkwtmp ./usr/lib/chkrootkit/ifpromisc ./usr/lib/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.56336 + 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.dNA1Aw 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.ZXSd6l 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.UMuPRr Wrote: /usr/src/RPM/RPMS/i586/chkrootkit-0.50-alt1.i586.rpm (w2.lzdio) 4.06user 1.47system 0:08.19elapsed 67%CPU (0avgtext+0avgdata 22036maxresident)k 0inputs+0outputs (0major+221885minor)pagefaults 0swaps 10.03user 6.56system 0:18.50elapsed 89%CPU (0avgtext+0avgdata 117792maxresident)k 736inputs+0outputs (0major+472184minor)pagefaults 0swaps --- chkrootkit-0.50-alt1.i586.rpm.repo 2014-09-05 05:07:53.000000000 +0000 +++ chkrootkit-0.50-alt1.i586.rpm.hasher 2021-08-01 07:22:40.655913037 +0000 @@ -33,10 +33,10 @@ File: /usr/lib/chkrootkit 40755 root:root -File: /usr/lib/chkrootkit/check_wtmpx 100755 root:root e4f177c1ebcadc11dffe7660e0fc789b -File: /usr/lib/chkrootkit/chkdirs 100755 root:root c5b70224c40358e97da87d3d476633a1 -File: /usr/lib/chkrootkit/chklastlog 100755 root:root 39cd6aff4096b235b0d05a74e1cd02d6 -File: /usr/lib/chkrootkit/chkproc 100755 root:root 3c663f012be8798283ca943a0b37f2b4 -File: /usr/lib/chkrootkit/chkutmp 100755 root:root 58ac82a7bcdb0b496aba8525208fa037 -File: /usr/lib/chkrootkit/chkwtmp 100755 root:root c4e0a41d0fb48ad0782868597029e786 -File: /usr/lib/chkrootkit/ifpromisc 100755 root:root cc4618cb8f98a43c3de2ac6cadeded8e -File: /usr/lib/chkrootkit/strings-static 100755 root:root f8cf5fc281a9b89c79aee2e798995283 +File: /usr/lib/chkrootkit/check_wtmpx 100755 root:root e37620eabddf2ce5d0fb19b6ea5e5e05 +File: /usr/lib/chkrootkit/chkdirs 100755 root:root b8aab4a6efc3c34478146d4bfe48aa12 +File: /usr/lib/chkrootkit/chklastlog 100755 root:root 310aca7544a92239927b917082a9af7b +File: /usr/lib/chkrootkit/chkproc 100755 root:root 754c3c343b9ed598a1e10c6835ea0143 +File: /usr/lib/chkrootkit/chkutmp 100755 root:root 747bf731f9e1c493193731b3123c67cb +File: /usr/lib/chkrootkit/chkwtmp 100755 root:root eb1383b392d8885a6f196a5f7847945a +File: /usr/lib/chkrootkit/ifpromisc 100755 root:root d85cb7e86a97fd122638c1b0fb7dc324 +File: /usr/lib/chkrootkit/strings-static 100755 root:root 0d5c7a94d90e11e039621c3232a142f5 File: /usr/sbin/chkrootkit 100755 root:root dbc6d421cad22476f95fb71e6b179766 @@ -48,2 +48,2 @@ File: /usr/share/doc/chkrootkit-0.50/README.chkwtmp 100644 root:root f5d1957f7cc482f68d2172c340a00b5b -RPMIdentity: 914bc0f0f0c4db44233b40db346149448c4f8a40e03d563257ac46da2ea26e1d74fda272f6c47546194ec49e0d385e3e739ca1509369e39e4a6cc15d4803642c +RPMIdentity: eb74455280b69583b755e0ba3c3e80ba616a0a074dae5127c84f7e0ed13ef0f72c208f9cc8100c723acb0bbec5de2aea5eb95a640bb613847efbf3139eed9c9f