<86>Aug 18 02:10:19 userdel[3604955]: delete user 'rooter' <86>Aug 18 02:10:20 groupadd[3605227]: group added to /etc/group: name=rooter, GID=693 <86>Aug 18 02:10:20 groupadd[3605227]: group added to /etc/gshadow: name=rooter <86>Aug 18 02:10:20 groupadd[3605227]: new group: name=rooter, GID=693 <86>Aug 18 02:10:20 useradd[3605510]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Aug 18 02:10:20 userdel[3605765]: delete user 'builder' <86>Aug 18 02:10:20 userdel[3605765]: removed group 'builder' owned by 'builder' <86>Aug 18 02:10:20 userdel[3605765]: removed shadow group 'builder' owned by 'builder' <86>Aug 18 02:10:21 groupadd[3606281]: group added to /etc/group: name=builder, GID=694 <86>Aug 18 02:10:21 groupadd[3606281]: group added to /etc/gshadow: name=builder <86>Aug 18 02:10:21 groupadd[3606281]: new group: name=builder, GID=694 <86>Aug 18 02:10:21 useradd[3606725]: new user: name=builder, UID=694, GID=694, 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>Aug 18 02:10:43 rpmi: xorg-proto-devel-2021.4-alt1 sisyphus+272146.100.1.1 1621424691 installed <13>Aug 18 02:10:43 rpmi: libXau-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Aug 18 02:10:43 rpmi: libXau-devel-1.0.9-alt1 sisyphus+278247.100.1.1 1626080736 installed <13>Aug 18 02:10:43 rpmi: libX11-locales-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637383 installed <13>Aug 18 02:10:43 rpmi: libXdmcp-1.1.3-alt1 sisyphus+278816.100.1.1 1626219231 installed <13>Aug 18 02:10:43 rpmi: libxcb-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Aug 18 02:10:43 rpmi: libX11-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637383 installed <13>Aug 18 02:10:43 rpmi: libXext-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed <13>Aug 18 02:10:43 rpmi: libXScrnSaver-1.2.3-alt1 sisyphus+275322.100.2.2 1624573269 installed <13>Aug 18 02:10:45 rpmi: libxcb-devel-1.14-alt1 sisyphus+277968.100.1.3 1625952322 installed <13>Aug 18 02:10:45 rpmi: libX11-devel-3:1.7.2-alt1 sisyphus+279629.100.1.1 1626637383 installed <13>Aug 18 02:10:45 rpmi: libXScrnSaver-devel-1.2.3-alt1 sisyphus+275322.100.2.2 1624573269 installed <13>Aug 18 02:10:45 rpmi: libXext-devel-1.3.4-alt1 sisyphus+278817.100.1.3 1626262596 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.73910 + 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/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/timeoutd-1.5.tar.bz2 + 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.73910 + 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' make: Entering directory '/usr/src/RPM/BUILD/timeoutd-1.5' #cc -pipe -frecord-gcc-switches -Wall -g -O2 -o timeoutd timeoutd.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -o timeoutd.o -c timeoutd.c -DTIMEOUTDX11 timeoutd.c: In function 'read_wtmp': timeoutd.c:435:22: warning: passing argument 1 of 'localtime' from incompatible pointer type [-Wincompatible-pointer-types] 435 | tm = localtime(&ut.ut_time); | ^ | | | int32_t * {aka int *} In file included from timeoutd.c:40: /usr/include/time.h:123:44: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'int32_t *' {aka 'int *'} 123 | extern struct tm *localtime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ 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:2: 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:8: 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:2: 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:2: 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:19: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1737 | fgets(akt_pid, 10, proc_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'get_day_time': timeoutd.c:838:20: warning: 'strcmp' argument 1 declared attribute 'nonstring' [-Wstringop-overflow=] 838 | !strcmp(login_p->elem.ut_line, logout_p->elem.ut_line)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from timeoutd.c:36: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here 62 | char ut_line[UT_LINESIZE] | ^~~~~~~ timeoutd.c: In function 'get_rest_time': timeoutd.c:906:8: warning: 'strcmp' argument 1 declared attribute 'nonstring' [-Wstringop-overflow=] 906 | !strcmp(test_login_p->elem.ut_line, test_logout_p->elem.ut_line)) /* match */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from timeoutd.c:36: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here 62 | char ut_line[UT_LINESIZE] | ^~~~~~~ timeoutd.c: In function 'killit_xsession': timeoutd.c:1570:61: warning: '%s' directive writing up to 1023 bytes into a region of size 988 [-Wformat-overflow=] 1570 | sprintf(cmdbuf, "su %s -c \"xmessage -display %s -center '%s'&\"", user, host, msgbuf); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from timeoutd.c:30: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output 40 or more bytes (assuming 1063) into a destination of size 1024 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'getcpid': timeoutd.c:1731:25: warning: '%s' directive writing up to 255 bytes into a region of size 250 [-Wformat-overflow=] 1731 | sprintf(path, "/proc/%s/status", cont->d_name); | ^~ In file included from /usr/include/stdio.h:866, from timeoutd.c:30: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 14 and 269 bytes into a destination of size 256 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -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.30042 + 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) Processing files: timeoutd-1.5-alt2.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.24171 + 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.fXsUAU 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.mRjirT 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, /lib64/ld-linux-x86-64.so.2, coreutils, libX11.so.6()(64bit) >= set:omGNRQ5rc, libXss.so.1()(64bit) >= set:hfK9V87, libc.so.6(GLIBC_2.14)(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.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), 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.XsQceV 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.0DT6AV find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.69zsvU find-requires: running scripts (debuginfo) Requires: timeoutd = 1.5-alt2.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libXss.so.1), debug64(libc.so.6) Adding to timeoutd-debuginfo a strict dependency on timeoutd Wrote: /usr/src/RPM/RPMS/x86_64/timeoutd-1.5-alt2.1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/timeoutd-debuginfo-1.5-alt2.1.x86_64.rpm (w2.lzdio) 1.25user 0.33system 0:25.13elapsed 6%CPU (0avgtext+0avgdata 37376maxresident)k 0inputs+0outputs (0major+185453minor)pagefaults 0swaps /.out/timeoutd-1.5-alt2.1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/timeoutd-debuginfo-1.5-alt2.1.x86_64.rpm: The use of such a license name is ambiguous: GPL 6.09user 3.06system 1:33.43elapsed 9%CPU (0avgtext+0avgdata 100984maxresident)k 31184inputs+0outputs (0major+473125minor)pagefaults 0swaps --- timeoutd-1.5-alt2.1.x86_64.rpm.repo 2021-06-24 07:30:06.000000000 +0000 +++ timeoutd-1.5-alt2.1.x86_64.rpm.hasher 2021-08-18 02:11:35.123212447 +0000 @@ -32,3 +32,3 @@ File: /etc/timeoutd/timeouts 100644 root:root 60bcb2760cac2bf3d612c53cd82db997 -File: /usr/sbin/timeoutd 100755 root:root 408e716aab6e5b44e493a4123ac4cec0 +File: /usr/sbin/timeoutd 100755 root:root afd10cc0dcdfda442e63b8d413578783 File: /usr/share/doc/timeoutd-1.5 40755 root:root @@ -37,2 +37,2 @@ File: /usr/share/man/man8/timeoutd.8.xz 100644 root:root 551a5b7733257c1573864658181f75d3 -RPMIdentity: 3f7bbd063926c8e32f68cf7ba6eb2d7fe6dc686d22e8f34015b99b3b313fa0d2f9150ce45a758a0bf61b8462f4e057c04a811d7fd571cfbde75f51322ace5425 +RPMIdentity: 7b872f66e0f3380faf3bf821aea4d30ac9850f4dd0ffd4ab889e1459ee6b0d65b4acdd982edd8058b74613e0597b0f2f2fef0184c921903d22808c654be15166 --- timeoutd-debuginfo-1.5-alt2.1.x86_64.rpm.repo 2021-06-24 07:30:06.000000000 +0000 +++ timeoutd-debuginfo-1.5-alt2.1.x86_64.rpm.hasher 2021-08-18 02:11:35.870207388 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/4fd649f29287a6a9d781c27104a3089e04d13b 120777 root:root ../../../../sbin/timeoutd -/usr/lib/debug/.build-id/3b/4fd649f29287a6a9d781c27104a3089e04d13b.debug 120777 root:root ../../usr/sbin/timeoutd.debug +/usr/lib/debug/.build-id/74 40755 root:root +/usr/lib/debug/.build-id/74/de54dda73c5aea0455519514c05767a8bcbdff 120777 root:root ../../../../sbin/timeoutd +/usr/lib/debug/.build-id/74/de54dda73c5aea0455519514c05767a8bcbdff.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/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/4fd649f29287a6a9d781c27104a3089e04d13b 120777 root:root ../../../../sbin/timeoutd -File: /usr/lib/debug/.build-id/3b/4fd649f29287a6a9d781c27104a3089e04d13b.debug 120777 root:root ../../usr/sbin/timeoutd.debug -File: /usr/lib/debug/usr/sbin/timeoutd.debug 100644 root:root 86305630266e5a8e22c23c529b03de90 +File: /usr/lib/debug/.build-id/74 40755 root:root +File: /usr/lib/debug/.build-id/74/de54dda73c5aea0455519514c05767a8bcbdff 120777 root:root ../../../../sbin/timeoutd +File: /usr/lib/debug/.build-id/74/de54dda73c5aea0455519514c05767a8bcbdff.debug 120777 root:root ../../usr/sbin/timeoutd.debug +File: /usr/lib/debug/usr/sbin/timeoutd.debug 100644 root:root 5e7e672df08bad7dc02b5991f1afc514 File: /usr/src/debug/timeoutd-1.5 40755 root:root File: /usr/src/debug/timeoutd-1.5/timeoutd.c 100644 root:root 1bee669effe9faa77cfe1a678504f680 -RPMIdentity: 6ae759aa00c2b0723619eb9f62d0a87778e279fd710eef8543ca00cb9652415ebcff490884678b7e56682addf0f55b0775de43d7abe6b7332ddb0b171efa7018 +RPMIdentity: 468420ea992ba8724ffb5f475e1f624eca9a90dcffbf9d2e673c30b251677ff9d062a8bf9dedcb3958b2e8b2ab69b6b8077f812597ae281044ee3235fe75e12f