diff options
Diffstat (limited to 'libdevel/folly-fixedstringtest-errors.log')
| -rw-r--r-- | libdevel/folly-fixedstringtest-errors.log | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/libdevel/folly-fixedstringtest-errors.log b/libdevel/folly-fixedstringtest-errors.log deleted file mode 100644 index 0b4ca17..0000000 --- a/libdevel/folly-fixedstringtest-errors.log +++ /dev/null @@ -1,45 +0,0 @@ -/usr/bin/gmake -f CMakeFiles/fixed_string_test.dir/build.make CMakeFiles/fixed_string_test.dir/depend -gmake[2]: Entering directory '/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu' -cd /builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/folly-2020.10.12.00 /builddir/build/BUILD/folly-2020.10.12.00 /builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu /builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu /builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu/CMakeFiles/fixed_string_test.dir/DependInfo.cmake --color= -Dependee "/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu/CMakeFiles/fixed_string_test.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu/CMakeFiles/fixed_string_test.dir/depend.internal". -Dependee "/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu/CMakeFiles/fixed_string_test.dir/depend.internal". -Scanning dependencies of target fixed_string_test -gmake[2]: Leaving directory '/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu' -/usr/bin/gmake -f CMakeFiles/fixed_string_test.dir/build.make CMakeFiles/fixed_string_test.dir/build -gmake[2]: Entering directory '/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu' -[ 74%] Building CXX object CMakeFiles/fixed_string_test.dir/folly/test/FixedStringTest.cpp.o -/usr/bin/g++ -DFMT_LOCALE -DFMT_SHARED -DFOLLY_XLOG_STRIP_PREFIXES=\"/builddir/build/BUILD/folly-2020.10.12.00:/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu\" -DGFLAGS_IS_A_DLL=0 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -D_GNU_SOURCE -D_REENTRANT -I/builddir/build/BUILD/folly-2020.10.12.00 -I/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu -I/usr/include/libdwarf -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -g -std=gnu++1z -finput-charset=UTF-8 -fsigned-char -Wall -Wno-deprecated -Wno-deprecated-declarations -Wno-sign-compare -Wno-unused -Wunused-label -Wunused-result -Wshadow-compatible-local -Wno-noexcept-type -faligned-new -fopenmp -pthread -std=gnu++17 -o CMakeFiles/fixed_string_test.dir/folly/test/FixedStringTest.cpp.o -c /builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp -In file included from /builddir/build/BUILD/folly-2020.10.12.00/folly/Range.h:26, - from /builddir/build/BUILD/folly-2020.10.12.00/folly/FixedString.h:33, - from /builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp:20: -/builddir/build/BUILD/folly-2020.10.12.00/folly/portability/Constexpr.h: In member function 'virtual void FixedStringEraseTest_CEraseTest_Test::TestBody()': -/builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp:420:42: in 'constexpr' expansion of 'x.folly::BasicFixedString<char, 26>::cerase(x.folly::BasicFixedString<char, 26>::size(), ((std::size_t)folly::detail::fixedstring::FixedStringBase_<>::npos))' -/builddir/build/BUILD/folly-2020.10.12.00/folly/FixedString.h:1472:20: in 'constexpr' expansion of '((const folly::BasicFixedString<char, 26>*)this)->folly::BasicFixedString<char, 26>::creplace<1>(pos, folly::detail::fixedstring::checkOverflowOrNpos(count, (((long unsigned int)((const folly::BasicFixedString<char, 26>*)this)->folly::BasicFixedString<char, 26>::size_) - folly::detail::fixedstring::checkOverflow(pos, ((std::size_t)((const folly::BasicFixedString<char, 26>*)this)->folly::BasicFixedString<char, 26>::size_)))), A{'\000'})' -/builddir/build/BUILD/folly-2020.10.12.00/folly/FixedString.h:1898:20: in 'constexpr' expansion of '((const folly::BasicFixedString<char, 26>*)this)->folly::BasicFixedString<char, 26>::creplace<1>(this_pos, this_count, (* & that), 0, (1 - 1))' -/builddir/build/BUILD/folly-2020.10.12.00/folly/FixedString.h:1938:49: in 'constexpr' expansion of 'folly::detail::fixedstring::checkNullTerminated<char, 1>((* & that))' -/builddir/build/BUILD/folly-2020.10.12.00/folly/FixedString.h:100:61: in 'constexpr' expansion of 'folly::constexpr_strlen<char>(((const char*)a))' -/builddir/build/BUILD/folly-2020.10.12.00/folly/portability/Constexpr.h:103:43: in 'constexpr' expansion of 'folly::detail::constexpr_strlen_internal<char>(s, 0)' -/builddir/build/BUILD/folly-2020.10.12.00/folly/portability/Constexpr.h:48:29: error: '__builtin_strlen(((const char*)(&<anonymous>)))' is not a constant expression - 48 | return FOLLY_DETAIL_STRLEN(s); - | ^ -/builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp:421:21: error: non-constant condition for static assertion - 421 | static_assert(26u == tmp0.size(), ""); - | ~~~~^~~~~~~~~~~~~~ -/builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp:422:19: error: non-constant condition for static assertion - 422 | static_assert(y == tmp0, ""); - | ~~^~~~~~~ -/builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp:424:21: error: non-constant condition for static assertion - 424 | static_assert(24u == tmp1.size(), ""); - | ~~~~^~~~~~~~~~~~~~ -/builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp:425:44: error: non-constant condition for static assertion - 425 | static_assert("abcdefghijklmnopqrstuvwx" == tmp1, ""); - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ -/builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp:427:20: error: non-constant condition for static assertion - 427 | static_assert(2u == tmp2.size(), ""); - | ~~~^~~~~~~~~~~~~~ -/builddir/build/BUILD/folly-2020.10.12.00/folly/test/FixedStringTest.cpp:428:22: error: non-constant condition for static assertion - 428 | static_assert("ax" == tmp2, ""); - | ~~~~~^~~~~~~ -gmake[2]: *** [CMakeFiles/fixed_string_test.dir/build.make:85: CMakeFiles/fixed_string_test.dir/folly/test/FixedStringTest.cpp.o] Error 1 -gmake[2]: Leaving directory '/builddir/build/BUILD/folly-2020.10.12.00/x86_64-redhat-linux-gnu' -gmake[1]: *** [CMakeFiles/Makefile2:4583: CMakeFiles/fixed_string_test.dir/all] Error 2 |
