<86>Jan 24 01:30:12 userdel[3881805]: delete user 'rooter'
<86>Jan 24 01:30:12 userdel[3881805]: removed group 'rooter' owned by 'rooter'
<86>Jan 24 01:30:12 userdel[3881805]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 24 01:30:12 groupadd[3881822]: group added to /etc/group: name=rooter, GID=651
<86>Jan 24 01:30:12 groupadd[3881822]: group added to /etc/gshadow: name=rooter
<86>Jan 24 01:30:12 groupadd[3881822]: new group: name=rooter, GID=651
<86>Jan 24 01:30:12 useradd[3881828]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash
<86>Jan 24 01:30:12 userdel[3881848]: delete user 'builder'
<86>Jan 24 01:30:12 userdel[3881848]: removed group 'builder' owned by 'builder'
<86>Jan 24 01:30:12 userdel[3881848]: removed shadow group 'builder' owned by 'builder'
<86>Jan 24 01:30:12 groupadd[3881875]: group added to /etc/group: name=builder, GID=652
<86>Jan 24 01:30:12 groupadd[3881875]: group added to /etc/gshadow: name=builder
<86>Jan 24 01:30:12 groupadd[3881875]: new group: name=builder, GID=652
<86>Jan 24 01:30:12 useradd[3881888]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash
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>Jan 24 01:30:14 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed
<13>Jan 24 01:30:14 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed
<13>Jan 24 01:30:14 rpmi: libncursesw-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/powertop1-1.13-alt4.nosrc.rpm
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.57016
+ 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.57016
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd powertop-1.13
+ make -j8 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o process.o process.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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o config.o config.c
config.c: In function 'suggest_kernel_config':
config.c:71:34: warning: '%s' directive writing up to 99 bytes into a region of size 87 [-Wformat-overflow=]
  sprintf(filename, "/boot/config-%s", version);
                                  ^~   ~~~~~~~
config.c:71:2: note: 'sprintf' output between 14 and 113 bytes into a destination of size 100
  sprintf(filename, "/boot/config-%s", version);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:74:35: warning: '%s' directive writing up to 99 bytes into a region of size 87 [-Wformat-overflow=]
   sprintf(filename, "/lib/modules/%s/build/.config", version);
                                   ^~                 ~~~~~~~
config.c:74:3: note: 'sprintf' output between 28 and 127 bytes into a destination of size 100
   sprintf(filename, "/lib/modules/%s/build/.config", version);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 -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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o misctips.o misctips.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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o bluetooth.o bluetooth.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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o cpufreq.o cpufreq.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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o wireless.o wireless.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 -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:6: warning: variable 'len' set but not used [-Wunused-but-set-variable]
  int len;
      ^~~
usb.c: In function 'suggest_usb_autosuspend':
usb.c:77:6: warning: variable 'len' set but not used [-Wunused-but-set-variable]
  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 -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 -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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o xrandr.o xrandr.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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o display.o display.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 -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 -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 -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:153:24: warning: '/urbnum' directive writing 7 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
   sprintf(filename, "%s/urbnum", pathname);
                        ^~~~~~~
urbnum.c:153:3: note: 'sprintf' output between 8 and 4103 bytes into a destination of size 4096
   sprintf(filename, "%s/urbnum", pathname);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
urbnum.c:73:25: warning: '/power/active_duration' directive writing 22 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
    sprintf(fullpath, "%s/power/active_duration", path);
                         ^~~~~~~~~~~~~~~~~~~~~~
urbnum.c:73:4: note: 'sprintf' output between 23 and 4118 bytes into a destination of size 4096
    sprintf(fullpath, "%s/power/active_duration", path);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
urbnum.c:80:25: warning: '/power/connected_duration' directive writing 25 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
    sprintf(fullpath, "%s/power/connected_duration", path);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~
urbnum.c:80:4: note: 'sprintf' output between 26 and 4121 bytes into a destination of size 4096
    sprintf(fullpath, "%s/power/connected_duration", path);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
urbnum.c:100:23: warning: '/product' directive writing 8 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
  sprintf(fullpath, "%s/product", path);
                       ^~~~~~~~
urbnum.c:100:2: note: 'sprintf' output between 9 and 4104 bytes into a destination of size 4096
  sprintf(fullpath, "%s/product", path);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
urbnum.c:107:23: warning: '/manufacturer' directive writing 13 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
  sprintf(fullpath, "%s/manufacturer", path);
                       ^~~~~~~~~~~~~
urbnum.c:107:2: note: 'sprintf' output between 14 and 4109 bytes into a destination of size 4096
  sprintf(fullpath, "%s/manufacturer", path);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o dmesg.o dmesg.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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o perf.o perf.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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o ahci-alpm.o ahci-alpm.c
ahci-alpm.c: In function 'do_ahci_stats':
ahci-alpm.c:137:23: warning: '/ahci_alpm_accounting' directive writing 21 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
  sprintf(fullpath, "%s/ahci_alpm_accounting", path);
                       ^~~~~~~~~~~~~~~~~~~~~
ahci-alpm.c:137:2: note: 'sprintf' output between 22 and 4117 bytes into a destination of size 4096
  sprintf(fullpath, "%s/ahci_alpm_accounting", path);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ahci-alpm.c:150:25: warning: '/ahci_alpm_active' directive writing 17 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
    sprintf(fullpath, "%s/ahci_alpm_active", path);
                         ^~~~~~~~~~~~~~~~~
ahci-alpm.c:150:4: note: 'sprintf' output between 18 and 4113 bytes into a destination of size 4096
    sprintf(fullpath, "%s/ahci_alpm_active", path);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ahci-alpm.c:158:25: warning: '/ahci_alpm_partial' directive writing 18 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
    sprintf(fullpath, "%s/ahci_alpm_partial", path);
                         ^~~~~~~~~~~~~~~~~~
ahci-alpm.c:158:4: note: 'sprintf' output between 19 and 4114 bytes into a destination of size 4096
    sprintf(fullpath, "%s/ahci_alpm_partial", path);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ahci-alpm.c:166:25: warning: '/ahci_alpm_slumber' directive writing 18 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
    sprintf(fullpath, "%s/ahci_alpm_slumber", path);
                         ^~~~~~~~~~~~~~~~~~
ahci-alpm.c:166:4: note: 'sprintf' output between 19 and 4114 bytes into a destination of size 4096
    sprintf(fullpath, "%s/ahci_alpm_slumber", path);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ahci-alpm.c:107:23: warning: '/device' directive writing 7 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
  sprintf(pathname, "%s/device", path);
                       ^~~~~~~
ahci-alpm.c:107:2: note: 'sprintf' output between 8 and 4103 bytes into a destination of size 4096
  sprintf(pathname, "%s/device", path);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ahci-alpm.c:69:24: warning: '%s' directive writing up to 255 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
  sprintf(pathname, "%s/%s", path, target);
                        ^~
ahci-alpm.c:69:2: note: 'sprintf' output between 2 and 4352 bytes into a destination of size 4096
  sprintf(pathname, "%s/%s", path, target);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ahci-alpm.c:83:21: warning: '%s' directive writing up to 255 bytes into a region of size between 0 and 4095 [-Wformat-overflow=]
   sprintf(line, "%s/%s/model", pathname, dirent->d_name);
                     ^~
ahci-alpm.c:83:3: note: 'sprintf' output between 8 and 4358 bytes into a destination of size 4096
   sprintf(line, "%s/%s/model", pathname, dirent->d_name);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 -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'
make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o alsa-power.o alsa-power.c
alsa-power.c: In function 'do_alsa_stats':
alsa-power.c:95:23: warning: '/power_off_acct' directive writing 15 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
  sprintf(fullpath, "%s/power_off_acct", path);
                       ^~~~~~~~~~~~~~~
alsa-power.c:95:2: note: 'sprintf' output between 16 and 4111 bytes into a destination of size 4096
  sprintf(fullpath, "%s/power_off_acct", path);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alsa-power.c:108:25: warning: '/power_on_acct' directive writing 14 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
    sprintf(fullpath, "%s/power_on_acct", path);
                         ^~~~~~~~~~~~~~
