Skip to content

Instantly share code, notes, and snippets.

@daurnimator
Created May 20, 2013 16:29
Show Gist options
  • Save daurnimator/c94b9d1c0eebe25bd040 to your computer and use it in GitHub Desktop.
Save daurnimator/c94b9d1c0eebe25bd040 to your computer and use it in GitHub Desktop.
Trying to compile logcabin/logcabin
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc-multilib/src/gcc-4.8-20130502/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-install-libiberty --enable-multilib --disable-libssp --disable-werror --enable-checking=release
Thread model: posix
gcc version 4.8.0 20130502 (prerelease) (GCC)
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/Client/ClientTest.cc
Compiling build/Client/MockClientImplTest.cc
Compiling build/Core/ChecksumTest.cc
Compiling build/Core/ConfigTest.cc
Compiling build/Core/STLUtilTest.cc
Compiling build/Core/StringUtilTest.cc
Compiling build/Core/ThreadIdTest.cc
Compiling build/Core/UtilTest.cc
In file included from gtest/include/gtest/gtest.h:1742:0,
from build/Core/ChecksumTest.cc:16:
build/Core/ChecksumTest.cc: In member function ‘virtual void LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_listAlgorithms_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [14]{std::basic_string<char>(((const char*)"Adler32"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"CRC32"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"MD5"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"RIPEMD-128"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"RIPEMD-160"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"RIPEMD-256"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"RIPEMD-320"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"SHA-1"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"SHA-224"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"SHA-256"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"SHA-384"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"SHA-512"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"Tiger"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"Whirlpool"), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 14u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/ChecksumTest.cc:35:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((std::vector<std::string> {
^
build/Core/ChecksumTest.cc: In member function ‘virtual void LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_lengthReasonable_Test::TestBody()’:
build/Core/ChecksumTest.cc:77:38: warning: conversion to ‘uint32_t {aka unsigned int}’ from ‘long unsigned int’ may alter its value [-Wconversion]
EXPECT_EQ(10U, length(buf, sizeof(buf)));
^
gtest/include/gtest/gtest_pred_impl.h:147:3: note: in expansion of macro ‘GTEST_ASSERT_’
GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2),\
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/ChecksumTest.cc:77:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ(10U, length(buf, sizeof(buf)));
^
In file included from gtest/include/gtest/gtest.h:57:0,
from build/Core/ChecksumTest.cc:16:
build/Core/ChecksumTest.cc: At global scope:
build/Core/ChecksumTest.cc:34:8: warning: ‘LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_listAlgorithms_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(CoreChecksumTest, listAlgorithms) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Core/ChecksumTest.cc:34:1: note: in expansion of macro ‘TEST_F’
TEST_F(CoreChecksumTest, listAlgorithms) {
^
build/Core/ChecksumTest.cc:54:8: warning: ‘LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_calculate_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(CoreChecksumTest, calculate) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Core/ChecksumTest.cc:54:1: note: in expansion of macro ‘TEST_F’
TEST_F(CoreChecksumTest, calculate) {
^
build/Core/ChecksumTest.cc:75:8: warning: ‘LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_lengthReasonable_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(CoreChecksumTest, lengthReasonable) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Core/ChecksumTest.cc:75:1: note: in expansion of macro ‘TEST_F’
TEST_F(CoreChecksumTest, lengthReasonable) {
^
build/Core/ChecksumTest.cc:80:8: warning: ‘LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_length0Max_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(CoreChecksumTest, length0Max) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Core/ChecksumTest.cc:80:1: note: in expansion of macro ‘TEST_F’
TEST_F(CoreChecksumTest, length0Max) {
^
build/Core/ChecksumTest.cc:85:8: warning: ‘LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_lengthTruncatingMax_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(CoreChecksumTest, lengthTruncatingMax) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Core/ChecksumTest.cc:85:1: note: in expansion of macro ‘TEST_F’
TEST_F(CoreChecksumTest, lengthTruncatingMax) {
^
build/Core/ChecksumTest.cc:90:8: warning: ‘LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_lengthTooLong_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(CoreChecksumTest, lengthTooLong) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Core/ChecksumTest.cc:90:1: note: in expansion of macro ‘TEST_F’
TEST_F(CoreChecksumTest, lengthTooLong) {
^
build/Core/ChecksumTest.cc:101:8: warning: ‘LogCabin::Core::Checksum::{anonymous}::CoreChecksumTest_verify_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(CoreChecksumTest, verify) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Core/ChecksumTest.cc:101:1: note: in expansion of macro ‘TEST_F’
TEST_F(CoreChecksumTest, verify) {
^
scons: *** [build/Core/ChecksumTest.o] Error 1
In file included from gtest/include/gtest/gtest.h:1742:0,
from build/Core/StringUtilTest.cc:19:
build/Core/StringUtilTest.cc: In member function ‘virtual void LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_split_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [3]{std::basic_string<char>(((const char*)"abc"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"def"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"ghi"), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 3u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/StringUtilTest.cc:56:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((std::vector<std::string>{"abc", "def", "ghi"}),
^
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [5]{std::basic_string<char>(((const char*)""), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"abc\012"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"def"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)""), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)""), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 5u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/StringUtilTest.cc:58:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((std::vector<std::string>{"", "abc\n", "def", "", ""}),
^
In file included from gtest/include/gtest/gtest.h:1742:0,
from build/Core/ConfigTest.cc:19:
build/Core/ConfigTest.cc: In member function ‘virtual void LogCabin::Core::CoreConfigTest_streamIn_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::map<std::basic_string<char>, std::basic_string<char> >(std::initializer_list<std::pair<const std::basic_string<char>, std::basic_string<char> > >{((const std::pair<const std::basic_string<char>, std::basic_string<char> >*)(& const std::pair<const std::basic_string<char>, std::basic_string<char> > [5]{std::pair<const std::basic_string<char>, std::basic_string<char> >((*"double"), (*"3.14")), std::pair<const std::basic_string<char>, std::basic_string<char> >((*"int"), (*"314")), std::pair<const std::basic_string<char>, std::basic_string<char> >((*"string"), (*"a = b = c = d")), std::pair<const std::basic_string<char>, std::basic_string<char> >((*"multiline"), (*"\012strange")), std::pair<const std::basic_string<char>, std::basic_string<char> >((*"empty"), (*""))})), 5u}, (*(const std::less<std::basic_string<char> >*)(& std::less<std::basic_string<char> >())), (*(const std::allocator<std::pair<const std::basic_string<char>, std::basic_string<char> > >*)(& std::allocator<std::pair<const std::basic_string<char>, std::basic_string<char> > >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/ConfigTest.cc:82:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((map<string, string> {
^
build/Core/ConfigTest.cc: In member function ‘virtual void LogCabin::Core::CoreConfigTest_set_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::map<std::basic_string<char>, std::basic_string<char> >(std::initializer_list<std::pair<const std::basic_string<char>, std::basic_string<char> > >{((const std::pair<const std::basic_string<char>, std::basic_string<char> >*)(& const std::pair<const std::basic_string<char>, std::basic_string<char> > [1]{std::pair<const std::basic_string<char>, std::basic_string<char> >((*"k"), (*"v"))})), 1u}, (*(const std::less<std::basic_string<char> >*)(& std::less<std::basic_string<char> >())), (*(const std::allocator<std::pair<const std::basic_string<char>, std::basic_string<char> > >*)(& std::allocator<std::pair<const std::basic_string<char>, std::basic_string<char> > >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/ConfigTest.cc:129:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((map<string, string> {
^
build/Core/ConfigTest.cc: In member function ‘virtual void LogCabin::Core::CoreConfigTest_remove_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::map<std::basic_string<char>, std::basic_string<char> >(std::initializer_list<std::pair<const std::basic_string<char>, std::basic_string<char> > >{((const std::pair<const std::basic_string<char>, std::basic_string<char> >*)(& const std::pair<const std::basic_string<char>, std::basic_string<char> > [1]{std::pair<const std::basic_string<char>, std::basic_string<char> >((*"k2"), (*"v2"))})), 1u}, (*(const std::less<std::basic_string<char> >*)(& std::less<std::basic_string<char> >())), (*(const std::allocator<std::pair<const std::basic_string<char>, std::basic_string<char> > >*)(& std::allocator<std::pair<const std::basic_string<char>, std::basic_string<char> > >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/ConfigTest.cc:140:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((map<string, string> {
^
In file included from gtest/include/gtest/gtest.h:57:0,
from build/Core/StringUtilTest.cc:19:
build/Core/StringUtilTest.cc: At global scope:
build/Core/StringUtilTest.cc:29:6: warning: ‘LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_formatBasic_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreStringUtilTest, formatBasic) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/StringUtilTest.cc:29:1: note: in expansion of macro ‘TEST’
TEST(CoreStringUtilTest, formatBasic) {
^
build/Core/StringUtilTest.cc:34:6: warning: ‘LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_formatLarge_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreStringUtilTest, formatLarge) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/StringUtilTest.cc:34:1: note: in expansion of macro ‘TEST’
TEST(CoreStringUtilTest, formatLarge) {
^
build/Core/StringUtilTest.cc:41:6: warning: ‘LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_isPrintableStr_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreStringUtilTest, isPrintableStr) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/StringUtilTest.cc:41:1: note: in expansion of macro ‘TEST’
TEST(CoreStringUtilTest, isPrintableStr) {
^
build/Core/StringUtilTest.cc:47:6: warning: ‘LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_isPrintableData_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreStringUtilTest, isPrintableData) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/StringUtilTest.cc:47:1: note: in expansion of macro ‘TEST’
TEST(CoreStringUtilTest, isPrintableData) {
^
build/Core/StringUtilTest.cc:55:6: warning: ‘LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_split_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreStringUtilTest, split) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/StringUtilTest.cc:55:1: note: in expansion of macro ‘TEST’
TEST(CoreStringUtilTest, split) {
^
build/Core/StringUtilTest.cc:62:6: warning: ‘LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_startsWith_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreStringUtilTest, startsWith) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/StringUtilTest.cc:62:1: note: in expansion of macro ‘TEST’
TEST(CoreStringUtilTest, startsWith) {
^
build/Core/StringUtilTest.cc:70:6: warning: ‘LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_endsWith_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreStringUtilTest, endsWith) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/StringUtilTest.cc:70:1: note: in expansion of macro ‘TEST’
TEST(CoreStringUtilTest, endsWith) {
^
build/Core/StringUtilTest.cc:78:6: warning: ‘LogCabin::Core::StringUtil::{anonymous}::CoreStringUtilTest_toString_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreStringUtilTest, toString) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/StringUtilTest.cc:78:1: note: in expansion of macro ‘TEST’
TEST(CoreStringUtilTest, toString) {
^
scons: *** [build/Core/StringUtilTest.o] Error 1
In file included from gtest/include/gtest/gtest.h:1742:0,
from build/Core/STLUtilTest.cc:19:
build/Core/STLUtilTest.cc: In member function ‘virtual void LogCabin::Core::STLUtil::{anonymous}::CoreSTLUtilTest_getValues_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [3]{std::basic_string<char>(((const char*)"one"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"two"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"three"), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 3u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/STLUtilTest.cc:58:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((vector<string>{ "one", "two", "three" }),
^
build/Core/STLUtilTest.cc: In member function ‘virtual void LogCabin::Core::STLUtil::{anonymous}::CoreSTLUtilTest_getItems_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::pair<int, std::basic_string<char> > >(std::initializer_list<std::pair<int, std::basic_string<char> > >{((const std::pair<int, std::basic_string<char> >*)(& const std::pair<int, std::basic_string<char> > [3]{std::pair<int, std::basic_string<char> >((* &1), (*"one")), std::pair<int, std::basic_string<char> >((* &2), (*"two")), std::pair<int, std::basic_string<char> >((* &3), (*"three"))})), 3u}, (*(const std::allocator<std::pair<int, std::basic_string<char> > >*)(& std::allocator<std::pair<int, std::basic_string<char> > >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Core/STLUtilTest.cc:65:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((vector<pair<int, string>>{
^
In file included from gtest/include/gtest/gtest.h:1742:0,
from build/Client/ClientTest.cc:16:
build/Client/ClientTest.cc: In member function ‘virtual void LogCabin::{anonymous}::ClientClusterTest_listLogs_normal_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [3]{std::basic_string<char>(((const char*)"testLog1"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"testLog2"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"testLog3"), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 3u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Client/ClientTest.cc:100:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((std::vector<std::string> {
^
scons: *** [build/Core/ConfigTest.o] Error 1
build/Client/ClientTest.cc: In member function ‘virtual void LogCabin::{anonymous}::ClientTreeTest_makeDirectory_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [1]{std::basic_string<char>(((const char*)"foo/"), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 1u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Client/ClientTest.cc:460:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((std::vector<std::string>{"foo/"}),
^
build/Client/ClientTest.cc: In member function ‘virtual void LogCabin::{anonymous}::ClientTreeTest_listDirectory_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [1]{std::basic_string<char>(((const char*)"foo/"), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 1u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Client/ClientTest.cc:475:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((std::vector<std::string>{"foo/"}),
^
In file included from gtest/include/gtest/gtest.h:1742:0,
from build/Client/MockClientImplTest.cc:16:
build/Client/MockClientImplTest.cc: In member function ‘virtual void LogCabin::{anonymous}::ClientMockClientImplTest_listLogs_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [3]{std::basic_string<char>(((const char*)"testLog1"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"testLog2"), (*(const std::allocator<char>*)(& std::allocator<char>()))), std::basic_string<char>(((const char*)"testLog3"), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 3u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Client/MockClientImplTest.cc:69:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((std::vector<std::string> {
^
In file included from gtest/include/gtest/gtest.h:57:0,
from build/Core/STLUtilTest.cc:19:
build/Core/STLUtilTest.cc: At global scope:
build/Core/STLUtilTest.cc:41:6: warning: ‘LogCabin::Core::STLUtil::{anonymous}::CoreSTLUtilTest_sorted_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreSTLUtilTest, sorted) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/STLUtilTest.cc:41:1: note: in expansion of macro ‘TEST’
TEST(CoreSTLUtilTest, sorted) {
^
build/Core/STLUtilTest.cc:48:6: warning: ‘LogCabin::Core::STLUtil::{anonymous}::CoreSTLUtilTest_getKeys_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreSTLUtilTest, getKeys) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/STLUtilTest.cc:48:1: note: in expansion of macro ‘TEST’
TEST(CoreSTLUtilTest, getKeys) {
^
build/Core/STLUtilTest.cc:55:6: warning: ‘LogCabin::Core::STLUtil::{anonymous}::CoreSTLUtilTest_getValues_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreSTLUtilTest, getValues) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/STLUtilTest.cc:55:1: note: in expansion of macro ‘TEST’
TEST(CoreSTLUtilTest, getValues) {
^
build/Core/STLUtilTest.cc:62:6: warning: ‘LogCabin::Core::STLUtil::{anonymous}::CoreSTLUtilTest_getItems_Test::test_info_’ defined but not used [-Wunused-variable]
TEST(CoreSTLUtilTest, getItems) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2049:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_case_name, test_name, \
^
gtest/include/gtest/gtest.h:2055:41: note: in expansion of macro ‘GTEST_TEST’
#define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
^
build/Core/STLUtilTest.cc:62:1: note: in expansion of macro ‘TEST’
TEST(CoreSTLUtilTest, getItems) {
^
scons: *** [build/Core/STLUtilTest.o] Error 1
build/Client/MockClientImplTest.cc: In member function ‘virtual void LogCabin::{anonymous}::ClientMockClientImplTest_tree_Test::TestBody()’:
gtest/include/gtest/gtest.h:1791:23: error: incomplete type ‘testing::internal::EqHelper<(sizeof (testing::internal::IsNullLiteralHelper(std::vector<std::basic_string<char> >(std::initializer_list<std::basic_string<char> >{((const std::basic_string<char>*)(& const std::basic_string<char> [1]{std::basic_string<char>(((const char*)"foo/"), (*(const std::allocator<char>*)(& std::allocator<char>())))})), 1u}, (*(const std::allocator<std::basic_string<char> >*)(& std::allocator<std::basic_string<char> >()))))) == 1ul)>’ used in nested name specifier
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
gtest/include/gtest/gtest_pred_impl.h:162:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
gtest/include/gtest/gtest.h:1791:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
build/Client/MockClientImplTest.cc:159:5: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ((std::vector<std::string> {"foo/"}),
^
In file included from gtest/include/gtest/gtest.h:57:0,
from build/Client/ClientTest.cc:16:
build/Client/ClientTest.cc: At global scope:
build/Client/ClientTest.cc:62:8: warning: ‘LogCabin::{anonymous}::ClientClusterTest_constructor_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientClusterTest, constructor) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:62:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientClusterTest, constructor) {
^
build/Client/ClientTest.cc:66:8: warning: ‘LogCabin::{anonymous}::ClientClusterTest_openLog_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientClusterTest, openLog) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:66:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientClusterTest, openLog) {
^
build/Client/ClientTest.cc:78:8: warning: ‘LogCabin::{anonymous}::ClientClusterTest_deleteLog_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientClusterTest, deleteLog) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:78:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientClusterTest, deleteLog) {
^
build/Client/ClientTest.cc:87:8: warning: ‘LogCabin::{anonymous}::ClientClusterTest_listLogs_none_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientClusterTest, listLogs_none) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:87:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientClusterTest, listLogs_none) {
^
build/Client/ClientTest.cc:96:8: warning: ‘LogCabin::{anonymous}::ClientClusterTest_listLogs_normal_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientClusterTest, listLogs_normal) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:96:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientClusterTest, listLogs_normal) {
^
build/Client/ClientTest.cc:125:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_append_empty_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, append_empty)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:125:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, append_empty)
^
build/Client/ClientTest.cc:143:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_append_justData_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, append_justData)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:143:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, append_justData)
^
build/Client/ClientTest.cc:157:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_append_withInvalidates_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, append_withInvalidates)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:157:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, append_withInvalidates)
^
build/Client/ClientTest.cc:171:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_append_expectedIdOk_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, append_expectedIdOk)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:171:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, append_expectedIdOk)
^
build/Client/ClientTest.cc:186:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_append_expectedIdStale_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, append_expectedIdStale)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:186:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, append_expectedIdStale)
^
build/Client/ClientTest.cc:201:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_append_logDisappeared_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, append_logDisappeared)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:201:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, append_logDisappeared)
^
build/Client/ClientTest.cc:215:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_invalidate_empty_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, invalidate_empty)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:215:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, invalidate_empty)
^
build/Client/ClientTest.cc:227:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_invalidate_expectedIdOK_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, invalidate_expectedIdOK)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:227:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, invalidate_expectedIdOK)
^
build/Client/ClientTest.cc:241:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_invalidate_expectedIdStale_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, invalidate_expectedIdStale)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:241:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, invalidate_expectedIdStale)
^
build/Client/ClientTest.cc:255:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_invalidate_logDisappeared_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, invalidate_logDisappeared)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:255:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, invalidate_logDisappeared)
^
build/Client/ClientTest.cc:276:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_read_normal_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, read_normal)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:276:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, read_normal)
^
build/Client/ClientTest.cc:316:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_read_pastHead_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, read_pastHead)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:316:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, read_pastHead)
^
build/Client/ClientTest.cc:327:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_read_logDisappeared_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, read_logDisappeared)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:327:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, read_logDisappeared)
^
build/Client/ClientTest.cc:339:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_getLastId_emptyLog_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, getLastId_emptyLog)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:339:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, getLastId_emptyLog)
^
build/Client/ClientTest.cc:350:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_getLastId_normal_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, getLastId_normal)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:350:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, getLastId_normal)
^
build/Client/ClientTest.cc:361:8: warning: ‘LogCabin::{anonymous}::ClientLogTest_getLastId_logDisappeared_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientLogTest, getLastId_logDisappeared)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:361:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientLogTest, getLastId_logDisappeared)
^
build/Client/ClientTest.cc:395:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_assignment_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, assignment)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:395:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, assignment)
^
build/Client/ClientTest.cc:404:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_setWorkingDirectory_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, setWorkingDirectory)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:404:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, setWorkingDirectory)
^
build/Client/ClientTest.cc:425:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_getCondition_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, getCondition)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:425:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, getCondition)
^
build/Client/ClientTest.cc:434:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_setCondition_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, setCondition)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:434:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, setCondition)
^
build/Client/ClientTest.cc:452:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_makeDirectory_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, makeDirectory)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:452:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, makeDirectory)
^
build/Client/ClientTest.cc:464:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_listDirectory_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, listDirectory)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:464:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, listDirectory)
^
build/Client/ClientTest.cc:479:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_removeDirectory_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, removeDirectory)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:479:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, removeDirectory)
^
build/Client/ClientTest.cc:491:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_write_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, write)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:491:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, write)
^
build/Client/ClientTest.cc:501:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_read_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, read)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:501:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, read)
^
build/Client/ClientTest.cc:511:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_removeFile_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, removeFile)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:511:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, removeFile)
^
build/Client/ClientTest.cc:523:8: warning: ‘LogCabin::{anonymous}::ClientTreeTest_conditions_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientTreeTest, conditions)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/ClientTest.cc:523:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientTreeTest, conditions)
^
scons: *** [build/Client/ClientTest.o] Error 1
In file included from gtest/include/gtest/gtest.h:57:0,
from build/Client/MockClientImplTest.cc:16:
build/Client/MockClientImplTest.cc: At global scope:
build/Client/MockClientImplTest.cc:46:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplTest_openLog_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplTest, openLog) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:46:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplTest, openLog) {
^
build/Client/MockClientImplTest.cc:55:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplTest_deleteLog_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplTest, deleteLog) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:55:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplTest, deleteLog) {
^
build/Client/MockClientImplTest.cc:63:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplTest_listLogs_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplTest, listLogs) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:63:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplTest, listLogs) {
^
build/Client/MockClientImplTest.cc:87:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplLogTest_append_normal_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplLogTest, append_normal)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:87:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplLogTest, append_normal)
^
build/Client/MockClientImplTest.cc:99:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplLogTest_append_expectedId_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplLogTest, append_expectedId)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:99:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplLogTest, append_expectedId)
^
build/Client/MockClientImplTest.cc:108:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplLogTest_append_logDisappeared_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplLogTest, append_logDisappeared)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:108:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplLogTest, append_logDisappeared)
^
build/Client/MockClientImplTest.cc:116:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplLogTest_read_normal_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplLogTest, read_normal)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:116:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplLogTest, read_normal)
^
build/Client/MockClientImplTest.cc:130:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplLogTest_read_logDisappeared_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplLogTest, read_logDisappeared)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:130:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplLogTest, read_logDisappeared)
^
build/Client/MockClientImplTest.cc:137:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplLogTest_getLastId_normal_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplLogTest, getLastId_normal)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:137:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplLogTest, getLastId_normal)
^
build/Client/MockClientImplTest.cc:144:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplLogTest_getLastId_logDisappeared_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplLogTest, getLastId_logDisappeared)
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:144:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplLogTest, getLastId_logDisappeared)
^
build/Client/MockClientImplTest.cc:152:8: warning: ‘LogCabin::{anonymous}::ClientMockClientImplTest_tree_Test::test_info_’ defined but not used [-Wunused-variable]
TEST_F(ClientMockClientImplTest, tree) {
^
gtest/include/gtest/internal/gtest-internal.h:1182:3: note: in definition of macro ‘GTEST_TEST_CLASS_NAME_’
test_case_name##_##test_name##_Test
^
gtest/include/gtest/gtest.h:2085:3: note: in expansion of macro ‘GTEST_TEST_’
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
build/Client/MockClientImplTest.cc:152:1: note: in expansion of macro ‘TEST_F’
TEST_F(ClientMockClientImplTest, tree) {
^
scons: *** [build/Client/MockClientImplTest.o] Error 1
scons: building terminated because of errors.
SCons by Steven Knight et al.:
script: v2.3.0, 2013/03/03 09:48:35, by garyo on reepicheep
engine: v2.3.0, 2013/03/03 09:48:35, by garyo on reepicheep
engine path: ['/usr/lib/python2.7/site-packages/SCons']
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The SCons Foundation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment