<86>Apr 14 01:21:21 userdel[103890]: delete user 'rooter' <86>Apr 14 01:21:21 userdel[103890]: removed group 'rooter' owned by 'rooter' <86>Apr 14 01:21:21 userdel[103890]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 01:21:21 groupadd[103921]: group added to /etc/group: name=rooter, GID=687 <86>Apr 14 01:21:21 groupadd[103921]: group added to /etc/gshadow: name=rooter <86>Apr 14 01:21:21 groupadd[103921]: new group: name=rooter, GID=687 <86>Apr 14 01:21:21 useradd[103954]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Apr 14 01:21:21 userdel[104004]: delete user 'builder' <86>Apr 14 01:21:21 userdel[104004]: removed group 'builder' owned by 'builder' <86>Apr 14 01:21:21 userdel[104004]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 01:21:21 groupadd[104021]: group added to /etc/group: name=builder, GID=688 <86>Apr 14 01:21:21 groupadd[104021]: group added to /etc/gshadow: name=builder <86>Apr 14 01:21:21 groupadd[104021]: new group: name=builder, GID=688 <86>Apr 14 01:21:21 useradd[104039]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash Installing daemontools-0.76-alt13.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93796 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf daemontools-0.76 + /bin/mkdir -p daemontools-0.76 + cd daemontools-0.76 + echo 'Source #0 (daemontools-0.76.tar):' Source #0 (daemontools-0.76.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/daemontools-0.76.tar + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (daemontools-0.76.command.patch):' Patch #0 (daemontools-0.76.command.patch): + /usr/bin/patch -p1 patching file admin/daemontools-0.76/src/rts.tests patching file admin/daemontools-0.76/src/svscanboot.sh + echo 'Patch #1 (daemontools.errno.patch):' Patch #1 (daemontools.errno.patch): + /usr/bin/patch -p1 patching file admin/daemontools-0.76/src/error.h + echo 'Patch #2 (daemontools.check.setgroup.patch):' Patch #2 (daemontools.check.setgroup.patch): + /usr/bin/patch -p0 patching file ./admin/daemontools-0.76/src/Makefile patching file ./admin/daemontools-0.76/src/prot.c + echo 'Patch #3 (daemontools.warnings.patch):' Patch #3 (daemontools.warnings.patch): + /usr/bin/patch -p1 patching file admin/daemontools-0.76/src/matchtest.c patching file admin/daemontools-0.76/src/pathexec_run.c patching file admin/daemontools-0.76/src/seek_set.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93796 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd daemontools-0.76 + pushd admin/daemontools-0.76 ~/RPM/BUILD/daemontools-0.76/admin/daemontools-0.76 ~/RPM/BUILD/daemontools-0.76 + package/compile Linking ./src/* into ./compile... Compiling everything in ./compile... make: Entering directory `/usr/src/RPM/BUILD/daemontools-0.76/admin/daemontools-0.76/compile' sh find-systype.sh > systype rm -f compile sh print-cc.sh > compile chmod 555 compile ./compile byte_chr.c ./compile byte_copy.c ./compile byte_cr.c ./compile byte_diff.c ./compile byte_rchr.c ./compile fmt_uint.c ./compile fmt_uint0.c ./compile fmt_ulong.c rm -f makelib sh print-ar.sh > makelib chmod 555 makelib ./compile scan_ulong.c ./compile str_chr.c ./compile str_diff.c ./compile str_len.c ./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 rm -f choose cat warn-auto.sh choose.sh \ | sed s}HOME}"`head -1 home`"}g \ > choose chmod 555 choose ./choose c trydrent direntry.h1 direntry.h2 > direntry.h ./compile envdir.c rm -f load sh print-ld.sh > load chmod 555 load ./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 ./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 > hasmkffo.h ./compile fifo.c ./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h ./compile lock_ex.c ./compile lock_exnb.c ./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:20: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:12:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] if (setgroups(1,&gid) == -1) return -1; ^ prot.c:14:10: warning: implicit declaration of function 'setgid' [-Wimplicit-function-declaration] return setgid(gid); /* _should_ be redundant, but on some systems it isn't */ ^ prot.c: In function 'prot_uid': prot.c:19:10: warning: implicit declaration of function 'setuid' [-Wimplicit-function-declaration] return setuid(uid); ^ ./compile readclose.c ./compile seek_set.c ./compile sgetopt.c ./compile sig.c ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h ./compile sig_block.c ./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h ./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 ./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h ./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 ./load envdir unix.a byte.a ./compile envuidgid.c ./load envuidgid unix.a byte.a ./compile fghack.c fghack.c: In function 'main': fghack.c:31:9: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(pi[1]); ^ ./load fghack unix.a byte.a ./compile match.c ./compile matchtest.c ./load matchtest match.o unix.a byte.a ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile deepsleep.c ./compile multilog.c multilog.c: In function 'startprocessor': multilog.c:200:20: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] execve("/bin/sh",args,environ); ^ In file included from multilog.c:1:0: /usr/include/unistd.h:554:12: note: expected 'char * const*' but argument is of type 'const char **' extern int execve (const char *__path, char *const __argv[], ^ multilog.c: In function 'fullcurrent': multilog.c:216:10: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] while (rename("current","previous") == -1) ^ ./choose c trysysel select.h1 select.h2 > select.h ./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 ./compile timestamp.c ./load multilog deepsleep.o timestamp.o match.o time.a unix.a byte.a ./compile pgrphack.c ./load pgrphack unix.a byte.a ./compile readproctitle.c ./load readproctitle unix.a byte.a ./compile setlock.c ./load setlock unix.a byte.a ./compile setuidgid.c ./load setuidgid unix.a byte.a ./compile softlimit.c ./load softlimit unix.a byte.a ./compile supervise.c supervise.c: In function 'announce': supervise.c:78:7: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] if (rename("supervise/status.new","supervise/status") == -1) ^ supervise.c: In function 'trystart': supervise.c:102:19: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] execve(*run,run,environ); ^ In file included from supervise.c:1:0: /usr/include/unistd.h:554:12: note: expected 'char * const*' but argument is of type 'const char **' extern int execve (const char *__path, char *const __argv[], ^ supervise.c: In function 'trigger': supervise.c:84:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(selfpipe[1],"",1); ^ ./load supervise deepsleep.o time.a unix.a byte.a ./compile svc.c ./load svc unix.a byte.a ./compile svok.c ./load svok unix.a byte.a ./compile svscan.c svscan.c: In function 'start': svscan.c:104:26: warning: passing argument 3 of 'pathexec_run' from incompatible pointer type [-Wincompatible-pointer-types] pathexec_run(*args,args,environ); ^ In file included from svscan.c:13:0: pathexec.h:6:13: note: expected 'const char * const*' but argument is of type 'char **' extern void pathexec_run(const char *,const char * const *,const char * const *); ^ svscan.c:123:26: warning: passing argument 3 of 'pathexec_run' from incompatible pointer type [-Wincompatible-pointer-types] pathexec_run(*args,args,environ); ^ In file included from svscan.c:13:0: pathexec.h:6:13: note: expected 'const char * const*' but argument is of type 'char **' extern void pathexec_run(const char *,const char * const *,const char * const *); ^ ./load svscan unix.a byte.a rm -f svscanboot cat warn-auto.sh svscanboot.sh \ | sed s}HOME}"`head -1 home`"}g \ > svscanboot chmod 555 svscanboot ./compile svstat.c ./load svstat time.a unix.a byte.a ./compile tai64n.c ./load tai64n timestamp.o time.a unix.a byte.a ./compile tai64nlocal.c ./load tai64nlocal unix.a byte.a env - /bin/sh rts.tests 2>&1 | cat -v > rts rm -f sysdeps cat systype compile load >> 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 make: Leaving directory `/usr/src/RPM/BUILD/daemontools-0.76/admin/daemontools-0.76/compile' Copying commands into ./command... + popd ~/RPM/BUILD/daemontools-0.76 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.44112 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/daemontools-buildroot + : + /bin/rm -rf -- /usr/src/tmp/daemontools-buildroot + cd daemontools-0.76 + mkdir -p /usr/src/tmp/daemontools-buildroot/bin /usr/src/tmp/daemontools-buildroot/etc/daemontools.d + cp -a admin/daemontools-0.76/command/envdir admin/daemontools-0.76/command/envuidgid admin/daemontools-0.76/command/fghack admin/daemontools-0.76/command/multilog admin/daemontools-0.76/command/pgrphack admin/daemontools-0.76/command/readproctitle admin/daemontools-0.76/command/setlock admin/daemontools-0.76/command/setuidgid admin/daemontools-0.76/command/softlimit admin/daemontools-0.76/command/supervise admin/daemontools-0.76/command/svc admin/daemontools-0.76/command/svok admin/daemontools-0.76/command/svscan admin/daemontools-0.76/command/svscanboot admin/daemontools-0.76/command/svstat admin/daemontools-0.76/command/tai64n admin/daemontools-0.76/command/tai64nlocal /usr/src/tmp/daemontools-buildroot/bin/ + install -D -m644 /usr/src/RPM/SOURCES/daemontools.rpm.macro /usr/src/tmp/daemontools-buildroot/usr/lib/rpm/macros.d/daemontools + install -D -m644 /usr/src/RPM/SOURCES/daemontools.service /usr/src/tmp/daemontools-buildroot/lib/systemd/system/daemontools.service + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/daemontools-buildroot (auto) Verifying and fixing files in /usr/src/tmp/daemontools-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/daemontools-buildroot (auto) Adjusting library links in /usr/src/tmp/daemontools-buildroot ./lib: ./usr/lib: Verifying ELF objects in /usr/src/tmp/daemontools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: daemontools-0.76-alt13 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fzJcZ1 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BjRhxS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) find-requires: FINDPACKAGE-COMMANDS: env Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PpONvO find-scriptlet-requires: FINDPACKAGE-COMMANDS: cat grep mv rm 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) Requires(interp): /bin/sh Requires(pre): startup Requires(post): daemontools-common = 0.76-alt13, /bin/sh, coreutils, grep Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.79k5hN Processing files: daemontools-common-0.76-alt13 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BAw2PO find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vYLXaT find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: rpm-macros-daemontools = 0.76-alt13 Conflicts: daemontools < 0.76-alt13 Processing files: rpm-macros-daemontools-0.76-alt13 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ddv0r0 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Z50NCa find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /usr/lib/rpm/macros.d Conflicts: daemontools-common <= 0.76-alt7 Wrote: /usr/src/RPM/RPMS/x86_64/daemontools-0.76-alt13.x86_64.rpm Wrote: /usr/src/RPM/RPMS/noarch/daemontools-common-0.76-alt13.noarch.rpm Wrote: /usr/src/RPM/RPMS/noarch/rpm-macros-daemontools-0.76-alt13.noarch.rpm 6.07user 3.15system 0:24.36elapsed 37%CPU (0avgtext+0avgdata 25352maxresident)k 0inputs+0outputs (0major+897483minor)pagefaults 0swaps 7.46user 5.37system 0:28.87elapsed 44%CPU (0avgtext+0avgdata 25352maxresident)k 0inputs+0outputs (0major+1063627minor)pagefaults 0swaps