>>> expected-lite: Building community/expected-lite 0.10.0-r0 (using abuild 3.16.0_rc4-r0) started Tue, 18 Nov 2025 20:33:54 +0000 >>> expected-lite: Validating /home/buildozer/aports/community/expected-lite/APKBUILD... >>> expected-lite: Analyzing dependencies... >>> expected-lite: Installing for build: build-base cmake samurai (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing xz-libs (5.8.1-r0) (3/8) Installing libarchive (3.8.3-r0) (4/8) Installing rhash-libs (1.4.6-r0) (5/8) Installing libuv (1.51.0-r0) (6/8) Installing cmake (4.1.3-r0) (7/8) Installing samurai (1.2-r7) (8/8) Installing .makedepends-expected-lite (20251118.203355) busybox-1.37.0-r25.trigger: Executing script... OK: 348 MiB in 114 packages >>> expected-lite: Cleaning up srcdir >>> expected-lite: Cleaning up pkgdir >>> expected-lite: Cleaning up tmpdir >>> expected-lite: Fetching https://distfiles.alpinelinux.org/distfiles/edge/expected-lite-0.10.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> expected-lite: Fetching expected-lite-0.10.0.tar.gz::https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.10.0.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/expected-lite-0.10.0.tar.gz.part' expected-lite-0.10.0 100% |********************************| 58245 0:00:00 ETA '/var/cache/distfiles/expected-lite-0.10.0.tar.gz.part' saved /var/cache/distfiles/expected-lite-0.10.0.tar.gz: OK >>> expected-lite: Fetching https://distfiles.alpinelinux.org/distfiles/edge/expected-lite-0.10.0.tar.gz /var/cache/distfiles/expected-lite-0.10.0.tar.gz: OK >>> expected-lite: Unpacking /var/cache/distfiles/expected-lite-0.10.0.tar.gz... -- The CXX compiler identification is GNU 15.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Project 'expected_lite', package 'expected-lite' version: '0.10.0' -- Subproject 'test', programs 'expected-lite-*' -- CompilerId: 'GNU' -- Matched: GNU -- Make target: '11' -- Make target: '14' -- Make target: '17' -- Make target: '20' -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/build [1/12] Building CXX object test/CMakeFiles/expected-lite-cpp20.t.dir/expected.t.cpp.o [2/12] Building CXX object test/CMakeFiles/expected-lite-cpp20.t.dir/expected-main.t.cpp.o [3/12] Building CXX object test/CMakeFiles/expected-lite-cpp17.t.dir/expected.t.cpp.o [4/12] Building CXX object test/CMakeFiles/expected-lite-cpp17.t.dir/expected-main.t.cpp.o [5/12] Building CXX object test/CMakeFiles/expected-lite-cpp14.t.dir/expected.t.cpp.o [6/12] Building CXX object test/CMakeFiles/expected-lite-cpp14.t.dir/expected-main.t.cpp.o [7/12] Building CXX object test/CMakeFiles/expected-lite-cpp11.t.dir/expected.t.cpp.o [8/12] Building CXX object test/CMakeFiles/expected-lite-cpp11.t.dir/expected-main.t.cpp.o In file included from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:13: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp: In instantiation of 'constexpr nonstd::expected_lite::unexpected_type::type> nonstd::expected_lite::make_unexpected(std::in_place_t, Args&& ...) [with E = std::pair; Args = {const char&, const int&}; = std::enable_if; typename std::decay<_Tp>::type = std::pair]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:583:53: required from here 583 | auto u = make_unexpected< std::pair >( in_place, a, b ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1648:126: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 1648 | return std::move( unexpected_type< typename std::decay::type >( nonstd_lite_in_place(E), std::forward(args)...) ); | ^ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1648:126: note: remove 'std::move' call /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp: In function 'void __lest_function__1363(lest::env&)': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:1377:66: warning: ignoring returned value of type 'nonstd::expected_lite::expected', declared with attribute 'nodiscard' [-Wunused-result] 1377 | expected, int>{std::vector{}}.transform([](const std::vector&) { }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:2599:51: note: in call to 'constexpr nonstd::expected_lite::expected nonstd::expected_lite::expected::transform(F&&) && [with F = __lest_function__1363(lest::env&)::&)>; typename std::enable_if<(std::is_constructible::value && std::is_void(), declval()))>::type>::value), int>::type = 0; T = std::vector; E = int]', declared here 2599 | nsel_constexpr14 expected< void, error_type > transform( F && f ) && | ^~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:2733:22: note: 'nonstd::expected_lite::expected' declared here 2733 | class nsel_NODISCARD expected< void, E > | ^~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp: In function 'void __lest_function__1737(lest::env&)': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:1760:19: warning: ignoring returned value of type 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'}, declared with attribute 'nodiscard' [-Wunused-result] 1760 | e.and_then( [&called]() -> expected { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1761 | called = true; | ~~~~~~~~~~~~~~ 1762 | return {}; | ~~~~~~~~~~ 1763 | } ); | ~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:2971:59: note: in call to 'constexpr nonstd::expected_lite::detail::invoke_result_nocvref_t nonstd::expected_lite::expected::and_then(F&&) & [with F = __lest_function__1737(lest::env&)::; typename std::enable_if<((nonstd::expected_lite::detail::is_expected()))>::type>::value && std::is_same()))>::type::error_type, E>::value) && std::is_constructible::value), int>::type = 0; E = int; nonstd::expected_lite::detail::invoke_result_nocvref_t = nonstd::expected_lite::expected]', declared here 2971 | nsel_constexpr14 detail::invoke_result_nocvref_t< F > and_then( F && f ) & | ^~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1243:7: note: 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'} declared here 1243 | using invoke_result_nocvref_t = typename std20::remove_cvref< decltype( ::nonstd::expected_lite::detail::invoke( std::declval< F >(), std::declval< Args >()... ) ) >::type; | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:1769:39: warning: ignoring returned value of type 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'}, declared with attribute 'nodiscard' [-Wunused-result] 1769 | expected{}.and_then( [&called]() -> expected { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1770 | called = true; | ~~~~~~~~~~~~~~ 1771 | return {}; | ~~~~~~~~~~ 1772 | } ); | ~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:3000:59: note: in call to 'constexpr nonstd::expected_lite::detail::invoke_result_nocvref_t nonstd::expected_lite::expected::and_then(F&&) && [with F = __lest_function__1737(lest::env&)::; typename std::enable_if<((nonstd::expected_lite::detail::is_expected()))>::type>::value && std::is_same()))>::type::error_type, E>::value) && std::is_constructible::value), int>::type = 0; E = int; nonstd::expected_lite::detail::invoke_result_nocvref_t = nonstd::expected_lite::expected]', declared here 3000 | nsel_constexpr14 detail::invoke_result_nocvref_t< F > and_then( F && f ) && | ^~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1243:7: note: 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'} declared here 1243 | using invoke_result_nocvref_t = typename std20::remove_cvref< decltype( ::nonstd::expected_lite::detail::invoke( std::declval< F >(), std::declval< Args >()... ) ) >::type; | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:1778:53: warning: ignoring returned value of type 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'}, declared with attribute 'nodiscard' [-Wunused-result] 1778 | expected{ unexpect, 42 }.and_then( [&called]() -> expected { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1779 | called = true; | ~~~~~~~~~~~~~~ 1780 | return {}; | ~~~~~~~~~~ 1781 | } ); | ~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:3000:59: note: in call to 'constexpr nonstd::expected_lite::detail::invoke_result_nocvref_t nonstd::expected_lite::expected::and_then(F&&) && [with F = __lest_function__1737(lest::env&)::; typename std::enable_if<((nonstd::expected_lite::detail::is_expected()))>::type>::value && std::is_same()))>::type::error_type, E>::value) && std::is_constructible::value), int>::type = 0; E = int; nonstd::expected_lite::detail::invoke_result_nocvref_t = nonstd::expected_lite::expected]', declared here 3000 | nsel_constexpr14 detail::invoke_result_nocvref_t< F > and_then( F && f ) && | ^~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1243:7: note: 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'} declared here 1243 | using invoke_result_nocvref_t = typename std20::remove_cvref< decltype( ::nonstd::expected_lite::detail::invoke( std::declval< F >(), std::declval< Args >()... ) ) >::type; | ^~~~~~~~~~~~~~~~~~~~~~~ [9/12] Linking CXX executable test/expected-lite-cpp17.t In file included from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:13: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp: In instantiation of 'constexpr nonstd::expected_lite::unexpected_type::type> nonstd::expected_lite::make_unexpected(std::in_place_t, Args&& ...) [with E = std::pair; Args = {const char&, const int&}; = std::enable_if; typename std::decay<_Tp>::type = std::pair]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:583:53: required from here 583 | auto u = make_unexpected< std::pair >( in_place, a, b ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1648:126: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 1648 | return std::move( unexpected_type< typename std::decay::type >( nonstd_lite_in_place(E), std::forward(args)...) ); | ^ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1648:126: note: remove 'std::move' call /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp: In function 'void __lest_function__1363(lest::env&)': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:1377:66: warning: ignoring returned value of type 'nonstd::expected_lite::expected', declared with attribute 'nodiscard' [-Wunused-result] 1377 | expected, int>{std::vector{}}.transform([](const std::vector&) { }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:2599:51: note: in call to 'constexpr nonstd::expected_lite::expected nonstd::expected_lite::expected::transform(F&&) && [with F = __lest_function__1363(lest::env&)::&)>; typename std::enable_if<(std::is_constructible::value && std::is_void(), declval()))>::type>::value), int>::type = 0; T = std::vector; E = int]', declared here 2599 | nsel_constexpr14 expected< void, error_type > transform( F && f ) && | ^~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:2733:22: note: 'nonstd::expected_lite::expected' declared here 2733 | class nsel_NODISCARD expected< void, E > | ^~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp: In function 'void __lest_function__1737(lest::env&)': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:1760:19: warning: ignoring returned value of type 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'}, declared with attribute 'nodiscard' [-Wunused-result] 1760 | e.and_then( [&called]() -> expected { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1761 | called = true; | ~~~~~~~~~~~~~~ 1762 | return {}; | ~~~~~~~~~~ 1763 | } ); | ~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:2971:59: note: in call to 'constexpr nonstd::expected_lite::detail::invoke_result_nocvref_t nonstd::expected_lite::expected::and_then(F&&) & [with F = __lest_function__1737(lest::env&)::; typename std::enable_if<((nonstd::expected_lite::detail::is_expected()))>::type>::value && std::is_same()))>::type::error_type, E>::value) && std::is_constructible::value), int>::type = 0; E = int; nonstd::expected_lite::detail::invoke_result_nocvref_t = nonstd::expected_lite::expected]', declared here 2971 | nsel_constexpr14 detail::invoke_result_nocvref_t< F > and_then( F && f ) & | ^~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1243:7: note: 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'} declared here 1243 | using invoke_result_nocvref_t = typename std20::remove_cvref< decltype( ::nonstd::expected_lite::detail::invoke( std::declval< F >(), std::declval< Args >()... ) ) >::type; | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:1769:39: warning: ignoring returned value of type 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'}, declared with attribute 'nodiscard' [-Wunused-result] 1769 | expected{}.and_then( [&called]() -> expected { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1770 | called = true; | ~~~~~~~~~~~~~~ 1771 | return {}; | ~~~~~~~~~~ 1772 | } ); | ~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:3000:59: note: in call to 'constexpr nonstd::expected_lite::detail::invoke_result_nocvref_t nonstd::expected_lite::expected::and_then(F&&) && [with F = __lest_function__1737(lest::env&)::; typename std::enable_if<((nonstd::expected_lite::detail::is_expected()))>::type>::value && std::is_same()))>::type::error_type, E>::value) && std::is_constructible::value), int>::type = 0; E = int; nonstd::expected_lite::detail::invoke_result_nocvref_t = nonstd::expected_lite::expected]', declared here 3000 | nsel_constexpr14 detail::invoke_result_nocvref_t< F > and_then( F && f ) && | ^~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1243:7: note: 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'} declared here 1243 | using invoke_result_nocvref_t = typename std20::remove_cvref< decltype( ::nonstd::expected_lite::detail::invoke( std::declval< F >(), std::declval< Args >()... ) ) >::type; | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:1778:53: warning: ignoring returned value of type 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'}, declared with attribute 'nodiscard' [-Wunused-result] 1778 | expected{ unexpect, 42 }.and_then( [&called]() -> expected { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1779 | called = true; | ~~~~~~~~~~~~~~ 1780 | return {}; | ~~~~~~~~~~ 1781 | } ); | ~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:3000:59: note: in call to 'constexpr nonstd::expected_lite::detail::invoke_result_nocvref_t nonstd::expected_lite::expected::and_then(F&&) && [with F = __lest_function__1737(lest::env&)::; typename std::enable_if<((nonstd::expected_lite::detail::is_expected()))>::type>::value && std::is_same()))>::type::error_type, E>::value) && std::is_constructible::value), int>::type = 0; E = int; nonstd::expected_lite::detail::invoke_result_nocvref_t = nonstd::expected_lite::expected]', declared here 3000 | nsel_constexpr14 detail::invoke_result_nocvref_t< F > and_then( F && f ) && | ^~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1243:7: note: 'nonstd::expected_lite::detail::invoke_result_nocvref_t<__lest_function__1737(lest::env&):: >' {aka 'nonstd::expected_lite::expected'} declared here 1243 | using invoke_result_nocvref_t = typename std20::remove_cvref< decltype( ::nonstd::expected_lite::detail::invoke( std::declval< F >(), std::declval< Args >()... ) ) >::type; | ^~~~~~~~~~~~~~~~~~~~~~~ [10/12] Linking CXX executable test/expected-lite-cpp20.t In file included from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:13: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp: In instantiation of 'nonstd::expected_lite::unexpected_type::type> nonstd::expected_lite::make_unexpected(nonstd::in_place_t (&)(nonstd::detail::in_place_type_tag), Args&& ...) [with E = std::pair; Args = {const char&, const int&}; = std::enable_if; typename std::decay<_Tp>::type = std::pair]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:583:53: required from here 583 | auto u = make_unexpected< std::pair >( in_place, a, b ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1648:126: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 1648 | return std::move( unexpected_type< typename std::decay::type >( nonstd_lite_in_place(E), std::forward(args)...) ); | ^ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1648:126: note: remove 'std::move' call [11/12] Linking CXX executable test/expected-lite-cpp11.t In file included from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:13: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp: In instantiation of 'constexpr nonstd::expected_lite::unexpected_type::type> nonstd::expected_lite::make_unexpected(nonstd::in_place_t (&)(nonstd::detail::in_place_type_tag), Args&& ...) [with E = std::pair; Args = {const char&, const int&}; = std::enable_if; typename std::decay<_Tp>::type = std::pair]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/test/expected.t.cpp:583:53: required from here 583 | auto u = make_unexpected< std::pair >( in_place, a, b ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1648:126: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 1648 | return std::move( unexpected_type< typename std::decay::type >( nonstd_lite_in_place(E), std::forward(args)...) ); | ^ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/include/nonstd/expected.hpp:1648:126: note: remove 'std::move' call [12/12] Linking CXX executable test/expected-lite-cpp14.t Test project /home/buildozer/aports/community/expected-lite/src/expected-lite-0.10.0/build Start 1: test-cpp11 Start 2: test-cpp14 Start 3: test-cpp17 Start 4: test-cpp20 1/4 Test #2: test-cpp14 ....................... Passed 0.01 sec 2/4 Test #4: test-cpp20 ....................... Passed 0.01 sec 3/4 Test #1: test-cpp11 ....................... Passed 0.01 sec 4/4 Test #3: test-cpp17 ....................... Passed 0.01 sec 100% tests passed, 0 tests failed out of 4 Total Test time (real) = 0.01 sec >>> expected-lite: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/expected-lite/pkg/expected-lite/usr/lib/cmake/expected-lite/expected-lite-targets.cmake -- Installing: /home/buildozer/aports/community/expected-lite/pkg/expected-lite/usr/lib/cmake/expected-lite/expected-lite-config.cmake -- Installing: /home/buildozer/aports/community/expected-lite/pkg/expected-lite/usr/lib/cmake/expected-lite/expected-lite-config-version.cmake -- Installing: /home/buildozer/aports/community/expected-lite/pkg/expected-lite/usr/include -- Installing: /home/buildozer/aports/community/expected-lite/pkg/expected-lite/usr/include/nonstd -- Installing: /home/buildozer/aports/community/expected-lite/pkg/expected-lite/usr/include/nonstd/expected.hpp >>> expected-lite*: Running postcheck for expected-lite >>> expected-lite*: Preparing package expected-lite... >>> expected-lite*: Tracing dependencies... >>> expected-lite*: Package size: 115.7 KB >>> expected-lite*: Compressing data... >>> expected-lite*: Create checksum... >>> expected-lite*: Create expected-lite-0.10.0-r0.apk >>> expected-lite: Build complete at Tue, 18 Nov 2025 20:34:20 +0000 elapsed time 0h 0m 26s >>> expected-lite: Cleaning up srcdir >>> expected-lite: Cleaning up pkgdir >>> expected-lite: Uninstalling dependencies... (1/8) Purging .makedepends-expected-lite (20251118.203355) (2/8) Purging cmake (4.1.3-r0) (3/8) Purging samurai (1.2-r7) (4/8) Purging libarchive (3.8.3-r0) (5/8) Purging libbz2 (1.0.8-r6) (6/8) Purging libuv (1.51.0-r0) (7/8) Purging rhash-libs (1.4.6-r0) (8/8) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r25.trigger: Executing script... OK: 288 MiB in 106 packages >>> expected-lite: Updating the community/ppc64le repository index... >>> expected-lite: Signing the index...