<86>Dec 23 06:13:21 userdel[274979]: delete user 'rooter'
<86>Dec 23 06:13:21 userdel[274979]: removed group 'rooter' owned by 'rooter'
<86>Dec 23 06:13:21 userdel[274979]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 23 06:13:21 groupadd[275036]: group added to /etc/group: name=rooter, GID=1850
<86>Dec 23 06:13:21 groupadd[275036]: group added to /etc/gshadow: name=rooter
<86>Dec 23 06:13:21 groupadd[275036]: new group: name=rooter, GID=1850
<86>Dec 23 06:13:21 useradd[275075]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none
<86>Dec 23 06:13:21 userdel[275138]: delete user 'builder'
<86>Dec 23 06:13:21 userdel[275138]: removed group 'builder' owned by 'builder'
<86>Dec 23 06:13:21 userdel[275138]: removed shadow group 'builder' owned by 'builder'
<86>Dec 23 06:13:21 groupadd[275184]: group added to /etc/group: name=builder, GID=1851
<86>Dec 23 06:13:21 groupadd[275184]: group added to /etc/gshadow: name=builder
<86>Dec 23 06:13:21 groupadd[275184]: new group: name=builder, GID=1851
<86>Dec 23 06:13:21 useradd[275225]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash, from=none
<13>Dec 23 06:13:24 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>Dec 23 06:13:24 rpmi: libstdc++13-devel-13.2.1-alt2 sisyphus+327572.100.1.1 1692472364 installed
<13>Dec 23 06:13:25 rpmi: gcc13-c++-13.2.1-alt2 sisyphus+327572.100.1.1 1692472364 installed
<13>Dec 23 06:13:25 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687268227 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/btop-1.2.13-alt3.nosrc.rpm (w1.gzdio)
Installing btop-1.2.13-alt3.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.41915
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf btop-1.2.13
+ echo 'Source #0 (btop-1.2.13.tar.gz):'
Source #0 (btop-1.2.13.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/btop-1.2.13.tar.gz
+ /bin/tar -xf -
+ cd btop-1.2.13
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.41915
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd btop-1.2.13
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
 
 ██████╗ ████████╗ ██████╗ ██████╗
 ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗   ██╗    ██╗
 ██████╔╝   ██║   ██║   ██║██████╔╝ ██████╗██████╗
 ██╔══██╗   ██║   ██║   ██║██╔═══╝  ╚═██╔═╝╚═██╔═╝
 ██████╔╝   ██║   ╚██████╔╝██║        ╚═╝    ╚═╝
 ╚═════╝    ╚═╝    ╚═════╝ ╚═╝      Makefile v1.5
PLATFORM   ?| Linux
ARCH       ?| i586
CXX        ?| g++ (13.2.1)
THREADS    :| 16
REQFLAGS   !| -std=c++20
WARNFLAGS  :| -Wall -Wextra -pedantic
OPTFLAGS   :| -O2 -ftree-loop-vectorize -flto=16
LDCXXFLAGS :| -pthread -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -fexceptions -fstack-clash-protection  -fstack-protector 
CXXFLAGS   +| $(REQFLAGS) $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) 
LDFLAGS    +| $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) 
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'

Building btop++ (v1.2.13) Linux i586
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/btop_input.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
src/btop_input.cpp: In function 'void Input::process(const std::string&)':
src/btop_input.cpp:357:77: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  357 |                                                                 const auto& current_selection = Config::getI("proc_selected");
      |                                                                             ^~~~~~~~~~~~~~~~~
src/btop_input.cpp:357:109: note: the temporary was destroyed at the end of the full expression 'Config::getI(std::__cxx11::basic_string<char>(((const char*)"proc_selected"), std::allocator<char>()))'
  357 |                                                                 const auto& current_selection = Config::getI("proc_selected");
      |                                                                                                 ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
src/btop_input.cpp:413:47: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  413 |                                         auto& pid = Config::getI("selected_pid");
      |                                               ^~~
src/btop_input.cpp:413:65: note: the temporary was destroyed at the end of the full expression 'Config::getI(std::__cxx11::basic_string<char>(((const char*)"selected_pid"), std::allocator<char>()))'
  413 |                                         auto& pid = Config::getI("selected_pid");
      |                                                     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
