<86>Dec 13 03:55:08 userdel[1416624]: delete user 'rooter'
<86>Dec 13 03:55:08 groupadd[1416629]: group added to /etc/group: name=rooter, GID=663
<86>Dec 13 03:55:08 groupadd[1416629]: group added to /etc/gshadow: name=rooter
<86>Dec 13 03:55:08 groupadd[1416629]: new group: name=rooter, GID=663
<86>Dec 13 03:55:08 useradd[1416634]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash
<86>Dec 13 03:55:08 userdel[1416644]: delete user 'builder'
<86>Dec 13 03:55:08 userdel[1416644]: removed group 'builder' owned by 'builder'
<86>Dec 13 03:55:08 userdel[1416644]: removed shadow group 'builder' owned by 'builder'
<86>Dec 13 03:55:08 groupadd[1416649]: group added to /etc/group: name=builder, GID=664
<86>Dec 13 03:55:08 useradd[1416654]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/runit-2.1.2-alt2.nosrc.rpm
Installing runit-2.1.2-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.45441
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf runit-2.1.2
+ echo 'Source #0 (runit-2.1.2.tar):'
Source #0 (runit-2.1.2.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/runit-2.1.2.tar
+ cd runit-2.1.2
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (runit-2.1.2-service-dir-alt.patch):'
Patch #1 (runit-2.1.2-service-dir-alt.patch):
+ /usr/bin/patch -p2
patching file man/runsv.8
patching file man/runsvchdir.8
patching file man/sv.8
patching file src/sv.c
patching file etc/2
+ echo 'Patch #2 (0002-support-etc-runit-nosync-file-to-make-sync-on-shutdow.diff):'
Patch #2 (0002-support-etc-runit-nosync-file-to-make-sync-on-shutdow.diff):
+ /usr/bin/patch -p2
patching file doc/runit.8.html
patching file man/runit.8
patching file src/runit.c
patching file src/runit.h
+ echo 'Patch #3 (0003-utmpset.c-mixes-int32_t-and-time_t.diff):'
Patch #3 (0003-utmpset.c-mixes-int32_t-and-time_t.diff):
+ /usr/bin/patch -p2
patching file src/utmpset.c
+ echo 'Patch #4 (0004-src-Makefile-don-t-use-static-to-link-runit-runit-ini.diff):'
Patch #4 (0004-src-Makefile-don-t-use-static-to-link-runit-runit-ini.diff):
+ /usr/bin/patch -p2
patching file src/Makefile
+ echo 'Patch #6 (0006-make-buildsystem-respect-CFLAGS.patch):'
Patch #6 (0006-make-buildsystem-respect-CFLAGS.patch):
+ /usr/bin/patch -p2
patching file src/print-cc.sh
patching file src/print-ld.sh
+ echo 'Patch #7 (0007-move-communication-files.patch):'
Patch #7 (0007-move-communication-files.patch):
+ /usr/bin/patch -p2
patching file etc/debian/1
patching file etc/debian/3
patching file etc/debian/ctrlaltdel
patching file man/runit-init.8
patching file man/runit.8
patching file src/runit.h
+ echo 'Patch #8 (0008-emulate-sysv-runlevel-5.patch):'
Patch #8 (0008-emulate-sysv-runlevel-5.patch):
+ /usr/bin/patch -p2
patching file etc/debian/1
+ echo 'Patch #9 (0009-fix-error-in-manpage.patch):'
Patch #9 (0009-fix-error-in-manpage.patch):
+ /usr/bin/patch -p2
patching file man/runsv.8
+ echo 'Patch #10 (runit-2.1.2-disable-chkshsgr-alt.patch):'
Patch #10 (runit-2.1.2-disable-chkshsgr-alt.patch):
+ /usr/bin/patch -p2
patching file src/Makefile
+ rm -fv doc/debian
removed 'doc/debian'
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.45441
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd runit-2.1.2
+ package/compile
Linking ./src/* into ./compile...
Compiling everything in ./compile...
+ cd compile
+ exec make
make: Entering directory '/usr/src/RPM/BUILD/runit-2.1.2/compile'
sh find-systype.sh > systype
rm -f compile
sh print-cc.sh > compile
chmod 555 compile
rm -f choose
cat warn-auto.sh choose.sh \
> choose
chmod 555 choose
./choose c trydrent direntry.h1 direntry.h2 > direntry.h
rm -f load
sh print-ld.sh > load
chmod 555 load
./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h
./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 > hasmkffo.h
./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h
./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h
./compile chkshsgr.c
chkshsgr.c: In function 'main':
chkshsgr.c:10:19: warning: passing argument 2 of 'getgroups' from incompatible pointer type [-Wincompatible-pointer-types]
   if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1);
                   ^
In file included from /usr/include/features.h:428,
                 from /usr/include/unistd.h:25,
                 from chkshsgr.c:3:
/usr/include/bits/unistd.h:265:1: note: expected '__gid_t *' {aka 'unsigned int *'} but argument is of type 'short int *'
 __NTH (getgroups (int __size, __gid_t __list[]))
 ^~~~~
chkshsgr.c:10:32: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration]
   if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1);
                                ^~~~~~~~~
                                getgroups
./load chkshsgr 
./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h
./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h
./choose clr trypoll iopause.h1 iopause.h2 > iopause.h
./choose c trysysel select.h1 select.h2 > select.h
./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h
./choose c tryreboot reboot_system.h1 reboot_system.h2 > \
  reboot_system.h
( ./compile tryuwtmpx.c 2>/dev/null && cat uw_tmp.h2 >uw_tmp.h ) || \
( ./compile tryuwtmp.c 2>/dev/null && cat uw_tmp.h1 >uw_tmp.h )
rm -f tryuwtmp.o tryuwtmpx.o
./compile trysocketlib.c
( ./load trysocketlib >/dev/null 2>&1 || \
  ( ./load trysocketlib -lxnet >/dev/null 2>&1 && echo '-lxnet' ) || \
  ( ./load trysocketlib -lsocket -lnsl >/dev/null 2>&1 && \
    echo '-lsocket -lnsl' ) \
) >socket.lib
rm -f trysocketlib.o trysocketlib
rm -f sysdeps
cat systype compile load socket.lib >>sysdeps
grep sysdep direntry.h >>sysdeps
grep sysdep haswaitp.h >>sysdeps
grep sysdep hassgact.h >>sysdeps
grep sysdep hassgprm.h >>sysdeps
grep sysdep select.h >>sysdeps
grep sysdep uint64.h >>sysdeps
grep sysdep iopause.h >>sysdeps
grep sysdep hasmkffo.h >>sysdeps
grep sysdep hasflock.h >>sysdeps
grep sysdep hasshsgr.h >>sysdeps
grep sysdep reboot_system.h >>sysdeps
grep sysdep uw_tmp.h >>sysdeps
cat sysdeps
linux-5.4.80-std-def-alt1-:-:-:authenticamd-00800f12-178bfbff-:-
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
exec gcc -O2 -Wall   -c ${1+"$@"}
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
main="$1"; shift
exec gcc -s  -o "$main" "$main".o ${1+"$@"}
/* sysdep: +dirent */
/* sysdep: +waitpid */
/* sysdep: +sigaction */
/* sysdep: +sigprocmask */
/* sysdep: +sysselect */
/* sysdep: +ulong64 */
/* sysdep: +poll */
/* sysdep: +mkfifo */
/* sysdep: +flock */
/* sysdep: -shortsetgroups */
/* sysdep: +std reboot */
/* sysdep: -utmpx */
./compile chpst.c
chpst.c: In function 'suidgid':
chpst.c:80:7: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration]
   if (setgroups(ugid.gids, ugid.gid) == -1) fatal("unable to setgroups");
       ^~~~~~~~~
       getgroups
chpst.c: In function 'main':
chpst.c:311:33: warning: operation on 'subgetoptarg' may be undefined [-Wsequence-point]
           if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul;
chpst.c:311:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul;
           ^~
chpst.c:311:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
           if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul;
                                                           ^~~~~~~
chpst.c:316:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if (optarg[scan_ulong(optarg, &ul)]) usage(); nicelvl =ul;
           ^~
chpst.c:316:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
           if (optarg[scan_ulong(optarg, &ul)]) usage(); nicelvl =ul;
                                                         ^~~~~~~
./compile uidgid.c
./compile alloc.c
./compile alloc_re.c
./compile buffer.c
./compile buffer_0.c
./compile buffer_1.c
./compile buffer_2.c
./compile buffer_get.c
./compile buffer_put.c
./compile buffer_read.c
./compile buffer_write.c
./compile coe.c
./compile env.c
./compile error.c
./compile error_str.c
./compile fd_copy.c
./compile fd_move.c
./compile fifo.c
./compile lock_ex.c
./compile lock_exnb.c
rm -f makelib
sh print-ar.sh > makelib
chmod 555 makelib
./compile ndelay_off.c
./compile ndelay_on.c
./compile open_append.c
./compile open_read.c
./compile open_trunc.c
./compile open_write.c
./compile openreadclose.c
./compile pathexec_env.c
./compile pathexec_run.c
pathexec_run.c: In function 'pathexec_run':
pathexec_run.c:18:5: warning: implicit declaration of function 'execve' [-Wimplicit-function-declaration]
     execve(file,argv,envp);
     ^~~~~~
