<86>Sep 18 10:15:14 userdel[1136584]: delete user 'rooter' <86>Sep 18 10:15:14 userdel[1136584]: removed group 'rooter' owned by 'rooter' <86>Sep 18 10:15:14 userdel[1136584]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 18 10:15:14 groupadd[1136607]: group added to /etc/group: name=rooter, GID=702 <86>Sep 18 10:15:14 groupadd[1136607]: group added to /etc/gshadow: name=rooter <86>Sep 18 10:15:14 groupadd[1136607]: new group: name=rooter, GID=702 <86>Sep 18 10:15:14 useradd[1136629]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash <86>Sep 18 10:15:14 userdel[1136659]: delete user 'builder' <86>Sep 18 10:15:14 userdel[1136659]: removed group 'builder' owned by 'builder' <86>Sep 18 10:15:14 userdel[1136659]: removed shadow group 'builder' owned by 'builder' <86>Sep 18 10:15:14 groupadd[1136674]: group added to /etc/group: name=builder, GID=703 <86>Sep 18 10:15:14 groupadd[1136674]: group added to /etc/gshadow: name=builder <86>Sep 18 10:15:14 groupadd[1136674]: new group: name=builder, GID=703 <86>Sep 18 10:15:14 useradd[1136691]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ttysnoop-0.12d-alt1.qa1.src.rpm: license not found in '/usr/share/license' directory: distributable Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.55993 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/ttysnoop-0.12d.tar.gz + 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): + /usr/bin/patch -p1 + /bin/gzip -dc /usr/src/RPM/SOURCES/ttysnoop_0.12d-3.diff.gz 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.55993 + 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 -march=i586 -mtune=generic' 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:10: warning: implicit declaration of function 'ptsname'; did you mean 'ttyname'? [-Wimplicit-function-declaration] 159 | name = ptsname(fd); | ^~~~~~~ | ttyname ttysnoops.c:159:8: 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:15: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 198 | char *name = ptsname(ptyfd); | ^~~~~~~ ttysnoops.c:200:2: warning: implicit declaration of function 'grantpt' [-Wimplicit-function-declaration] 200 | grantpt(ptyfd); | ^~~~~~~ ttysnoops.c:201:2: warning: implicit declaration of function 'unlockpt' [-Wimplicit-function-declaration] 201 | unlockpt(ptyfd); | ^~~~~~~~ ttysnoops.c: In function 'sigchld': ttysnoops.c:455:13: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] 455 | if ((pid = wait(&status)) == authpid) | ^~~~ ttysnoops.c: In function 'main': ttysnoops.c:517:19: warning: implicit declaration of function 'time'; did you mean 'utimes'? [-Wimplicit-function-declaration] 517 | utmp.ut_time = time(NULL); | ^~~~ | utimes ttysnoops.c: In function 'find_ttyxx': ttysnoops.c:219:2: 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:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 600 | write (ptyfd, buff, n); | ^~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:620:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 620 | write (ptyfd, buff, n); | ^~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:628:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 628 | write (STDOUT_FILENO, buff, n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:630:5: 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:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 24 | exit (1); | ^~~~ common.c:24:2: warning: incompatible implicit declaration of built-in function 'exit' common.c:12:1: note: include '' or provide a declaration of 'exit' 11 | #include "common.h" +++ |+#include 12 | common.c: In function 'fdprintf': common.c:35:2: 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'; did you mean 'utimes'? [-Wimplicit-function-declaration] 58 | time(&ut.ut_time); | ^~~~ | utimes 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:5: 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.55993 + 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:/bin:/usr/bin:/usr/X11R6/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) verify-elf: WARNING: ./sbin/ttysnoops: uses non-LFS functions: __fxstat fopen ftruncate open Processing files: ttysnoop-0.12d-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99378 + 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.YGj8gN 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.4vhepM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libcrypt.so.1 >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0), 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.6sq1xJ 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.Z2pFTL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sEdHSM find-requires: running scripts (debuginfo) Requires: ttysnoop = 0.12d-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypt.so.1) Wrote: /usr/src/RPM/RPMS/i586/ttysnoop-0.12d-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ttysnoop-debuginfo-0.12d-alt1.qa1.i586.rpm (w2.lzdio) 1.57user 1.09system 0:06.63elapsed 40%CPU (0avgtext+0avgdata 22060maxresident)k 0inputs+0outputs (0major+184105minor)pagefaults 0swaps /.out/ttysnoop-0.12d-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: distributable /.out/ttysnoop-debuginfo-0.12d-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: distributable 3.51user 5.17system 0:12.17elapsed 71%CPU (0avgtext+0avgdata 22060maxresident)k 0inputs+0outputs (0major+354383minor)pagefaults 0swaps --- ttysnoop-0.12d-alt1.qa1.i586.rpm.repo 2013-04-17 16:56:08.000000000 +0000 +++ ttysnoop-0.12d-alt1.qa1.i586.rpm.hasher 2021-09-18 10:15:23.660283546 +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 @@ -16,5 +16,5 @@ Requires: libc.so.6(GLIBC_2.4) -Requires: libcrypt.so.1 >= set:hguT2 +Requires: libcrypt.so.1 >= set:ihuTa Requires: rpmlib(SetVersions) -Requires: libcrypt.so.1(GLIBC_2.0) +Requires: libcrypt.so.1(XCRYPT_2.0) Requires: rtld(GNU_HASH) @@ -23,9 +23,9 @@ File: /etc/snooptab 100640 root:root 0d6ab15dcb668cb1caf33a90285b5b52 -File: /sbin/ttysnoop 100755 root:root 23d6c203bdbeaeb0456d8c8a7eae5100 -File: /sbin/ttysnoops 100755 root:root b9376db79a994d9726a120e5e6f74415 +File: /sbin/ttysnoop 100755 root:root 08f7562954715952acc726039ca5cff3 +File: /sbin/ttysnoops 100755 root:root d64ecac49d4ce306b7ab7d16806df478 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: 724f114929eec90e876504eef0631f70de281512acecad5be85b0712aebf74268003f7991d8f3431c24001281cf7307ddc004df6edee2755423629bbf3a228ac +RPMIdentity: 3dd18c4d4bb9dc506dd9a22f84ad22618f33430593b8c9293ded3b91717fd754c6bc5b44d96c347b18a05c56df301bd362f0eab44dee627b426010879b3418b4 --- ttysnoop-debuginfo-0.12d-alt1.qa1.i586.rpm.repo 2013-04-17 16:56:08.000000000 +0000 +++ ttysnoop-debuginfo-0.12d-alt1.qa1.i586.rpm.hasher 2021-09-18 10:15:23.746282965 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/2f 40755 root:root -/usr/lib/debug/.build-id/2f/c0a557e021aa881fae1892fba6ba532a4ac4a2 120777 root:root ../../../../../sbin/ttysnoop -/usr/lib/debug/.build-id/2f/c0a557e021aa881fae1892fba6ba532a4ac4a2.debug 120777 root:root ../../sbin/ttysnoop.debug -/usr/lib/debug/.build-id/e2 40755 root:root -/usr/lib/debug/.build-id/e2/5139d1094e9ed098b3ccd253072adf374ed8ac 120777 root:root ../../../../../sbin/ttysnoops -/usr/lib/debug/.build-id/e2/5139d1094e9ed098b3ccd253072adf374ed8ac.debug 120777 root:root ../../sbin/ttysnoops.debug +/usr/lib/debug/.build-id/2b 40755 root:root +/usr/lib/debug/.build-id/2b/dea9eafe6e5a6fc3f809509680cc0d4ad118cf 120777 root:root ../../../../../sbin/ttysnoop +/usr/lib/debug/.build-id/2b/dea9eafe6e5a6fc3f809509680cc0d4ad118cf.debug 120777 root:root ../../sbin/ttysnoop.debug +/usr/lib/debug/.build-id/b9 40755 root:root +/usr/lib/debug/.build-id/b9/5f9a28a9b61d569148960c134c8c9e091e9ede 120777 root:root ../../../../../sbin/ttysnoops +/usr/lib/debug/.build-id/b9/5f9a28a9b61d569148960c134c8c9e091e9ede.debug 120777 root:root ../../sbin/ttysnoops.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/2f 40755 root:root -File: /usr/lib/debug/.build-id/2f/c0a557e021aa881fae1892fba6ba532a4ac4a2 120777 root:root ../../../../../sbin/ttysnoop -File: /usr/lib/debug/.build-id/2f/c0a557e021aa881fae1892fba6ba532a4ac4a2.debug 120777 root:root ../../sbin/ttysnoop.debug -File: /usr/lib/debug/.build-id/e2 40755 root:root -File: /usr/lib/debug/.build-id/e2/5139d1094e9ed098b3ccd253072adf374ed8ac 120777 root:root ../../../../../sbin/ttysnoops -File: /usr/lib/debug/.build-id/e2/5139d1094e9ed098b3ccd253072adf374ed8ac.debug 120777 root:root ../../sbin/ttysnoops.debug -File: /usr/lib/debug/sbin/ttysnoop.debug 100644 root:root 1167737163e03d072d0cd1fab894018e -File: /usr/lib/debug/sbin/ttysnoops.debug 100644 root:root ebc108b11c4c5308dd7550eb8ea912cf -RPMIdentity: 0586b6ab15b9f2e4aaa0299bdccc2e3c53dc5f22891d422c799635646b8b94ed6b2605bc4bcf66587ad34899191d3a72db760478396eb3fdbd81bbadcd10da4d +File: /usr/lib/debug/.build-id/2b 40755 root:root +File: /usr/lib/debug/.build-id/2b/dea9eafe6e5a6fc3f809509680cc0d4ad118cf 120777 root:root ../../../../../sbin/ttysnoop +File: /usr/lib/debug/.build-id/2b/dea9eafe6e5a6fc3f809509680cc0d4ad118cf.debug 120777 root:root ../../sbin/ttysnoop.debug +File: /usr/lib/debug/.build-id/b9 40755 root:root +File: /usr/lib/debug/.build-id/b9/5f9a28a9b61d569148960c134c8c9e091e9ede 120777 root:root ../../../../../sbin/ttysnoops +File: /usr/lib/debug/.build-id/b9/5f9a28a9b61d569148960c134c8c9e091e9ede.debug 120777 root:root ../../sbin/ttysnoops.debug +File: /usr/lib/debug/sbin/ttysnoop.debug 100644 root:root 9fa4d0c9446c7f08ce8204a79dc56d19 +File: /usr/lib/debug/sbin/ttysnoops.debug 100644 root:root 6a5ba768514ee6d907da127e3b6b4008 +RPMIdentity: 1c7b67bb095a30dff70c8743c26b10379d70916ccee32bb034811c7d4605c160bdeeca253c75967cbb5953d693de56bc503ebb0da432ae3a75a6b6211323e0a0