>>> expected-lite: Building community/expected-lite 0.8.0-r0 (using abuild 3.14.1-r5) started Mon, 13 Jan 2025 06:28:06 +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/6) Installing libarchive (3.7.7-r0) (2/6) Installing rhash-libs (1.4.5-r0) (3/6) Installing libuv (1.49.2-r0) (4/6) Installing cmake (3.31.3-r0) (5/6) Installing samurai (1.2-r6) (6/6) Installing .makedepends-expected-lite (20250113.062807) Executing busybox-1.37.0-r11.trigger OK: 459 MiB in 122 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 % 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.8.0.tar.gz::https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.8.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 100 57707 0 57707 0 0 137k 0 --:--:-- --:--:-- --:--:-- 137k >>> 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.3s) -- 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.00 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.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: 113.1 KB >>> expected-lite*: Compressing data... >>> expected-lite*: Create checksum... >>> expected-lite*: Create expected-lite-0.8.0-r0.apk >>> expected-lite: Build complete at Mon, 13 Jan 2025 06:28:35 +0000 elapsed time 0h 0m 29s >>> expected-lite: Cleaning up srcdir >>> expected-lite: Cleaning up pkgdir >>> expected-lite: Uninstalling dependencies... (1/6) Purging .makedepends-expected-lite (20250113.062807) (2/6) Purging cmake (3.31.3-r0) (3/6) Purging samurai (1.2-r6) (4/6) Purging libarchive (3.7.7-r0) (5/6) Purging libuv (1.49.2-r0) (6/6) Purging rhash-libs (1.4.5-r0) Executing busybox-1.37.0-r11.trigger OK: 404 MiB in 116 packages >>> expected-lite: Updating the community/x86 repository index... >>> expected-lite: Signing the index...