>>> tl-expected: Building community/tl-expected 1.1.0-r0 (using abuild 3.11.0-r1) started Thu, 18 May 2023 21:57:00 +0000 >>> tl-expected: Checking sanity of /home/buildozer/aports/community/tl-expected/APKBUILD... >>> WARNING: tl-expected: No maintainer >>> tl-expected: Analyzing dependencies... >>> tl-expected: Installing for build: build-base cmake samurai (1/7) Installing libarchive (3.6.2-r3) (2/7) Installing libformw (6.4_p20230514-r0) (3/7) Installing rhash-libs (1.4.3-r2) (4/7) Installing libuv (1.44.2-r3) (5/7) Installing cmake (3.26.3-r1) (6/7) Installing samurai (1.2-r3) (7/7) Installing .makedepends-tl-expected (20230518.215700) Executing busybox-1.36.0-r11.trigger OK: 941 MiB in 116 packages >>> tl-expected: Cleaning up srcdir >>> tl-expected: Cleaning up pkgdir >>> tl-expected: Fetching https://distfiles.alpinelinux.org/distfiles/edge//tl-expected-1.1.0.tar.gz >>> tl-expected: Fetching https://distfiles.alpinelinux.org/distfiles/edge//tl-expected-1.1.0.tar.gz >>> tl-expected: Checking sha512sums... tl-expected-1.1.0.tar.gz: OK >>> tl-expected: Unpacking /var/cache/distfiles/edge//tl-expected-1.1.0.tar.gz... -- The CXX compiler identification is GNU 13.1.1 -- 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 CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1282 (message): The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is not set. The policy's OLD behavior will be used. When using a URL download, the timestamps of extracted files should preferably be that of the time of extraction, otherwise code that depends on the extracted contents might not be rebuilt if the URL changes. The OLD behavior preserves the timestamps from the archive instead, but this is usually not what you want. Update your project to the NEW behavior or specify the DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this robustness issue. Call Stack (most recent call first): CMakeLists.txt:70 (FetchContent_Declare) This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done (1.7s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: EXPECTED_ENABLE_TESTS -- Build files have been written to: /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/build [1/2] Re-checking globbed directories... [1/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/swap.cpp.o [2/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/relops.cpp.o [3/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/observers.cpp.o [4/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/noexcept.cpp.o [5/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/main.cpp.o [6/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/issues.cpp.o [7/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/extensions.cpp.o [8/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/emplace.cpp.o [9/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/constructors.cpp.o [10/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/constexpr.cpp.o [11/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/bases.cpp.o [12/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/assignment.cpp.o [13/14] Building CXX object CMakeFiles/tl-expected-tests.dir/tests/assertions.cpp.o /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/assignment.cpp: In function 'void C_A_T_C_H_T_E_S_T_2()': /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/assignment.cpp:72:42: warning: variable 'e3' set but not used [-Wunused-but-set-variable] 72 | tl::expected e3 = {}; | ^~ /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/assignment.cpp:73:42: warning: variable 'e4' set but not used [-Wunused-but-set-variable] 73 | tl::expected e4 = {}; | ^~ /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp: In function 'MaybeDataPtr test(int)': /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp:118:19: warning: redundant move in return statement [-Wredundant-move] 118 | return std::move(i); | ~~~~~~~~~^~~ /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp:118:19: note: remove 'std::move' call /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp: In function 'MaybeDataPtr test2(int)': /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp:123:19: warning: redundant move in return statement [-Wredundant-move] 123 | return std::move(i); | ~~~~~~~~~^~~ /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp:123:19: note: remove 'std::move' call /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp: In copy constructor 'move_tracker::move_tracker(const move_tracker&)': /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp:146:42: warning: unused parameter 'other' [-Wunused-parameter] 146 | move_tracker(move_tracker const &other) noexcept {}; | ~~~~~~~~~~~~~~~~~~~~^~~~~ /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp: In member function 'move_tracker& move_tracker::operator=(const move_tracker&)': /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp:151:56: warning: no return statement in function returning non-void [-Wreturn-type] 151 | operator=(move_tracker const &other) noexcept {}; | ^ | return *this; /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/issues.cpp:151:39: warning: unused parameter 'other' [-Wunused-parameter] 151 | operator=(move_tracker const &other) noexcept {}; | ~~~~~~~~~~~~~~~~~~~~^~~~~ In file included from /usr/include/c++/13.1.1/vector:72, from /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/build/_deps/catch2-src/single_include/catch2/catch.hpp:566, from /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/tests/main.cpp:2: /usr/include/c++/13.1.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const Catch::SectionEndInfo&}; _Tp = Catch::SectionEndInfo; _Alloc = std::allocator]': /usr/include/c++/13.1.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13.1.1/vector:66: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Catch::SectionEndInfo; _Alloc = std::allocator]', inlined from 'virtual void Catch::RunContext::sectionEndedEarly(const Catch::SectionEndInfo&)' at /home/buildozer/aports/community/tl-expected/src/expected-1.1.0/build/_deps/catch2-src/single_include/catch2/catch.hpp:12875:39: /usr/include/c++/13.1.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [14/14] Linking CXX executable tl-expected-tests >>> tl-expected: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/tl-expected/pkg/tl-expected/usr/share/cmake/tl-expected/tl-expected-targets.cmake -- Installing: /home/buildozer/aports/community/tl-expected/pkg/tl-expected/usr/share/cmake/tl-expected/tl-expected-config-version.cmake -- Installing: /home/buildozer/aports/community/tl-expected/pkg/tl-expected/usr/share/cmake/tl-expected/tl-expected-config.cmake -- Installing: /home/buildozer/aports/community/tl-expected/pkg/tl-expected/usr/include -- Installing: /home/buildozer/aports/community/tl-expected/pkg/tl-expected/usr/include/tl -- Installing: /home/buildozer/aports/community/tl-expected/pkg/tl-expected/usr/include/tl/expected.hpp >>> tl-expected*: Running postcheck for tl-expected >>> tl-expected*: Preparing package tl-expected... >>> tl-expected*: Tracing dependencies... >>> tl-expected*: Package size: 136.0 KB >>> tl-expected*: Compressing data... >>> tl-expected*: Create checksum... >>> tl-expected*: Create tl-expected-1.1.0-r0.apk >>> tl-expected: Build complete at Thu, 18 May 2023 21:57:19 +0000 elapsed time 0h 0m 19s >>> tl-expected: Cleaning up srcdir >>> tl-expected: Cleaning up pkgdir >>> tl-expected: Uninstalling dependencies... (1/7) Purging .makedepends-tl-expected (20230518.215700) (2/7) Purging cmake (3.26.3-r1) (3/7) Purging samurai (1.2-r3) (4/7) Purging libarchive (3.6.2-r3) (5/7) Purging libformw (6.4_p20230514-r0) (6/7) Purging libuv (1.44.2-r3) (7/7) Purging rhash-libs (1.4.3-r2) Executing busybox-1.36.0-r11.trigger OK: 901 MiB in 109 packages >>> tl-expected: Updating the community/armv7 repository index... >>> tl-expected: Signing the index...