>>> gtest 1.11.0 Extracting gzip -d -c /tmp/instance-0/dl/gtest/gtest-1.11.0.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/gtest-1.11.0 -xf - >>> gtest 1.11.0 Patching >>> gtest 1.11.0 Configuring (mkdir -p /tmp/instance-0/output-1/build/gtest-1.11.0/ && cd /tmp/instance-0/output-1/build/gtest-1.11.0/ && rm -f CMakeCache.txt && PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/cmake /tmp/instance-0/output-1/build/gtest-1.11.0/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_GTEST=ON -DBUILD_GMOCK=OFF ) -- The C compiler identification is GNU 4.8.3 -- The CXX compiler identification is GNU 4.8.3 -- Check for working C compiler: /tmp/instance-0/output-1/host/bin/arm-none-linux-gnueabi-gcc -- Check for working C compiler: /tmp/instance-0/output-1/host/bin/arm-none-linux-gnueabi-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /tmp/instance-0/output-1/host/bin/arm-none-linux-gnueabi-g++ -- Check for working CXX compiler: /tmp/instance-0/output-1/host/bin/arm-none-linux-gnueabi-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Python: /tmp/instance-0/output-1/host/bin/python3.9 (found version "3.9.6") found components: Interpreter -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_GTEST BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-0/output-1/build/gtest-1.11.0 >>> gtest 1.11.0 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-0/output-1/build/gtest-1.11.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/gtest-1.11.0' make[2]: Entering directory '/tmp/instance-0/output-1/build/gtest-1.11.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/gtest-1.11.0' Scanning dependencies of target gtest make[3]: Leaving directory '/tmp/instance-0/output-1/build/gtest-1.11.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/gtest-1.11.0' [ 25%] Building CXX object googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o In file included from /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/internal/gtest-death-test-internal.h:39:0, from /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-death-test.h:41, from /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest.h:64, from /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/src/gtest-all.cc:38: /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In static member function 'static constexpr bool testing::internal::MatcherBase::IsInlined()': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:414:12: error: 'is_trivially_copy_constructible' is not a member of 'std' std::is_trivially_copy_constructible::value && ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:414:50: error: expected primary-expression before '>' token std::is_trivially_copy_constructible::value && ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:414:51: error: '::value' has not been declared std::is_trivially_copy_constructible::value && ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface&>*; T = const std::basic_string&]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: required from 'void testing::internal::MatcherBase::Init(M&&) [with M = const testing::MatcherInterface&>*&; T = const std::basic_string&]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:292:14: required from 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with U = const std::basic_string&; T = const std::basic_string&]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:516:55: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:416:3: error: body of constexpr function 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface&>*; T = const std::basic_string&]' not a return-statement } ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'void testing::internal::MatcherBase::Init(M&&) [with M = const testing::MatcherInterface&>*&; T = const std::basic_string&]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:292:14: required from 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with U = const std::basic_string&; T = const std::basic_string&]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:516:55: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: error: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface&>*; T = const std::basic_string&]' called in a constant expression template ()> ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:412:25: note: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface&>*; T = const std::basic_string&]' is not usable as a constexpr function because: static constexpr bool IsInlined() { ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:463:35: note: in template argument for type 'bool' using Policy = ValuePolicy; ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface&>*; T = std::basic_string]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: required from 'void testing::internal::MatcherBase::Init(M&&) [with M = const testing::MatcherInterface&>*&; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:292:14: required from 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with U = const std::basic_string&; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:538:48: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:416:3: error: body of constexpr function 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface&>*; T = std::basic_string]' not a return-statement } ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'void testing::internal::MatcherBase::Init(M&&) [with M = const testing::MatcherInterface&>*&; T = std::basic_string]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:292:14: required from 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with U = const std::basic_string&; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:538:48: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: error: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface&>*; T = std::basic_string]' called in a constant expression template ()> ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:412:25: note: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface&>*; T = std::basic_string]' is not usable as a constexpr function because: static constexpr bool IsInlined() { ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:463:35: note: in template argument for type 'bool' using Policy = ValuePolicy; ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface >*; T = std::basic_string]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: required from 'void testing::internal::MatcherBase::Init(M&&) [with M = const testing::MatcherInterface >*&; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:292:14: required from 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with U = std::basic_string; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:540:48: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:416:3: error: body of constexpr function 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface >*; T = std::basic_string]' not a return-statement } ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'void testing::internal::MatcherBase::Init(M&&) [with M = const testing::MatcherInterface >*&; T = std::basic_string]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:292:14: required from 'testing::internal::MatcherBase::MatcherBase(const testing::MatcherInterface*) [with U = std::basic_string; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:540:48: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: error: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface >*; T = std::basic_string]' called in a constant expression template ()> ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:412:25: note: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = const testing::MatcherInterface >*; T = std::basic_string]' is not usable as a constexpr function because: static constexpr bool IsInlined() { ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:463:35: note: in template argument for type 'bool' using Policy = ValuePolicy; ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = testing::internal::EqMatcher >; T = const std::basic_string&]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: required from 'void testing::internal::MatcherBase::Init(M&&) [with M = testing::internal::EqMatcher >; T = const std::basic_string&]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:298:28: required from 'testing::internal::MatcherBase::MatcherBase(M&&) [with M = testing::internal::EqMatcher >; = void; T = const std::basic_string&]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:521:69: required from 'testing::Matcher&>::Matcher(M&&) [with M = testing::internal::EqMatcher >; = void]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/src/gtest-matchers.cc:45:68: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:416:3: error: body of constexpr function 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = testing::internal::EqMatcher >; T = const std::basic_string&]' not a return-statement } ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'void testing::internal::MatcherBase::Init(M&&) [with M = testing::internal::EqMatcher >; T = const std::basic_string&]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:298:28: required from 'testing::internal::MatcherBase::MatcherBase(M&&) [with M = testing::internal::EqMatcher >; = void; T = const std::basic_string&]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:521:69: required from 'testing::Matcher&>::Matcher(M&&) [with M = testing::internal::EqMatcher >; = void]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/src/gtest-matchers.cc:45:68: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: error: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = testing::internal::EqMatcher >; T = const std::basic_string&]' called in a constant expression template ()> ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:412:25: note: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = testing::internal::EqMatcher >; T = const std::basic_string&]' is not usable as a constexpr function because: static constexpr bool IsInlined() { ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:463:35: note: in template argument for type 'bool' using Policy = ValuePolicy; ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = testing::internal::EqMatcher >; T = std::basic_string]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: required from 'void testing::internal::MatcherBase::Init(M&&) [with M = testing::internal::EqMatcher >; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:298:28: required from 'testing::internal::MatcherBase::MatcherBase(M&&) [with M = testing::internal::EqMatcher >; = void; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:545:62: required from 'testing::Matcher >::Matcher(M&&) [with M = testing::internal::EqMatcher >; = void]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/src/gtest-matchers.cc:55:61: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:416:3: error: body of constexpr function 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = testing::internal::EqMatcher >; T = std::basic_string]' not a return-statement } ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h: In instantiation of 'void testing::internal::MatcherBase::Init(M&&) [with M = testing::internal::EqMatcher >; T = std::basic_string]': /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:298:28: required from 'testing::internal::MatcherBase::MatcherBase(M&&) [with M = testing::internal::EqMatcher >; = void; T = std::basic_string]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:545:62: required from 'testing::Matcher >::Matcher(M&&) [with M = testing::internal::EqMatcher >; = void]' /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/src/gtest-matchers.cc:55:61: required from here /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:418:58: error: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = testing::internal::EqMatcher >; T = std::basic_string]' called in a constant expression template ()> ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:412:25: note: 'static constexpr bool testing::internal::MatcherBase::IsInlined() [with M = testing::internal::EqMatcher >; T = std::basic_string]' is not usable as a constexpr function because: static constexpr bool IsInlined() { ^ /tmp/instance-0/output-1/build/gtest-1.11.0/googletest/include/gtest/gtest-matchers.h:463:35: note: in template argument for type 'bool' using Policy = ValuePolicy; ^ make[3]: *** [googletest/CMakeFiles/gtest.dir/build.make:63: googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o] Error 1 make[3]: Leaving directory '/tmp/instance-0/output-1/build/gtest-1.11.0' make[2]: *** [CMakeFiles/Makefile2:123: googletest/CMakeFiles/gtest.dir/all] Error 2 make[2]: Leaving directory '/tmp/instance-0/output-1/build/gtest-1.11.0' make[1]: *** [Makefile:141: all] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/gtest-1.11.0' make: *** [package/pkg-generic.mk:270: /tmp/instance-0/output-1/build/gtest-1.11.0/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-0/buildroot'