alsa-power.c:108:4: note: 'sprintf' output between 15 and 4110 bytes into a destination of size 4096
    sprintf(fullpath, "%s/power_on_acct", path);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alsa-power.c:67:23: warning: '/vendor_name' directive writing 12 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
  sprintf(filename, "%s/vendor_name", path);
                       ^~~~~~~~~~~~
alsa-power.c:67:2: note: 'sprintf' output between 13 and 4108 bytes into a destination of size 4096
  sprintf(filename, "%s/vendor_name", path);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alsa-power.c:75:23: warning: '/chip_name' directive writing 10 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
  sprintf(filename, "%s/chip_name", path);
                       ^~~~~~~~~~
alsa-power.c:75:2: note: 'sprintf' output between 11 and 4106 bytes into a destination of size 4096
  sprintf(filename, "%s/chip_name", path);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"   -c -o devicepm.o devicepm.c
devicepm.c: In function 'update_devstats_spi':
devicepm.c:217:51: warning: unused parameter 'shortname' [-Wunused-parameter]
 static void update_devstats_spi(char *path, char *shortname)
                                             ~~~~~~^~~~~~~~~
devicepm.c: In function 'count_device_pm':
devicepm.c:169:25: warning: '/power/runtime_active_time' directive writing 26 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
    sprintf(fullpath, "%s/power/runtime_active_time", path);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
devicepm.c:169:4: note: 'sprintf' output between 27 and 4122 bytes into a destination of size 4096
    sprintf(fullpath, "%s/power/runtime_active_time", path);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
devicepm.c:176:25: warning: '/power/runtime_suspended_time' directive writing 29 bytes into a region of size between 1 and 4096 [-Wformat-overflow=]
    sprintf(fullpath, "%s/power/runtime_suspended_time", path);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
devicepm.c:176:4: note: 'sprintf' output between 30 and 4125 bytes into a destination of size 4096
    sprintf(fullpath, "%s/power/runtime_suspended_time", path);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 -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:36: 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]
  memset(&lines[linehead], 0, sizeof(&lines[0]));
                                    ^
powertop.c: In function 'push_line_pid':
powertop.c:123:36: 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]
  memset(&lines[linehead], 0, sizeof(&lines[0]));
                                    ^