./compile prot.c
prot.c: In function 'prot_gid':
prot.c:13:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration]
   if (setgroups(1,&gid) == -1) return -1;
       ^~~~~~~~~
prot.c:15:10: warning: implicit declaration of function 'setgid'; did you mean 'prot_gid'? [-Wimplicit-function-declaration]
   return setgid(gid); /* _should_ be redundant, but on some systems it isn't */
          ^~~~~~
          prot_gid
prot.c: In function 'prot_uid':
prot.c:20:10: warning: implicit declaration of function 'setuid'; did you mean 'prot_uid'? [-Wimplicit-function-declaration]
   return setuid(uid);
          ^~~~~~
          prot_uid
./compile readclose.c
./compile seek_set.c
seek_set.c: In function 'seek_set':
seek_set.c:9:7: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration]
 { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; }
       ^~~~~
./compile sgetopt.c
./compile sig.c
./compile sig_block.c
./compile sig_catch.c
./compile sig_pause.c
./compile stralloc_cat.c
./compile stralloc_catb.c
./compile stralloc_cats.c
./compile stralloc_eady.c
./compile stralloc_opyb.c
./compile stralloc_opys.c
./compile stralloc_pend.c
./compile strerr_die.c
./compile strerr_sys.c
./compile subgetopt.c
./compile wait_nohang.c
./compile wait_pid.c
./makelib unix.a alloc.o alloc_re.o buffer.o buffer_0.o buffer_1.o \
buffer_2.o buffer_get.o buffer_put.o buffer_read.o buffer_write.o \
coe.o env.o error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o \
lock_exnb.o ndelay_off.o ndelay_on.o open_append.o open_read.o \
open_trunc.o open_write.o openreadclose.o pathexec_env.o \
pathexec_run.o prot.o readclose.o seek_set.o sgetopt.o sig.o \
sig_block.o sig_catch.o sig_pause.o stralloc_cat.o stralloc_catb.o \
stralloc_cats.o stralloc_eady.o stralloc_opyb.o stralloc_opys.o \
stralloc_pend.o strerr_die.o strerr_sys.o subgetopt.o wait_nohang.o \
wait_pid.o
./compile byte_chr.c
byte_chr.c: In function 'byte_chr':
byte_chr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) break; if (*t == ch) break; ++t; --n;
     ^~
byte_chr.c:16:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) break; if (*t == ch) break; ++t; --n;
                    ^~
byte_chr.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) break; if (*t == ch) break; ++t; --n;
     ^~
byte_chr.c:17:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) break; if (*t == ch) break; ++t; --n;
                    ^~
byte_chr.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) break; if (*t == ch) break; ++t; --n;
     ^~
byte_chr.c:18:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) break; if (*t == ch) break; ++t; --n;
                    ^~
byte_chr.c:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) break; if (*t == ch) break; ++t; --n;
     ^~
byte_chr.c:19:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) break; if (*t == ch) break; ++t; --n;
                    ^~
./compile byte_copy.c
byte_copy.c: In function 'byte_copy':
byte_copy.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return; *to++ = *from++; --n;
     ^~
byte_copy.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return; *to++ = *from++; --n;
                     ^
byte_copy.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return; *to++ = *from++; --n;
     ^~
byte_copy.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return; *to++ = *from++; --n;
                     ^
byte_copy.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return; *to++ = *from++; --n;
     ^~