10%-> obj/btop_input.o (1.4MiB) (03s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/btop_theme.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
src/btop_theme.cpp: In function 'void Theme::setTheme()':
src/btop_theme.cpp:432:29: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  432 |                 const auto& theme = Config::getS("color_theme");
      |                             ^~~~~
src/btop_theme.cpp:432:49: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"color_theme"), std::allocator<char>()))'
  432 |                 const auto& theme = Config::getS("color_theme");
      |                                     ~~~~~~~~~~~~^~~~~~~~~~~~~~~
20%-> obj/btop_theme.o (1.4MiB) (03s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/btop_shared.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
30%-> obj/btop_shared.o (1.9MiB) (04s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/btop_tools.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
50%-> obj/btop_tools.o (1.4MiB) (04s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/btop.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
50%-> obj/btop.o (1.8MiB) (04s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/btop_config.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
60%-> obj/btop_config.o (1.5MiB) (04s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/btop_menu.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
src/btop_menu.cpp: In member function 'std::string Menu::msgBox::operator()()':
src/btop_menu.cpp:659:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  659 |                 auto& first_color = (selected == 0 ? Theme::c("hi_fg") : Theme::c("div_line"));
      |                       ^~~~~~~~~~~
src/btop_menu.cpp:659:62: note: the temporary was destroyed at the end of the full expression 'Theme::c(std::__cxx11::basic_string<char>(((const char*)"hi_fg"), std::allocator<char>()))'
  659 |                 auto& first_color = (selected == 0 ? Theme::c("hi_fg") : Theme::c("div_line"));
      |                                                      ~~~~~~~~^~~~~~~~~
src/btop_menu.cpp:664:31: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  664 |                         auto& second_color = (selected == 1 ? Theme::c("hi_fg") : Theme::c("div_line"));
      |                               ^~~~~~~~~~~~
src/btop_menu.cpp:664:71: note: the temporary was destroyed at the end of the full expression 'Theme::c(std::__cxx11::basic_string<char>(((const char*)"hi_fg"), std::allocator<char>()))'
  664 |                         auto& second_color = (selected == 1 ? Theme::c("hi_fg") : Theme::c("div_line"));
      |                                                               ~~~~~~~~^~~~~~~~~
src/btop_menu.cpp: In function 'int Menu::signalSend(const std::string&)':
src/btop_menu.cpp:859:31: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  859 |                         auto& p_name = (s_pid == Config::getI("detailed_pid") ? Proc::detailed.entry.name : Config::getS("selected_name"));
      |                               ^~~~~~
src/btop_menu.cpp:859:121: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"selected_name"), std::allocator<char>()))'
  859 |                         auto& p_name = (s_pid == Config::getI("detailed_pid") ? Proc::detailed.entry.name : Config::getS("selected_name"));
      |                                                                                                             ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
70%-> obj/btop_menu.o (1.9MiB) (04s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/btop_draw.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
src/btop_draw.cpp: In function 'bool Draw::update_clock(bool)':
src/btop_draw.cpp:280:29: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  280 |                 const auto& clock_format = Config::getS("clock_format");
      |                             ^~~~~~~~~~~~
src/btop_draw.cpp:280:56: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"clock_format"), std::allocator<char>()))'
  280 |                 const auto& clock_format = Config::getS("clock_format");
      |                                            ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/btop_draw.cpp: In function 'std::string Cpu::draw(const cpu_info&, bool, bool)':
src/btop_draw.cpp:513:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  513 |                 auto& graph_up_field = Config::getS("cpu_graph_upper");
      |                       ^~~~~~~~~~~~~~
src/btop_draw.cpp:513:52: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"cpu_graph_upper"), std::allocator<char>()))'
  513 |                 auto& graph_up_field = Config::getS("cpu_graph_upper");
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
src/btop_draw.cpp:514:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  514 |                 auto& graph_lo_field = Config::getS("cpu_graph_lower");
      |                       ^~~~~~~~~~~~~~
src/btop_draw.cpp:514:52: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"cpu_graph_lower"), std::allocator<char>()))'
  514 |                 auto& graph_lo_field = Config::getS("cpu_graph_lower");
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
src/btop_draw.cpp:518:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  518 |                 auto& temp_scale = Config::getS("temp_scale");
      |                       ^~~~~~~~~~
