>>> expected-lite: Building community/expected-lite 0.9.0-r0 (using abuild 3.15.0-r1) started Tue, 24 Jun 2025 20:54:07 +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.1-r0) (4/8) Installing rhash-libs (1.4.6-r0) (5/8) Installing libuv (1.51.0-r0) (6/8) Installing cmake (4.0.3-r0) (7/8) Installing samurai (1.2-r7) (8/8) Installing .makedepends-expected-lite (20250624.205408) Executing busybox-1.37.0-r18.trigger OK: 414 MiB in 116 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.9.0.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 >>> expected-lite: Fetching expected-lite-0.9.0.tar.gz::https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.9.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58788 100 58788 0 0 46713 0 0:00:01 0:00:01 --:--:-- 46713 >>> expected-lite: Fetching https://distfiles.alpinelinux.org/distfiles/edge//expected-lite-0.9.0.tar.gz >>> expected-lite: Checking sha512sums... expected-lite-0.9.0.tar.gz: OK >>> expected-lite: Unpacking /var/cache/distfiles/edge/expected-lite-0.9.0.tar.gz... -- The CXX compiler identification is GNU 14.3.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.1s) -- 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<_Ex>::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<_Ex>::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<_Ex>::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<_Ex>::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.00 sec 2/4 Test #2: test-cpp14 ....................... Passed 0.00 sec 3/4 Test #3: test-cpp17 ....................... Passed 0.00 sec 4/4 Test #4: test-cpp20 ....................... Passed 0.00 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... libfakeroot internal error: payload not recognized! >>> expected-lite*: Package size: 115.7 KB >>> expected-lite*: Compressing data... >>> expected-lite*: Create checksum... >>> expected-lite*: Create expected-lite-0.9.0-r0.apk >>> expected-lite: Build complete at Tue, 24 Jun 2025 20:54:23 +0000 elapsed time 0h 0m 16s >>> expected-lite: Cleaning up srcdir >>> expected-lite: Cleaning up pkgdir >>> expected-lite: Uninstalling dependencies... (1/8) Purging .makedepends-expected-lite (20250624.205408) (2/8) Purging cmake (4.0.3-r0) (3/8) Purging samurai (1.2-r7) (4/8) Purging libarchive (3.8.1-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) Executing busybox-1.37.0-r18.trigger OK: 361 MiB in 108 packages >>> expected-lite: Updating the community/s390x repository index... >>> expected-lite: Signing the index...