powertop.c: In function 'read_data_cpuidle':
powertop.c:408:52: warning: '%s' directive writing up to 255 bytes into a region of size 104 [-Wformat-overflow=]
   len = sprintf(filename, "/sys/devices/system/cpu/%s/cpuidle",
                                                    ^~
powertop.c:408:9: note: 'sprintf' output between 33 and 288 bytes into a destination of size 128
   len = sprintf(filename, "/sys/devices/system/cpu/%s/cpuidle",
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          entry->d_name);
          ~~~~~~~~~~~~~~
powertop.c: In function 'print_battery_proc_acpi':
powertop.c:578:41: warning: '%s' directive writing up to 255 bytes into a region of size 237 [-Wformat-overflow=]
   sprintf(filename, "/proc/acpi/battery/%s/state", dirent->d_name);
                                         ^~
powertop.c:578:3: note: 'sprintf' output between 26 and 281 bytes into a destination of size 256
   sprintf(filename, "/proc/acpi/battery/%s/state", dirent->d_name);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
powertop.c: In function 'print_battery_sysfs':
powertop.c:744:46: warning: '%s' directive writing up to 255 bytes into a region of size 232 [-Wformat-overflow=]
   sprintf(filename, "/sys/class/power_supply/%s/present", dirent->d_name);
                                              ^~
powertop.c:744:3: note: 'sprintf' output between 33 and 288 bytes into a destination of size 256
   sprintf(filename, "/sys/class/power_supply/%s/present", dirent->d_name);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
powertop.c:755:46: warning: '%s' directive writing up to 255 bytes into a region of size 232 [-Wformat-overflow=]
   sprintf(filename, "/sys/class/power_supply/%s/status", dirent->d_name);
                                              ^~
powertop.c:755:3: note: 'sprintf' output between 32 and 287 bytes into a destination of size 256
   sprintf(filename, "/sys/class/power_supply/%s/status", dirent->d_name);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
powertop.c:766:46: warning: '%s' directive writing up to 255 bytes into a region of size 232 [-Wformat-overflow=]
   sprintf(filename, "/sys/class/power_supply/%s/voltage_now", dirent->d_name);
                                              ^~
powertop.c:766:3: note: 'sprintf' output between 37 and 292 bytes into a destination of size 256
   sprintf(filename, "/sys/class/power_supply/%s/voltage_now", dirent->d_name);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
powertop.c:776:46: warning: '%s' directive writing up to 255 bytes into a region of size 232 [-Wformat-overflow=]
   sprintf(filename, "/sys/class/power_supply/%s/energy_now", dirent->d_name);
                                              ^~
powertop.c:776:3: note: 'sprintf' output between 36 and 291 bytes into a destination of size 256
   sprintf(filename, "/sys/class/power_supply/%s/energy_now", dirent->d_name);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
powertop.c:780:47: warning: '%s' directive writing up to 255 bytes into a region of size 232 [-Wformat-overflow=]
    sprintf(filename, "/sys/class/power_supply/%s/charge_now", dirent->d_name);
                                               ^~
powertop.c:780:4: note: 'sprintf' output between 36 and 291 bytes into a destination of size 256
    sprintf(filename, "/sys/class/power_supply/%s/charge_now", dirent->d_name);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
powertop.c:793:46: warning: '%s' directive writing up to 255 bytes into a region of size 232 [-Wformat-overflow=]
   sprintf(filename, "/sys/class/power_supply/%s/current_now", dirent->d_name);
                                              ^~
powertop.c:793:3: note: 'sprintf' output between 37 and 292 bytes into a destination of size 256
   sprintf(filename, "/sys/class/power_supply/%s/current_now", dirent->d_name);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\"  powertop.o config.o process.o misctips.o bluetooth.o display.o suggestions.o wireless.o cpufreq.o sata.o xrandr.o ethernet.o cpufreqstats.o usb.o urbnum.o intelcstates.o wifi-new.o perf.o alsa-power.o ahci-alpm.o dmesg.o devicepm.o -lncursesw -o powertop
make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o ru.mo  ru.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o ja.mo  ja.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o id.mo  id.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o hu.mo  hu.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o fi.mo  fi.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o es.mo  es.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o pl.mo  pl.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o fr.mo  fr.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o de.mo  de.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o it.mo  it.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o pt_BR.mo  pt_BR.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o ro.mo  ro.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o nl.mo  nl.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o zh_CN.mo  zh_CN.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
msgfmt -o zh_TW.mo  zh_TW.po
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.83746
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/powertop1-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/powertop1-buildroot
+ cd powertop-1.13
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/powertop1-buildroot
make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13'
gzip -c powertop.8 > powertop.8.gz
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/bin
cp powertop /usr/src/tmp/powertop1-buildroot/usr/bin
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/man/man8
cp powertop.8.gz /usr/src/tmp/powertop1-buildroot/usr/share/man/man8
make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po'
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/ru/LC_MESSAGES/
cp -f ru.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/ru/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/ja/LC_MESSAGES/
cp -f ja.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/ja/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/id/LC_MESSAGES/
cp -f id.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/id/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/hu/LC_MESSAGES/
cp -f hu.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/hu/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/fi/LC_MESSAGES/
cp -f fi.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/fi/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/es/LC_MESSAGES/
cp -f es.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/es/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/pl/LC_MESSAGES/
cp -f pl.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/pl/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/fr/LC_MESSAGES/
cp -f fr.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/fr/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/de/LC_MESSAGES/
cp -f de.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/de/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/it/LC_MESSAGES/
cp -f it.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/it/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/pt_BR/LC_MESSAGES/
cp -f pt_BR.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/pt_BR/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/ro/LC_MESSAGES/
cp -f ro.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/ro/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/nl/LC_MESSAGES/
cp -f nl.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/nl/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/zh_CN/LC_MESSAGES/
cp -f zh_CN.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/zh_CN/LC_MESSAGES/powertop.mo
mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/zh_TW/LC_MESSAGES/
cp -f zh_TW.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/zh_TW/LC_MESSAGES/powertop.mo
make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po'
make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13'
+ mv /usr/src/tmp/powertop1-buildroot/usr/bin/powertop /usr/src/tmp/powertop1-buildroot/usr/bin/powertop1
+ mv /usr/src/tmp/powertop1-buildroot/usr/share/man/man8/powertop.8.gz /usr/src/tmp/powertop1-buildroot/usr/share/man/man8/powertop1.8.gz
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/powertop1-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/powertop1-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/powertop1-buildroot/ (default)
Compressing files in /usr/src/tmp/powertop1-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/powertop1-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: powertop1-1.13-alt4
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83746
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd powertop-1.13
+ DOCDIR=/usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13
+ export DOCDIR
+ rm -rf /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13
+ /bin/mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13
+ cp -prL Changelog README /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13
+ chmod -R go-w /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13
+ chmod -R a+rX /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZYT9GN
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.aDcbGt
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.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libncursesw.so.5()(64bit) >= set:mitFqR7tQrBkuxmjKDniZ1zulH69noAWkZqZ9Z9RH1XI2, libtinfo.so.5()(64bit) >= set:lidI5NFvUWw7R0, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pL9VLc
Creating powertop1-debuginfo package
Processing files: powertop1-debuginfo-1.13-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OydCXY
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9NuzfO
find-requires: running scripts (debuginfo)
Requires: powertop1 = 1.13-alt4, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libncursesw.so.5), debug64(libtinfo.so.5)
warning: Installed (but unpackaged) file(s) found:
    /usr/share/locale/de/LC_MESSAGES/powertop.mo
    /usr/share/locale/es/LC_MESSAGES/powertop.mo
    /usr/share/locale/fi/LC_MESSAGES/powertop.mo
    /usr/share/locale/fr/LC_MESSAGES/powertop.mo
    /usr/share/locale/hu/LC_MESSAGES/powertop.mo
    /usr/share/locale/id/LC_MESSAGES/powertop.mo
    /usr/share/locale/it/LC_MESSAGES/powertop.mo
    /usr/share/locale/ja/LC_MESSAGES/powertop.mo
    /usr/share/locale/nl/LC_MESSAGES/powertop.mo
    /usr/share/locale/pl/LC_MESSAGES/powertop.mo
    /usr/share/locale/pt_BR/LC_MESSAGES/powertop.mo
    /usr/share/locale/ro/LC_MESSAGES/powertop.mo
    /usr/share/locale/ru/LC_MESSAGES/powertop.mo
    /usr/share/locale/zh_CN/LC_MESSAGES/powertop.mo
    /usr/share/locale/zh_TW/LC_MESSAGES/powertop.mo
Wrote: /usr/src/RPM/RPMS/x86_64/powertop1-1.13-alt4.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/powertop1-debuginfo-1.13-alt4.x86_64.rpm
3.21user 0.82system 0:07.33elapsed 55%CPU (0avgtext+0avgdata 35340maxresident)k
0inputs+0outputs (0major+298330minor)pagefaults 0swaps
6.41user 3.19system 0:12.73elapsed 75%CPU (0avgtext+0avgdata 117352maxresident)k
0inputs+0outputs (0major+587616minor)pagefaults 0swaps
--- powertop1-1.13-alt4.x86_64.rpm.repo	2015-01-28 16:44:31.000000000 +0000
+++ powertop1-1.13-alt4.x86_64.rpm.hasher	2021-01-24 01:30:23.469880761 +0000
@@ -4,3 +4,3 @@
 /usr/share/doc/powertop1-1.13/README	100644	
-/usr/share/man/man8/powertop1.8.gz	100644	
+/usr/share/man/man8/powertop1.8.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2