src/btop_draw.cpp:518:48: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"temp_scale"), std::allocator<char>()))'
  518 |                 auto& temp_scale = Config::getS("temp_scale");
      |                                    ~~~~~~~~~~~~^~~~~~~~~~~~~~
src/btop_draw.cpp:653:37: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  653 |                         const auto& temp_color = Theme::g("temp").at(clamp(cpu.temp.at(0).back() * 100 / cpu.temp_max, 0ll, 100ll));
      |                                     ^~~~~~~~~~
src/btop_draw.cpp:653:69: note: the temporary was destroyed at the end of the full expression '(& Theme::g(std::__cxx11::basic_string<char>(((const char*)"temp"), std::allocator<char>())))->std::array<std::__cxx11::basic_string<char>, 101>::at(((std::array<std::__cxx11::basic_string<char>, 101>::size_type)((long long int)std::clamp<long long int>(((((long long int)(& cpu.Cpu::cpu_info::temp.std::vector<std::deque<long long int> >::at(0))->std::deque<long long int>::back()) * 100) / ((long long int)cpu.Cpu::cpu_info::temp_max)), 0, 100))))'
  653 |                         const auto& temp_color = Theme::g("temp").at(clamp(cpu.temp.at(0).back() * 100 / cpu.temp_max, 0ll, 100ll));
      |                                                  ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/btop_draw.cpp:678:45: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  678 |                                 const auto& temp_color = Theme::g("temp").at(clamp(cpu.temp.at(n+1).back() * 100 / cpu.temp_max, 0ll, 100ll));
      |                                             ^~~~~~~~~~
src/btop_draw.cpp:678:77: note: the temporary was destroyed at the end of the full expression '(& Theme::g(std::__cxx11::basic_string<char>(((const char*)"temp"), std::allocator<char>())))->std::array<std::__cxx11::basic_string<char>, 101>::at(((std::array<std::__cxx11::basic_string<char>, 101>::size_type)((long long int)std::clamp<long long int>(((((long long int)(& cpu.Cpu::cpu_info::temp.std::vector<std::deque<long long int> >::at(((std::vector<std::deque<long long int> >::size_type)(((int)n) + 1))))->std::deque<long long int>::back()) * 100) / ((long long int)cpu.Cpu::cpu_info::temp_max)), 0, 100))))'
  678 |                                 const auto& temp_color = Theme::g("temp").at(clamp(cpu.temp.at(n+1).back() * 100 / cpu.temp_max, 0ll, 100ll));
      |                                                          ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/btop_draw.cpp: In function 'std::string Proc::draw(const std::vector<proc_info>&, bool, bool)':
src/btop_draw.cpp:1221:47: warning: possibly dangling reference to a temporary [-Wdangling-reference]
 1221 |                                 const string& t_color = (not alive or selected > 0 ? Theme::c("inactive_fg") : Theme::c("title"));
      |                                               ^~~~~~~
src/btop_draw.cpp:1221:94: note: the temporary was destroyed at the end of the full expression 'Theme::c(std::__cxx11::basic_string<char>(((const char*)"inactive_fg"), std::allocator<char>()))'
 1221 |                                 const string& t_color = (not alive or selected > 0 ? Theme::c("inactive_fg") : Theme::c("title"));
      |                                                                                      ~~~~~~~~^~~~~~~~~~~~~~~
src/btop_draw.cpp:1222:47: warning: possibly dangling reference to a temporary [-Wdangling-reference]
 1222 |                                 const string& hi_color = (not alive or selected > 0 ? t_color : Theme::c("hi_fg"));
      |                                               ^~~~~~~~
src/btop_draw.cpp:1222:105: note: the temporary was destroyed at the end of the full expression 'Theme::c(std::__cxx11::basic_string<char>(((const char*)"hi_fg"), std::allocator<char>()))'
 1222 |                                 const string& hi_color = (not alive or selected > 0 ? t_color : Theme::c("hi_fg"));
      |                                                                                                 ~~~~~~~~^~~~~~~~~
src/btop_draw.cpp:1285:37: warning: possibly dangling reference to a temporary [-Wdangling-reference]
 1285 |                         const auto& sorting = Config::getS("proc_sorting");
      |                                     ^~~~~~~
