<86>Apr 27 10:06:34 userdel[2039170]: delete user 'rooter' <86>Apr 27 10:06:34 userdel[2039170]: removed group 'rooter' owned by 'rooter' <86>Apr 27 10:06:34 userdel[2039170]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 10:06:34 groupadd[2039211]: group added to /etc/group: name=rooter, GID=1853 <86>Apr 27 10:06:34 groupadd[2039211]: group added to /etc/gshadow: name=rooter <86>Apr 27 10:06:34 groupadd[2039211]: new group: name=rooter, GID=1853 <86>Apr 27 10:06:34 useradd[2039237]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash, from=none <86>Apr 27 10:06:34 userdel[2039270]: delete user 'builder' <86>Apr 27 10:06:34 userdel[2039270]: removed group 'builder' owned by 'builder' <86>Apr 27 10:06:34 userdel[2039270]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 10:06:34 groupadd[2039319]: group added to /etc/group: name=builder, GID=1854 <86>Apr 27 10:06:34 groupadd[2039319]: group added to /etc/gshadow: name=builder <86>Apr 27 10:06:34 groupadd[2039319]: new group: name=builder, GID=1854 <86>Apr 27 10:06:34 useradd[2039354]: new user: name=builder, UID=1854, GID=1854, home=/usr/src, shell=/bin/bash, from=none <13>Apr 27 10:06:37 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Apr 27 10:06:37 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 27 10:06:38 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 27 10:06:38 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.17707 + 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.17707 + 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_tools.cpp : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition 20%-> obj/btop_tools.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_config.cpp : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition 30%-> obj/btop_config.o (1.5MiB) (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_input.cpp : warning: "_FORTIFY_SOURCE" redefined : 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(((const char*)"proc_selected"), std::allocator()))' 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(((const char*)"selected_pid"), std::allocator()))' 413 | auto& pid = Config::getI("selected_pid"); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ 30%-> 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.cpp : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition 40%-> obj/btop.o (1.8MiB) (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 : warning: "_FORTIFY_SOURCE" redefined : 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(((const char*)"color_theme"), std::allocator()))' 432 | const auto& theme = Config::getS("color_theme"); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~ 50%-> 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 : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition 60%-> 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_draw.cpp : warning: "_FORTIFY_SOURCE" redefined : 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(((const char*)"clock_format"), std::allocator()))' 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(((const char*)"cpu_graph_upper"), std::allocator()))' 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(((const char*)"cpu_graph_lower"), std::allocator()))' 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(((const char*)"temp_scale"), std::allocator()))' 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(((const char*)"temp"), std::allocator())))->std::array, 101>::at(((std::array, 101>::size_type)((long long int)std::clamp(((((long long int)(& cpu.Cpu::cpu_info::temp.std::vector >::at(0))->std::deque::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(((const char*)"temp"), std::allocator())))->std::array, 101>::at(((std::array, 101>::size_type)((long long int)std::clamp(((((long long int)(& cpu.Cpu::cpu_info::temp.std::vector >::at(((std::vector >::size_type)(((int)n) + 1))))->std::deque::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&, 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(((const char*)"inactive_fg"), std::allocator()))' 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(((const char*)"hi_fg"), std::allocator()))' 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(((const char*)"proc_sorting"), std::allocator()))' 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(((const char*)"custom_cpu_name"), std::allocator()))' 1630 | auto& custom = Config::getS("custom_cpu_name"); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 70%-> obj/btop_draw.o (2.3MiB) (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 : warning: "_FORTIFY_SOURCE" redefined : 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(((const char*)"hi_fg"), std::allocator()))' 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(((const char*)"hi_fg"), std::allocator()))' 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(((const char*)"selected_name"), std::allocator()))' 859 | auto& p_name = (s_pid == Config::getI("detailed_pid") ? Proc::detailed.entry.name : Config::getS("selected_name")); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 80%-> obj/btop_menu.o (2.0MiB) (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 : warning: "_FORTIFY_SOURCE" redefined : 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(((const char*)"cpu_sensor"), std::allocator()))' 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 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(((const char*)"cpu_core_map"), std::allocator()))' 513 | const auto& custom_map = Config::getS("cpu_core_map"); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ src/linux/btop_collect.cpp: In function 'std::tuple, std::allocator > > 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(((const char*)"selected_battery"), std::allocator()))' 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(((const char*)"disks_filter"), std::allocator()))' 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(((const char*)"net_iface"), std::allocator()))' 1378 | auto& config_iface = Config::getS("net_iface"); | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/linux/btop_collect.cpp: In function 'std::vector& 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(((const char*)"proc_sorting"), std::allocator()))' 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(((const char*)"proc_filter"), std::allocator()))' 1689 | const auto& filter = Config::getS("proc_filter"); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~ 90%-> obj/linux/btop_collect.o (3.0MiB) (06s) 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 (11s) make: Leaving directory '/usr/src/RPM/BUILD/btop-1.2.13' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.43452 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/btop-buildroot Processing files: btop-1.2.13-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43452 + 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.BMp3rd 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.cVJeu8 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.JGlPLa 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.oWFxBJ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OXY2yU 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.05user 6.79system 0:16.17elapsed 468%CPU (0avgtext+0avgdata 291372maxresident)k 0inputs+0outputs (0major+1377030minor)pagefaults 0swaps 4.10user 2.64system 0:27.39elapsed 24%CPU (0avgtext+0avgdata 127464maxresident)k 0inputs+0outputs (0major+234705minor)pagefaults 0swaps --- btop-1.2.13-alt3.i586.rpm.repo 2023-10-22 09:59:25.000000000 +0000 +++ btop-1.2.13-alt3.i586.rpm.hasher 2024-04-27 10:06:58.288702724 +0000 @@ -71,3 +71,3 @@ Provides: btop = 1.2.13-alt3:sisyphus+332444.100.1.1 -File: /usr/bin/btop 100755 root:root 3f2f8efad27da7fb590d365365902142 +File: /usr/bin/btop 100755 root:root 047a123a218795c583b740904dfc1fd1 File: /usr/share/applications/btop.desktop 100644 root:root 655543c29a5ca62dc455c7e796762869 @@ -106,2 +106,2 @@ File: /usr/share/icons/hicolor/scalable/apps/btop.svg 100644 root:root ee0b3c20685e46c9c71cf4249d04bcd5 -RPMIdentity: eb5b11f35db07d2703bbdcd61db963595eb502739e23b0c0489e557235e07281e6ec999a57038a117ece7ec89807e82cbd9f2ee9f96f952f702be515b8da71e6 +RPMIdentity: 44e5e2e67a284bcec42b4d953536579366a6cfa806602860ff4a02a857d449335fa6bfe57cb7bad838d1f771c79a6cde419c12b622d7a1e9cbba566dfca0dbfc --- btop-debuginfo-1.2.13-alt3.i586.rpm.repo 2023-10-22 09:59:25.000000000 +0000 +++ btop-debuginfo-1.2.13-alt3.i586.rpm.hasher 2024-04-27 10:06:58.369703785 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/60 40755 root:root -/usr/lib/debug/.build-id/60/8ff9a8a4f1a2492b17b8922ddec4cf9a66f985 120777 root:root ../../../../bin/btop -/usr/lib/debug/.build-id/60/8ff9a8a4f1a2492b17b8922ddec4cf9a66f985.debug 120777 root:root ../../usr/bin/btop.debug +/usr/lib/debug/.build-id/d0 40755 root:root +/usr/lib/debug/.build-id/d0/24b4d205cff9b0dc5113939b9f5a5b2a0dd6d1 120777 root:root ../../../../bin/btop +/usr/lib/debug/.build-id/d0/24b4d205cff9b0dc5113939b9f5a5b2a0dd6d1.debug 120777 root:root ../../usr/bin/btop.debug /usr/lib/debug/usr/bin/btop.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: btop-debuginfo = 1.2.13-alt3:sisyphus+332444.100.1.1 -File: /usr/lib/debug/.build-id/60 40755 root:root -File: /usr/lib/debug/.build-id/60/8ff9a8a4f1a2492b17b8922ddec4cf9a66f985 120777 root:root ../../../../bin/btop -File: /usr/lib/debug/.build-id/60/8ff9a8a4f1a2492b17b8922ddec4cf9a66f985.debug 120777 root:root ../../usr/bin/btop.debug -File: /usr/lib/debug/usr/bin/btop.debug 100644 root:root 4bc01c07f380960e399d63b808f58afc -RPMIdentity: eb19f5595c70d2048d0e5d1d6cd0cb46644c148a7b897f6f1e7836cd9724d8d041a19e9596bd8aba5004999a4a84419817252232201a9203f1c048f7e229fff0 +File: /usr/lib/debug/.build-id/d0 40755 root:root +File: /usr/lib/debug/.build-id/d0/24b4d205cff9b0dc5113939b9f5a5b2a0dd6d1 120777 root:root ../../../../bin/btop +File: /usr/lib/debug/.build-id/d0/24b4d205cff9b0dc5113939b9f5a5b2a0dd6d1.debug 120777 root:root ../../usr/bin/btop.debug +File: /usr/lib/debug/usr/bin/btop.debug 100644 root:root 3a08270c7bc0932ea8b8e3f9ca779d74 +RPMIdentity: 471e6c2e89aa72168edcedb26b209e0f53e820ae04a7dadf0ecf19bf42a53cd81564b89fb9eacfe07f9c6a038dfc7619451d8e9901f603b98ac23cda2b5484b8