>>> btop: Building community/btop 1.4.3-r0 (using abuild 3.15.0-r0) started Sun, 01 Jun 2025 17:43:09 +0000 >>> btop: Validating /home/buildozer/aports/community/btop/APKBUILD... >>> btop: Analyzing dependencies... >>> btop: Installing for build: build-base coreutils-fmt lowdown linux-headers (1/4) Installing coreutils-fmt (9.7-r1) (2/4) Installing lowdown (2.0.2-r0) (3/4) Installing linux-headers (6.14.2-r0) (4/4) Installing .makedepends-btop (20250601.174311) Executing busybox-1.37.0-r18.trigger OK: 410 MiB in 122 packages >>> btop: Cleaning up srcdir >>> btop: Cleaning up pkgdir >>> btop: Cleaning up tmpdir >>> btop: Fetching https://distfiles.alpinelinux.org/distfiles/edge/btop-1.4.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> btop: Fetching https://github.com/aristocratos/btop/archive/v1.4.3/btop-1.4.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1216k 0 1216k 0 0 3312k 0 --:--:-- --:--:-- --:--:-- 3312k >>> btop: Fetching https://distfiles.alpinelinux.org/distfiles/edge/btop-1.4.3.tar.gz >>> btop: Checking sha512sums... btop-1.4.3.tar.gz: OK >>> btop: Unpacking /var/cache/distfiles/edge/btop-1.4.3.tar.gz... ██████╗ ████████╗ ██████╗ ██████╗ ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗ ██╗ ██╗ ██████╔╝ ██║ ██║ ██║██████╔╝ ██████╗██████╗ ██╔══██╗ ██║ ██║ ██║██╔═══╝ ╚═██╔═╝╚═██╔═╝ ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ Makefile v1.6 PLATFORM ?| Linux ARCH ?| i586 GPU_SUPPORT :| false CXX ?| c++ (14.3.0) THREADS :| 48 REQFLAGS !| -std=c++20 WARNFLAGS :| -Wall -Wextra -pedantic OPTFLAGS :| -O2 LDCXXFLAGS :| -pthread -DFMT_HEADER_ONLY -D_GLIBCXX_ASSERTIONS -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -fno-ipa-cp CXXFLAGS +| $(REQFLAGS) $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 LDFLAGS +| $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs Building btop++ (v1.4.3) Linux i586 Generating man page btop.1... Configuring obj/config.h Compiling src/btop.cpp Compiling src/btop_config.cpp Compiling src/btop_draw.cpp Compiling src/btop_cli.cpp Compiling src/btop_theme.cpp Compiling src/btop_tools.cpp Compiling src/btop_input.cpp Compiling src/linux/btop_collect.cpp Compiling src/btop_menu.cpp Compiling src/btop_shared.cpp src/btop_draw.cpp: In function 'std::string Cpu::draw(const cpu_info&, const std::vector&, bool, bool)': src/btop_draw.cpp:812:37: warning: possibly dangling reference to a temporary [-Wdangling-reference] 812 | const auto& temp_color = Theme::g("temp").at(clamp(safeVal(cpu.temp, 0).back() * 100 / cpu.temp_max, 0ll, 100ll)); | ^~~~~~~~~~ src/btop_draw.cpp:812: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)(& Tools::safeVal >(cpu.Cpu::cpu_info::temp, 0, std::deque(), std::source_location::current(__builtin_source_location())))->std::deque::back()) * 100) / ((long long int)cpu.Cpu::cpu_info::temp_max)), 0, 100))))' 812 | const auto& temp_color = Theme::g("temp").at(clamp(safeVal(cpu.temp, 0).back() * 100 / cpu.temp_max, 0ll, 100ll)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/btop_draw.cpp:837:45: warning: possibly dangling reference to a temporary [-Wdangling-reference] 837 | const auto& temp_color = Theme::g("temp").at(clamp(safeVal(cpu.temp, n+1).back() * 100 / cpu.temp_max, 0ll, 100ll)); | ^~~~~~~~~~ src/btop_draw.cpp:837: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)(& Tools::safeVal >(cpu.Cpu::cpu_info::temp, ((size_t)(((int)n) + 1)), std::deque(), std::source_location::current(__builtin_source_location())))->std::deque::back()) * 100) / ((long long int)cpu.Cpu::cpu_info::temp_max)), 0, 100))))' 837 | const auto& temp_color = Theme::g("temp").at(clamp(safeVal(cpu.temp, n+1).back() * 100 / cpu.temp_max, 0ll, 100ll)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/btop_draw.cpp: In function 'std::string Mem::draw(const mem_info&, bool, bool)': src/btop_draw.cpp:1289:53: warning: possibly dangling reference to a temporary [-Wdangling-reference] 1289 | const auto& disk = safeVal(disks, mount); | ^~~~ src/btop_draw.cpp:1289:67: note: the temporary was destroyed at the end of the full expression 'Tools::safeVal, Mem::disk_info>((* & disks), (* & mount), Mem::disk_info{std::filesystem::__cxx11::path(), std::__cxx11::basic_string(), std::__cxx11::basic_string(), std::filesystem::__cxx11::path(), 0, 0, 0, 0, 0, std::array{std::__array_traits::_Type{0, 0, 0}}, std::deque(), std::deque(), std::deque()}, std::source_location::current(__builtin_source_location()))' 1289 | const auto& disk = safeVal(disks, mount); | ~~~~~~~^~~~~~~~~~~~~~ src/btop_draw.cpp:1329:53: warning: possibly dangling reference to a temporary [-Wdangling-reference] 1329 | const auto& disk = safeVal(disks, mount); | ^~~~ src/btop_draw.cpp:1329:67: note: the temporary was destroyed at the end of the full expression 'Tools::safeVal, Mem::disk_info>((* & disks), (* & mount), Mem::disk_info{std::filesystem::__cxx11::path(), std::__cxx11::basic_string(), std::__cxx11::basic_string(), std::filesystem::__cxx11::path(), 0, 0, 0, 0, 0, std::array{std::__array_traits::_Type{0, 0, 0}}, std::deque(), std::deque(), std::deque()}, std::source_location::current(__builtin_source_location()))' 1329 | const auto& disk = safeVal(disks, mount); | ~~~~~~~^~~~~~~~~~~~~~ src/btop_draw.cpp: In function 'std::string Proc::draw(const std::vector&, bool, bool)': src/btop_draw.cpp:1622:47: warning: possibly dangling reference to a temporary [-Wdangling-reference] 1622 | const string& t_color = (not alive or selected > 0 ? Theme::c("inactive_fg") : Theme::c("title")); | ^~~~~~~ src/btop_draw.cpp:1622: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()))' 1622 | const string& t_color = (not alive or selected > 0 ? Theme::c("inactive_fg") : Theme::c("title")); | ~~~~~~~~^~~~~~~~~~~~~~~ src/btop_draw.cpp:1623:47: warning: possibly dangling reference to a temporary [-Wdangling-reference] 1623 | const string& hi_color = (not alive or selected > 0 ? t_color : Theme::c("hi_fg")); | ^~~~~~~~ src/btop_draw.cpp:1623: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()))' 1623 | const string& hi_color = (not alive or selected > 0 ? t_color : Theme::c("hi_fg")); | ~~~~~~~~^~~~~~~~~ src/btop_menu.cpp: In member function 'std::string Menu::msgBox::operator()()': src/btop_menu.cpp:829:23: warning: possibly dangling reference to a temporary [-Wdangling-reference] 829 | auto& first_color = (selected == 0 ? Theme::c("hi_fg") : Theme::c("div_line")); | ^~~~~~~~~~~ src/btop_menu.cpp:829: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()))' 829 | auto& first_color = (selected == 0 ? Theme::c("hi_fg") : Theme::c("div_line")); | ~~~~~~~~^~~~~~~~~ src/btop_menu.cpp:834:31: warning: possibly dangling reference to a temporary [-Wdangling-reference] 834 | auto& second_color = (selected == 1 ? Theme::c("hi_fg") : Theme::c("div_line")); | ^~~~~~~~~~~~ src/btop_menu.cpp:834: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()))' 834 | auto& second_color = (selected == 1 ? Theme::c("hi_fg") : Theme::c("div_line")); | ~~~~~~~~^~~~~~~~~ 9%-> obj/btop_cli.o (192.0KiB) (14s) 18%-> obj/btop_theme.o (332.0KiB) (20s) 27%-> obj/btop_input.o (452.0KiB) (27s) 36%-> obj/btop_tools.o (472.0KiB) (28s) 45%-> obj/btop_menu.o (528.0KiB) (30s) 54%-> obj/btop_config.o (508.0KiB) (31s) 63%-> obj/btop_shared.o (496.0KiB) (33s) 72%-> obj/btop.o (588.0KiB) (34s) 81%-> obj/linux/btop_collect.o (756.0KiB) (45s) 90%-> obj/btop_draw.o (832.0KiB) (53s) Linking and optimizing binary... 100% -> bin/btop (1.8MiB) (01s) Build complete in (55s) >>> btop: Entering fakeroot... Installing binary to: /home/buildozer/aports/community/btop/pkg/btop/usr/bin/btop Installing doc to: /home/buildozer/aports/community/btop/pkg/btop/usr/share/btop Installing themes to: /home/buildozer/aports/community/btop/pkg/btop/usr/share/btop/themes Installing desktop entry to: /home/buildozer/aports/community/btop/pkg/btop/usr/share/applications/btop.desktop Installing PNG icon to: /home/buildozer/aports/community/btop/pkg/btop/usr/share/icons/hicolor/48x48/apps/btop.png Installing SVG icon to: /home/buildozer/aports/community/btop/pkg/btop/usr/share/icons/hicolor/scalable/apps/btop.svg Installing man page to: /home/buildozer/aports/community/btop/pkg/btop/usr/share/man/man1/btop.1 >>> btop-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/btop/pkg/btop-doc/usr/share/man' >>> btop-doc*: Preparing subpackage btop-doc... >>> btop-doc*: Running postcheck for btop-doc >>> btop*: Running postcheck for btop >>> btop*: Preparing package btop... >>> btop*: Stripping binaries >>> btop-doc*: Scanning shared objects >>> btop*: Scanning shared objects >>> btop-doc*: Tracing dependencies... >>> btop-doc*: Package size: 818.0 B >>> btop-doc*: Compressing data... >>> btop-doc*: Create checksum... >>> btop-doc*: Create btop-doc-1.4.3-r0.apk >>> btop*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> btop*: Package size: 1.6 MB >>> btop*: Compressing data... >>> btop*: Create checksum... >>> btop*: Create btop-1.4.3-r0.apk >>> btop: Build complete at Sun, 01 Jun 2025 17:44:08 +0000 elapsed time 0h 0m 59s >>> btop: Cleaning up srcdir >>> btop: Cleaning up pkgdir >>> btop: Uninstalling dependencies... (1/4) Purging .makedepends-btop (20250601.174311) (2/4) Purging coreutils-fmt (9.7-r1) (3/4) Purging lowdown (2.0.2-r0) (4/4) Purging linux-headers (6.14.2-r0) Executing busybox-1.37.0-r18.trigger OK: 404 MiB in 118 packages >>> btop: Updating the community/x86 repository index... >>> btop: Signing the index...