basho / eleveldb

Erlang LevelDB API
263 stars 176 forks source link

Enable Thumbs #232

Closed ooshlablu closed 2 years ago

ooshlablu commented 7 years ago

thumbot retry

thumbot commented 7 years ago
enable_thumbs 43a3b49 :arrow_right: develop c5c5fdc :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2016-12-01 11:42 > Duration: 1 seconds. > Result: OK > Message: Merge Success: enable_thumbs 43a3b49f4daf6c3066fde361a9037294f8bd35d5 onto target branch: develop c5c5fdcf755fc80841c529bf9d7c96efb7aff902 > Exit Code: OK > :page_facing_up:

``` Updating c5c5fdc..43a3b49 Fast-forward (no commit created; -m option ignored) .thumbs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .thumbs.yml ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2016-12-01 11:42 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49; make clean ./rebar clean ==> develop.c5c5fdc.enable_thumbs.43a3b49 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2016-12-01 11:42 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49; make deps ./rebar get-deps ==> develop.c5c5fdc.enable_thumbs.43a3b49 (get-deps) Cloning into 'leveldb'... Your branch is up-to-date with 'origin/develop'. ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2016-12-01 11:42 > Duration: 23 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49; make compile ./rebar get-deps ==> develop.c5c5fdc.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.c5c5fdc.enable_thumbs.43a3b49 (compile) checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... (cached) gcc3 checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether byte ordering is bigendian... no checking for stdint.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking sys/byteswap.h usability... no checking sys/byteswap.h presence... no checking for sys/byteswap.h... no checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking for mmap... yes checking for 'gtest-config'... checking for gtest-config... no no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gflags... no checking if the compiler supports __builtin_expect... yes checking if the compiler supports __builtin_ctzll... yes checking for zlibVersion in -lz... yes checking for lzo1x_1_15_compress in -llzo2... no checking for lzf_compress in -llzf... no checking for fastlz_compress in -lfastlz... no checking for qlz_compress in -lquicklz... no configure: creating ./config.status config.status: creating Makefile config.status: creating snappy-stubs-public.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/snappy-1.0.4' make all-am make[2]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/snappy-1.0.4' /bin/bash ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -fPIC -DPIC -o .libs/snappy.o snappy.cc: In member function ‘snappy::uint16* snappy::internal::WorkingMemory::GetHashTable(size_t, int*)’: snappy.cc:253:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (htsize < kMaxHashTableSize && htsize < input_size) { ^ In file included from snappy-internal.h:34:0, from snappy.cc:30: snappy-stubs-internal.h:73:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define ARRAYSIZE(a) (sizeof(a) / sizeof(*(a))) ^ snappy.cc:260:17: note: in expansion of macro ‘ARRAYSIZE’ if (htsize <= ARRAYSIZE(small_table_)) { ^ snappy.cc: In function ‘char* snappy::internal::CompressFragment(const char*, size_t, char*, snappy::uint16*, int)’: snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’ #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’ #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’ #define DCHECK_EQ(a, b) CHECK_EQ(a, b) ^ snappy.cc:307:3: note: in expansion of macro ‘DCHECK_EQ’ DCHECK_EQ(kuint32max >> shift, table_size - 1); ^ snappy.cc: In function ‘size_t snappy::Compress(snappy::Source*, snappy::Sink*)’: snappy.cc:818:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (bytes_read >= num_to_read) { ^ snappy.cc:833:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (bytes_read < num_to_read) { ^ In file included from snappy-internal.h:34:0, from snappy.cc:30: snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’ #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’ #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’ #define DCHECK_EQ(a, b) CHECK_EQ(a, b) ^ snappy.cc:840:7: note: in expansion of macro ‘DCHECK_EQ’ DCHECK_EQ(bytes_read, num_to_read); ^ snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’ #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’ #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’ #define DCHECK_EQ(a, b) CHECK_EQ(a, b) ^ snappy.cc:844:5: note: in expansion of macro ‘DCHECK_EQ’ DCHECK_EQ(fragment_size, num_to_read); ^ snappy.cc: In member function ‘bool snappy::SnappyArrayWriter::Append(const char*, snappy::uint32, bool)’: snappy.cc:913:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (space_left < len) { ^ snappy.cc: In member function ‘bool snappy::SnappyArrayWriter::AppendFromSelf(snappy::uint32, snappy::uint32)’: snappy.cc:934:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (space_left >= len + kMaxIncrementCopyOverflow) { ^ snappy.cc:937:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (space_left < len) { ^ snappy.cc: At global scope: snappy.cc:516:13: warning: ‘void snappy::ComputeTable()’ defined but not used [-Wunused-function] static void ComputeTable() { ^ libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -fPIC -DPIC -o snappy.o >/dev/null 2>&1 mv -f .deps/snappy.Tpo .deps/snappy.Plo /bin/bash ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy-sinksource.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -fPIC -DPIC -o snappy-sinksource.o >/dev/null 2>&1 mv -f .deps/snappy-sinksource.Tpo .deps/snappy-sinksource.Plo /bin/bash ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy-stubs-internal.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -fPIC -DPIC -o snappy-stubs-internal.o >/dev/null 2>&1 mv -f .deps/snappy-stubs-internal.Tpo .deps/snappy-stubs-internal.Plo /bin/bash ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -fPIC -DPIC -o .libs/snappy-c.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -fPIC -DPIC -o snappy-c.o >/dev/null 2>&1 mv -f .deps/snappy-c.Tpo .deps/snappy-c.Plo /bin/bash ./libtool --tag=CXX --mode=link c++ -Wall -O3 -fPIC -version-info 2:2:1 -o libsnappy.la -rpath /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo libtool: link: c++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.1.2 libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.1.2" "libsnappy.so.1") libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.1.2" "libsnappy.so") libtool: link: ar cru .libs/libsnappy.a snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o libtool: link: ranlib .libs/libsnappy.a libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" ) c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy_unittest-snappy_unittest.o -MD -MP -MF .deps/snappy_unittest-snappy_unittest.Tpo -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo './'`snappy_unittest.cc In file included from snappy_unittest.cc:39:0: snappy-test.h: In function ‘void {anonymous}::File::ReadFileToStringOrDie(const char*, std::string*)’: snappy-test.h:138:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ret == -1) { ^ In file included from snappy-internal.h:34:0, from snappy_unittest.cc:38: snappy_unittest.cc: In function ‘bool snappy::Uncompress(const string&, snappy::CompressorType, int, snappy::string*)’: snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’ #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’ #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy_unittest.cc:303:7: note: in expansion of macro ‘CHECK_EQ’ CHECK_EQ(destlen, size); ^ snappy_unittest.cc: In function ‘void snappy::Measure(const char*, size_t, snappy::CompressorType, int, int)’: snappy_unittest.cc:451:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < compressed.size(); i++) { ^ snappy_unittest.cc: In function ‘void snappy::Test_CorruptedTest_VerifyCorrupted()’: snappy_unittest.cc:582:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < source.length(); ++i) { ^ snappy_unittest.cc: In function ‘void snappy::Test_Snappy_RandomData()’: snappy_unittest.cc:725:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (x.size() < len) { ^ snappy_unittest.cc:731:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (run_len-- > 0 && x.size() < len) { ^ In file included from snappy-internal.h:34:0, from snappy_unittest.cc:38: snappy_unittest.cc: In function ‘void snappy::Test_Snappy_FourByteOffset()’: snappy-stubs-internal.h:153:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’ #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’ #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b)) ^ snappy_unittest.cc:765:3: note: in expansion of macro ‘CHECK_EQ’ CHECK_EQ(length, src.size()); ^ snappy_unittest.cc: In function ‘void snappy::Test_Snappy_FindMatchLengthRandom()’: snappy_unittest.cc:958:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (matched == t.size()) { ^ In file included from snappy-internal.h:34:0, from snappy_unittest.cc:38: snappy_unittest.cc: In function ‘void snappy::BM_UFlat(int, int)’: snappy-stubs-internal.h:155:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’ #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’ #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy_unittest.cc:1057:3: note: in expansion of macro ‘CHECK_LT’ CHECK_LT(arg, ARRAYSIZE(files)); ^ snappy_unittest.cc: In function ‘void snappy::BM_UValidate(int, int)’: snappy-stubs-internal.h:155:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’ #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’ #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy_unittest.cc:1082:3: note: in expansion of macro ‘CHECK_LT’ CHECK_LT(arg, ARRAYSIZE(files)); ^ snappy_unittest.cc: In function ‘void snappy::BM_ZFlat(int, int)’: snappy-stubs-internal.h:155:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy-stubs-internal.h:78:46: note: in definition of macro ‘PREDICT_TRUE’ #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) ^ snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’ #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b)) ^ snappy_unittest.cc:1105:3: note: in expansion of macro ‘CHECK_LT’ CHECK_LT(arg, ARRAYSIZE(files)); ^ snappy_unittest.cc: In function ‘size_t snappy::MinimumRequiredOutputSpace(size_t, snappy::CompressorType)’: snappy_unittest.cc:165:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ mv -f .deps/snappy_unittest-snappy_unittest.Tpo .deps/snappy_unittest-snappy_unittest.Po c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -MT snappy_unittest-snappy-test.o -MD -MP -MF .deps/snappy_unittest-snappy-test.Tpo -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo './'`snappy-test.cc In file included from snappy-test.cc:31:0: snappy-test.h: In function ‘void {anonymous}::File::ReadFileToStringOrDie(const char*, std::string*)’: snappy-test.h:138:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ret == -1) { ^ snappy-test.cc: In member function ‘int snappy::ZLib::CompressAtMostOrAll(Bytef*, uLongf*, const Bytef*, uLong*, int)’: snappy-test.cc:356:15: warning: unused variable ‘source_bytes_consumed’ [-Wunused-variable] const uLong source_bytes_consumed = *sourceLen - comp_stream_.avail_in; ^ snappy-test.cc: In member function ‘int snappy::ZLib::Compress(Bytef*, uLongf*, const Bytef*, uLong)’: snappy-test.cc:400:16: warning: unused variable ‘orig_destLen’ [-Wunused-variable] const uLongf orig_destLen = *destLen; ^ In file included from snappy-test.cc:31:0: snappy-test.h: At global scope: snappy-test.h:449:13: warning: ‘void RunSpecifiedBenchmarks()’ defined but not used [-Wunused-function] static void RunSpecifiedBenchmarks() { ^ snappy-test.h:495:13: warning: ‘void snappy::CompressFile(const char*)’ declared ‘static’ but never defined [-Wunused-function] static void CompressFile(const char* fname); ^ snappy-test.h:496:13: warning: ‘void snappy::UncompressFile(const char*)’ declared ‘static’ but never defined [-Wunused-function] static void UncompressFile(const char* fname); ^ snappy-test.h:497:13: warning: ‘void snappy::MeasureFile(const char*)’ declared ‘static’ but never defined [-Wunused-function] static void MeasureFile(const char* fname); ^ mv -f .deps/snappy_unittest-snappy-test.Tpo .deps/snappy_unittest-snappy-test.Po /bin/bash ./libtool --tag=CXX --mode=link c++ -Wall -O3 -fPIC -o snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o libsnappy.la -lz libtool: link: c++ -Wall -O3 -fPIC -o .libs/snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o ./.libs/libsnappy.so -lz -Wl,-rpath -Wl,/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib make[2]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/snappy-1.0.4' make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/snappy-1.0.4' make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/snappy-1.0.4' make[2]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/snappy-1.0.4' test -z "/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib" || /bin/mkdir -p "/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c libsnappy.la '/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib' libtool: install: /usr/bin/install -c .libs/libsnappy.so.1.1.2 /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib/libsnappy.so.1.1.2 libtool: install: (cd /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib && { ln -s -f libsnappy.so.1.1.2 libsnappy.so.1 || { rm -f libsnappy.so.1 && ln -s libsnappy.so.1.1.2 libsnappy.so.1; }; }) libtool: install: (cd /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib && { ln -s -f libsnappy.so.1.1.2 libsnappy.so || { rm -f libsnappy.so && ln -s libsnappy.so.1.1.2 libsnappy.so; }; }) libtool: install: /usr/bin/install -c .libs/libsnappy.lai /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib/libsnappy.la libtool: install: /usr/bin/install -c .libs/libsnappy.a /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib/libsnappy.a libtool: install: chmod 644 /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib/libsnappy.a libtool: install: ranlib /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib/libsnappy.a libtool: finish: PATH="/opt/basho/installs/erlang/R16B02-basho10DEV/erts-5.10.3/bin:/opt/basho/installs/erlang/R16B02-basho10DEV/bin:/usr/local/lib/ruby/gems/2.3.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/basho/installs/erlang/R16B02-basho10DEV/bin:/usr/local/basho/home/dandersen/.rvm/bin:/sbin" ldconfig -n /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib ---------------------------------------------------------------------- Libraries have been installed in: /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/share/doc/snappy" || /bin/mkdir -p "/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/share/doc/snappy" /usr/bin/install -c -m 644 ChangeLog COPYING INSTALL NEWS README format_description.txt '/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/share/doc/snappy' test -z "/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include" || /bin/mkdir -p "/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include" /usr/bin/install -c -m 644 snappy.h snappy-sinksource.h snappy-stubs-public.h snappy-c.h '/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include' make[2]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/snappy-1.0.4' make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/snappy-1.0.4' make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT port/port_posix.d -MT port/port_posix.o -MF port/port_posix.d port/port_posix.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/throttle.d -MT util/throttle.o -MF util/throttle.d util/throttle.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/thread_tasks.d -MT util/thread_tasks.o -MF util/thread_tasks.d util/thread_tasks.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/status.d -MT util/status.o -MF util/status.d util/status.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/perf_count.d -MT util/perf_count.o -MF util/perf_count.d util/perf_count.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/options.d -MT util/options.o -MF util/options.d util/options.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/murmurhash.d -MT util/murmurhash.o -MF util/murmurhash.d util/murmurhash.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/logging.d -MT util/logging.o -MF util/logging.d util/logging.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/hot_threads.d -MT util/hot_threads.o -MF util/hot_threads.d util/hot_threads.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/histogram.d -MT util/histogram.o -MF util/histogram.d util/histogram.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/hash.d -MT util/hash.o -MF util/hash.d util/hash.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/flexcache.d -MT util/flexcache.o -MF util/flexcache.d util/flexcache.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/filter_policy.d -MT util/filter_policy.o -MF util/filter_policy.d util/filter_policy.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/expiry_os.d -MT util/expiry_os.o -MF util/expiry_os.d util/expiry_os.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/env_posix.d -MT util/env_posix.o -MF util/env_posix.d util/env_posix.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/env.d -MT util/env.o -MF util/env.d util/env.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/db_list.d -MT util/db_list.o -MF util/db_list.d util/db_list.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/crc32c.d -MT util/crc32c.o -MF util/crc32c.d util/crc32c.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/comparator.d -MT util/comparator.o -MF util/comparator.d util/comparator.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/coding.d -MT util/coding.o -MF util/coding.d util/coding.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/cache.d -MT util/cache.o -MF util/cache.d util/cache.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/cache2.d -MT util/cache2.o -MF util/cache2.d util/cache2.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/bloom.d -MT util/bloom.o -MF util/bloom.d util/bloom.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/bloom2.d -MT util/bloom2.o -MF util/bloom2.d util/bloom2.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT util/arena.d -MT util/arena.o -MF util/arena.d util/arena.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/two_level_iterator.d -MT table/two_level_iterator.o -MF table/two_level_iterator.d table/two_level_iterator.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/table.d -MT table/table.o -MF table/table.d table/table.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/table_builder.d -MT table/table_builder.o -MF table/table_builder.d table/table_builder.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/merger.d -MT table/merger.o -MF table/merger.d table/merger.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/iterator.d -MT table/iterator.o -MF table/iterator.d table/iterator.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/format.d -MT table/format.o -MF table/format.d table/format.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/filter_block.d -MT table/filter_block.o -MF table/filter_block.d table/filter_block.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/block.d -MT table/block.o -MF table/block.d table/block.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT table/block_builder.d -MT table/block_builder.o -MF table/block_builder.d table/block_builder.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT leveldb_os/warming_stub.d -MT leveldb_os/warming_stub.o -MF leveldb_os/warming_stub.d leveldb_os/warming_stub.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT leveldb_os/hot_backup_stub.d -MT leveldb_os/hot_backup_stub.o -MF leveldb_os/hot_backup_stub.d leveldb_os/hot_backup_stub.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT leveldb_os/expiry_os_stub.d -MT leveldb_os/expiry_os_stub.o -MF leveldb_os/expiry_os_stub.d leveldb_os/expiry_os_stub.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT leveldb_os/compile_opt.d -MT leveldb_os/compile_opt.o -MF leveldb_os/compile_opt.d leveldb_os/compile_opt.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/write_batch.d -MT db/write_batch.o -MF db/write_batch.d db/write_batch.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/version_set.d -MT db/version_set.o -MF db/version_set.d db/version_set.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/version_edit.d -MT db/version_edit.o -MF db/version_edit.d db/version_edit.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/table_cache.d -MT db/table_cache.o -MF db/table_cache.d db/table_cache.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/repair.d -MT db/repair.o -MF db/repair.d db/repair.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/memtable.d -MT db/memtable.o -MF db/memtable.d db/memtable.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/log_writer.d -MT db/log_writer.o -MF db/log_writer.d db/log_writer.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/log_reader.d -MT db/log_reader.o -MF db/log_reader.d db/log_reader.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/filename.d -MT db/filename.o -MF db/filename.d db/filename.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/db_iter.d -MT db/db_iter.o -MF db/db_iter.d db/db_iter.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/db_impl.d -MT db/db_impl.o -MF db/db_impl.d db/db_impl.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/dbformat.d -MT db/dbformat.o -MF db/dbformat.d db/dbformat.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/c.d -MT db/c.o -MF db/c.d db/c.cc cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -MM -E -MT db/builder.d -MT db/builder.o -MF db/builder.d db/builder.cc make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/builder.cc -o db/builder.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/c.cc -o db/c.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/dbformat.cc -o db/dbformat.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/db_impl.cc -o db/db_impl.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/db_iter.cc -o db/db_iter.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/filename.cc -o db/filename.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/log_reader.cc -o db/log_reader.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/log_writer.cc -o db/log_writer.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/memtable.cc -o db/memtable.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/repair.cc -o db/repair.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/table_cache.cc -o db/table_cache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/version_edit.cc -o db/version_edit.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/version_set.cc -o db/version_set.o db/version_set.cc: In member function ‘void leveldb::Version::Unref()’: db/version_set.cc:461:12: warning: deleting object of polymorphic class type ‘leveldb::Version’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor] delete this; ^ db/version_set.cc: In member function ‘leveldb::Status leveldb::VersionSet::LogAndApply(leveldb::VersionEdit*, leveldb::port::Mutex*)’: db/version_set.cc:929:12: warning: deleting object of polymorphic class type ‘leveldb::Version’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor] delete v; ^ c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c db/write_batch.cc -o db/write_batch.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c leveldb_os/compile_opt.cc -o leveldb_os/compile_opt.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c leveldb_os/expiry_os_stub.cc -o leveldb_os/expiry_os_stub.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c leveldb_os/hot_backup_stub.cc -o leveldb_os/hot_backup_stub.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c leveldb_os/warming_stub.cc -o leveldb_os/warming_stub.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/block_builder.cc -o table/block_builder.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/block.cc -o table/block.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/filter_block.cc -o table/filter_block.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/format.cc -o table/format.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/iterator.cc -o table/iterator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/merger.cc -o table/merger.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/table_builder.cc -o table/table_builder.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/table.cc -o table/table.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/arena.cc -o util/arena.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom2.cc -o util/bloom2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom.cc -o util/bloom.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache2.cc -o util/cache2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache.cc -o util/cache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/coding.cc -o util/coding.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/comparator.cc -o util/comparator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/crc32c.cc -o util/crc32c.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/db_list.cc -o util/db_list.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env.cc -o util/env.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env_posix.cc -o util/env_posix.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/expiry_os.cc -o util/expiry_os.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/filter_policy.cc -o util/filter_policy.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/flexcache.cc -o util/flexcache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hash.cc -o util/hash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/histogram.cc -o util/histogram.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hot_threads.cc -o util/hot_threads.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/logging.cc -o util/logging.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/murmurhash.cc -o util/murmurhash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/options.cc -o util/options.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/perf_count.cc -o util/perf_count.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/status.cc -o util/status.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/thread_tasks.cc -o util/thread_tasks.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/throttle.cc -o util/throttle.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c port/port_posix.cc -o port/port_posix.o cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -O3 -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"r130\" -c util/lz4.c -o util/lz4.o rm -f libleveldb.a ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o leveldb_os/compile_opt.o leveldb_os/expiry_os_stub.o leveldb_os/hot_backup_stub.o leveldb_os/warming_stub.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom2.o util/bloom.o util/cache2.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/db_list.o util/env.o util/env_posix.o util/expiry_os.o util/filter_policy.o util/flexcache.o util/hash.o util/histogram.o util/hot_threads.o util/logging.o util/murmurhash.o util/options.o util/perf_count.o util/status.o util/thread_tasks.o util/throttle.o port/port_posix.o util/lz4.o ar: creating libleveldb.a make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/perf_dump.cc -o perf_dump -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_scan.cc -o sst_scan -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared tools/sst_scan.cc: In function ‘int main(int, char**)’: tools/sst_scan.cc:291:50: warning: unused variable ‘mod_time’ [-Wunused-variable] uint64_t mod_time; ^ make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' Compiled src/eleveldb_bump.erl Compiled src/eleveldb.erl Compiling c_src/eleveldb.cc Compiling c_src/refobjects.cc Compiling c_src/workitems.cc ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2016-12-01 11:42 > Duration: 103 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49; make test ./rebar get-deps ==> develop.c5c5fdc.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.c5c5fdc.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' ./rebar eunit skip_deps=true ==> develop.c5c5fdc.enable_thumbs.43a3b49 (eunit) Compiled test/eleveldb_schema_tests.erl Compiled test/cacheleak.erl Compiled test/cleanup.erl Compiled test/rand_gen_1.erl Compiled test/basho_bench_driver_eldb.erl Compiled src/eleveldb_bump.erl Compiled test/iterators.erl Compiled src/eleveldb.erl ======================== EUnit ======================== module 'iterators' iterators: prev_test_case...ok iterators: seek_and_next_test_case...ok iterators: basic_prefetch_test_case...ok iterators: seek_and_prefetch_test_case...ok iterators: aae_prefetch1...ok iterators: aae_prefetch2...ok iterators: aae_prefetch3...ok [done in 0.022 s] cacheleak: cacheleak_test_ (module 'cacheleak')...RSS1: 190440 RSS1: 273068 RSS1: 294228 RSS1: 242256 RSS1: 230316 RSS1: 397944 RSS1: 413712 RSS1: 407044 RSS1: 305164 RSS1: 222936 [51.008 s] ok module 'eleveldb_bump' module 'rand_gen_1' module 'cleanup' cleanup: assumption_test...assumption_test: top assumption_test: bottom [1.625 s] ok cleanup: open_close_test...[1.022 s] ok cleanup: open_exit_test...[1.525 s] ok cleanup: iterator_test...[1.581 s] ok cleanup: iterator_db_close_test...[2.104 s] ok cleanup: iterator_exit_test...[1.572 s] ok [done in 9.447 s] module 'basho_bench_driver_eldb' module 'eleveldb' eleveldb: open_test...ok eleveldb: fold_test...ok eleveldb: fold_keys_test...ok eleveldb: fold_from_key_test...ok eleveldb: destroy_test...ok eleveldb: compression_test...ok eleveldb: close_test...ok eleveldb: close_fold_test...ok eleveldb: prop_put_delete_test_ (No ?ALWAYS()).......................................................................................................(x10)..(x1)......... Time limit reached: 10.0 seconds. OK, passed 129 tests [10.957 s] ok eleveldb: prop_put_delete_test_ (With ?ALWAYS())..... Time limit reached: 15.0 seconds. OK, passed 2 tests [27.449 s] ok [done in 38.436 s] module 'eleveldb_schema_tests' ======================================================= All 24 tests passed. =INFO REPORT==== 1-Dec-2016::11:44:36 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2016-12-01 11:44 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49; make xref ./rebar get-deps ==> develop.c5c5fdc.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.c5c5fdc.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' ./rebar xref skip_deps=true ==> develop.c5c5fdc.enable_thumbs.43a3b49 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2016-12-01 11:44 > Duration: 9 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49; make dialyzer ./rebar get-deps ==> develop.c5c5fdc.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.c5c5fdc.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.c5c5fdc.enable_thumbs.43a3b49/c_src/leveldb' Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) ==> develop.c5c5fdc.enable_thumbs.43a3b49 (dialyzer) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes Proceeding with analysis... done in 0m1.12s done (passed successfully) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
davidx commented 7 years ago

+1

thumbot commented 7 years ago
enable_thumbs 43a3b49 :arrow_right: develop be72d53 :clock1: in_progress
thumbot commented 7 years ago
enable_thumbs 43a3b49 :arrow_right: develop b593a41 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2016-12-21 08:05 > Duration: 0 seconds. > Result: OK > Message: Merge Success: enable_thumbs 43a3b49f4daf6c3066fde361a9037294f8bd35d5 onto target branch: develop be72d53a332cc2e942d61e1b1ff3082b2a37c15c > Exit Code: OK > :page_facing_up:

``` Merge made by the 'recursive' strategy. .thumbs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .thumbs.yml ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2016-12-21 08:05 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49; make clean ./rebar clean ==> develop.be72d53.enable_thumbs.43a3b49 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2016-12-21 08:05 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49; make deps ./rebar get-deps ==> develop.be72d53.enable_thumbs.43a3b49 (get-deps) Cloning into 'leveldb'... Your branch is up-to-date with 'origin/develop'. ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2016-12-21 08:05 > Duration: 26 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49; make compile ... Snipped 487 lines ... DEBUG -fPIC -c table/table.cc -o table/table.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/arena.cc -o util/arena.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom2.cc -o util/bloom2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom.cc -o util/bloom.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache2.cc -o util/cache2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache.cc -o util/cache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/coding.cc -o util/coding.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/comparator.cc -o util/comparator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/crc32c.cc -o util/crc32c.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/db_list.cc -o util/db_list.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env.cc -o util/env.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env_posix.cc -o util/env_posix.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/expiry_os.cc -o util/expiry_os.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/filter_policy.cc -o util/filter_policy.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/flexcache.cc -o util/flexcache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hash.cc -o util/hash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/histogram.cc -o util/histogram.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hot_threads.cc -o util/hot_threads.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/logging.cc -o util/logging.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/murmurhash.cc -o util/murmurhash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/options.cc -o util/options.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/perf_count.cc -o util/perf_count.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/status.cc -o util/status.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/thread_tasks.cc -o util/thread_tasks.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/throttle.cc -o util/throttle.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c port/port_posix.cc -o port/port_posix.o cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -O3 -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"r130\" -c util/lz4.c -o util/lz4.o rm -f libleveldb.a ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o leveldb_os/compile_opt.o leveldb_os/expiry_os_stub.o leveldb_os/hot_backup_stub.o leveldb_os/warming_stub.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom2.o util/bloom.o util/cache2.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/db_list.o util/env.o util/env_posix.o util/expiry_os.o util/filter_policy.o util/flexcache.o util/hash.o util/histogram.o util/hot_threads.o util/logging.o util/murmurhash.o util/options.o util/perf_count.o util/status.o util/thread_tasks.o util/throttle.o port/port_posix.o util/lz4.o ar: creating libleveldb.a make[1]: Leaving directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/perf_dump.cc -o perf_dump -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_scan.cc -o sst_scan -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared make[1]: Leaving directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' Compiled src/eleveldb_bump.erl Compiled src/eleveldb.erl Compiling c_src/eleveldb.cc Compiling c_src/refobjects.cc Compiling c_src/workitems.cc ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2016-12-21 08:05 > Duration: 88 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49; make test ./rebar get-deps ==> develop.be72d53.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.be72d53.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' ./rebar eunit skip_deps=true ==> develop.be72d53.enable_thumbs.43a3b49 (eunit) Compiled test/eleveldb_schema_tests.erl Compiled test/cacheleak.erl Compiled test/cleanup.erl Compiled test/rand_gen_1.erl Compiled test/basho_bench_driver_eldb.erl Compiled src/eleveldb_bump.erl Compiled test/iterators.erl Compiled src/eleveldb.erl ======================== EUnit ======================== module 'iterators' iterators: prev_test_case...ok iterators: seek_and_next_test_case...ok iterators: basic_prefetch_test_case...ok iterators: seek_and_prefetch_test_case...ok iterators: aae_prefetch1...ok iterators: aae_prefetch2...ok iterators: aae_prefetch3...ok [done in 0.021 s] cacheleak: cacheleak_test_ (module 'cacheleak')...RSS1: 240400 RSS1: 268868 RSS1: 209900 RSS1: 228500 RSS1: 453252 RSS1: 419052 RSS1: 367096 RSS1: 359240 RSS1: 404528 RSS1: 407328 [42.529 s] ok module 'eleveldb_bump' module 'rand_gen_1' module 'cleanup' cleanup: assumption_test...assumption_test: top assumption_test: bottom [1.320 s] ok cleanup: open_close_test...[1.053 s] ok cleanup: open_exit_test...[1.530 s] ok cleanup: iterator_test...[1.581 s] ok cleanup: iterator_db_close_test...[2.112 s] ok cleanup: iterator_exit_test...[1.558 s] ok [done in 9.172 s] module 'basho_bench_driver_eldb' module 'eleveldb' eleveldb: open_test...ok eleveldb: fold_test...ok eleveldb: fold_keys_test...ok eleveldb: fold_from_key_test...ok eleveldb: destroy_test...ok eleveldb: compression_test...ok eleveldb: close_test...ok eleveldb: close_fold_test...ok eleveldb: prop_put_delete_test_ (No ?ALWAYS()).......................................................................................................(x10)....(x1)....... Time limit reached: 10.0 seconds. OK, passed 147 tests [10.954 s] ok eleveldb: prop_put_delete_test_ (With ?ALWAYS())..... Time limit reached: 15.0 seconds. OK, passed 2 tests [21.035 s] ok [done in 32.019 s] module 'eleveldb_schema_tests' ======================================================= All 24 tests passed. =INFO REPORT==== 21-Dec-2016::08:07:14 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2016-12-21 08:07 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49; make xref ./rebar get-deps ==> develop.be72d53.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.be72d53.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' ./rebar xref skip_deps=true ==> develop.be72d53.enable_thumbs.43a3b49 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2016-12-21 08:07 > Duration: 10 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49; make dialyzer ./rebar get-deps ==> develop.be72d53.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.be72d53.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.be72d53.enable_thumbs.43a3b49/c_src/leveldb' Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) ==> develop.be72d53.enable_thumbs.43a3b49 (dialyzer) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes Proceeding with analysis... done in 0m1.43s done (passed successfully) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
enable_thumbs 43a3b49 :arrow_right: develop 996cb43 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-01-26 10:07 > Duration: 1 seconds. > Result: OK > Message: Merge Success: enable_thumbs 43a3b49f4daf6c3066fde361a9037294f8bd35d5 onto target branch: develop 996cb43e52519d91f2f775b428dccddf500a3e94 > Exit Code: OK > :page_facing_up:

``` Merge made by the 'recursive' strategy. .thumbs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .thumbs.yml ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-01-26 10:07 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49; make clean ./rebar clean ==> develop.996cb43.enable_thumbs.43a3b49 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-01-26 10:07 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49; make deps ./rebar get-deps ==> develop.996cb43.enable_thumbs.43a3b49 (get-deps) Cloning into 'leveldb'... Your branch is up-to-date with 'origin/develop'. ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-01-26 10:07 > Duration: 21 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49; make compile ... Snipped 476 lines ... DEBUG -fPIC -c table/table.cc -o table/table.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/arena.cc -o util/arena.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom2.cc -o util/bloom2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom.cc -o util/bloom.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache2.cc -o util/cache2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache.cc -o util/cache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/coding.cc -o util/coding.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/comparator.cc -o util/comparator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/crc32c.cc -o util/crc32c.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/db_list.cc -o util/db_list.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env.cc -o util/env.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env_posix.cc -o util/env_posix.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/expiry_os.cc -o util/expiry_os.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/filter_policy.cc -o util/filter_policy.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/flexcache.cc -o util/flexcache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hash.cc -o util/hash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/histogram.cc -o util/histogram.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hot_threads.cc -o util/hot_threads.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/logging.cc -o util/logging.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/murmurhash.cc -o util/murmurhash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/options.cc -o util/options.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/perf_count.cc -o util/perf_count.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/status.cc -o util/status.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/thread_tasks.cc -o util/thread_tasks.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/throttle.cc -o util/throttle.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c port/port_posix.cc -o port/port_posix.o cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -O3 -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"r130\" -c util/lz4.c -o util/lz4.o rm -f libleveldb.a ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o leveldb_os/compile_opt.o leveldb_os/expiry_os_stub.o leveldb_os/hot_backup_stub.o leveldb_os/warming_stub.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom2.o util/bloom.o util/cache2.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/db_list.o util/env.o util/env_posix.o util/expiry_os.o util/filter_policy.o util/flexcache.o util/hash.o util/histogram.o util/hot_threads.o util/logging.o util/murmurhash.o util/options.o util/perf_count.o util/status.o util/thread_tasks.o util/throttle.o port/port_posix.o util/lz4.o ar: creating libleveldb.a make[1]: Leaving directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/perf_dump.cc -o perf_dump -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_scan.cc -o sst_scan -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared make[1]: Leaving directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' Compiled src/eleveldb_bump.erl Compiled src/eleveldb.erl Compiling c_src/eleveldb.cc Compiling c_src/refobjects.cc Compiling c_src/workitems.cc ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-01-26 10:08 > Duration: 88 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49; make test ./rebar get-deps ==> develop.996cb43.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.996cb43.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' ./rebar eunit skip_deps=true ==> develop.996cb43.enable_thumbs.43a3b49 (eunit) Compiled test/eleveldb_schema_tests.erl Compiled test/cacheleak.erl Compiled test/cleanup.erl Compiled test/rand_gen_1.erl Compiled test/basho_bench_driver_eldb.erl Compiled src/eleveldb_bump.erl Compiled test/iterators.erl Compiled src/eleveldb.erl ======================== EUnit ======================== module 'iterators' iterators: prev_test_case...ok iterators: seek_and_next_test_case...ok iterators: basic_prefetch_test_case...ok iterators: seek_and_prefetch_test_case...ok iterators: aae_prefetch1...ok iterators: aae_prefetch2...ok iterators: aae_prefetch3...ok [done in 0.021 s] cacheleak: cacheleak_test_ (module 'cacheleak')...RSS1: 182664 RSS1: 369452 RSS1: 383852 RSS1: 311496 RSS1: 207968 RSS1: 312312 RSS1: 400304 RSS1: 236756 RSS1: 341508 RSS1: 308092 [44.419 s] ok module 'eleveldb_bump' module 'rand_gen_1' module 'cleanup' cleanup: assumption_test...assumption_test: top assumption_test: bottom [1.356 s] ok cleanup: open_close_test...[1.032 s] ok cleanup: open_exit_test...[1.532 s] ok cleanup: iterator_test...[1.587 s] ok cleanup: iterator_db_close_test...[2.070 s] ok cleanup: iterator_exit_test...[1.570 s] ok [done in 9.165 s] module 'basho_bench_driver_eldb' module 'eleveldb' eleveldb: open_test...ok eleveldb: fold_test...ok eleveldb: fold_keys_test...ok eleveldb: fold_from_key_test...ok eleveldb: destroy_test...ok eleveldb: compression_test...ok eleveldb: close_test...ok eleveldb: close_fold_test...ok eleveldb: prop_put_delete_test_ (No ?ALWAYS()).......................................................................................................(x10).....(x1)........ Time limit reached: 10.0 seconds. OK, passed 158 tests [11.598 s] ok eleveldb: prop_put_delete_test_ (With ?ALWAYS())..... Time limit reached: 15.0 seconds. OK, passed 2 tests [18.299 s] ok [done in 29.927 s] module 'eleveldb_schema_tests' ======================================================= All 24 tests passed. =INFO REPORT==== 26-Jan-2017::10:09:31 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-01-26 10:09 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49; make xref ./rebar get-deps ==> develop.996cb43.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.996cb43.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' ./rebar xref skip_deps=true ==> develop.996cb43.enable_thumbs.43a3b49 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-01-26 10:09 > Duration: 10 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49; make dialyzer ./rebar get-deps ==> develop.996cb43.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.996cb43.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.996cb43.enable_thumbs.43a3b49/c_src/leveldb' Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) ==> develop.996cb43.enable_thumbs.43a3b49 (dialyzer) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes Proceeding with analysis... done in 0m1.44s done (passed successfully) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
enable_thumbs 43a3b49 :arrow_right: develop 254cba3 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-02 07:49 > Duration: 6 seconds. > Result: OK > Message: Merge Success: enable_thumbs 43a3b49f4daf6c3066fde361a9037294f8bd35d5 onto target branch: develop 254cba3d1d78f5178f5185e28fc156cc7bba48cc > Exit Code: OK > :page_facing_up:

``` Merge made by the 'recursive' strategy. .thumbs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .thumbs.yml ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-02 07:49 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49; make clean ./rebar clean ==> develop.254cba3.enable_thumbs.43a3b49 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-02 07:49 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49; make deps ./rebar get-deps ==> develop.254cba3.enable_thumbs.43a3b49 (get-deps) Cloning into 'leveldb'... Your branch is up-to-date with 'origin/develop'. ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-02 07:49 > Duration: 21 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49; make compile ... Snipped 476 lines ... DEBUG -fPIC -c table/table.cc -o table/table.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/arena.cc -o util/arena.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom2.cc -o util/bloom2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom.cc -o util/bloom.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache2.cc -o util/cache2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache.cc -o util/cache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/coding.cc -o util/coding.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/comparator.cc -o util/comparator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/crc32c.cc -o util/crc32c.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/db_list.cc -o util/db_list.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env.cc -o util/env.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env_posix.cc -o util/env_posix.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/expiry_os.cc -o util/expiry_os.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/filter_policy.cc -o util/filter_policy.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/flexcache.cc -o util/flexcache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hash.cc -o util/hash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/histogram.cc -o util/histogram.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hot_threads.cc -o util/hot_threads.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/logging.cc -o util/logging.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/murmurhash.cc -o util/murmurhash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/options.cc -o util/options.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/perf_count.cc -o util/perf_count.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/status.cc -o util/status.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/thread_tasks.cc -o util/thread_tasks.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/throttle.cc -o util/throttle.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c port/port_posix.cc -o port/port_posix.o cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -O3 -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"r130\" -c util/lz4.c -o util/lz4.o rm -f libleveldb.a ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o leveldb_os/compile_opt.o leveldb_os/expiry_os_stub.o leveldb_os/hot_backup_stub.o leveldb_os/warming_stub.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom2.o util/bloom.o util/cache2.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/db_list.o util/env.o util/env_posix.o util/expiry_os.o util/filter_policy.o util/flexcache.o util/hash.o util/histogram.o util/hot_threads.o util/logging.o util/murmurhash.o util/options.o util/perf_count.o util/status.o util/thread_tasks.o util/throttle.o port/port_posix.o util/lz4.o ar: creating libleveldb.a make[1]: Leaving directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/perf_dump.cc -o perf_dump -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_scan.cc -o sst_scan -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared make[1]: Leaving directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' Compiled src/eleveldb_bump.erl Compiled src/eleveldb.erl Compiling c_src/eleveldb.cc Compiling c_src/refobjects.cc Compiling c_src/workitems.cc ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-02-02 07:49 > Duration: 94 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49; make test ./rebar get-deps ==> develop.254cba3.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.254cba3.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' ./rebar eunit skip_deps=true ==> develop.254cba3.enable_thumbs.43a3b49 (eunit) Compiled test/eleveldb_schema_tests.erl Compiled test/cacheleak.erl Compiled test/cleanup.erl Compiled test/rand_gen_1.erl Compiled test/basho_bench_driver_eldb.erl Compiled src/eleveldb_bump.erl Compiled test/iterators.erl Compiled src/eleveldb.erl ======================== EUnit ======================== module 'iterators' iterators: prev_test_case...ok iterators: seek_and_next_test_case...ok iterators: basic_prefetch_test_case...ok iterators: seek_and_prefetch_test_case...ok iterators: aae_prefetch1...ok iterators: aae_prefetch2...ok iterators: aae_prefetch3...ok [done in 0.021 s] cacheleak: cacheleak_test_ (module 'cacheleak')...RSS1: 195040 RSS1: 373040 RSS1: 282896 RSS1: 282716 RSS1: 398604 RSS1: 403296 RSS1: 403248 RSS1: 338428 RSS1: 424732 RSS1: 424536 [48.748 s] ok module 'eleveldb_bump' module 'rand_gen_1' module 'cleanup' cleanup: assumption_test...assumption_test: top assumption_test: bottom [1.576 s] ok cleanup: open_close_test...[1.065 s] ok cleanup: open_exit_test...[1.550 s] ok cleanup: iterator_test...[1.580 s] ok cleanup: iterator_db_close_test...[2.077 s] ok cleanup: iterator_exit_test...[1.567 s] ok [done in 9.433 s] module 'basho_bench_driver_eldb' module 'eleveldb' eleveldb: open_test...ok eleveldb: fold_test...ok eleveldb: fold_keys_test...ok eleveldb: fold_from_key_test...ok eleveldb: destroy_test...ok eleveldb: compression_test...ok eleveldb: close_test...ok eleveldb: close_fold_test...ok eleveldb: prop_put_delete_test_ (No ?ALWAYS()).......................................................................................................(x10).....(x1).. Time limit reached: 10.0 seconds. OK, passed 152 tests [10.997 s] ok eleveldb: prop_put_delete_test_ (With ?ALWAYS())..... Time limit reached: 15.0 seconds. OK, passed 2 tests [20.697 s] ok [done in 31.724 s] module 'eleveldb_schema_tests' ======================================================= All 24 tests passed. =INFO REPORT==== 2-Feb-2017::07:51:12 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-02 07:51 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49; make xref ./rebar get-deps ==> develop.254cba3.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.254cba3.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' ./rebar xref skip_deps=true ==> develop.254cba3.enable_thumbs.43a3b49 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-02 07:51 > Duration: 9 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49; make dialyzer ./rebar get-deps ==> develop.254cba3.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.254cba3.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.254cba3.enable_thumbs.43a3b49/c_src/leveldb' Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) ==> develop.254cba3.enable_thumbs.43a3b49 (dialyzer) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes Proceeding with analysis... done in 0m1.44s done (passed successfully) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
enable_thumbs 43a3b49 :arrow_right: develop 4e63b92 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-13 12:19 > Duration: 1 seconds. > Result: OK > Message: Merge Success: enable_thumbs 43a3b49f4daf6c3066fde361a9037294f8bd35d5 onto target branch: develop 4e63b92a34b15d620d60caf7327e173f8e470c3a > Exit Code: OK > :page_facing_up:

``` Merge made by the 'recursive' strategy. .thumbs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .thumbs.yml ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-13 12:19 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49; make clean ./rebar clean ==> develop.4e63b92.enable_thumbs.43a3b49 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-13 12:19 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49; make deps ./rebar get-deps ==> develop.4e63b92.enable_thumbs.43a3b49 (get-deps) Cloning into 'leveldb'... Your branch is up-to-date with 'origin/develop'. ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-13 12:19 > Duration: 21 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49; make compile ... Snipped 476 lines ... DEBUG -fPIC -c table/table.cc -o table/table.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/arena.cc -o util/arena.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom2.cc -o util/bloom2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom.cc -o util/bloom.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache2.cc -o util/cache2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache.cc -o util/cache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/coding.cc -o util/coding.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/comparator.cc -o util/comparator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/crc32c.cc -o util/crc32c.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/db_list.cc -o util/db_list.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env.cc -o util/env.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env_posix.cc -o util/env_posix.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/expiry_os.cc -o util/expiry_os.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/filter_policy.cc -o util/filter_policy.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/flexcache.cc -o util/flexcache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hash.cc -o util/hash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/histogram.cc -o util/histogram.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hot_threads.cc -o util/hot_threads.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/logging.cc -o util/logging.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/murmurhash.cc -o util/murmurhash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/options.cc -o util/options.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/perf_count.cc -o util/perf_count.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/status.cc -o util/status.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/thread_tasks.cc -o util/thread_tasks.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/throttle.cc -o util/throttle.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c port/port_posix.cc -o port/port_posix.o cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -O3 -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"r130\" -c util/lz4.c -o util/lz4.o rm -f libleveldb.a ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o leveldb_os/compile_opt.o leveldb_os/expiry_os_stub.o leveldb_os/hot_backup_stub.o leveldb_os/warming_stub.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom2.o util/bloom.o util/cache2.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/db_list.o util/env.o util/env_posix.o util/expiry_os.o util/filter_policy.o util/flexcache.o util/hash.o util/histogram.o util/hot_threads.o util/logging.o util/murmurhash.o util/options.o util/perf_count.o util/status.o util/thread_tasks.o util/throttle.o port/port_posix.o util/lz4.o ar: creating libleveldb.a make[1]: Leaving directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/perf_dump.cc -o perf_dump -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_scan.cc -o sst_scan -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared make[1]: Leaving directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' Compiled src/eleveldb_bump.erl Compiled src/eleveldb.erl Compiling c_src/eleveldb.cc Compiling c_src/refobjects.cc Compiling c_src/workitems.cc ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-02-13 12:19 > Duration: 100 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49; make test ./rebar get-deps ==> develop.4e63b92.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.4e63b92.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' ./rebar eunit skip_deps=true ==> develop.4e63b92.enable_thumbs.43a3b49 (eunit) Compiled test/eleveldb_schema_tests.erl Compiled test/cacheleak.erl Compiled test/cleanup.erl Compiled test/rand_gen_1.erl Compiled test/basho_bench_driver_eldb.erl Compiled src/eleveldb_bump.erl Compiled test/iterators.erl Compiled src/eleveldb.erl ======================== EUnit ======================== module 'iterators' iterators: prev_test_case...ok iterators: seek_and_next_test_case...ok iterators: basic_prefetch_test_case...ok iterators: seek_and_prefetch_test_case...ok iterators: aae_prefetch1...ok iterators: aae_prefetch2...ok iterators: aae_prefetch3...ok [done in 0.022 s] module 'cacheleak' cacheleak: cacheleak_test_...RSS limit: 500000 RSS 0: 83512 RSS 1: 267996 RSS 2: 202156 RSS 3: 197660 RSS 4: 229680 RSS 5: 284876 RSS 6: 257784 RSS 7: 247000 RSS 8: 324828 RSS 9: 286256 [59.796 s] ok [done in 59.799 s] module 'eleveldb_bump' module 'rand_gen_1' module 'cleanup' cleanup: cleanup_test_ (test_open_twice)...[1.217 s] ok cleanup: cleanup_test_ (test_open_close)...[0.052 s] ok cleanup: cleanup_test_ (test_open_exit)...[0.040 s] ok cleanup: cleanup_test_ (test_iterator)...[0.068 s] ok cleanup: cleanup_test_ (test_iterator_db_close)...[0.078 s] ok cleanup: cleanup_test_ (test_iterator_exit)...[0.079 s] ok [done in 2.015 s] module 'basho_bench_driver_eldb' module 'eleveldb' eleveldb: eleveldb_test_ (test_open)...[0.030 s] ok eleveldb: eleveldb_test_ (test_close)...[0.024 s] ok eleveldb: eleveldb_test_ (test_destroy)...[0.029 s] ok eleveldb: eleveldb_test_ (test_fold)...[0.024 s] ok eleveldb: eleveldb_test_ (test_fold_keys)...[0.026 s] ok eleveldb: eleveldb_test_ (test_fold_from_key)...[0.025 s] ok eleveldb: eleveldb_test_ (test_close_fold)...[0.022 s] ok eleveldb: eleveldb_test_ (test_compression)...[0.125 s] ok eleveldb: eleveldb_test_ (test_open_many(21))...[0.858 s] ok eleveldb: parallel_test_ (load proc 1)...[0.420 s] ok eleveldb: parallel_test_ (load proc 2)...[0.418 s] ok eleveldb: parallel_test_ (load proc 3)...[0.420 s] ok eleveldb: parallel_test_ (load proc 4)...[0.415 s] ok eleveldb: parallel_test_ (load proc 5)...[0.401 s] ok eleveldb: parallel_test_ (load proc 6)...[0.420 s] ok eleveldb: parallel_test_ (load proc 7)...[0.418 s] ok eleveldb: parallel_test_ (load proc 8)...[0.417 s] ok eleveldb: parallel_test_ (load proc 9)...[0.401 s] ok eleveldb: parallel_test_ (load proc 10)...[0.418 s] ok eleveldb: parallel_test_ (load proc 11)...[0.415 s] ok eleveldb: parallel_test_ (load proc 12)...[0.426 s] ok eleveldb: parallel_test_ (load proc 13)...[0.419 s] ok eleveldb: parallel_test_ (load proc 14)...[0.412 s] ok eleveldb: parallel_test_ (load proc 15)...[0.418 s] ok eleveldb: parallel_test_ (load proc 16)...[0.420 s] ok eleveldb: parallel_test_ (load proc 17)...[0.420 s] ok eleveldb: parallel_test_ (load proc 18)...[0.418 s] ok eleveldb: parallel_test_ (load proc 19)...[0.426 s] ok eleveldb: parallel_test_ (load proc 20)...[0.421 s] ok eleveldb: parallel_test_ (load proc 21)...[0.418 s] ok eleveldb: prop_put_delete_test_ (Without ?ALWAYS()).......................................................................................................(x10)..(x1)... Time limit reached: 10.0 seconds. OK, passed 123 tests [11.574 s] ok eleveldb: prop_put_delete_test_ (With ?ALWAYS(135))..... Time limit reached: 15.0 seconds. OK, passed 2 tests [19.901 s] ok [done in 34.034 s] module 'eleveldb_schema_tests' ======================================================= All 46 tests passed. =INFO REPORT==== 13-Feb-2017::12:21:33 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-13 12:21 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49; make xref ./rebar get-deps ==> develop.4e63b92.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.4e63b92.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' ./rebar xref skip_deps=true ==> develop.4e63b92.enable_thumbs.43a3b49 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-13 12:21 > Duration: 10 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49; make dialyzer ./rebar get-deps ==> develop.4e63b92.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.4e63b92.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.4e63b92.enable_thumbs.43a3b49/c_src/leveldb' Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) ==> develop.4e63b92.enable_thumbs.43a3b49 (dialyzer) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes Proceeding with analysis... done in 0m1.43s done (passed successfully) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
enable_thumbs 43a3b49 :arrow_right: develop 9099f80 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-15 11:41 > Duration: 1 seconds. > Result: OK > Message: Merge Success: enable_thumbs 43a3b49f4daf6c3066fde361a9037294f8bd35d5 onto target branch: develop 9099f80ed6836d76ceeb6a2b223cd7dac90c2aad > Exit Code: OK > :page_facing_up:

``` Merge made by the 'recursive' strategy. .thumbs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .thumbs.yml ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-15 11:41 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49; make clean ./rebar clean ==> develop.9099f80.enable_thumbs.43a3b49 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-15 11:41 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49; make deps ./rebar get-deps ==> develop.9099f80.enable_thumbs.43a3b49 (get-deps) Cloning into 'leveldb'... Your branch is up-to-date with 'origin/develop'. ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-15 11:41 > Duration: 22 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49; make compile ... Snipped 476 lines ... DEBUG -fPIC -c table/table.cc -o table/table.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/arena.cc -o util/arena.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom2.cc -o util/bloom2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/bloom.cc -o util/bloom.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache2.cc -o util/cache2.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/cache.cc -o util/cache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/coding.cc -o util/coding.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/comparator.cc -o util/comparator.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/crc32c.cc -o util/crc32c.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/db_list.cc -o util/db_list.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env.cc -o util/env.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/env_posix.cc -o util/env_posix.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/expiry_os.cc -o util/expiry_os.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/filter_policy.cc -o util/filter_policy.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/flexcache.cc -o util/flexcache.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hash.cc -o util/hash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/histogram.cc -o util/histogram.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/hot_threads.cc -o util/hot_threads.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/logging.cc -o util/logging.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/murmurhash.cc -o util/murmurhash.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/options.cc -o util/options.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/perf_count.cc -o util/perf_count.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/status.cc -o util/status.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/thread_tasks.cc -o util/thread_tasks.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c util/throttle.cc -o util/throttle.o c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -c port/port_posix.cc -o port/port_posix.o cc -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC -O3 -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"r130\" -c util/lz4.c -o util/lz4.o rm -f libleveldb.a ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o leveldb_os/compile_opt.o leveldb_os/expiry_os_stub.o leveldb_os/hot_backup_stub.o leveldb_os/warming_stub.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom2.o util/bloom.o util/cache2.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/db_list.o util/env.o util/env_posix.o util/expiry_os.o util/filter_policy.o util/flexcache.o util/hash.o util/histogram.o util/hot_threads.o util/logging.o util/murmurhash.o util/options.o util/perf_count.o util/status.o util/thread_tasks.o util/throttle.o port/port_posix.o util/lz4.o ar: creating libleveldb.a make[1]: Leaving directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/perf_dump.cc -o perf_dump -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared c++ -Wall -O3 -fPIC -I /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -g -DNDEBUG -fPIC tools/sst_scan.cc -o sst_scan -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -L/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared make[1]: Leaving directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' Compiled src/eleveldb_bump.erl Compiled src/eleveldb.erl Compiling c_src/eleveldb.cc Compiling c_src/refobjects.cc Compiling c_src/workitems.cc ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-02-15 11:41 > Duration: 87 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49; make test ./rebar get-deps ==> develop.9099f80.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.9099f80.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' ./rebar eunit skip_deps=true ==> develop.9099f80.enable_thumbs.43a3b49 (eunit) Compiled test/eleveldb_schema_tests.erl Compiled test/cacheleak.erl Compiled test/cleanup.erl Compiled test/rand_gen_1.erl Compiled test/basho_bench_driver_eldb.erl Compiled src/eleveldb_bump.erl Compiled test/iterators.erl Compiled src/eleveldb.erl ======================== EUnit ======================== module 'iterators' iterators: prev_test_case...ok iterators: seek_and_next_test_case...ok iterators: basic_prefetch_test_case...ok iterators: seek_and_prefetch_test_case...ok iterators: aae_prefetch1...ok iterators: aae_prefetch2...ok iterators: aae_prefetch3...ok [done in 0.021 s] module 'cacheleak' cacheleak: cacheleak_test_...RSS limit: 500000 RSS 0: 90368 RSS 1: 266896 RSS 2: 265308 RSS 3: 176296 RSS 4: 219716 RSS 5: 282040 RSS 6: 231596 RSS 7: 235416 RSS 8: 327296 RSS 9: 421872 [49.123 s] ok [done in 49.127 s] module 'eleveldb_bump' module 'rand_gen_1' module 'cleanup' cleanup: cleanup_test_ (test_open_twice)...[1.193 s] ok cleanup: cleanup_test_ (test_open_close)...[0.055 s] ok cleanup: cleanup_test_ (test_open_exit)...[0.086 s] ok cleanup: cleanup_test_ (test_iterator)...[0.077 s] ok cleanup: cleanup_test_ (test_iterator_db_close)...[0.073 s] ok cleanup: cleanup_test_ (test_iterator_exit)...[0.094 s] ok [done in 2.061 s] module 'basho_bench_driver_eldb' module 'eleveldb' eleveldb: eleveldb_test_ (test_open)...[0.022 s] ok eleveldb: eleveldb_test_ (test_close)...[0.044 s] ok eleveldb: eleveldb_test_ (test_destroy)...[0.049 s] ok eleveldb: eleveldb_test_ (test_fold)...[0.019 s] ok eleveldb: eleveldb_test_ (test_fold_keys)...[0.018 s] ok eleveldb: eleveldb_test_ (test_fold_from_key)...[0.046 s] ok eleveldb: eleveldb_test_ (test_close_fold)...[0.022 s] ok eleveldb: eleveldb_test_ (test_compression)...[0.145 s] ok eleveldb: eleveldb_test_ (test_open_many(21))...[0.651 s] ok eleveldb: parallel_test_ (load proc 1)...[0.260 s] ok eleveldb: parallel_test_ (load proc 2)...[0.303 s] ok eleveldb: parallel_test_ (load proc 3)...[0.303 s] ok eleveldb: parallel_test_ (load proc 4)...[0.285 s] ok eleveldb: parallel_test_ (load proc 5)...[0.303 s] ok eleveldb: parallel_test_ (load proc 6)...[0.303 s] ok eleveldb: parallel_test_ (load proc 7)...[0.285 s] ok eleveldb: parallel_test_ (load proc 8)...[0.302 s] ok eleveldb: parallel_test_ (load proc 9)...[0.302 s] ok eleveldb: parallel_test_ (load proc 10)...[0.302 s] ok eleveldb: parallel_test_ (load proc 11)...[0.303 s] ok eleveldb: parallel_test_ (load proc 12)...[0.302 s] ok eleveldb: parallel_test_ (load proc 13)...[0.303 s] ok eleveldb: parallel_test_ (load proc 14)...[0.302 s] ok eleveldb: parallel_test_ (load proc 15)...[0.303 s] ok eleveldb: parallel_test_ (load proc 16)...[0.302 s] ok eleveldb: parallel_test_ (load proc 17)...[0.302 s] ok eleveldb: parallel_test_ (load proc 18)...[0.302 s] ok eleveldb: parallel_test_ (load proc 19)...[0.302 s] ok eleveldb: parallel_test_ (load proc 20)...[0.302 s] ok eleveldb: parallel_test_ (load proc 21)...[0.301 s] ok eleveldb: prop_put_delete_test_ (Without ?ALWAYS()).......................................................................................................(x10)... Time limit reached: 10.0 seconds. OK, passed 130 tests [11.600 s] ok eleveldb: prop_put_delete_test_ (With ?ALWAYS(135))..... Time limit reached: 15.0 seconds. OK, passed 2 tests [17.684 s] ok [done in 31.635 s] module 'eleveldb_schema_tests' ======================================================= All 46 tests passed. =INFO REPORT==== 15-Feb-2017::11:43:04 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-15 11:43 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49; make xref ./rebar get-deps ==> develop.9099f80.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.9099f80.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' ./rebar xref skip_deps=true ==> develop.9099f80.enable_thumbs.43a3b49 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-15 11:43 > Duration: 10 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49; make dialyzer ./rebar get-deps ==> develop.9099f80.enable_thumbs.43a3b49 (get-deps) ./rebar compile ==> develop.9099f80.enable_thumbs.43a3b49 (compile) make[1]: Entering directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.9099f80.enable_thumbs.43a3b49/c_src/leveldb' Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) ==> develop.9099f80.enable_thumbs.43a3b49 (dialyzer) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes Proceeding with analysis... done in 0m1.42s done (passed successfully) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho