<86>May 4 01:04:28 userdel[1706330]: delete user 'rooter' <86>May 4 01:04:28 userdel[1706330]: removed group 'rooter' owned by 'rooter' <86>May 4 01:04:28 userdel[1706330]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 01:04:29 groupadd[1706379]: group added to /etc/group: name=rooter, GID=1859 <86>May 4 01:04:29 groupadd[1706379]: group added to /etc/gshadow: name=rooter <86>May 4 01:04:29 groupadd[1706379]: new group: name=rooter, GID=1859 <86>May 4 01:04:29 useradd[1706418]: new user: name=rooter, UID=1859, GID=1859, home=/root, shell=/bin/bash, from=none <86>May 4 01:04:29 userdel[1706454]: delete user 'builder' <86>May 4 01:04:29 userdel[1706454]: removed group 'builder' owned by 'builder' <86>May 4 01:04:29 userdel[1706454]: removed shadow group 'builder' owned by 'builder' <86>May 4 01:04:29 groupadd[1706500]: group added to /etc/group: name=builder, GID=1860 <86>May 4 01:04:29 groupadd[1706500]: group added to /etc/gshadow: name=builder <86>May 4 01:04:29 groupadd[1706500]: new group: name=builder, GID=1860 <86>May 4 01:04:29 useradd[1706533]: new user: name=builder, UID=1860, GID=1860, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ttysnoop-0.12d-alt1.qa1.src.rpm: license not found in '/usr/share/license' directory: distributable Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ttysnoop-0.12d-alt1.qa1.nosrc.rpm (w1.gzdio) Installing ttysnoop-0.12d-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.6606 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ttysnoop-0.12d + echo 'Source #0 (ttysnoop-0.12d.tar.gz):' Source #0 (ttysnoop-0.12d.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ttysnoop-0.12d.tar.gz + /bin/tar -xf - + cd ttysnoop-0.12d + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ttysnoop_0.12d-3.diff.gz):' Patch #0 (ttysnoop_0.12d-3.diff.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ttysnoop_0.12d-3.diff.gz + /usr/bin/patch -p1 patching file snooptab.dist patching file ttysnoops.c patching file debian/README.debian patching file debian/copyright patching file debian/dirs patching file debian/conffiles patching file debian/rules patching file debian/changelog patching file debian/control patching file logwtmp.c patching file logwtmp.h patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.6606 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ttysnoop-0.12d + make 'OPT=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/ttysnoop-0.12d' gcc -O2 -DSHADOW_PWD -c -o ttysnoops.o ttysnoops.c ttysnoops.c: In function 'open_unix98_master': ttysnoops.c:159:24: warning: implicit declaration of function 'ptsname'; did you mean 'ttyname'? [-Wimplicit-function-declaration] 159 | name = ptsname(fd); | ^~~~~~~ | ttyname ttysnoops.c:159:22: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 159 | name = ptsname(fd); | ^ ttysnoops.c: In function 'open_unix98_slave': ttysnoops.c:198:22: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 198 | char *name = ptsname(ptyfd); | ^~~~~~~ ttysnoops.c:200:9: warning: implicit declaration of function 'grantpt' [-Wimplicit-function-declaration] 200 | grantpt(ptyfd); | ^~~~~~~ ttysnoops.c:201:9: warning: implicit declaration of function 'unlockpt' [-Wimplicit-function-declaration] 201 | unlockpt(ptyfd); | ^~~~~~~~ ttysnoops.c: In function 'sigchld': ttysnoops.c:455:20: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] 455 | if ((pid = wait(&status)) == authpid) | ^~~~ ttysnoops.c: In function 'main': ttysnoops.c:517:40: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] 517 | utmp.ut_time = time(NULL); | ^~~~ ttysnoops.c:48:1: note: 'time' is defined in header ''; did you forget to '#include '? 47 | #include "logwtmp.h" +++ |+#include 48 | ttysnoops.c: In function 'find_ttyxx': ttysnoops.c:219:9: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result] 219 | chown (ttyname, getuid(), gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c: In function 'main': ttysnoops.c:600:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 600 | write (ptyfd, buff, n); | ^~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:620:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 620 | write (ptyfd, buff, n); | ^~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:628:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 628 | write (STDOUT_FILENO, buff, n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:630:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 630 | write (snoopfd, buff, n); | ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -DSHADOW_PWD -c -o common.o common.c common.c: In function 'errorf': common.c:24:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 24 | exit (1); | ^~~~ common.c:12:1: note: include '' or provide a declaration of 'exit' 11 | #include "common.h" +++ |+#include 12 | common.c:24:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 24 | exit (1); | ^~~~ common.c:24:9: note: include '' or provide a declaration of 'exit' common.c: In function 'fdprintf': common.c:35:9: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 35 | write (fd, str, r); | ^~~~~ | fwrite gcc -O2 -DSHADOW_PWD -c -o logwtmp.o logwtmp.c logwtmp.c: In function 'logwtmp': logwtmp.c:58:16: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] 58 | time(&ut.ut_time); | ^~~~ logwtmp.c:41:1: note: 'time' is defined in header ''; did you forget to '#include '? 40 | #include "logwtmp.h" +++ |+#include 41 | logwtmp.c:60:24: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 60 | ftruncate(fd, buf.st_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc ttysnoops.o common.o logwtmp.o -o ttysnoops -lcrypt gcc -O2 -DSHADOW_PWD -c -o ttysnoop.o ttysnoop.c ttysnoop.c: In function 'main': ttysnoop.c:92:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 92 | write (STDOUT_FILENO, buff, n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc ttysnoop.o common.o -o ttysnoop -lcrypt make: Leaving directory '/usr/src/RPM/BUILD/ttysnoop-0.12d' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.93951 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ttysnoop-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ttysnoop-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ttysnoop-0.12d + install -pDm755 ttysnoop /usr/src/tmp/ttysnoop-buildroot/sbin/ttysnoop + install -pDm755 ttysnoops /usr/src/tmp/ttysnoop-buildroot/sbin/ttysnoops + install -pDm644 ttysnoop.8 /usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoop.8 + install -pDm640 snooptab.dist /usr/src/tmp/ttysnoop-buildroot/etc/snooptab + echo '.so ttysnoop.8' + install -d /usr/src/tmp/ttysnoop-buildroot/var/spool/ttysnoop + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ttysnoop-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ttysnoop-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ttysnoop-buildroot/ (default) Compressing files in /usr/src/tmp/ttysnoop-buildroot (auto) removed '/usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoops.8' '/usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoops.8.xz' -> 'ttysnoop.8.xz' removed '/usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoops.8.xz' '/usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoops.8.xz' -> 'ttysnoop.8.xz' 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/ttysnoop-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ttysnoop-buildroot Processing files: ttysnoop-0.12d-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.93951 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ttysnoop-0.12d + DOCDIR=/usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + export DOCDIR + rm -rf /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + /bin/mkdir -p /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + cp -prL README /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + chmod -R go-w /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + chmod -R a+rX /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aoYAbY find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.10ZJis find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(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.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.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.Du4GKJ Creating ttysnoop-debuginfo package Processing files: ttysnoop-debuginfo-0.12d-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oStoZL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A6P275 find-requires: running scripts (debuginfo) Requires: ttysnoop = 0.12d-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypt.so.1) Wrote: /usr/src/RPM/RPMS/x86_64/ttysnoop-0.12d-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ttysnoop-debuginfo-0.12d-alt1.qa1.x86_64.rpm (w2.lzdio) 0.60user 1.22system 0:06.02elapsed 30%CPU (0avgtext+0avgdata 31084maxresident)k 0inputs+0outputs (0major+209116minor)pagefaults 0swaps /.out/ttysnoop-0.12d-alt1.qa1.x86_64.rpm: license not found in '/usr/share/license' directory: distributable /.out/ttysnoop-debuginfo-0.12d-alt1.qa1.x86_64.rpm: license not found in '/usr/share/license' directory: distributable 0.78user 3.12system 0:15.75elapsed 24%CPU (0avgtext+0avgdata 12228maxresident)k 0inputs+0outputs (0major+95132minor)pagefaults 0swaps --- ttysnoop-0.12d-alt1.qa1.x86_64.rpm.repo 2013-04-17 16:56:07.000000000 +0000 +++ ttysnoop-0.12d-alt1.qa1.x86_64.rpm.hasher 2024-05-04 01:04:36.991488311 +0000 @@ -5,4 +5,4 @@ /usr/share/doc/ttysnoop-0.12d/README 100644 root:root -/usr/share/man/man8/ttysnoop.8.gz 100644 root:root -/usr/share/man/man8/ttysnoops.8.gz 120777 root:root ttysnoop.8.gz +/usr/share/man/man8/ttysnoop.8.xz 100644 root:root +/usr/share/man/man8/ttysnoops.8.xz 120777 root:root ttysnoop.8.xz /var/spool/ttysnoop 40700 root:root @@ -13,6 +13,8 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libcrypt.so.1()(64bit) >= set:hguT2 +Requires: libcrypt.so.1()(64bit) >= set:ihuTa Requires: rpmlib(SetVersions) -Requires: libcrypt.so.1(GLIBC_2.2.5)(64bit) +Requires: libcrypt.so.1(XCRYPT_2.0)(64bit) Requires: rtld(GNU_HASH) @@ -21,9 +23,9 @@ File: /etc/snooptab 100640 root:root 0d6ab15dcb668cb1caf33a90285b5b52 -File: /sbin/ttysnoop 100755 root:root 385116e9ca2adfb17a0413967d76e742 -File: /sbin/ttysnoops 100755 root:root 702e217389bc818a176bfb0f59973b8a +File: /sbin/ttysnoop 100755 root:root de98c4daafc5076a0b4366102fc8f5aa +File: /sbin/ttysnoops 100755 root:root a5e8304f3b73424523789977a7cb90f8 File: /usr/share/doc/ttysnoop-0.12d 40755 root:root File: /usr/share/doc/ttysnoop-0.12d/README 100644 root:root e6a3edda43b9a448e614701f30081a5f -File: /usr/share/man/man8/ttysnoop.8.gz 100644 root:root 716637b7f2523b0303ecdd07b2d9612c -File: /usr/share/man/man8/ttysnoops.8.gz 120777 root:root ttysnoop.8.gz +File: /usr/share/man/man8/ttysnoop.8.xz 100644 root:root c05fdfa30fdfe324235cfeef53b8a3eb +File: /usr/share/man/man8/ttysnoops.8.xz 120777 root:root ttysnoop.8.xz File: /var/spool/ttysnoop 40700 root:root -RPMIdentity: 151d459b35554bf7c7fed2eae795a1204a5c51375475555d66c55c06c02995141d4a1e2a2eab548f8910ceb01bf8a95f882fcdaa9f85ab1b4009e7d50ebea79d +RPMIdentity: d94a62f3057e2cfde3e452438e38d8621f6a776ea3a19bd8e2352c9ea187d62dd90e81aaa81f07acc1c5d5d067801bf8828f04fa3ff49c9db82fac450805964f --- ttysnoop-debuginfo-0.12d-alt1.qa1.x86_64.rpm.repo 2013-04-17 16:56:07.000000000 +0000 +++ ttysnoop-debuginfo-0.12d-alt1.qa1.x86_64.rpm.hasher 2024-05-04 01:04:37.063489187 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/29 40755 root:root -/usr/lib/debug/.build-id/29/387ab8c6af162b53b8850bf56cc6e9a523c8c0 120777 root:root ../../../../../sbin/ttysnoop -/usr/lib/debug/.build-id/29/387ab8c6af162b53b8850bf56cc6e9a523c8c0.debug 120777 root:root ../../sbin/ttysnoop.debug -/usr/lib/debug/.build-id/6f 40755 root:root -/usr/lib/debug/.build-id/6f/637db796ecfb0156b39718b814c90d37de80f9 120777 root:root ../../../../../sbin/ttysnoops -/usr/lib/debug/.build-id/6f/637db796ecfb0156b39718b814c90d37de80f9.debug 120777 root:root ../../sbin/ttysnoops.debug +/usr/lib/debug/.build-id/77 40755 root:root +/usr/lib/debug/.build-id/77/1d143a715132ebd6a86d4e1c1b481186fcd583 120777 root:root ../../../../../sbin/ttysnoops +/usr/lib/debug/.build-id/77/1d143a715132ebd6a86d4e1c1b481186fcd583.debug 120777 root:root ../../sbin/ttysnoops.debug +/usr/lib/debug/.build-id/d1 40755 root:root +/usr/lib/debug/.build-id/d1/24ff1afc3128c3c84e4729fbf9be755abee9bb 120777 root:root ../../../../../sbin/ttysnoop +/usr/lib/debug/.build-id/d1/24ff1afc3128c3c84e4729fbf9be755abee9bb.debug 120777 root:root ../../sbin/ttysnoop.debug /usr/lib/debug/sbin/ttysnoop.debug 100644 root:root @@ -14,10 +14,10 @@ Provides: ttysnoop-debuginfo = 0.12d-alt1.qa1 -File: /usr/lib/debug/.build-id/29 40755 root:root -File: /usr/lib/debug/.build-id/29/387ab8c6af162b53b8850bf56cc6e9a523c8c0 120777 root:root ../../../../../sbin/ttysnoop -File: /usr/lib/debug/.build-id/29/387ab8c6af162b53b8850bf56cc6e9a523c8c0.debug 120777 root:root ../../sbin/ttysnoop.debug -File: /usr/lib/debug/.build-id/6f 40755 root:root -File: /usr/lib/debug/.build-id/6f/637db796ecfb0156b39718b814c90d37de80f9 120777 root:root ../../../../../sbin/ttysnoops -File: /usr/lib/debug/.build-id/6f/637db796ecfb0156b39718b814c90d37de80f9.debug 120777 root:root ../../sbin/ttysnoops.debug -File: /usr/lib/debug/sbin/ttysnoop.debug 100644 root:root b52be8ee2461b37a76f97408f10d90a1 -File: /usr/lib/debug/sbin/ttysnoops.debug 100644 root:root 80e1cb04979a65a0872250d67d38af61 -RPMIdentity: fb112a2fef7882792335f7d9660f263c977b5b15e5f3dd8bcf8a1e3e08ed213d07fb32362f403ec2d9eaefdc87d2fe7916a7d89929793c345379b46f2d8dbcb3 +File: /usr/lib/debug/.build-id/77 40755 root:root +File: /usr/lib/debug/.build-id/77/1d143a715132ebd6a86d4e1c1b481186fcd583 120777 root:root ../../../../../sbin/ttysnoops +File: /usr/lib/debug/.build-id/77/1d143a715132ebd6a86d4e1c1b481186fcd583.debug 120777 root:root ../../sbin/ttysnoops.debug +File: /usr/lib/debug/.build-id/d1 40755 root:root +File: /usr/lib/debug/.build-id/d1/24ff1afc3128c3c84e4729fbf9be755abee9bb 120777 root:root ../../../../../sbin/ttysnoop +File: /usr/lib/debug/.build-id/d1/24ff1afc3128c3c84e4729fbf9be755abee9bb.debug 120777 root:root ../../sbin/ttysnoop.debug +File: /usr/lib/debug/sbin/ttysnoop.debug 100644 root:root 044c6869648a41ad358dba446ecccb86 +File: /usr/lib/debug/sbin/ttysnoops.debug 100644 root:root 61d4f8b7498bd7de2f1a20cee34ceb43 +RPMIdentity: 9a6b61d3ca9501c0748dac03cf525333bf8704447f58f721e602d9aaa3172461094061dfe5ed435f99b83bacd283f74193533948947808179291e7c54dda9b95