>>> expected-lite: Building community/expected-lite 0.8.0-r1 (using abuild 3.14.1-r6) started Sat, 01 Feb 2025 19:27:50 +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.6.4-r0) (3/8) Installing libarchive (3.7.7-r0) (4/8) Installing rhash-libs (1.4.5-r0) (5/8) Installing libuv (1.50.0-r0) (6/8) Installing cmake (3.31.4-r0) (7/8) Installing samurai (1.2-r6) (8/8) Installing .makedepends-expected-lite (20250201.192751) Executing busybox-1.37.0-r13.trigger OK: 368 MiB in 110 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.8.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/expected-lite-0.8.0.tar.gz.part' expected-lite-0.8.0. 100% |********************************| 57707 0:00:00 ETA '/var/cache/distfiles/edge/expected-lite-0.8.0.tar.gz.part' saved >>> expected-lite: Fetching https://distfiles.alpinelinux.org/distfiles/edge/expected-lite-0.8.0.tar.gz >>> expected-lite: Checking sha512sums... expected-lite-0.8.0.tar.gz: OK >>> expected-lite: Unpacking /var/cache/distfiles/edge/expected-lite-0.8.0.tar.gz... CMake Deprecation Warning at CMakeLists.txt:8 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- The CXX compiler identification is GNU 14.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Project 'expected_lite', package 'expected-lite' version: '0.8.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.2s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.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.8.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:12: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp: In instantiation of 'bool nonstd::expected_lite::expected::has_exception() const [with Ex = std::logic_error; T = int; E = std::out_of_range]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:1230:5: required from here 1230 | EXPECT( e.has_exception< std::logic_error >() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2267:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2267 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2267:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2267 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp: In instantiation of 'bool nonstd::expected_lite::expected::has_exception() const [with Ex = std::runtime_error; T = int; E = std::out_of_range]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:1231:5: required from here 1231 | EXPECT( !e.has_exception< std::runtime_error >() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2267:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2267 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2267:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2267 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp: In instantiation of 'bool nonstd::expected_lite::expected::has_exception() const [with Ex = std::logic_error; E = std::out_of_range]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:1679:5: required from here 1679 | EXPECT( e.has_exception< std::logic_error >() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2849:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2849 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2849:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2849 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp: In instantiation of 'bool nonstd::expected_lite::expected::has_exception() const [with Ex = std::runtime_error; E = std::out_of_range]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:1680:5: required from here 1680 | EXPECT( !e.has_exception< std::runtime_error >() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2849:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2849 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2849:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2849 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ [9/12] Linking CXX executable test/expected-lite-cpp17.t In file included from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected-main.t.hpp:15, from /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:12: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp: In instantiation of 'bool nonstd::expected_lite::expected::has_exception() const [with Ex = std::logic_error; T = int; E = std::out_of_range]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:1230:5: required from here 1230 | EXPECT( e.has_exception< std::logic_error >() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2267:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2267 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2267:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2267 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp: In instantiation of 'bool nonstd::expected_lite::expected::has_exception() const [with Ex = std::runtime_error; T = int; E = std::out_of_range]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:1231:5: required from here 1231 | EXPECT( !e.has_exception< std::runtime_error >() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2267:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2267 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2267:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2267 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp: In instantiation of 'bool nonstd::expected_lite::expected::has_exception() const [with Ex = std::logic_error; E = std::out_of_range]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:1679:5: required from here 1679 | EXPECT( e.has_exception< std::logic_error >() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2849:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2849 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2849:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2849 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp: In instantiation of 'bool nonstd::expected_lite::expected::has_exception() const [with Ex = std::runtime_error; E = std::out_of_range]': /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/test/expected.t.cpp:1680:5: required from here 1680 | EXPECT( !e.has_exception< std::runtime_error >() ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2849:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2849 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:2849:93: warning: 'constexpr E&& nonstd::expected_lite::unexpected_type::value() && [with E = std::out_of_range]' is deprecated: replace value() with error() [-Wdeprecated-declarations] 2849 | using ContainedEx = typename std::remove_reference< decltype( get_unexpected().value() ) >::type; | ~~~~~~~~~~~~~~~~~~~~~~^~ /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/include/nonstd/expected.hpp:1377:27: note: declared here 1377 | nsel_constexpr14 E && value() && noexcept | ^~~~~ [10/12] Linking CXX executable test/expected-lite-cpp20.t [11/12] Linking CXX executable test/expected-lite-cpp11.t [12/12] Linking CXX executable test/expected-lite-cpp14.t Internal ctest changing into directory: /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.0/build Test project /home/buildozer/aports/community/expected-lite/src/expected-lite-0.8.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.01 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: 113.1 KB >>> expected-lite*: Compressing data... >>> expected-lite*: Create checksum... >>> expected-lite*: Create expected-lite-0.8.0-r1.apk >>> expected-lite: Build complete at Sat, 01 Feb 2025 19:28:14 +0000 elapsed time 0h 0m 24s >>> expected-lite: Cleaning up srcdir >>> expected-lite: Cleaning up pkgdir >>> expected-lite: Uninstalling dependencies... (1/8) Purging .makedepends-expected-lite (20250201.192751) (2/8) Purging cmake (3.31.4-r0) (3/8) Purging samurai (1.2-r6) (4/8) Purging libarchive (3.7.7-r0) (5/8) Purging libbz2 (1.0.8-r6) (6/8) Purging libuv (1.50.0-r0) (7/8) Purging rhash-libs (1.4.5-r0) (8/8) Purging xz-libs (5.6.4-r0) Executing busybox-1.37.0-r13.trigger OK: 322 MiB in 102 packages >>> expected-lite: Updating the community/armhf repository index... >>> expected-lite: Signing the index...