<86>Sep 14 09:58:45 userdel[2268254]: delete user 'rooter' <86>Sep 14 09:58:45 userdel[2268254]: removed group 'rooter' owned by 'rooter' <86>Sep 14 09:58:45 userdel[2268254]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 09:58:45 groupadd[2268281]: group added to /etc/group: name=rooter, GID=639 <86>Sep 14 09:58:45 groupadd[2268281]: group added to /etc/gshadow: name=rooter <86>Sep 14 09:58:45 groupadd[2268281]: new group: name=rooter, GID=639 <86>Sep 14 09:58:45 useradd[2268320]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Sep 14 09:58:45 userdel[2268357]: delete user 'builder' <86>Sep 14 09:58:45 userdel[2268357]: removed group 'builder' owned by 'builder' <86>Sep 14 09:58:45 userdel[2268357]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 09:58:45 groupadd[2268380]: group added to /etc/group: name=builder, GID=640 <86>Sep 14 09:58:45 groupadd[2268380]: group added to /etc/gshadow: name=builder <86>Sep 14 09:58:45 groupadd[2268380]: new group: name=builder, GID=640 <86>Sep 14 09:58:45 useradd[2268395]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/inputpipe-0.0.0-alt1.svn11919.qa1.src.rpm: The use of such a license name is ambiguous: GPL 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.99811 + 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.99811 + 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] 94 | 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] 129 | write(self->write_fd, self->write_buffer.data, size); | ^~~~~ | fwrite src/packet.c:132:3: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] 132 | 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] 190 | 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] 210 | 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] 269 | 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] 753 | 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] 166 | self->port = atoi(p+1); | ^~~~ src/client.c:181:5: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 181 | 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] 361 | 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] 525 | 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] 692 | exit(1); | ^~~~ src/client.c:46:1: note: include '' or provide a declaration of 'exit' 45 | #include "packet.h" +++ |+#include 46 | src/client.c:692:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 692 | exit(1); | ^~~~ src/client.c:692:7: note: include '' or provide a declaration of 'exit' src/client.c: In function 'hotplug_poll': src/client.c:724:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 724 | 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' [-Wbuiltin-declaration-mismatch] 845 | 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.99811 + 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: fcntl open readdir verify-elf: WARNING: ./usr/bin/inputpipe-server: uses non-LFS functions: fcntl open 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.Et1kl4 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5kTO70 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.1.3), libc.so.6(GLIBC_2.28), 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.unt2V2 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.N45Im1 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lsgaO1 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.1.3), libc.so.6(GLIBC_2.28), 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.IiT8X2 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.jNYXQZ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6Cs5D0 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.g3K1MZ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0c2dC2 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) 1.15user 0.74system 0:10.78elapsed 17%CPU (0avgtext+0avgdata 20264maxresident)k 0inputs+0outputs (0major+214863minor)pagefaults 0swaps /.out/inputpipe-server-0.0.0-alt1.svn11919.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/inputpipe-client-0.0.0-alt1.svn11919.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/inputpipe-server-debuginfo-0.0.0-alt1.svn11919.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/inputpipe-client-debuginfo-0.0.0-alt1.svn11919.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 2.53user 3.17system 0:14.50elapsed 39%CPU (0avgtext+0avgdata 20264maxresident)k 0inputs+0outputs (0major+424814minor)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-09-14 09:58:58.019261374 +0000 @@ -4,2 +4,4 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.28) Requires: libc.so.6(GLIBC_2.4) @@ -8,3 +10,3 @@ Provides: inputpipe-client = 0.0.0-alt1.svn11919.qa1 -File: /usr/bin/inputpipe-client 100755 root:root 0f984676faf3aa038020e8b6ebf2fd4b -RPMIdentity: bdc398b92f70b97e825b0091604861f2ff4510f5e42b4f4eff7d9784e91135392cf0a3ddbe6bc97394218b0d8196027c8353578ca7e2c47d77434227de217edd +File: /usr/bin/inputpipe-client 100755 root:root 3240b697b0f26451719a53aae51f4480 +RPMIdentity: 4dd9014cd1bd7254facebab235d15a65561bc28e6d7b198f5c9c4c74fff756a94d8a859a3d1a24bf4847b89a027b9c7376f1374983d1fe43baae9d9f24825a04 --- 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-09-14 09:58:58.074261436 +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/c5 40755 root:root +/usr/lib/debug/.build-id/c5/803cc2fb2b64685af895bbdd290fbdb30ab430 120777 root:root ../../../../bin/inputpipe-client +/usr/lib/debug/.build-id/c5/803cc2fb2b64685af895bbdd290fbdb30ab430.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/c5 40755 root:root +File: /usr/lib/debug/.build-id/c5/803cc2fb2b64685af895bbdd290fbdb30ab430 120777 root:root ../../../../bin/inputpipe-client +File: /usr/lib/debug/.build-id/c5/803cc2fb2b64685af895bbdd290fbdb30ab430.debug 120777 root:root ../../usr/bin/inputpipe-client.debug +File: /usr/lib/debug/usr/bin/inputpipe-client.debug 100644 root:root cb549205c17dc4c94f770997976301a2 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: 5cbc8fb84d4aee9461d7de485d0b2792dbba2e3e264f7d49576ca24a8a24c766f35e1dfd424c296aac4b46112ef27ea5465a92d276d239a76bafc547065df2c7 +RPMIdentity: a826a4b2fd9e7a3e2911c10ace1f72865ba6808e250744d233145e60347d78abc0fc80dfaf4fc5c6713b70cb15092cd6b19189c2646e306a91249b586a6caae6 --- 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-09-14 09:58:58.129261498 +0000 @@ -4,2 +4,4 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.28) Requires: libc.so.6(GLIBC_2.4) @@ -8,3 +10,3 @@ Provides: inputpipe-server = 0.0.0-alt1.svn11919.qa1 -File: /usr/bin/inputpipe-server 100755 root:root 3cf16cf8fb2fd989a8eb16100cd73b63 -RPMIdentity: 253ed56966489414294ced7ba16b643cb82b4d23a9af0e1cd247066ca40ddb4c92ffeab5183ff3b79403f239ea8b3f75a078822dbb8ab747e6e0c15e0bdd99cf +File: /usr/bin/inputpipe-server 100755 root:root 50625da5a45f65bf9684c4ad21aae285 +RPMIdentity: 0f66f2b6ac9dcd514128f0f8bb33fbc410b3a6c3406a3e2b9128faef39021b359836e4e3c2354e2a4a16f1dba446ec7c1cd1be6f1ae172f8dfe673f7a0ded843 --- 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-09-14 09:58:58.185261561 +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/91 40755 root:root +/usr/lib/debug/.build-id/91/05257b7ce6bc3c9837c6a7fe1edd1203190608 120777 root:root ../../../../bin/inputpipe-server +/usr/lib/debug/.build-id/91/05257b7ce6bc3c9837c6a7fe1edd1203190608.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/91 40755 root:root +File: /usr/lib/debug/.build-id/91/05257b7ce6bc3c9837c6a7fe1edd1203190608 120777 root:root ../../../../bin/inputpipe-server +File: /usr/lib/debug/.build-id/91/05257b7ce6bc3c9837c6a7fe1edd1203190608.debug 120777 root:root ../../usr/bin/inputpipe-server.debug +File: /usr/lib/debug/usr/bin/inputpipe-server.debug 100644 root:root 00047763064d609bbdd6cceee2e5acd1 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: fd2d9cbfb70a34262aa82e49ad8fb3fac3d4eb972d4a7615d6095e19fdd85f5df4c8bc8c4593535a81a6e36642d30198d1c470911ee7b947d4a1da90701af098 +RPMIdentity: 82a3ba802fc35f268c668a7459d8499492157faea73f1df626bd9a3f63e8122417e6a7c7a460727b50ec5ec0a9474f6086b607683150a9a122b73466c85f3591