byte_copy.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return; *to++ = *from++; --n;
                     ^
byte_copy.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return; *to++ = *from++; --n;
     ^~
byte_copy.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return; *to++ = *from++; --n;
                     ^
./compile byte_cr.c
byte_cr.c: In function 'byte_copyr':
byte_cr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return; *--to = *--from; --n;
     ^~
byte_cr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return; *--to = *--from; --n;
                     ^
byte_cr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return; *--to = *--from; --n;
     ^~
byte_cr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return; *--to = *--from; --n;
                     ^
byte_cr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return; *--to = *--from; --n;
     ^~
byte_cr.c:15:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return; *--to = *--from; --n;
                     ^
byte_cr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return; *--to = *--from; --n;
     ^~
byte_cr.c:16:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return; *--to = *--from; --n;
                     ^
./compile byte_diff.c
byte_diff.c: In function 'byte_diff':
byte_diff.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return 0; if (*s != *t) break; ++s; ++t; --n;
     ^~
byte_diff.c:11:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return 0; if (*s != *t) break; ++s; ++t; --n;
                       ^~
byte_diff.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return 0; if (*s != *t) break; ++s; ++t; --n;
     ^~
byte_diff.c:12:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return 0; if (*s != *t) break; ++s; ++t; --n;
                       ^~
byte_diff.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return 0; if (*s != *t) break; ++s; ++t; --n;
     ^~
byte_diff.c:13:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return 0; if (*s != *t) break; ++s; ++t; --n;
                       ^~
byte_diff.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) return 0; if (*s != *t) break; ++s; ++t; --n;
     ^~
byte_diff.c:14:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) return 0; if (*s != *t) break; ++s; ++t; --n;
                       ^~
./compile byte_rchr.c
byte_rchr.c: In function 'byte_rchr':
byte_rchr.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) break; if (*t == ch) u = t; ++t; --n;
     ^~
byte_rchr.c:18:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) break; if (*t == ch) u = t; ++t; --n;
                    ^~
byte_rchr.c:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) break; if (*t == ch) u = t; ++t; --n;
     ^~
byte_rchr.c:19:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) break; if (*t == ch) u = t; ++t; --n;
                    ^~
byte_rchr.c:20:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) break; if (*t == ch) u = t; ++t; --n;
     ^~
byte_rchr.c:20:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) break; if (*t == ch) u = t; ++t; --n;
                    ^~
byte_rchr.c:21:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!n) break; if (*t == ch) u = t; ++t; --n;
     ^~
byte_rchr.c:21:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!n) break; if (*t == ch) u = t; ++t; --n;
                    ^~
./compile fmt_uint.c
./compile fmt_uint0.c
./compile fmt_ulong.c
./compile scan_ulong.c
./compile str_chr.c
str_chr.c: In function 'str_chr':
str_chr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!*t) break; if (*t == ch) break; ++t;
     ^~
str_chr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!*t) break; if (*t == ch) break; ++t;
                     ^~
str_chr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!*t) break; if (*t == ch) break; ++t;
     ^~
str_chr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!*t) break; if (*t == ch) break; ++t;
                     ^~
str_chr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!*t) break; if (*t == ch) break; ++t;
     ^~
str_chr.c:15:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!*t) break; if (*t == ch) break; ++t;
                     ^~
str_chr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!*t) break; if (*t == ch) break; ++t;
     ^~
str_chr.c:16:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!*t) break; if (*t == ch) break; ++t;
                     ^~
./compile str_diff.c
./compile str_len.c
str_len.c: In function 'str_len':
str_len.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!*t) return t - s; ++t;
     ^~
str_len.c:11:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!*t) return t - s; ++t;
                            ^~
str_len.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!*t) return t - s; ++t;
     ^~
str_len.c:12:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!*t) return t - s; ++t;
                            ^~
str_len.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!*t) return t - s; ++t;
     ^~
str_len.c:13:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!*t) return t - s; ++t;
                            ^~
str_len.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!*t) return t - s; ++t;
     ^~
str_len.c:14:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (!*t) return t - s; ++t;
                            ^~