src/btop_draw.cpp:1285:59: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"proc_sorting"), std::allocator<char>()))'
 1285 |                         const auto& sorting = Config::getS("proc_sorting");
      |                                               ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/btop_draw.cpp: In function 'void Draw::calcSizes()':
src/btop_draw.cpp:1630:31: warning: possibly dangling reference to a temporary [-Wdangling-reference]
 1630 |                         auto& custom = Config::getS("custom_cpu_name");
      |                               ^~~~~~
src/btop_draw.cpp:1630:52: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"custom_cpu_name"), std::allocator<char>()))'
 1630 |                         auto& custom = Config::getS("custom_cpu_name");
      |                                        ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
80%-> obj/btop_draw.o (2.3MiB) (05s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Compiling src/linux/btop_collect.cpp
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
src/linux/btop_collect.cpp: In function 'void Cpu::update_sensors()':
src/linux/btop_collect.cpp:386:29: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  386 |                 const auto& cpu_sensor = (not Config::getS("cpu_sensor").empty() and found_sensors.contains(Config::getS("cpu_sensor")) ? Config::getS("cpu_sensor") : Cpu::cpu_sensor);
      |                             ^~~~~~~~~~
src/linux/btop_collect.cpp:386:151: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"cpu_sensor"), std::allocator<char>()))'
  386 |                 const auto& cpu_sensor = (not Config::getS("cpu_sensor").empty() and found_sensors.contains(Config::getS("cpu_sensor")) ? Config::getS("cpu_sensor") : Cpu::cpu_sensor);
      |                                                                                                                                           ~~~~~~~~~~~~^~~~~~~~~~~~~~
src/linux/btop_collect.cpp: In function 'robin_hood::unordered_flat_map<int, int> Cpu::get_core_mapping()':
src/linux/btop_collect.cpp:513:29: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  513 |                 const auto& custom_map = Config::getS("cpu_core_map");
      |                             ^~~~~~~~~~
src/linux/btop_collect.cpp:513:54: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"cpu_core_map"), std::allocator<char>()))'
  513 |                 const auto& custom_map = Config::getS("cpu_core_map");
      |                                          ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/linux/btop_collect.cpp: In function 'std::tuple<int, long int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > Cpu::get_battery()':
src/linux/btop_collect.cpp:601:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  601 |                 auto& battery_sel = Config::getS("selected_battery");
      |                       ^~~~~~~~~~~
src/linux/btop_collect.cpp:601:49: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"selected_battery"), std::allocator<char>()))'
  601 |                 auto& battery_sel = Config::getS("selected_battery");
      |                                     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
src/linux/btop_collect.cpp: In function 'Mem::mem_info& Mem::collect(bool)':
src/linux/btop_collect.cpp:934:39: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  934 |                                 auto& disks_filter = Config::getS("disks_filter");
      |                                       ^~~~~~~~~~~~
src/linux/btop_collect.cpp:934:66: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"disks_filter"), std::allocator<char>()))'
  934 |                                 auto& disks_filter = Config::getS("disks_filter");
      |                                                      ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/linux/btop_collect.cpp: In function 'Net::net_info& Net::collect(bool)':
src/linux/btop_collect.cpp:1378:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
 1378 |                 auto& config_iface = Config::getS("net_iface");
      |                       ^~~~~~~~~~~~
src/linux/btop_collect.cpp:1378:50: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"net_iface"), std::allocator<char>()))'
 1378 |                 auto& config_iface = Config::getS("net_iface");
      |                                      ~~~~~~~~~~~~^~~~~~~~~~~~~
src/linux/btop_collect.cpp: In function 'std::vector<Proc::proc_info>& Proc::collect(bool)':
src/linux/btop_collect.cpp:1687:29: warning: possibly dangling reference to a temporary [-Wdangling-reference]
 1687 |                 const auto& sorting = Config::getS("proc_sorting");
      |                             ^~~~~~~
src/linux/btop_collect.cpp:1687:51: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"proc_sorting"), std::allocator<char>()))'
 1687 |                 const auto& sorting = Config::getS("proc_sorting");
      |                                       ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/linux/btop_collect.cpp:1689:29: warning: possibly dangling reference to a temporary [-Wdangling-reference]
 1689 |                 const auto& filter = Config::getS("proc_filter");
      |                             ^~~~~~
