<86>Oct 13 21:56:19 userdel[3743737]: delete user 'rooter' <86>Oct 13 21:56:19 userdel[3743737]: removed group 'rooter' owned by 'rooter' <86>Oct 13 21:56:19 userdel[3743737]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 13 21:56:19 groupadd[3743742]: group added to /etc/group: name=rooter, GID=654 <86>Oct 13 21:56:19 groupadd[3743742]: group added to /etc/gshadow: name=rooter <86>Oct 13 21:56:19 groupadd[3743742]: new group: name=rooter, GID=654 <86>Oct 13 21:56:19 useradd[3743746]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Oct 13 21:56:19 userdel[3743752]: delete user 'builder' <86>Oct 13 21:56:19 userdel[3743752]: removed group 'builder' owned by 'builder' <86>Oct 13 21:56:19 userdel[3743752]: removed shadow group 'builder' owned by 'builder' <86>Oct 13 21:56:19 groupadd[3743757]: group added to /etc/group: name=builder, GID=655 <86>Oct 13 21:56:19 groupadd[3743757]: group added to /etc/gshadow: name=builder <86>Oct 13 21:56:19 groupadd[3743757]: new group: name=builder, GID=655 <86>Oct 13 21:56:19 useradd[3743761]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/timeoutd-1.5-alt2.1.src.rpm: The use of such a license name is ambiguous: GPL <13>Oct 13 21:56:21 rpmi: xorg-proto-devel-2021.5-alt1 sisyphus+285490.100.1.1 1632124129 installed <13>Oct 13 21:56:21 rpmi: libXau-1.0.9-alt1 sisyphus+278247.100.1.1 1626080738 installed <13>Oct 13 21:56:21 rpmi: libXau-devel-1.0.9-alt1 sisyphus+278247.100.1.1 1626080738 installed <13>Oct 13 21:56:21 rpmi: libX11-locales-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637383 installed <13>Oct 13 21:56:21 rpmi: libXdmcp-1.1.3-alt1 sisyphus+278816.100.1.1 1626219233 installed <13>Oct 13 21:56:21 rpmi: libxcb-1.14-alt1 sisyphus+277968.100.1.3 1625952333 installed <13>Oct 13 21:56:21 rpmi: libX11-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637391 installed <13>Oct 13 21:56:21 rpmi: libXext-1.3.4-alt1 sisyphus+278817.100.1.3 1626262589 installed <13>Oct 13 21:56:21 rpmi: libXScrnSaver-1.2.3-alt1 sisyphus+275322.100.2.2 1624573270 installed <13>Oct 13 21:56:22 rpmi: libxcb-devel-1.14-alt1 sisyphus+277968.100.1.3 1625952333 installed <13>Oct 13 21:56:22 rpmi: libX11-devel-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637391 installed <13>Oct 13 21:56:22 rpmi: libXScrnSaver-devel-1.2.3-alt1 sisyphus+275322.100.2.2 1624573270 installed <13>Oct 13 21:56:22 rpmi: libXext-devel-1.3.4-alt1 sisyphus+278817.100.1.3 1626262589 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/timeoutd-1.5-alt2.1.nosrc.rpm (w1.gzdio) Installing timeoutd-1.5-alt2.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76658 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf timeoutd-1.5 + echo 'Source #0 (timeoutd-1.5.tar.bz2):' Source #0 (timeoutd-1.5.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/timeoutd-1.5.tar.bz2 + /bin/tar -xf - + cd timeoutd-1.5 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (timeoutd-1.5-full.patch):' Patch #0 (timeoutd-1.5-full.patch): + /usr/bin/patch -p1 patching file Makefile patching file README patching file timeoutd.8 patching file timeoutd.c patching file timeouts patching file timeouts.5 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76658 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd timeoutd-1.5 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/timeoutd-1.5' #cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o timeoutd timeoutd.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o timeoutd.o -c timeoutd.c -DTIMEOUTDX11 timeoutd.c: In function 'check_idle': timeoutd.c:1152:36: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] 1152 | && !chk_xsession(dev, host) == TIMEOUTD_XSESSION_LOCAL /* && if it's not a local Xsession */ | ^~ timeoutd.c:1152:11: note: add parentheses around left hand side expression to silence this warning 1152 | && !chk_xsession(dev, host) == TIMEOUTD_XSESSION_LOCAL /* && if it's not a local Xsession */ | ^~~~~~~~~~~~~~~~~~~~~~~~ | ( ) timeoutd.c: In function 'warnpending': timeoutd.c:952:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 952 | system(cmdbuf); | ^~~~~~~~~~~~~~ timeoutd.c: In function 'logoff_msg': timeoutd.c:1279:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1279 | write(tty, msgbuf, cnt); | ^~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c:1298:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1298 | write(tty, msgbuf, strlen(msgbuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'killit_xsession': timeoutd.c:1571:3: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 1571 | system(cmdbuf); | ^~~~~~~~~~~~~~ timeoutd.c: In function 'chk_ssh': timeoutd.c:1615:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 1615 | fscanf (proc_file, "%*d (%[^)]", comm); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'getusr': timeoutd.c:1637:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1637 | fgets(uid, 98, proc_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'get_xidle': timeoutd.c:1699:9: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1699 | setuid(oldeuid); | ^~~~~~~~~~~~~~~ timeoutd.c: In function 'getcpid': timeoutd.c:1737:33: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1737 | fgets(akt_pid, 10, proc_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o timeoutd -L/usr/lib timeoutd.o -lXss -lXext -lX11 make: Leaving directory '/usr/src/RPM/BUILD/timeoutd-1.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.76658 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/timeoutd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/timeoutd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd timeoutd-1.5 + mkdir -p /usr/src/tmp/timeoutd-buildroot/usr/sbin + mkdir -p /usr/src/tmp/timeoutd-buildroot/etc/rc.d/init.d + mkdir -p /usr/src/tmp/timeoutd-buildroot/usr/share/man/man5 + mkdir -p /usr/src/tmp/timeoutd-buildroot/usr/share/man/man8 + mkdir -p /usr/src/tmp/timeoutd-buildroot/etc/timeoutd/messages/ + install -m755 timeoutd /usr/src/tmp/timeoutd-buildroot/usr/sbin/timeoutd + install -m755 /usr/src/RPM/SOURCES/timeoutd.init /usr/src/tmp/timeoutd-buildroot/etc/rc.d/init.d/timeoutd + install -m644 timeouts /usr/src/tmp/timeoutd-buildroot/etc/timeoutd + install -m644 timeouts.5 /usr/src/tmp/timeoutd-buildroot/usr/share/man/man5 + install -m644 timeoutd.8 /usr/src/tmp/timeoutd-buildroot/usr/share/man/man8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/timeoutd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/timeoutd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/timeoutd-buildroot/ (default) Compressing files in /usr/src/tmp/timeoutd-buildroot (auto) Verifying ELF objects in /usr/src/tmp/timeoutd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/timeoutd: uses non-LFS functions: fopen open readdir Processing files: timeoutd-1.5-alt2.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.76658 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd timeoutd-1.5 + DOCDIR=/usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + export DOCDIR + rm -rf /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + /bin/mkdir -p /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + cp -prL README /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + chmod -R go-w /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + chmod -R a+rX /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XBVjWa 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.l7Iuhu find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: sleep start-stop-daemon Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(status), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, coreutils, libX11.so.6 >= set:omGNRQ5rc, libXss.so.1 >= set:hfK9V87, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH), service Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gFSHBo Creating timeoutd-debuginfo package Processing files: timeoutd-debuginfo-1.5-alt2.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.j55LCm find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y91HtC find-requires: running scripts (debuginfo) Requires: timeoutd = 1.5-alt2.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libX11.so.6), debug(libXss.so.1), debug(libc.so.6) Adding to timeoutd-debuginfo a strict dependency on timeoutd Wrote: /usr/src/RPM/RPMS/i586/timeoutd-1.5-alt2.1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/timeoutd-debuginfo-1.5-alt2.1.i586.rpm (w2.lzdio) 1.26user 0.56system 0:06.01elapsed 30%CPU (0avgtext+0avgdata 24508maxresident)k 0inputs+0outputs (0major+184561minor)pagefaults 0swaps /.out/timeoutd-1.5-alt2.1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/timeoutd-debuginfo-1.5-alt2.1.i586.rpm: The use of such a license name is ambiguous: GPL 6.27user 4.32system 0:13.87elapsed 76%CPU (0avgtext+0avgdata 103960maxresident)k 40inputs+0outputs (30098major+451622minor)pagefaults 0swaps --- timeoutd-1.5-alt2.1.i586.rpm.repo 2021-06-24 07:30:08.000000000 +0000 +++ timeoutd-1.5-alt2.1.i586.rpm.hasher 2021-10-13 21:56:30.942193172 +0000 @@ -23,2 +23,4 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -33,3 +35,3 @@ File: /etc/timeoutd/timeouts 100644 root:root 60bcb2760cac2bf3d612c53cd82db997 -File: /usr/sbin/timeoutd 100755 root:root 62a289e83124fc9adfd2f02e4c8b9183 +File: /usr/sbin/timeoutd 100755 root:root 30035b52b578d60aa4ca016007439725 File: /usr/share/doc/timeoutd-1.5 40755 root:root @@ -38,2 +40,2 @@ File: /usr/share/man/man8/timeoutd.8.xz 100644 root:root 551a5b7733257c1573864658181f75d3 -RPMIdentity: 329690f551667d2bdee0e67cadd151165aa717507c10205ca8ce507482b13861bab85a312eae9e4c604908df26d9182a2fb7056f4bd562cbdc5b2e84828e2a9e +RPMIdentity: 1db32adebade60c895ca18d5272cfe79c4b85c26a515187d240f899dcd703e4ef043e0d604294081b21164450b1639a2b31467bfea5ba71e669ac03b8c3726a9 --- timeoutd-debuginfo-1.5-alt2.1.i586.rpm.repo 2021-06-24 07:30:08.000000000 +0000 +++ timeoutd-debuginfo-1.5-alt2.1.i586.rpm.hasher 2021-10-13 21:56:31.019193226 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d1 40755 root:root -/usr/lib/debug/.build-id/d1/06f34de27b95df6ae606884d377a83c0c829b2 120777 root:root ../../../../sbin/timeoutd -/usr/lib/debug/.build-id/d1/06f34de27b95df6ae606884d377a83c0c829b2.debug 120777 root:root ../../usr/sbin/timeoutd.debug +/usr/lib/debug/.build-id/80 40755 root:root +/usr/lib/debug/.build-id/80/e4f452eb79e99ea472b6694991cac208975e6b 120777 root:root ../../../../sbin/timeoutd +/usr/lib/debug/.build-id/80/e4f452eb79e99ea472b6694991cac208975e6b.debug 120777 root:root ../../usr/sbin/timeoutd.debug /usr/lib/debug/usr/sbin/timeoutd.debug 100644 root:root @@ -13,8 +13,8 @@ Provides: timeoutd-debuginfo = 1.5-alt2.1:sisyphus+275471.100.1.3 -File: /usr/lib/debug/.build-id/d1 40755 root:root -File: /usr/lib/debug/.build-id/d1/06f34de27b95df6ae606884d377a83c0c829b2 120777 root:root ../../../../sbin/timeoutd -File: /usr/lib/debug/.build-id/d1/06f34de27b95df6ae606884d377a83c0c829b2.debug 120777 root:root ../../usr/sbin/timeoutd.debug -File: /usr/lib/debug/usr/sbin/timeoutd.debug 100644 root:root 756e184b662cb6607ef968b045510cf7 +File: /usr/lib/debug/.build-id/80 40755 root:root +File: /usr/lib/debug/.build-id/80/e4f452eb79e99ea472b6694991cac208975e6b 120777 root:root ../../../../sbin/timeoutd +File: /usr/lib/debug/.build-id/80/e4f452eb79e99ea472b6694991cac208975e6b.debug 120777 root:root ../../usr/sbin/timeoutd.debug +File: /usr/lib/debug/usr/sbin/timeoutd.debug 100644 root:root a834ffb15d370a8b3a07b4563c2b6e3c File: /usr/src/debug/timeoutd-1.5 40755 root:root File: /usr/src/debug/timeoutd-1.5/timeoutd.c 100644 root:root 1bee669effe9faa77cfe1a678504f680 -RPMIdentity: 6116d9ad1d774cd576d1391f9659f480d43f95048ee71bb3b895b61823b7bd65060095c32cfb1bafc92562e7a1db803c23b34cb0f83df13a8671fb91626f9ac6 +RPMIdentity: 78a45aefee928ea0be5552f6311e0d74fecf318ef330a9da1516c63fcd1939bad6f60daf4d260f810481ca1da570b633a84826b2a13ca66e0a186bc751ce993e