<86>Jul 25 10:31:18 userdel[840937]: delete user 'rooter' <86>Jul 25 10:31:18 userdel[840937]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:31:18 userdel[840937]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 10:31:18 groupadd[840979]: group added to /etc/group: name=rooter, GID=666 <86>Jul 25 10:31:18 groupadd[840979]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:31:18 groupadd[840979]: new group: name=rooter, GID=666 <86>Jul 25 10:31:18 useradd[841053]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Jul 25 10:31:18 userdel[841068]: delete user 'builder' <86>Jul 25 10:31:18 userdel[841068]: removed group 'builder' owned by 'builder' <86>Jul 25 10:31:18 userdel[841068]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 10:31:18 groupadd[841075]: group added to /etc/group: name=builder, GID=667 <86>Jul 25 10:31:18 groupadd[841075]: group added to /etc/gshadow: name=builder <86>Jul 25 10:31:18 groupadd[841075]: new group: name=builder, GID=667 <86>Jul 25 10:31:18 useradd[841088]: new user: name=builder, UID=667, GID=667, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/inputpipe-0.0.0-alt1.svn11919.qa1.nosrc.rpm (w1.gzdio) Installing inputpipe-0.0.0-alt1.svn11919.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.55942 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf inputpipe-0.0.0 + echo 'Source #0 (inputpipe-0.0.0.tar):' Source #0 (inputpipe-0.0.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/inputpipe-0.0.0.tar + cd inputpipe-0.0.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.55942 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd inputpipe-0.0.0 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' cc -I uinput -I src -g -c -o src/packet.o src/packet.c src/packet.c: In function 'packet_socket_delete': src/packet.c:94:5: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(self->read_fd); ^~~~~ pclose src/packet.c: In function 'packet_socket_flush': src/packet.c:129:3: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write(self->write_fd, self->write_buffer.data, size); ^~~~~ fwrite src/packet.c:132:3: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] fsync(self->write_fd); ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' cc -I uinput -I src -g -c -o src/server.o src/server.c src/server.c: In function 'client_delete': src/server.c:190:5: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(self->uinput_fd); ^~~~~ pclose src/server.c: In function 'client_poll': src/server.c:210:9: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] if (read(self->uinput_fd, &ev, sizeof(ev)) == sizeof(ev)) ^~~~ fread src/server.c: In function 'client_received_packet': src/server.c:269:7: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write(self->uinput_fd, &ev, sizeof(ev)); ^~~~~ fwrite src/server.c: In function 'main': src/server.c:753:25: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] config_tcp_port = atoi(optarg); ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' cc -o inputpipe-server src/packet.o src/server.o make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' cc -I uinput -I src -g -c -o src/client.o src/client.c src/client.c: In function 'server_new': src/client.c:166:18: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] self->port = atoi(p+1); ^~~~ src/client.c:181:5: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(fd); ^~~~~ pclose src/client.c: In function 'evdev_send_event': src/client.c:361:12: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] retval = read(self->fd, &ev, sizeof(ev)); ^~~~ fread src/client.c: In function 'connection_received_packet': src/client.c:525:9: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write(self->evdev.fd, &ev, sizeof(ev)); ^~~~~ fwrite src/client.c: In function 'event_loop': src/client.c:692:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ src/client.c:692:7: warning: incompatible implicit declaration of built-in function 'exit' src/client.c:692:7: note: include '' or provide a declaration of 'exit' src/client.c:46:1: +#include src/client.c:692:7: exit(1); ^~~~ src/client.c: In function 'hotplug_poll': src/client.c:724:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ src/client.c:724:5: note: include '' or provide a declaration of 'exit' src/client.c: In function 'led_name_to_number': src/client.c:845:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ src/client.c:845:3: note: include '' or provide a declaration of 'exit' make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' cc -o inputpipe-client src/packet.o src/client.o make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.44186 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/inputpipe-buildroot + : + /bin/rm -rf -- /usr/src/tmp/inputpipe-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd inputpipe-0.0.0 + mkdir -p /usr/src/tmp/inputpipe-buildroot/usr/bin + make 'INSTALL=/usr/libexec/rpm-build/install -p' INSTDIR=/usr/src/tmp/inputpipe-buildroot/usr/bin install make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' /usr/libexec/rpm-build/install -p inputpipe-server /usr/src/tmp/inputpipe-buildroot/usr/bin/inputpipe-server /usr/libexec/rpm-build/install -p inputpipe-client /usr/src/tmp/inputpipe-buildroot/usr/bin/inputpipe-client make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/inputpipe-buildroot (auto) Verifying and fixing files in /usr/src/tmp/inputpipe-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/inputpipe-buildroot/ (default) Compressing files in /usr/src/tmp/inputpipe-buildroot (auto) Verifying ELF objects in /usr/src/tmp/inputpipe-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/inputpipe-client: uses non-LFS functions: open readdir verify-elf: WARNING: ./usr/bin/inputpipe-server: uses non-LFS functions: open Hardlinking identical .pyc and .pyo files Processing files: inputpipe-server-0.0.0-alt1.svn11919.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mMiFrV 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.rcfid1 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uW68vg Creating inputpipe-server-debuginfo package Processing files: inputpipe-client-0.0.0-alt1.svn11919.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eaJppP 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.DUfYYD find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nVNdpI Creating inputpipe-client-debuginfo package Processing files: inputpipe-server-debuginfo-0.0.0-alt1.svn11919.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.brvMkV find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A95CWo find-requires: running scripts (debuginfo) Requires: inputpipe-server = 0.0.0-alt1.svn11919.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Processing files: inputpipe-client-debuginfo-0.0.0-alt1.svn11919.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YqzWt9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fAQEyb find-requires: running scripts (debuginfo) Requires: inputpipe-client = 0.0.0-alt1.svn11919.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/inputpipe-server-0.0.0-alt1.svn11919.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/inputpipe-client-0.0.0-alt1.svn11919.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/inputpipe-server-debuginfo-0.0.0-alt1.svn11919.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/inputpipe-client-debuginfo-0.0.0-alt1.svn11919.qa1.i586.rpm (w2.lzdio) 3.88user 0.81system 0:13.81elapsed 34%CPU (0avgtext+0avgdata 21288maxresident)k 0inputs+0outputs (0major+250529minor)pagefaults 0swaps 5.41user 3.32system 0:18.17elapsed 48%CPU (0avgtext+0avgdata 21288maxresident)k 0inputs+0outputs (0major+463650minor)pagefaults 0swaps --- inputpipe-client-0.0.0-alt1.svn11919.qa1.i586.rpm.repo 2013-04-18 10:25:27.000000000 +0000 +++ inputpipe-client-0.0.0-alt1.svn11919.qa1.i586.rpm.hasher 2021-07-25 10:31:34.485159982 +0000 @@ -8,3 +8,3 @@ Provides: inputpipe-client = 0.0.0-alt1.svn11919.qa1 -File: /usr/bin/inputpipe-client 100755 root:root 0f984676faf3aa038020e8b6ebf2fd4b -RPMIdentity: f57c8c34066365986fb924c6e6d6145e +File: /usr/bin/inputpipe-client 100755 root:root d2cd9e7d2046d19640fc5a4b6671b41a +RPMIdentity: 6af7f8dfea8e14d1bc4cd4cb9cffebc1 --- inputpipe-client-debuginfo-0.0.0-alt1.svn11919.qa1.i586.rpm.repo 2013-04-18 10:25:27.000000000 +0000 +++ inputpipe-client-debuginfo-0.0.0-alt1.svn11919.qa1.i586.rpm.hasher 2021-07-25 10:31:34.566160529 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/29 40755 root:root -/usr/lib/debug/.build-id/29/633ace84b2ca5f0d5073f41c7edd2b9761e361 120777 root:root ../../../../bin/inputpipe-client -/usr/lib/debug/.build-id/29/633ace84b2ca5f0d5073f41c7edd2b9761e361.debug 120777 root:root ../../usr/bin/inputpipe-client.debug +/usr/lib/debug/.build-id/4c 40755 root:root +/usr/lib/debug/.build-id/4c/c3c4b92456628ed193963f6b3cd59906be6df3 120777 root:root ../../../../bin/inputpipe-client +/usr/lib/debug/.build-id/4c/c3c4b92456628ed193963f6b3cd59906be6df3.debug 120777 root:root ../../usr/bin/inputpipe-client.debug /usr/lib/debug/usr/bin/inputpipe-client.debug 100644 root:root @@ -17,6 +17,6 @@ Provides: inputpipe-client-debuginfo = 0.0.0-alt1.svn11919.qa1 -File: /usr/lib/debug/.build-id/29 40755 root:root -File: /usr/lib/debug/.build-id/29/633ace84b2ca5f0d5073f41c7edd2b9761e361 120777 root:root ../../../../bin/inputpipe-client -File: /usr/lib/debug/.build-id/29/633ace84b2ca5f0d5073f41c7edd2b9761e361.debug 120777 root:root ../../usr/bin/inputpipe-client.debug -File: /usr/lib/debug/usr/bin/inputpipe-client.debug 100644 root:root 4605a8f0d01a63ceb8bac63483cb8dd4 +File: /usr/lib/debug/.build-id/4c 40755 root:root +File: /usr/lib/debug/.build-id/4c/c3c4b92456628ed193963f6b3cd59906be6df3 120777 root:root ../../../../bin/inputpipe-client +File: /usr/lib/debug/.build-id/4c/c3c4b92456628ed193963f6b3cd59906be6df3.debug 120777 root:root ../../usr/bin/inputpipe-client.debug +File: /usr/lib/debug/usr/bin/inputpipe-client.debug 100644 root:root 50c1581c1f23cd9509eebcaaee2709b0 File: /usr/src/debug/inputpipe-0.0.0 40755 root:root @@ -29,2 +29,2 @@ File: /usr/src/debug/inputpipe-0.0.0/uinput/input.h 100644 root:root 89583c7869fd1f325855dd1de1896fdb -RPMIdentity: 7397c9e304b8154c0d54a0e56cc46f1d +RPMIdentity: 7fd91a898b23b851f7b53fac7e5efd0f --- inputpipe-server-0.0.0-alt1.svn11919.qa1.i586.rpm.repo 2013-04-18 10:25:27.000000000 +0000 +++ inputpipe-server-0.0.0-alt1.svn11919.qa1.i586.rpm.hasher 2021-07-25 10:31:34.654161123 +0000 @@ -8,3 +8,3 @@ Provides: inputpipe-server = 0.0.0-alt1.svn11919.qa1 -File: /usr/bin/inputpipe-server 100755 root:root 3cf16cf8fb2fd989a8eb16100cd73b63 -RPMIdentity: c85987a00be84a4227d8cb068e603fc3 +File: /usr/bin/inputpipe-server 100755 root:root 9233bee3a1ef0deddaf1130d596a7292 +RPMIdentity: be17c1dcecc94a5aa8ee38353cb49b35 --- inputpipe-server-debuginfo-0.0.0-alt1.svn11919.qa1.i586.rpm.repo 2013-04-18 10:25:27.000000000 +0000 +++ inputpipe-server-debuginfo-0.0.0-alt1.svn11919.qa1.i586.rpm.hasher 2021-07-25 10:31:34.729161630 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d4 40755 root:root -/usr/lib/debug/.build-id/d4/c6eac8fffc5da8e357bddee8ddae7fa57b1bed 120777 root:root ../../../../bin/inputpipe-server -/usr/lib/debug/.build-id/d4/c6eac8fffc5da8e357bddee8ddae7fa57b1bed.debug 120777 root:root ../../usr/bin/inputpipe-server.debug +/usr/lib/debug/.build-id/d2 40755 root:root +/usr/lib/debug/.build-id/d2/4f18570ed9e1b41a0800a90c196dc4513d21ae 120777 root:root ../../../../bin/inputpipe-server +/usr/lib/debug/.build-id/d2/4f18570ed9e1b41a0800a90c196dc4513d21ae.debug 120777 root:root ../../usr/bin/inputpipe-server.debug /usr/lib/debug/usr/bin/inputpipe-server.debug 100644 root:root @@ -18,6 +18,6 @@ Provides: inputpipe-server-debuginfo = 0.0.0-alt1.svn11919.qa1 -File: /usr/lib/debug/.build-id/d4 40755 root:root -File: /usr/lib/debug/.build-id/d4/c6eac8fffc5da8e357bddee8ddae7fa57b1bed 120777 root:root ../../../../bin/inputpipe-server -File: /usr/lib/debug/.build-id/d4/c6eac8fffc5da8e357bddee8ddae7fa57b1bed.debug 120777 root:root ../../usr/bin/inputpipe-server.debug -File: /usr/lib/debug/usr/bin/inputpipe-server.debug 100644 root:root 05e9653618c653d4b6de3968cd344467 +File: /usr/lib/debug/.build-id/d2 40755 root:root +File: /usr/lib/debug/.build-id/d2/4f18570ed9e1b41a0800a90c196dc4513d21ae 120777 root:root ../../../../bin/inputpipe-server +File: /usr/lib/debug/.build-id/d2/4f18570ed9e1b41a0800a90c196dc4513d21ae.debug 120777 root:root ../../usr/bin/inputpipe-server.debug +File: /usr/lib/debug/usr/bin/inputpipe-server.debug 100644 root:root 91414c3872cf14599233aa94c5660054 File: /usr/src/debug/inputpipe-0.0.0 40755 root:root @@ -31,2 +31,2 @@ File: /usr/src/debug/inputpipe-0.0.0/uinput/uinput.h 100644 root:root 71b9e9d37f04a40ee35cdb53c6982d3d -RPMIdentity: e8e1820cfd42f0ddc699ee4d29718cd8 +RPMIdentity: f02657198d05c889d566cbaddac6ed51