<86>Aug 24 00:30:45 userdel[2990183]: delete user 'rooter' <86>Aug 24 00:30:45 userdel[2990183]: removed group 'rooter' owned by 'rooter' <86>Aug 24 00:30:45 userdel[2990183]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 24 00:30:45 groupadd[2990215]: group added to /etc/group: name=rooter, GID=1820 <86>Aug 24 00:30:45 groupadd[2990215]: group added to /etc/gshadow: name=rooter <86>Aug 24 00:30:45 groupadd[2990215]: new group: name=rooter, GID=1820 <86>Aug 24 00:30:45 useradd[2990244]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Aug 24 00:30:45 userdel[2990280]: delete user 'builder' <86>Aug 24 00:30:45 userdel[2990280]: removed group 'builder' owned by 'builder' <86>Aug 24 00:30:45 userdel[2990280]: removed shadow group 'builder' owned by 'builder' <86>Aug 24 00:30:45 groupadd[2990318]: group added to /etc/group: name=builder, GID=1821 <86>Aug 24 00:30:45 groupadd[2990318]: group added to /etc/gshadow: name=builder <86>Aug 24 00:30:45 groupadd[2990318]: new group: name=builder, GID=1821 <86>Aug 24 00:30:45 useradd[2990353]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/powertop1-1.13-alt4.src.rpm: license not found in '/usr/share/license' directory: only warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root <13>Aug 24 00:30:47 rpmi: libncursesw6-6.3.20220618-alt2 sisyphus+326886.60.11.1 1692772360 installed <13>Aug 24 00:30:47 rpmi: libtinfo-devel-6.3.20220618-alt2 sisyphus+326886.60.11.1 1692772360 installed <13>Aug 24 00:30:47 rpmi: libncursesw-devel-6.3.20220618-alt2 sisyphus+326886.60.11.1 1692772360 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/powertop1-1.13-alt4.nosrc.rpm (w1.gzdio) Installing powertop1-1.13-alt4.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.78310 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf powertop-1.13 + echo 'Source #0 (powertop-1.13.tar.gz):' Source #0 (powertop-1.13.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/powertop-1.13.tar.gz + /bin/tar -xf - + cd powertop-1.13 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (powertop-1.13-kconfig.patch):' Patch #0 (powertop-1.13-kconfig.patch): + /usr/bin/patch -p1 patching file powertop.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.78310 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd powertop-1.13 + make -j16 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o misctips.o misctips.c misctips.c: In function 'noatime_on': misctips.c:172:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 172 | system("/bin/mount -o remount,noatime,nodiratime /"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o xrandr.o xrandr.c xrandr.c: In function 'activate_noTV': xrandr.c:39:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | system("xrandr --auto &> /dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xrandr.c:40:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 40 | system("xrandr --output TV --off &> /dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o bluetooth.o bluetooth.c bluetooth.c: In function 'turn_bluetooth_off': bluetooth.c:96:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 96 | system("/usr/sbin/hciconfig hci0 down &> /dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bluetooth.c:97:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 97 | system("/sbin/rmmod hci_usb &> /dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bluetooth.c: In function 'suggest_bluetooth_off': bluetooth.c:142:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 142 | fgets(line,2048,file); | ^~~~~~~~~~~~~~~~~~~~~ bluetooth.c:144:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 144 | fgets(line, 2047, file); | ^~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o display.o display.c display.c:32:10: fatal error: ncurses.h: No such file or directory 32 | #include | ^~~~~~~~~~~ compilation terminated. make: *** [: display.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o suggestions.o suggestions.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o cpufreq.o cpufreq.c cpufreq.c: In function 'activate_ondemand': cpufreq.c:42:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 42 | system("/sbin/modprobe cpufreq_ondemand > /dev/null 2>&1"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o usb.o usb.c usb.c: In function 'activate_usb_autosuspend': usb.c:41:13: warning: variable 'len' set but not used [-Wunused-but-set-variable] 41 | int len; | ^~~ usb.c: In function 'suggest_usb_autosuspend': usb.c:77:13: warning: variable 'len' set but not used [-Wunused-but-set-variable] 77 | int len; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o intelcstates.o intelcstates.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o process.o process.c process.c: In function 'do_kill': process.c:73:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 73 | system(line); | ^~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o sata.o sata.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o ethernet.o ethernet.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o config.o config.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o wireless.o wireless.c wireless.c: In function 'activate_wireless_suggestion': wireless.c:271:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 271 | system(line); | ^~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o cpufreqstats.o cpufreqstats.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o urbnum.o urbnum.c urbnum.c: In function 'count_usb_urbs': urbnum.c:159:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 159 | fgets(buffer, 4095, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ urbnum.c: In function 'update_urbnum': urbnum.c:77:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 77 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ urbnum.c:84:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 84 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ urbnum.c:104:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ urbnum.c:111:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 111 | fgets(vendor, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o powertop.o powertop.c powertop.c: In function 'push_line': powertop.c:100:43: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'struct line *' as the destination; expected 'struct line' or an explicit length [-Wsizeof-pointer-memaccess] 100 | memset(&lines[linehead], 0, sizeof(&lines[0])); | ^ powertop.c: In function 'push_line_pid': powertop.c:123:43: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'struct line *' as the destination; expected 'struct line' or an explicit length [-Wsizeof-pointer-memaccess] 123 | memset(&lines[linehead], 0, sizeof(&lines[0])); | ^ powertop.c: In function 'main': powertop.c:898:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 898 | system("/sbin/modprobe cpufreq_stats > /dev/null 2>&1"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o wifi-new.o wifi-new.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' error: Bad exit status from /usr/src/tmp/rpm-tmp.78310 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.78310 (%build) Command exited with non-zero status 1 0.60user 0.43system 0:00.14elapsed 712%CPU (0avgtext+0avgdata 27224maxresident)k 0inputs+0outputs (0major+54371minor)pagefaults 0swaps hsh-rebuild: rebuild of `powertop1-1.13-alt4.src.rpm' failed. Command exited with non-zero status 1 2.79user 1.27system 0:05.78elapsed 70%CPU (0avgtext+0avgdata 125976maxresident)k 0inputs+0outputs (0major+192203minor)pagefaults 0swaps