>>> btop: Building community/btop 1.3.2-r1 (using abuild 3.12.0-r3) started Tue, 13 Feb 2024 23:39:51 +0000 >>> btop: Checking sanity of /home/buildozer/aports/community/btop/APKBUILD... >>> btop: Analyzing dependencies... >>> btop: Installing for build: build-base cmd:fmt (1/2) Installing coreutils-fmt (9.4-r2) (2/2) Installing .makedepends-btop (20240213.233952) Executing busybox-1.36.1-r19.trigger OK: 265 MiB in 111 packages >>> btop: Cleaning up srcdir >>> btop: Cleaning up pkgdir >>> btop: Cleaning up tmpdir >>> btop: Fetching https://distfiles.alpinelinux.org/distfiles/edge/btop-1.3.2.tar.gz >>> btop: Fetching https://distfiles.alpinelinux.org/distfiles/edge/btop-1.3.2.tar.gz >>> btop: Checking sha512sums... btop-1.3.2.tar.gz: OK >>> btop: Unpacking /var/cache/distfiles/btop-1.3.2.tar.gz... ██████╗ ████████╗ ██████╗ ██████╗ ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗ ██╗ ██╗ ██████╔╝ ██║ ██║ ██║██████╔╝ ██████╗██████╗ ██╔══██╗ ██║ ██║ ██║██╔═══╝ ╚═██╔═╝╚═██╔═╝ ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ Makefile v1.6 PLATFORM ?| Linux ARCH ?| powerpc64le GPU_SUPPORT :| false CXX ?| g++ (13.2.1) THREADS :| 64 REQFLAGS !| -std=c++20 WARNFLAGS :| -Wall -Wextra -pedantic OPTFLAGS :| -O2 -ftree-vectorize -flto=64 LDCXXFLAGS :| -pthread -DFMT_HEADER_ONLY -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fstack-protector -fno-ipa-cp -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 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.3.2) Linux powerpc64le Compiling src/btop.cpp Compiling src/btop_config.cpp Compiling src/btop_draw.cpp Compiling src/btop_input.cpp Compiling src/btop_menu.cpp Compiling src/btop_shared.cpp Compiling src/btop_theme.cpp Compiling src/btop_tools.cpp Compiling src/linux/btop_collect.cpp src/btop_draw.cpp: In function 'std::string Cpu::draw(const cpu_info&, const std::vector&, bool, bool)': src/btop_draw.cpp:803:37: warning: possibly dangling reference to a temporary [-Wdangling-reference] 803 | const auto& temp_color = Theme::g("temp").at(clamp(safeVal(cpu.temp, 0).back() * 100 / cpu.temp_max, 0ll, 100ll)); | ^~~~~~~~~~ src/btop_draw.cpp:803: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{(& *.Lsrc_loc16)}))->std::deque::back()) * 100) / ((long long int)cpu.Cpu::cpu_info::temp_max)), 0, 100))))' 803 | const auto& temp_color = Theme::g("temp").at(clamp(safeVal(cpu.temp, 0).back() * 100 / cpu.temp_max, 0ll, 100ll)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/btop_draw.cpp:829:45: warning: possibly dangling reference to a temporary [-Wdangling-reference] 829 | 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:829: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{(& *.Lsrc_loc22)}))->std::deque::back()) * 100) / ((long long int)cpu.Cpu::cpu_info::temp_max)), 0, 100))))' 829 | 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:1279:53: warning: possibly dangling reference to a temporary [-Wdangling-reference] 1279 | const auto& disk = safeVal(disks, mount); | ^~~~ src/btop_draw.cpp:1279: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{(& *.Lsrc_loc33)})' 1279 | const auto& disk = safeVal(disks, mount); | ~~~~~~~^~~~~~~~~~~~~~ src/btop_draw.cpp:1318:53: warning: possibly dangling reference to a temporary [-Wdangling-reference] 1318 | const auto& disk = safeVal(disks, mount); | ^~~~ src/btop_draw.cpp:1318: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{(& *.Lsrc_loc34)})' 1318 | 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:1611:47: warning: possibly dangling reference to a temporary [-Wdangling-reference] 1611 | const string& t_color = (not alive or selected > 0 ? Theme::c("inactive_fg") : Theme::c("title")); | ^~~~~~~ src/btop_draw.cpp:1611: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()))' 1611 | const string& t_color = (not alive or selected > 0 ? Theme::c("inactive_fg") : Theme::c("title")); | ~~~~~~~~^~~~~~~~~~~~~~~ src/btop_draw.cpp:1612:47: warning: possibly dangling reference to a temporary [-Wdangling-reference] 1612 | const string& hi_color = (not alive or selected > 0 ? t_color : Theme::c("hi_fg")); | ^~~~~~~~ src/btop_draw.cpp:1612: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()))' 1612 | 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:810:23: warning: possibly dangling reference to a temporary [-Wdangling-reference] 810 | auto& first_color = (selected == 0 ? Theme::c("hi_fg") : Theme::c("div_line")); | ^~~~~~~~~~~ src/btop_menu.cpp:810: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()))' 810 | auto& first_color = (selected == 0 ? Theme::c("hi_fg") : Theme::c("div_line")); | ~~~~~~~~^~~~~~~~~ src/btop_menu.cpp:815:31: warning: possibly dangling reference to a temporary [-Wdangling-reference] 815 | auto& second_color = (selected == 1 ? Theme::c("hi_fg") : Theme::c("div_line")); | ^~~~~~~~~~~~ src/btop_menu.cpp:815: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()))' 815 | auto& second_color = (selected == 1 ? Theme::c("hi_fg") : Theme::c("div_line")); | ~~~~~~~~^~~~~~~~~ 20%-> obj/btop_input.o (1.5MiB) (07s) 20%-> obj/btop_theme.o (1.4MiB) (07s) 40%-> obj/btop_shared.o (1.8MiB) (08s) 40%-> obj/btop_tools.o (2.2MiB) (08s) 50%-> obj/btop_config.o (2.3MiB) (09s) 70%-> obj/btop_menu.o (2.0MiB) (09s) 70%-> obj/btop.o (2.9MiB) (09s) 80%-> obj/linux/btop_collect.o (3.3MiB) (11s) 90%-> obj/btop_draw.o (3.4MiB) (11s) Linking and optimizing binary... 100% -> bin/btop (1.7MiB) (06s) Build complete in (18s) >>> 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 >>> btop*: Running postcheck for btop >>> btop*: Preparing package btop... >>> btop*: Stripping binaries >>> btop*: Scanning shared objects >>> btop*: Tracing dependencies... so:libc.musl-ppc64le.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.3.2-r1.apk >>> btop: Build complete at Tue, 13 Feb 2024 23:40:11 +0000 elapsed time 0h 0m 20s >>> btop: Cleaning up srcdir >>> btop: Cleaning up pkgdir >>> btop: Uninstalling dependencies... (1/2) Purging .makedepends-btop (20240213.233952) (2/2) Purging coreutils-fmt (9.4-r2) Executing busybox-1.36.1-r19.trigger OK: 265 MiB in 109 packages >>> btop: Updating the community/ppc64le repository index... >>> btop: Signing the index...