<86>Sep 29 11:28:26 userdel[3320835]: delete user 'rooter' <86>Sep 29 11:28:26 userdel[3320835]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:28:26 userdel[3320835]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:28:26 groupadd[3320866]: group added to /etc/group: name=rooter, GID=1838 <86>Sep 29 11:28:26 groupadd[3320866]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:28:26 groupadd[3320866]: new group: name=rooter, GID=1838 <86>Sep 29 11:28:26 useradd[3320896]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash <86>Sep 29 11:28:26 userdel[3320936]: delete user 'builder' <86>Sep 29 11:28:26 userdel[3320936]: removed group 'builder' owned by 'builder' <86>Sep 29 11:28:26 userdel[3320936]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:28:26 groupadd[3320977]: group added to /etc/group: name=builder, GID=1839 <86>Sep 29 11:28:26 groupadd[3320977]: group added to /etc/gshadow: name=builder <86>Sep 29 11:28:26 groupadd[3320977]: new group: name=builder, GID=1839 <86>Sep 29 11:28:26 useradd[3321003]: new user: name=builder, UID=1839, GID=1839, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54414 + 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.65273 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd inputpipe-0.0.0 + make -j16 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 -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-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 -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.65273 + 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) 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.mRUa2F 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.ttcZ2p find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), 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.Wcbywd 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.dKh6s4 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.UAB4RY find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), 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.VztIJW 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.6zFT4X find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rpLdT2 find-requires: running scripts (debuginfo) Requires: inputpipe-server = 0.0.0-alt1.svn11919.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(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.8v5lab find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lJbEUm find-requires: running scripts (debuginfo) Requires: inputpipe-client = 0.0.0-alt1.svn11919.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/inputpipe-server-0.0.0-alt1.svn11919.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/inputpipe-client-0.0.0-alt1.svn11919.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/inputpipe-server-debuginfo-0.0.0-alt1.svn11919.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/inputpipe-client-debuginfo-0.0.0-alt1.svn11919.qa1.x86_64.rpm (w2.lzdio) 1.86user 1.50system 0:12.16elapsed 27%CPU (0avgtext+0avgdata 25756maxresident)k 0inputs+0outputs (0major+304200minor)pagefaults 0swaps 0.52user 1.61system 0:16.92elapsed 12%CPU (0avgtext+0avgdata 12208maxresident)k 0inputs+0outputs (0major+95463minor)pagefaults 0swaps --- inputpipe-client-0.0.0-alt1.svn11919.qa1.x86_64.rpm.repo 2013-04-18 10:25:27.000000000 +0000 +++ inputpipe-client-0.0.0-alt1.svn11919.qa1.x86_64.rpm.hasher 2024-09-29 11:28:40.277957727 +0000 @@ -8,3 +8,3 @@ Provides: inputpipe-client = 0.0.0-alt1.svn11919.qa1 -File: /usr/bin/inputpipe-client 100755 root:root d1d813aeb9a90163ecf63b7dac7d7826 -RPMIdentity: e7483ffdd5bac58acf558071e8a5b6de1f43d62ae2e2c338c97c656e1e29076ee4117dd602471d64e6a4eca62154a8925f3f49fdb39fc1c38541bdb099f2e791 +File: /usr/bin/inputpipe-client 100755 root:root f243ff04b40d7d5b8e34690ea5ea7685 +RPMIdentity: b1dfb05199517eb251c76da3e15c73e0f07313479f9ebf95c116d082388ee51a74da0c99aa18ec12f23eafb3cdf32068184fc702567d09530771eb61e7f2dadf --- inputpipe-client-debuginfo-0.0.0-alt1.svn11919.qa1.x86_64.rpm.repo 2013-04-18 10:25:27.000000000 +0000 +++ inputpipe-client-debuginfo-0.0.0-alt1.svn11919.qa1.x86_64.rpm.hasher 2024-09-29 11:28:40.341958742 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b2 40755 root:root -/usr/lib/debug/.build-id/b2/e0dcb6481ff43271e74dd97e0309b11b4ce19d 120777 root:root ../../../../bin/inputpipe-client -/usr/lib/debug/.build-id/b2/e0dcb6481ff43271e74dd97e0309b11b4ce19d.debug 120777 root:root ../../usr/bin/inputpipe-client.debug +/usr/lib/debug/.build-id/90 40755 root:root +/usr/lib/debug/.build-id/90/2df141fccd12b7acb250cd929e861e20750e5a 120777 root:root ../../../../bin/inputpipe-client +/usr/lib/debug/.build-id/90/2df141fccd12b7acb250cd929e861e20750e5a.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/b2 40755 root:root -File: /usr/lib/debug/.build-id/b2/e0dcb6481ff43271e74dd97e0309b11b4ce19d 120777 root:root ../../../../bin/inputpipe-client -File: /usr/lib/debug/.build-id/b2/e0dcb6481ff43271e74dd97e0309b11b4ce19d.debug 120777 root:root ../../usr/bin/inputpipe-client.debug -File: /usr/lib/debug/usr/bin/inputpipe-client.debug 100644 root:root 8dd75ac0681a422e574020f317455e2f +File: /usr/lib/debug/.build-id/90 40755 root:root +File: /usr/lib/debug/.build-id/90/2df141fccd12b7acb250cd929e861e20750e5a 120777 root:root ../../../../bin/inputpipe-client +File: /usr/lib/debug/.build-id/90/2df141fccd12b7acb250cd929e861e20750e5a.debug 120777 root:root ../../usr/bin/inputpipe-client.debug +File: /usr/lib/debug/usr/bin/inputpipe-client.debug 100644 root:root 3da0841609d9c2989a3a3ecbe3b5db5b 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: 3cb1538ba102f43c2d7fc3360656ba66e249fbd40cc39778d430a28134b23f55fa8bbefdaa5b38ce95a683be1aba0c3b3ebae268d5a6ec4cf32212420a99f11d +RPMIdentity: b95203a203450537732fba7a394720064fc6a154be0a0a46872ebb790023e2175f72c4dba26c3631514669fee58208c3a4a4c982cc042299e84ad6a76e53615e --- inputpipe-server-0.0.0-alt1.svn11919.qa1.x86_64.rpm.repo 2013-04-18 10:25:27.000000000 +0000 +++ inputpipe-server-0.0.0-alt1.svn11919.qa1.x86_64.rpm.hasher 2024-09-29 11:28:40.406959772 +0000 @@ -8,3 +8,3 @@ Provides: inputpipe-server = 0.0.0-alt1.svn11919.qa1 -File: /usr/bin/inputpipe-server 100755 root:root cf388cc9b39121d63cca8d5f6d9202ca -RPMIdentity: da37f4708d2cdb669d511c3d0eafba6e6eb7688568afb5adaa5e612e296e66e1abf3c64be38d8568102fdd76ce936b17653696b08ff85ca8069d632ca453dbe1 +File: /usr/bin/inputpipe-server 100755 root:root 8fb0a0852e355f8020d2d2816e8b27ff +RPMIdentity: 25c2c7b4be39575db13390d0cb581ad5e212bb320e871a6e01b3bb895dc50f29bf24ab2739a3b7692205a365c4f03815ea86e743176d81e7b3887836bd488616 --- inputpipe-server-debuginfo-0.0.0-alt1.svn11919.qa1.x86_64.rpm.repo 2013-04-18 10:25:27.000000000 +0000 +++ inputpipe-server-debuginfo-0.0.0-alt1.svn11919.qa1.x86_64.rpm.hasher 2024-09-29 11:28:40.478960915 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/66 40755 root:root -/usr/lib/debug/.build-id/66/623cfe5e40d56892cdf2e90d8862d56e281d2e 120777 root:root ../../../../bin/inputpipe-server -/usr/lib/debug/.build-id/66/623cfe5e40d56892cdf2e90d8862d56e281d2e.debug 120777 root:root ../../usr/bin/inputpipe-server.debug +/usr/lib/debug/.build-id/9a 40755 root:root +/usr/lib/debug/.build-id/9a/ed51f291201e74b9eda74d9f9d38dfb90156b2 120777 root:root ../../../../bin/inputpipe-server +/usr/lib/debug/.build-id/9a/ed51f291201e74b9eda74d9f9d38dfb90156b2.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/66 40755 root:root -File: /usr/lib/debug/.build-id/66/623cfe5e40d56892cdf2e90d8862d56e281d2e 120777 root:root ../../../../bin/inputpipe-server -File: /usr/lib/debug/.build-id/66/623cfe5e40d56892cdf2e90d8862d56e281d2e.debug 120777 root:root ../../usr/bin/inputpipe-server.debug -File: /usr/lib/debug/usr/bin/inputpipe-server.debug 100644 root:root ba18c866c941040713d6991d2844f868 +File: /usr/lib/debug/.build-id/9a 40755 root:root +File: /usr/lib/debug/.build-id/9a/ed51f291201e74b9eda74d9f9d38dfb90156b2 120777 root:root ../../../../bin/inputpipe-server +File: /usr/lib/debug/.build-id/9a/ed51f291201e74b9eda74d9f9d38dfb90156b2.debug 120777 root:root ../../usr/bin/inputpipe-server.debug +File: /usr/lib/debug/usr/bin/inputpipe-server.debug 100644 root:root 41217c79033d347ce2b765ce2d1865d2 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: 581b0566585acb399e8d3d276fb5d80e0a8ab003bfada3d11a9a127108b7ecf7de94e16a197b290307e9c6e7103d0ace1bfec655ab0964c94bf379bc2f1060be +RPMIdentity: 5e9afd81c0f89ccc08fb24a068d253b71f59eb1d3600e9cdb27636bd1ab0e2906eb0b4c735dde0a1207f90588daaf8671427a669ecc15e5b87828954b8e06fc4