src/linux/btop_collect.cpp:1689:50: note: the temporary was destroyed at the end of the full expression 'Config::getS(std::__cxx11::basic_string<char>(((const char*)"proc_filter"), std::allocator<char>()))'
 1689 |                 const auto& filter = Config::getS("proc_filter");
      |                                      ~~~~~~~~~~~~^~~~~~~~~~~~~~~
90%-> obj/linux/btop_collect.o (3.0MiB) (05s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'

Linking and optimizing binary...
In member function 'operator()',
    inlined from 'cloneData' at include/robin_hood.h:1445:74,
    inlined from '__ct_base .constprop' at include/robin_hood.h:1605:22:
include/robin_hood.h:1165:28: warning: 'MEM[(uint8_t *)_22]' may be used uninitialized [-Wmaybe-uninitialized]
 1165 |                 if (t.mInfo[i]) {
      |                            ^
100% -> bin/btop (1.6MiB) (04s)

Build complete in (09s)
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.28325
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/btop-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/btop-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd btop-1.2.13
+ PREFIX=/usr/src/tmp/btop-buildroot//usr
+ make install
make: Entering directory '/usr/src/RPM/BUILD/btop-1.2.13'
Installing binary to: /usr/src/tmp/btop-buildroot//usr/bin/btop
Installing doc to: /usr/src/tmp/btop-buildroot//usr/share/btop
Installing themes to: /usr/src/tmp/btop-buildroot//usr/share/btop/themes
Installing desktop entry to: /usr/src/tmp/btop-buildroot//usr/share/applications/btop.desktop
Installing PNG icon to: /usr/src/tmp/btop-buildroot//usr/share/icons/hicolor/48x48/apps/btop.png
Installing SVG icon to: /usr/src/tmp/btop-buildroot//usr/share/icons/hicolor/scalable/apps/btop.svg
make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/btop-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/btop-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/btop-buildroot/ (default)
Compressing files in /usr/src/tmp/btop-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/btop-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: btop-1.2.13-alt3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.28325
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd btop-1.2.13
+ DOCDIR=/usr/src/tmp/btop-buildroot/usr/share/doc/btop-1.2.13
+ export DOCDIR
+ rm -rf /usr/src/tmp/btop-buildroot/usr/share/doc/btop-1.2.13
+ /bin/mkdir -p /usr/src/tmp/btop-buildroot/usr/share/doc/btop-1.2.13
+ cp -prL CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md /usr/src/tmp/btop-buildroot/usr/share/doc/btop-1.2.13
+ chmod -R go-w /usr/src/tmp/btop-buildroot/usr/share/doc/btop-1.2.13
+ chmod -R a+rX /usr/src/tmp/btop-buildroot/usr/share/doc/btop-1.2.13
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dcnIcE
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.RxzRyd
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.24), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.32), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), libgcc_s.so.1(GLIBC_2.0), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.2), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.14), libstdc++.so.6(GLIBCXX_3.4.15), libstdc++.so.6(GLIBCXX_3.4.19), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.22), libstdc++.so.6(GLIBCXX_3.4.26), libstdc++.so.6(GLIBCXX_3.4.29), libstdc++.so.6(GLIBCXX_3.4.30), libstdc++.so.6(GLIBCXX_3.4.32), libstdc++.so.6(GLIBCXX_3.4.5), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T4kHF9
Creating btop-debuginfo package
Processing files: btop-debuginfo-1.2.13-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xUwboL
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xhLABJ
find-requires: running scripts (debuginfo)
Requires: btop = 1.2.13-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libstdc++.so.6)
Adding to btop-debuginfo a strict dependency on btop
warning: Installed (but unpackaged) file(s) found:
    /usr/share/btop/README.md
Wrote: /usr/src/RPM/RPMS/i586/btop-1.2.13-alt3.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/btop-debuginfo-1.2.13-alt3.i586.rpm (w2.lzdio)
69.95user 3.60system 0:15.03elapsed 489%CPU (0avgtext+0avgdata 293404maxresident)k
0inputs+0outputs (0major+1365306minor)pagefaults 0swaps
3.34user 1.27system 0:22.59elapsed 20%CPU (0avgtext+0avgdata 126968maxresident)k
0inputs+0outputs (0major+222332minor)pagefaults 0swaps