<86>Jan 15 07:58:17 userdel[5709]: delete user 'rooter'
<86>Jan 15 07:58:17 groupadd[5737]: group added to /etc/group: name=rooter, GID=681
<86>Jan 15 07:58:17 groupadd[5737]: group added to /etc/gshadow: name=rooter
<86>Jan 15 07:58:17 groupadd[5737]: new group: name=rooter, GID=681
<86>Jan 15 07:58:17 useradd[5767]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash
<86>Jan 15 07:58:17 userdel[5793]: delete user 'builder'
<86>Jan 15 07:58:17 userdel[5793]: removed group 'builder' owned by 'builder'
<86>Jan 15 07:58:17 userdel[5793]: removed shadow group 'builder' owned by 'builder'
<86>Jan 15 07:58:17 groupadd[5807]: group added to /etc/group: name=builder, GID=682
<86>Jan 15 07:58:17 groupadd[5807]: group added to /etc/gshadow: name=builder
<86>Jan 15 07:58:17 groupadd[5807]: new group: name=builder, GID=682
<86>Jan 15 07:58:17 useradd[5814]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash
<13>Jan 15 07:58:20 rpmi: xorg-proto-devel-2018.4-alt3 1527685079 installed
<13>Jan 15 07:58:20 rpmi: libXau-1.0.8-alt1 1369565808 installed
<13>Jan 15 07:58:20 rpmi: libXau-devel-1.0.8-alt1 1369565808 installed
<13>Jan 15 07:58:20 rpmi: libX11-locales-3:1.6.7-alt1 sisyphus.214413.200 1539171080 installed
<13>Jan 15 07:58:20 rpmi: libXdmcp-1.1.1-alt1 1334617701 installed
<13>Jan 15 07:58:20 rpmi: libxcb-1.13.1-alt1 sisyphus.214413.100 1539170896 installed
<13>Jan 15 07:58:20 rpmi: libX11-3:1.6.7-alt1 sisyphus.214413.200 1539171143 installed
<13>Jan 15 07:58:20 rpmi: libXext-1.3.3-alt1 1409902959 installed
<13>Jan 15 07:58:20 rpmi: libXScrnSaver-1.2.2-alt1 1331212354 installed
<13>Jan 15 07:58:22 rpmi: libxcb-devel-1.13.1-alt1 sisyphus.214413.100 1539170896 installed
<13>Jan 15 07:58:22 rpmi: libX11-devel-3:1.6.7-alt1 sisyphus.214413.200 1539171143 installed
<13>Jan 15 07:58:22 rpmi: libXScrnSaver-devel-1.2.2-alt1 1331212354 installed
<13>Jan 15 07:58:22 rpmi: libXext-devel-1.3.3-alt1 1409902959 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/timeoutd-1.5-alt2.1.nosrc.rpm
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.57277
+ 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.57277
+ 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 -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/timeoutd-1.5'
#cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o timeoutd timeoutd.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -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]
        && !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
        && !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]
  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]
        write(tty, msgbuf, cnt);
        ^~~~~~~~~~~~~~~~~~~~~~~
timeoutd.c:1298:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     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]
   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]
  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]
                 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]
  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]
                   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=]
                   !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
   char ut_line[UT_LINESIZE]
        ^~~~~~~
timeoutd.c:838:20: warning: 'strcmp' argument 2 declared attribute 'nonstring' [-Wstringop-overflow=]
                   !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
   char ut_line[UT_LINESIZE]
        ^~~~~~~
timeoutd.c:838:20: warning: 'strcmp' argument 1 declared attribute 'nonstring' [-Wstringop-overflow=]
                   !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
   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=]
       !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
   char ut_line[UT_LINESIZE]
        ^~~~~~~
timeoutd.c:906:8: warning: 'strcmp' argument 2 declared attribute 'nonstring' [-Wstringop-overflow=]
       !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
   char ut_line[UT_LINESIZE]
        ^~~~~~~
timeoutd.c:906:8: warning: 'strcmp' argument 1 declared attribute 'nonstring' [-Wstringop-overflow=]
       !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
   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=]
   sprintf(cmdbuf, "su %s -c \"xmessage -display %s -center '%s'&\"", user, host, msgbuf);
                                                             ^~                   ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from timeoutd.c:30:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 40 or more bytes (assuming 1063) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __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=]
    sprintf(path, "/proc/%s/status", cont->d_name);
                         ^~
In file included from /usr/include/stdio.h:862,
                 from timeoutd.c:30:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 14 and 269 bytes into a destination of size 256
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -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.15562
+ 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
+ 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)
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: __xstat fopen open readdir
Hardlinking identical .pyc and .pyo files
Processing files: timeoutd-1.5-alt2.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.9216
+ 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.zS8HjO
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.p7E04K
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
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.3), libc.so.6(GLIBC_2.3.4), 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.lK3O5S
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.O8BY0B
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kroR4H
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)
Wrote: /usr/src/RPM/RPMS/i586/timeoutd-1.5-alt2.1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/timeoutd-debuginfo-1.5-alt2.1.i586.rpm
3.44user 0.59system 0:08.89elapsed 45%CPU (0avgtext+0avgdata 30788maxresident)k
0inputs+0outputs (0major+190852minor)pagefaults 0swaps
14.61user 4.32system 0:25.37elapsed 74%CPU (0avgtext+0avgdata 121464maxresident)k
0inputs+0outputs (0major+620337minor)pagefaults 0swaps
--- timeoutd-1.5-alt2.1.i586.rpm.repo	2012-06-20 12:57:37.000000000 +0000
+++ timeoutd-1.5-alt2.1.i586.rpm.hasher	2019-01-15 07:58:35.062923778 +0000
@@ -7,4 +7,4 @@
 /usr/share/doc/timeoutd-1.5/README	100644	
-/usr/share/man/man5/timeouts.5.gz	100644	
-/usr/share/man/man8/timeoutd.8.gz	100644	
+/usr/share/man/man5/timeouts.5.xz	100644	
+/usr/share/man/man8/timeoutd.8.xz	100644	
 Requires: /bin/sh