>>> tl-expected: Building community/tl-expected 1.1.0-r0 (using abuild 3.11.0-r1) started Thu, 18 May 2023 22:13:50 +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/9) Installing libbz2 (1.0.8-r6) (2/9) Installing xz-libs (5.4.3-r1) (3/9) Installing libarchive (3.6.2-r3) (4/9) Installing libformw (6.4_p20230514-r0) (5/9) Installing rhash-libs (1.4.3-r2) (6/9) Installing libuv (1.44.2-r3) (7/9) Installing cmake (3.26.3-r1) (8/9) Installing samurai (1.2-r3) (9/9) Installing .makedepends-tl-expected (20230518.221351) Executing busybox-1.36.0-r11.trigger OK: 399 MiB in 111 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 % 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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> tl-expected: Fetching tl-expected-1.1.0.tar.gz::https://github.com/TartanLlama/expected/archive/v1.1.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 23747 0 23747 0 0 21051 0 --:--:-- 0:00:01 --:--:-- 21051 >>> 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.8s) -- 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/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 {}; | ~~~~~~~~~~~~~~~~~~~~^~~~~ /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 = {}; | ^~ [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 22:14:08 +0000 elapsed time 0h 0m 18s >>> tl-expected: Cleaning up srcdir >>> tl-expected: Cleaning up pkgdir >>> tl-expected: Uninstalling dependencies... (1/9) Purging .makedepends-tl-expected (20230518.221351) (2/9) Purging cmake (3.26.3-r1) (3/9) Purging samurai (1.2-r3) (4/9) Purging libarchive (3.6.2-r3) (5/9) Purging libbz2 (1.0.8-r6) (6/9) Purging libformw (6.4_p20230514-r0) (7/9) Purging libuv (1.44.2-r3) (8/9) Purging rhash-libs (1.4.3-r2) (9/9) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.0-r11.trigger OK: 342 MiB in 102 packages >>> tl-expected: Updating the community/s390x repository index... >>> tl-expected: Signing the index...