./compile str_start.c
./makelib byte.a byte_chr.o byte_copy.o byte_cr.o byte_diff.o \
byte_rchr.o fmt_uint.o fmt_uint0.o fmt_ulong.o scan_ulong.o str_chr.o \
str_diff.o str_len.o str_start.o
./load chpst uidgid.o unix.a byte.a
./compile runit.c
runit.c: In function 'sig_cont_handler':
runit.c:36:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(selfpipe[1], "", 1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
runit.c: In function 'sig_int_handler':
runit.c:40:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(selfpipe[1], "", 1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
runit.c: In function 'sig_child_handler':
runit.c:42:33: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 void sig_child_handler (void) { write(selfpipe[1], "", 1); }
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
runit.c: In function 'main':
runit.c:209:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(selfpipe[1], "", 1);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
./load runit unix.a byte.a
./compile runit-init.c
./load runit-init unix.a byte.a
./compile runsv.c
runsv.c: In function 's_child':
runsv.c:86:18: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 void s_child() { write(selfpipe[1], "", 1); }
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
runsv.c: In function 's_term':
runsv.c:89:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(selfpipe[1], "", 1); /* XXX */
   ^~~~~~~~~~~~~~~~~~~~~~~~~
./compile iopause.c
./compile tai_now.c
./compile tai_pack.c
./compile tai_sub.c
./compile tai_unpack.c
./compile taia_add.c
./compile taia_approx.c
./compile taia_frac.c
./compile taia_less.c
./compile taia_now.c
./compile taia_pack.c
./compile taia_sub.c
./compile taia_uint.c
./makelib time.a iopause.o tai_now.o tai_pack.o tai_sub.o \
tai_unpack.o taia_add.o taia_approx.o taia_frac.o taia_less.o \
taia_now.o taia_pack.o taia_sub.o taia_uint.o
./load runsv unix.a byte.a time.a
./compile runsvchdir.c
./load runsvchdir unix.a byte.a
./compile runsvdir.c
runsvdir.c: In function 'main':
runsvdir.c:254:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(logpipe[1], ".", 1);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
./load runsvdir unix.a byte.a time.a
./compile sv.c
sv.c: In function 'main':
sv.c:293:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (!(action =*argv++)) usage(); --argc;
   ^~
sv.c:293:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if (!(action =*argv++)) usage(); --argc;
                                    ^~
sv.c: In function 'done':
sv.c:59:47: warning: ignoring return value of 'fchdir', declared with attribute warn_unused_result [-Wunused-result]
 void done(unsigned int e) { if (curdir != -1) fchdir(curdir); _exit(e); }
                                               ^~~~~~~~~~~~~~
./load sv unix.a byte.a time.a
./compile svlogd.c
svlogd.c: In function 'ip4_scan':
svlogd.c:394:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (*s != '.') return 0; ++s; ++len;
   ^~
svlogd.c:394:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if (*s != '.') return 0; ++s; ++len;
                            ^~
svlogd.c:396:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (*s != '.') return 0; ++s; ++len;
   ^~
svlogd.c:396:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if (*s != '.') return 0; ++s; ++len;
                            ^~
svlogd.c:398:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (*s != '.') return 0; ++s; ++len;
   ^~
svlogd.c:398:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if (*s != '.') return 0; ++s; ++len;
                            ^~
./compile pmatch.c
./compile fmt_ptime.c
./load svlogd pmatch.o fmt_ptime.o unix.a byte.a time.a \
`cat socket.lib`
./compile utmpset.c
utmpset.c: In function 'wtmp_logout':
utmpset.c:80:5: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
     ftruncate(fd, st.st_size);
     ^~~~~~~~~~~~~~~~~~~~~~~~~
./load utmpset unix.a byte.a
make: Leaving directory '/usr/src/RPM/BUILD/runit-2.1.2/compile'
Copying commands into ./command...
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.43945
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/runit-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/runit-buildroot
+ cd runit-2.1.2
+ mkdir -p -m0755 /usr/src/tmp/runit-buildroot/etc/runit/service
++ cat package/commands
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/chpst /usr/src/tmp/runit-buildroot/usr/bin/chpst
+ install -D -m0755 man/chpst.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/chpst.8
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/runit /usr/src/tmp/runit-buildroot/sbin/runit
+ install -D -m0755 man/runit.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runit.8
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/runit-init /usr/src/tmp/runit-buildroot/sbin/runit-init
+ install -D -m0755 man/runit-init.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runit-init.8
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/runsv /usr/src/tmp/runit-buildroot/usr/bin/runsv
+ install -D -m0755 man/runsv.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runsv.8
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/runsvchdir /usr/src/tmp/runit-buildroot/usr/sbin/runsvchdir
+ install -D -m0755 man/runsvchdir.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runsvchdir.8
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/runsvdir /usr/src/tmp/runit-buildroot/usr/bin/runsvdir
+ install -D -m0755 man/runsvdir.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runsvdir.8
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/sv /usr/src/tmp/runit-buildroot/usr/bin/sv
+ install -D -m0755 man/sv.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/sv.8
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/svlogd /usr/src/tmp/runit-buildroot/usr/bin/svlogd
+ install -D -m0755 man/svlogd.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/svlogd.8
+ for cmd in `cat package/commands`
+ case "$cmd" in
+ install -D -m0755 compile/utmpset /usr/src/tmp/runit-buildroot/usr/sbin/utmpset
+ install -D -m0755 man/utmpset.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/utmpset.8
+ install -D -m0755 etc/2 /usr/src/tmp/runit-buildroot/etc/runit/2
+ install -D -m0644 /usr/src/RPM/SOURCES/runit.service /usr/src/tmp/runit-buildroot/lib/systemd/system/runit.service
+ install -D -m0644 /usr/src/RPM/SOURCES/sv.bash-completion /usr/src/tmp/runit-buildroot/etc/bash_completion.d/sv
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/runit-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/runit-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/runit-buildroot/ (default)
Compressing files in /usr/src/tmp/runit-buildroot (auto)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/utmpset.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/svlogd.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/sv.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/runsvdir.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/runsvchdir.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/runsv.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/runit-init.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/runit.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/runit-buildroot/usr/share/man/man8/chpst.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Adjusting library links in /usr/src/tmp/runit-buildroot
./lib:
056-debuginfo.brp: WARNING: You have 9 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./sbin/runit
  ./sbin/runit-init
  ./usr/bin/chpst
  ./usr/bin/runsv
  ./usr/bin/runsvdir
  ./usr/bin/sv
  ./usr/bin/svlogd
  ./usr/sbin/runsvchdir
  ./usr/sbin/utmpset
Verifying ELF objects in /usr/src/tmp/runit-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.61147
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd runit-2.1.2
+ package/check
Checking commands in ./command...
+ cd compile
+ exec make check
make: Entering directory '/usr/src/RPM/BUILD/runit-2.1.2/compile'
./check-local chpst runit runit-init runsv runsvchdir runsvdir sv svlogd utmpset
Checking chpst...
Checking runit...
Checking runit-init...
Checking runsv...
Checking runsvchdir...
Checking runsvdir...
Checking sv...
Checking svlogd...
Checking utmpset...
make: Leaving directory '/usr/src/RPM/BUILD/runit-2.1.2/compile'
+ exit 0
Processing files: runit-2.1.2-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.1356
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd runit-2.1.2
+ DOCDIR=/usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2
+ export DOCDIR
+ rm -rf /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2
+ /bin/mkdir -p /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2
+ cp -prL doc /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2
+ chmod -R go-w /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2
+ chmod -R a+rX /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pqGfhA
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.eo3cC2
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: env
Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, coreutils, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nAugby
Wrote: /usr/src/RPM/RPMS/x86_64/runit-2.1.2-alt2.x86_64.rpm
5.31user 1.64system 0:23.70elapsed 29%CPU (0avgtext+0avgdata 33836maxresident)k
0inputs+0outputs (0major+815620minor)pagefaults 0swaps
6.59user 3.22system 0:29.36elapsed 33%CPU (0avgtext+0avgdata 33836maxresident)k
0inputs+0outputs (0major+980887minor)pagefaults 0swaps
--- runit-2.1.2-alt2.x86_64.rpm.repo	2018-10-18 09:35:43.000000000 +0000
+++ runit-2.1.2-alt2.x86_64.rpm.hasher	2020-12-13 03:55:34.405956981 +0000
@@ -52,2 +52,2 @@
 Requires: rpmlib(PayloadIsLzma)  
-Provides: runit = 2.1.2-alt2
+Provides: runit = 2.1.2-alt2:sisyphus.215149.200