<86>Dec 30 00:03:50 userdel[2067777]: delete user 'rooter' <86>Dec 30 00:03:50 userdel[2067777]: removed group 'rooter' owned by 'rooter' <86>Dec 30 00:03:50 groupadd[2067784]: group added to /etc/group: name=rooter, GID=1229 <86>Dec 30 00:03:50 groupadd[2067784]: group added to /etc/gshadow: name=rooter <86>Dec 30 00:03:50 groupadd[2067784]: new group: name=rooter, GID=1229 <86>Dec 30 00:03:50 useradd[2067790]: new user: name=rooter, UID=1229, GID=1229, home=/root, shell=/bin/bash, from=none <86>Dec 30 00:03:50 userdel[2067800]: delete user 'builder' <86>Dec 30 00:03:50 userdel[2067800]: removed group 'builder' owned by 'builder' <86>Dec 30 00:03:50 groupadd[2067807]: group added to /etc/group: name=builder, GID=1230 <86>Dec 30 00:03:50 groupadd[2067807]: group added to /etc/gshadow: name=builder <86>Dec 30 00:03:50 groupadd[2067807]: new group: name=builder, GID=1230 <86>Dec 30 00:03:50 useradd[2067813]: new user: name=builder, UID=1230, GID=1230, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/hibernate-script-2.0-alt3.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/hibernate-script-2.0-alt3.qa1.nosrc.rpm (w1.gzdio) Installing hibernate-script-2.0-alt3.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69658 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hibernate-script-2.0 + echo 'Source #0 (hibernate-script-2.0.tar.gz):' Source #0 (hibernate-script-2.0.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/hibernate-script-2.0.tar.gz + /bin/tar -xf - + cd hibernate-script-2.0 + echo 'Source #1 (tuxonice-userui-1.0.tar.gz):' Source #1 (tuxonice-userui-1.0.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/tuxonice-userui-1.0.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (hibernate-script-2.0-alt-defaults.patch):' Patch #1 (hibernate-script-2.0-alt-defaults.patch): + /usr/bin/patch -p1 patching file common.conf patching file tuxonice.conf + echo 'Patch #2 (hibernate-script-2.0-alt-cleanup.patch):' Patch #2 (hibernate-script-2.0-alt-cleanup.patch): + /usr/bin/patch -p1 patching file init.d/hibernate-cleanup.sh + echo 'Patch #3 (hibernate-script-2.0-alt-pause-cmus.patch):' Patch #3 (hibernate-script-2.0-alt-pause-cmus.patch): + /usr/bin/patch -p1 patching file scriptlets.d/pause_audio + echo 'Patch #10 (hibernate-script-2.0-alt-tuxonice-userui.patch):' Patch #10 (hibernate-script-2.0-alt-tuxonice-userui.patch): + /usr/bin/patch -p1 patching file tuxonice-userui-1.0/Makefile patching file tuxonice-userui-1.0/userui.h + find -type f -exec chmod -x '{}' ';' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69658 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hibernate-script-2.0 + pushd tuxonice-userui-1.0 ~/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0 ~/RPM/BUILD/hibernate-script-2.0 + make clean make: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0' rm -f *.o tuxoniceui_text make -C fbsplash clean make[1]: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/fbsplash' rm -f *.o userui_fbsplash.o make[1]: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/fbsplash' make -C usplash clean make[1]: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/usplash' Makefile:14: warning: ignoring prerequisites on suffix rule definition rm -f *.o userui_usplash.o make[1]: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/usplash' make: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0' + make tuxoniceui_text 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2' make: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -c -o userui_core.o userui_core.c userui_core.c: In function 'toggle_debug_state': userui_core.c:175:13: error: type of 'key' defaults to 'int' [-Wimplicit-int] 175 | static void toggle_debug_state(key) { | ^~~~~~~~~~~~~~~~~~ userui_core.c: In function 'get_nofreeze': userui_core.c:761:35: warning: variable 'msg' set but not used [-Wunused-but-set-variable] 761 | struct userui_msg_params *msg; | ^~~ userui_core.c: In function 'get_console_loglevel': userui_core.c:118:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 118 | fscanf(printk_f, "%d", &console_loglevel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ userui_core.c: In function 'main': userui_core.c:924:9: warning: ignoring return value of 'nice' declared with attribute 'warn_unused_result' [-Wunused-result] 924 | nice(1); | ^~~~~~~ userui_core.c: In function 'restore_console': userui_core.c:521:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 521 | write(1, "\033[?25h\033[?0c", 11); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ userui_core.c: In function 'get_info': userui_core.c:427:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 427 | fgets(software_suspend_version, sizeof(software_suspend_version), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ userui_core.c:435:13: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 435 | fscanf(f, "%d", &can_use_escape); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [: userui_core.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0' error: Bad exit status from /usr/src/tmp/rpm-tmp.69658 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.69658 (%build) Command exited with non-zero status 1 0.08user 0.10system 0:00.18elapsed 103%CPU (0avgtext+0avgdata 22904maxresident)k 0inputs+0outputs (0major+19145minor)pagefaults 0swaps hsh-rebuild: rebuild of `hibernate-script-2.0-alt3.qa1.src.rpm' failed. Command exited with non-zero status 1 0.75user 1.35system 0:03.87elapsed 54%CPU (0avgtext+0avgdata 12184maxresident)k 0inputs+0outputs (0major+84284minor)pagefaults 0swaps