>>> expected-lite: Building community/expected-lite 0.9.0-r1 (using abuild 3.16.0_rc4-r0) started Thu, 30 Oct 2025 17:16:48 +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/7) Installing xz-libs (5.8.1-r0) (2/7) Installing libarchive (3.8.2-r0) (3/7) Installing rhash-libs (1.4.6-r0) (4/7) Installing libuv (1.51.0-r0) (5/7) Installing cmake (4.1.2-r0) (6/7) Installing samurai (1.2-r7) (7/7) Installing .makedepends-expected-lite (20251030.171656) busybox-1.37.0-r24.trigger: Executing script... OK: 639 MiB in 158 packages >>> expected-lite: Cleaning up srcdir >>> expected-lite: Cleaning up pkgdir >>> expected-lite: Cleaning up tmpdir >>> expected-lite: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/expected-lite-0.9.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/expected-lite-0.9.0.tar.gz.part' expected-lite-0.9.0. 100% |********************************| 58788 0:00:00 ETA '/var/cache/distfiles/v3.23/expected-lite-0.9.0.tar.gz.part' saved /var/cache/distfiles/v3.23/expected-lite-0.9.0.tar.gz: OK >>> expected-lite: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/expected-lite-0.9.0.tar.gz /var/cache/distfiles/v3.23/expected-lite-0.9.0.tar.gz: OK >>> expected-lite: Unpacking /var/cache/distfiles/v3.23/expected-lite-0.9.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.9.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.7s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.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.9.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.0/test/expected.t.cpp:13: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.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.9.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.9.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.9.0/include/nonstd/expected.hpp:1648:126: note: remove 'std::move' call [9/12] Linking CXX executable test/expected-lite-cpp17.t In file included from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.0/test/expected.t.cpp:13: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.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.9.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.9.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.9.0/include/nonstd/expected.hpp:1648:126: note: remove 'std::move' call [10/12] Linking CXX executable test/expected-lite-cpp20.t In file included from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.0/test/expected.t.cpp:13: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.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.9.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.9.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.9.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.9.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.0/test/expected.t.cpp:13: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.9.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.9.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.9.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.9.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.9.0/build Start 1: test-cpp11 Start 2: test-cpp14 Start 3: test-cpp17 Start 4: test-cpp20 1/4 Test #1: test-cpp11 ....................... Passed 0.02 sec 2/4 Test #2: test-cpp14 ....................... Passed 0.01 sec 3/4 Test #3: test-cpp17 ....................... Passed 0.01 sec 4/4 Test #4: test-cpp20 ....................... Passed 0.01 sec 100% tests passed, 0 tests failed out of 4 Total Test time (real) = 0.02 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.9.0-r1.apk >>> expected-lite: Build complete at Thu, 30 Oct 2025 17:18:11 +0000 elapsed time 0h 1m 23s >>> expected-lite: Cleaning up srcdir >>> expected-lite: Cleaning up pkgdir >>> expected-lite: Uninstalling dependencies... (1/7) Purging .makedepends-expected-lite (20251030.171656) (2/7) Purging cmake (4.1.2-r0) (3/7) Purging samurai (1.2-r7) (4/7) Purging libarchive (3.8.2-r0) (5/7) Purging libuv (1.51.0-r0) (6/7) Purging rhash-libs (1.4.6-r0) (7/7) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 579 MiB in 151 packages >>> expected-lite: Updating the community/ppc64le repository index... >>> expected-lite: Signing the index...