-
-
Save thumbot/e06858a90534d4ff4ce0163df01ba4e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./rebar get-deps | |
==> goldrush (get-deps) | |
==> lager (get-deps) | |
==> poolboy (get-deps) | |
==> basho_stats (get-deps) | |
==> getopt (get-deps) | |
==> neotoma (get-deps) | |
==> cuttlefish (get-deps) | |
==> riak_sysmon (get-deps) | |
==> eleveldb (get-deps) | |
==> riak_ensemble (get-deps) | |
==> pbkdf2 (get-deps) | |
==> edown (get-deps) | |
==> parse_trans (get-deps) | |
==> bear (get-deps) | |
==> meck (get-deps) | |
==> folsom (get-deps) | |
==> setup (get-deps) | |
==> src (get-deps) | |
==> exometer_core (get-deps) | |
==> clique (get-deps) | |
==> develop.8e4cf95.find-unique-user-by-metadata.7b92fd6 (get-deps) | |
./rebar compile | |
==> goldrush (compile) | |
Compiled src/glc_run.erl | |
Compiled src/glc_ops.erl | |
Compiled src/gr_param.erl | |
Compiled src/gr_counter_sup.erl | |
Compiled src/gr_context.erl | |
Compiled src/gre.erl | |
Compiled src/gr_manager_sup.erl | |
Compiled src/gr_manager.erl | |
Compiled src/glc_lib.erl | |
Compiled src/gr_counter.erl | |
Compiled src/gr_param_sup.erl | |
Compiled src/gr_sup.erl | |
Compiled src/gr_app.erl | |
Compiled src/glc.erl | |
Compiled src/glc_code.erl | |
==> lager (compile) | |
Compiled src/lager_util.erl | |
Compiled src/lager_transform.erl | |
Compiled src/lager_sup.erl | |
Compiled src/lager_msg.erl | |
Compiled src/lager_console_backend.erl | |
Compiled src/lager_app.erl | |
Compiled src/lager_config.erl | |
Compiled src/lager.erl | |
Compiled src/lager_handler_watcher_sup.erl | |
Compiled src/lager_default_formatter.erl | |
Compiled src/lager_backend_throttle.erl | |
Compiled src/lager_trunc_io.erl | |
Compiled src/lager_stdlib.erl | |
Compiled src/lager_file_backend.erl | |
Compiled src/lager_crash_log.erl | |
Compiled src/lager_handler_watcher.erl | |
Compiled src/error_logger_lager_h.erl | |
Compiled src/lager_manager_killer.erl | |
Compiled src/lager_common_test_backend.erl | |
Compiled src/lager_format.erl | |
==> poolboy (compile) | |
Compiled src/poolboy_worker.erl | |
Compiled src/poolboy_sup.erl | |
Compiled src/poolboy.erl | |
==> basho_stats (compile) | |
Compiled src/basho_stats_utils.erl | |
Compiled src/basho_stats_sample.erl | |
Compiled src/basho_stats_rv.erl | |
Compiled src/basho_stats_histogram.erl | |
==> getopt (compile) | |
Compiled src/getopt.erl | |
==> neotoma (compile) | |
Compiled src/neotoma.erl | |
Compiled src/neotoma_parse.erl | |
==> cuttlefish (compile) | |
Compiled src/cuttlefish_duration_parse.peg | |
Compiled src/conf_parse.peg | |
Compiled src/cuttlefish_translation.erl | |
Compiled src/cuttlefish_mapping.erl | |
Compiled src/cuttlefish_enum.erl | |
Compiled src/conf_parse.erl | |
Compiled src/cuttlefish_schema.erl | |
Compiled src/cuttlefish_advanced.erl | |
Compiled src/cuttlefish_error.erl | |
Compiled src/lager_stderr_backend.erl | |
Compiled src/cuttlefish_bytesize.erl | |
Compiled src/cuttlefish_datatypes.erl | |
Compiled src/cuttlefish_validator.erl | |
Compiled src/cuttlefish_vmargs.erl | |
Compiled src/cuttlefish_effective.erl | |
Compiled src/cuttlefish_rebar_plugin.erl | |
Compiled src/cuttlefish_escript.erl | |
Compiled src/cuttlefish_duration.erl | |
Compiled src/cuttlefish_unit.erl | |
Compiled src/cuttlefish_flag.erl | |
Compiled src/cuttlefish.erl | |
Compiled src/cuttlefish_util.erl | |
Compiled src/cuttlefish_duration_parse.erl | |
Compiled src/cuttlefish_generator.erl | |
Compiled src/cuttlefish_variable.erl | |
Compiled src/cuttlefish_conf.erl | |
==> getopt (escriptize) | |
==> goldrush (escriptize) | |
==> lager (escriptize) | |
==> neotoma (escriptize) | |
==> cuttlefish (escriptize) | |
==> riak_sysmon (compile) | |
Compiled src/riak_sysmon_app.erl | |
Compiled src/riak_sysmon_testhandler.erl | |
Compiled src/riak_sysmon_example_handler.erl | |
Compiled src/riak_sysmon_sup.erl | |
Compiled src/riak_sysmon_filter.erl | |
==> eleveldb (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.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/snappy-1.0.4' | |
make all-am | |
make[2]: Entering directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/snappy-1.0.4' | |
/bin/bash ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -m64 -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. -m64 -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. -m64 -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. -m64 -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. -m64 -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. -m64 -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. -m64 -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. -m64 -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. -m64 -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. -m64 -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. -m64 -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. -m64 -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++ -m64 -Wall -O3 -fPIC -version-info 2:2:1 -m64 -o libsnappy.la -rpath /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/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 -m64 -m64 -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. -m64 -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. -m64 -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++ -m64 -Wall -O3 -fPIC -m64 -o snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o libsnappy.la -lz | |
libtool: link: c++ -m64 -Wall -O3 -fPIC -m64 -o .libs/snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o ./.libs/libsnappy.so -lz -Wl,-rpath -Wl,/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib | |
make[2]: Leaving directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/snappy-1.0.4' | |
make[1]: Leaving directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/snappy-1.0.4' | |
make[1]: Entering directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/snappy-1.0.4' | |
make[2]: Entering directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/snappy-1.0.4' | |
test -z "/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib" || /bin/mkdir -p "/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib" | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libsnappy.la '/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib' | |
libtool: install: /usr/bin/install -c .libs/libsnappy.so.1.1.2 /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib/libsnappy.so.1.1.2 | |
libtool: install: (cd /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/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.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/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.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib/libsnappy.la | |
libtool: install: /usr/bin/install -c .libs/libsnappy.a /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib/libsnappy.a | |
libtool: install: chmod 644 /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib/libsnappy.a | |
libtool: install: ranlib /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/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:/sbin" ldconfig -n /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/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.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/share/doc/snappy" || /bin/mkdir -p "/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/share/doc/snappy" | |
/usr/bin/install -c -m 644 ChangeLog COPYING INSTALL NEWS README format_description.txt '/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/share/doc/snappy' | |
test -z "/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include" || /bin/mkdir -p "/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/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.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include' | |
make[2]: Leaving directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/snappy-1.0.4' | |
make[1]: Leaving directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/snappy-1.0.4' | |
make[1]: Entering directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/leveldb' | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/throttle.d -MT util/throttle.o -MF util/throttle.d util/throttle.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/status.d -MT util/status.o -MF util/status.d util/status.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/options.d -MT util/options.o -MF util/options.d util/options.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/murmurhash.d -MT util/murmurhash.o -MF util/murmurhash.d util/murmurhash.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/logging.d -MT util/logging.o -MF util/logging.d util/logging.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/histogram.d -MT util/histogram.o -MF util/histogram.d util/histogram.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/hash.d -MT util/hash.o -MF util/hash.d util/hash.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/flexcache.d -MT util/flexcache.o -MF util/flexcache.d util/flexcache.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/env.d -MT util/env.o -MF util/env.d util/env.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/crc32c.d -MT util/crc32c.o -MF util/crc32c.d util/crc32c.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/comparator.d -MT util/comparator.o -MF util/comparator.d util/comparator.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/coding.d -MT util/coding.o -MF util/coding.d util/coding.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/cache.d -MT util/cache.o -MF util/cache.d util/cache.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/cache2.d -MT util/cache2.o -MF util/cache2.d util/cache2.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/bloom.d -MT util/bloom.o -MF util/bloom.d util/bloom.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/bloom2.d -MT util/bloom2.o -MF util/bloom2.d util/bloom2.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/arena.d -MT util/arena.o -MF util/arena.d util/arena.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/table.d -MT table/table.o -MF table/table.d table/table.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/merger.d -MT table/merger.o -MF table/merger.d table/merger.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/iterator.d -MT table/iterator.o -MF table/iterator.d table/iterator.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/format.d -MT table/format.o -MF table/format.d table/format.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/block.d -MT table/block.o -MF table/block.d table/block.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT leveldb_os/expiry_os.d -MT leveldb_os/expiry_os.o -MF leveldb_os/expiry_os.d leveldb_os/expiry_os.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/repair.d -MT db/repair.o -MF db/repair.d db/repair.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/memtable.d -MT db/memtable.o -MF db/memtable.d db/memtable.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/filename.d -MT db/filename.o -MF db/filename.d db/filename.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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 -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/dbformat.d -MT db/dbformat.o -MF db/dbformat.d db/dbformat.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/c.d -MT db/c.o -MF db/c.d db/c.cc | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/leveldb' | |
make[1]: Entering directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/leveldb' | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/builder.cc -o db/builder.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/c.cc -o db/c.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/dbformat.cc -o db/dbformat.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/db_impl.cc -o db/db_impl.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/db_iter.cc -o db/db_iter.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/filename.cc -o db/filename.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/log_reader.cc -o db/log_reader.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/log_writer.cc -o db/log_writer.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/memtable.cc -o db/memtable.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/repair.cc -o db/repair.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/table_cache.cc -o db/table_cache.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/version_edit.cc -o db/version_edit.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c db/write_batch.cc -o db/write_batch.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c leveldb_os/compile_opt.cc -o leveldb_os/compile_opt.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c leveldb_os/expiry_os.cc -o leveldb_os/expiry_os.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c leveldb_os/hot_backup_stub.cc -o leveldb_os/hot_backup_stub.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c leveldb_os/warming_stub.cc -o leveldb_os/warming_stub.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/block_builder.cc -o table/block_builder.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/block.cc -o table/block.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/filter_block.cc -o table/filter_block.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/format.cc -o table/format.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/iterator.cc -o table/iterator.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/merger.cc -o table/merger.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/table_builder.cc -o table/table_builder.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/table.cc -o table/table.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c table/two_level_iterator.cc -o table/two_level_iterator.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/arena.cc -o util/arena.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/bloom2.cc -o util/bloom2.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/bloom.cc -o util/bloom.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/cache2.cc -o util/cache2.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/cache.cc -o util/cache.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/coding.cc -o util/coding.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/comparator.cc -o util/comparator.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/crc32c.cc -o util/crc32c.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/db_list.cc -o util/db_list.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/env.cc -o util/env.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/env_posix.cc -o util/env_posix.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/filter_policy.cc -o util/filter_policy.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/flexcache.cc -o util/flexcache.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/hash.cc -o util/hash.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/histogram.cc -o util/histogram.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/hot_threads.cc -o util/hot_threads.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/logging.cc -o util/logging.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/murmurhash.cc -o util/murmurhash.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/options.cc -o util/options.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/perf_count.cc -o util/perf_count.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/status.cc -o util/status.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/thread_tasks.cc -o util/thread_tasks.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c util/throttle.cc -o util/throttle.o | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC -c port/port_posix.cc -o port/port_posix.o | |
cc -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -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.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/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.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/leveldb' | |
make[1]: Entering directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/leveldb' | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -m64 -L/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC tools/perf_dump.cc -o perf_dump -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -m64 -L/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -m64 -L/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared | |
c++ -m64 -Wall -O3 -fPIC -I /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/include -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.31" -O2 -g -DNDEBUG -fPIC tools/sst_scan.cc -o sst_scan -L . -Wl,-non_shared -lleveldb -Wl,-call_shared -m64 -L/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/c_src/system/lib -pthread -lrt -Wl,-non_shared -lsnappy -Wl,-call_shared | |
make[1]: Leaving directory `/tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6/deps/eleveldb/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 | |
==> riak_ensemble (compile) | |
Compiled src/riak_ensemble_backend.erl | |
Compiled src/riak_ensemble_sup.erl | |
Compiled src/synctree_orddict.erl | |
Compiled src/riak_ensemble_client.erl | |
Compiled src/riak_ensemble_router.erl | |
Compiled src/riak_ensemble_config.erl | |
Compiled src/riak_ensemble_router_sup.erl | |
Compiled src/riak_ensemble_lease.erl | |
Compiled src/synctree.erl | |
Compiled src/riak_ensemble_test.erl | |
Compiled src/synctree_leveldb.erl | |
Compiled src/riak_ensemble_exchange.erl | |
Compiled src/riak_ensemble_root.erl | |
Compiled src/riak_ensemble_manager.erl | |
Compiled src/riak_ensemble_save.erl | |
Compiled src/riak_ensemble_clock.erl | |
Compiled src/riak_ensemble_peer_worker.erl | |
Compiled src/riak_ensemble_app.erl | |
Compiled src/riak_ensemble_basic_backend.erl | |
Compiled src/riak_ensemble_state.erl | |
Compiled src/riak_ensemble_storage.erl | |
Compiled src/riak_ensemble_peer_tree.erl | |
Compiled src/riak_ensemble_peer_sup.erl | |
Compiled src/synctree_ets.erl | |
Compiled src/riak_ensemble_util.erl | |
Compiled src/riak_ensemble_msg.erl | |
Compiled src/riak_ensemble_peer.erl | |
Compiling c_src/riak_ensemble_clock.c | |
==> pbkdf2 (compile) | |
Compiled src/pbkdf2.erl | |
==> edown (compile) | |
Compiled src/edown_make.erl | |
Compiled src/edown_lib.erl | |
Compiled src/edown_xmerl.erl | |
Compiled src/edown_doclet.erl | |
Compiled src/edown_layout.erl | |
==> parse_trans (compile) | |
Compiled src/parse_trans.erl | |
Compiled src/parse_trans_pp.erl | |
Compiled src/parse_trans_codegen.erl | |
Compiled src/parse_trans_mod.erl | |
Compiled src/ct_expand.erl | |
Compiled src/exprecs.erl | |
==> bear (compile) | |
Compiled src/bear.erl | |
==> meck (compile) | |
Compiled src/meck_cover.erl | |
Compiled src/meck_expect.erl | |
Compiled src/meck_matcher.erl | |
Compiled src/meck_args_matcher.erl | |
Compiled src/meck_history.erl | |
Compiled src/meck.erl | |
Compiled src/meck_code_gen.erl | |
Compiled src/meck_util.erl | |
Compiled src/meck_code.erl | |
Compiled src/meck_ret_spec.erl | |
Compiled src/meck_proc.erl | |
==> folsom (compile) | |
Compiled src/folsom_sample_slide_sup.erl | |
Compiled src/folsom_sample_slide.erl | |
Compiled src/folsom_metrics_histogram.erl | |
Compiled src/folsom_ewma.erl | |
Compiled src/folsom_sample_none.erl | |
Compiled src/folsom_sample_exdec.erl | |
Compiled src/folsom_metrics_histogram_ets.erl | |
Compiled src/folsom_metrics_duration.erl | |
Compiled src/folsom.erl | |
Compiled src/folsom_sample.erl | |
Compiled src/folsom_metrics_meter_reader.erl | |
Compiled src/folsom_metrics.erl | |
Compiled src/folsom_vm_metrics.erl | |
Compiled src/folsom_sample_slide_uniform.erl | |
Compiled src/folsom_metrics_counter.erl | |
Compiled src/folsom_metrics_spiral.erl | |
Compiled src/folsom_meter_timer_server.erl | |
Compiled src/folsom_metrics_history.erl | |
Compiled src/folsom_sup.erl | |
Compiled src/folsom_ets.erl | |
Compiled src/folsom_sample_slide_server.erl | |
Compiled src/folsom_metrics_gauge.erl | |
Compiled src/folsom_utils.erl | |
Compiled src/folsom_metrics_meter.erl | |
Compiled src/folsom_sample_uniform.erl | |
==> setup (compile) | |
Compiled src/setup_lib.erl | |
Compiled src/setup_gen.erl | |
Compiled src/setup.erl | |
==> edown (escriptize) | |
==> setup (escriptize) | |
==> src (compile) | |
==> exometer_core (compile) | |
Compiled src/exometer_igor.erl | |
Compiled src/exometer_util.erl | |
Compiled src/exometer_entry.erl | |
Compiled src/exometer_probe.erl | |
Compiled src/exometer_report.erl | |
Compiled src/exometer_folsom_monitor.erl | |
Compiled src/exometer_folsom.erl | |
Compiled src/exometer_report_lager.erl | |
Compiled src/exometer_duration.erl | |
Compiled src/exometer_function.erl | |
Compiled src/exometer_core_sup.erl | |
Compiled src/exometer_slide.erl | |
Compiled src/exometer_slot_slide.erl | |
Compiled src/exometer_report_tty.erl | |
Compiled src/exometer_proc.erl | |
Compiled src/exo_montest.erl | |
Compiled src/exometer_cache.erl | |
Compiled src/exometer_spiral.erl | |
Compiled src/exometer_cpu.erl | |
Compiled src/exometer_alias.erl | |
Compiled src/exometer_admin.erl | |
Compiled src/exometer_shallowtree.erl | |
Compiled src/exometer_uniform.erl | |
Compiled src/exometer.erl | |
Compiled src/exometer_core_app.erl | |
Compiled src/exometer_info.erl | |
Compiled src/exometer_histogram.erl | |
==> clique (compile) | |
Compiled src/clique_writer.erl | |
Compiled src/clique_handler.erl | |
Compiled src/clique_test_group_leader.erl | |
Compiled src/clique_table.erl | |
Compiled src/clique_json_writer.erl | |
Compiled src/clique_config.erl | |
Compiled src/clique.erl | |
Compiled src/clique_status.erl | |
Compiled src/clique_typecast.erl | |
Compiled src/clique_human_writer.erl | |
Compiled src/clique_usage.erl | |
Compiled src/clique_error.erl | |
Compiled src/clique_manager.erl | |
Compiled src/clique_nodes.erl | |
Compiled src/clique_app.erl | |
Compiled src/clique_sup.erl | |
Compiled src/clique_parser.erl | |
Compiled src/clique_csv_writer.erl | |
Compiled src/clique_command.erl | |
Compiled src/clique_spec.erl | |
==> develop.8e4cf95.find-unique-user-by-metadata.7b92fd6 (compile) | |
Compiled src/gen_nb_server.erl | |
Compiled src/riak_core_gen_server.erl | |
Compiled src/riak_core_stat_xform.erl | |
Compiled src/riak_core_broadcast_handler.erl | |
Compiled src/riak_core_vnode_worker_pool.erl | |
Compiled src/chash.erl | |
Compiled src/riak_core_format.erl | |
Compiled src/riak_core_broadcast.erl | |
Compiled src/riak_core_ring_manager.erl | |
Compiled src/riak_core_dist_mon.erl | |
Compiled src/riak_core_handoff_sender_sup.erl | |
Compiled src/chashbin.erl | |
Compiled src/riak_core_vnode_proxy.erl | |
Compiled src/riak_core_status.erl | |
Compiled src/riak_core_repair.erl | |
Compiled src/riak_core_metadata_exchange_fsm.erl | |
Compiled src/riak_core_claim_sim.erl | |
Compiled src/riak_core_mochiglobal.erl | |
Compiled src/dvvset.erl | |
Compiled src/riak_core_vnode_manager.erl | |
Compiled src/riak_core_bucket.erl | |
Compiled src/riak_core_bg_manager.erl | |
Compiled src/vclock.erl | |
Compiled src/riak_core_dtrace.erl | |
Compiled src/riak_core_node_watcher.erl | |
Compiled src/riak_core_tracer.erl | |
Compiled src/riak_core_vnode_sup.erl | |
Compiled src/riak_core_test_util.erl | |
Compiled src/riak_core_sup.erl | |
Compiled src/riak_core_handoff_sup.erl | |
Compiled src/riak_core_nodeid.erl | |
Compiled src/riak_core_vnode_proxy_sup.erl | |
Compiled src/riak_core_stat.erl | |
Compiled src/hashtree.erl | |
Compiled src/riak_core_tcp_mon.erl | |
Compiled src/riak_core_handoff_listener.erl | |
Compiled src/riak_core_cli_registry.erl | |
Compiled src/riak_core_stat_calc_sup.erl | |
Compiled src/riak_core_app.erl | |
Compiled src/riak_core_util.erl | |
Compiled src/riak_core_ring_util.erl | |
Compiled src/riak_core_console_table.erl | |
Compiled src/riak_core_cinfo_core.erl | |
Compiled src/riak_core_cluster_cli.erl | |
Compiled src/supervisor_pre_r14b04.erl | |
Compiled src/riak_core_net_ticktime.erl | |
Compiled src/riak_core_coverage_plan.erl | |
Compiled src/riak_core_ring.erl | |
Compiled src/riak_core_send_msg.erl | |
Compiled src/riak_core_throttle.erl | |
Compiled src/riak_core_metadata.erl | |
Compiled src/hashtree_tree.erl | |
Compiled src/riak_core_stat_q.erl | |
Compiled src/riak_core_vnode_master.erl | |
Compiled src/process_proxy.erl | |
Compiled src/riak_core_table_owner.erl | |
Compiled src/riak_core_ring_handler.erl | |
Compiled src/riak_core_exo_monitor.erl | |
Compiled src/riak_core_claim_util.erl | |
Compiled src/riak_core_stat_calc_proc.erl | |
Compiled src/riak_core_eventhandler_sup.erl | |
Compiled src/riak_core_metadata_object.erl | |
Compiled src/riak_core_handoff_listener_sup.erl | |
Compiled src/riak_core_sysmon_minder.erl | |
Compiled src/riak_core_pw_auth.erl | |
Compiled src/app_helper.erl | |
Compiled src/riak_core_stat_sup.erl | |
Compiled src/riak_core_node_watcher_events.erl | |
Compiled src/riak_core_sysmon_handler.erl | |
Compiled src/riak_core_console.erl | |
Compiled src/riak_core_handoff_cli.erl | |
Compiled src/riak_core_vnode_worker.erl | |
Compiled src/riak_core_metadata_manager.erl | |
Compiled src/riak_core_bucket_props.erl | |
Compiled src/riak_core_metadata_hashtree.erl | |
Compiled src/bloom.erl | |
Compiled src/riak_core_handoff_status.erl | |
Compiled src/riak_core_handoff_sender.erl | |
Compiled src/riak_core_ring_events.erl | |
Compiled src/riak_core_gossip.erl | |
Compiled src/riak_core_coverage_fsm.erl | |
Compiled src/riak_core_claimant.erl | |
Compiling src/riak_core_security.erl failed: | |
src/riak_core_security.erl:46: syntax error before: '<' | |
src/riak_core_security.erl:126: syntax error before: '<<' | |
src/riak_core_security.erl:133: syntax error before: '==' | |
src/riak_core_security.erl:151: syntax error before: '>>' | |
src/riak_core_security.erl:172: function prettyprint_users/2 undefined | |
src/riak_core_security.erl:111: function find_one_user_by_metadata/2 is unused | |
src/riak_core_security.erl:118: function return_if_user_matches_metadata/3 is unused | |
src/riak_core_security.erl:128: function find_bucket_grants/2 is unused | |
src/riak_core_security.erl:136: function find_unique_user_by_metadata/2 is unused | |
src/riak_core_security.erl:142: function accumulate_matching_user/4 is unused | |
src/riak_core_security.erl:145: function accumulate_matching_user/3 is unused | |
src/riak_core_security.erl:421: function check_permission/2 is unused | |
src/riak_core_security.erl:453: function check_permissions/2 is unused | |
src/riak_core_security.erl:467: function get_username/1 is unused | |
src/riak_core_security.erl:472: function authenticate/3 is unused | |
src/riak_core_security.erl:555: function add_user/2 is unused | |
src/riak_core_security.erl:562: function add_group/2 is unused | |
src/riak_core_security.erl:566: function add_role/4 is unused | |
src/riak_core_security.erl:598: function alter_user/2 is unused | |
src/riak_core_security.erl:621: function alter_group/2 is unused | |
src/riak_core_security.erl:644: function del_user/1 is unused | |
src/riak_core_security.erl:671: function del_group/1 is unused | |
src/riak_core_security.erl:697: function add_grant/3 is unused | |
src/riak_core_security.erl:738: function add_revoke/3 is unused | |
src/riak_core_security.erl:780: function add_source/4 is unused | |
src/riak_core_security.erl:815: function del_source/2 is unused | |
src/riak_core_security.erl:826: function is_enabled/0 is unused | |
src/riak_core_security.erl:843: function enable/0 is unused | |
src/riak_core_security.erl:852: function get_ciphers/0 is unused | |
src/riak_core_security.erl:860: function print_ciphers/0 is unused | |
src/riak_core_security.erl:874: function set_ciphers/1 is unused | |
src/riak_core_security.erl:886: function disable/0 is unused | |
src/riak_core_security.erl:890: function status/0 is unused | |
src/riak_core_security.erl:920: function add_revoke_int/3 is unused | |
src/riak_core_security.erl:947: function add_source_int/4 is unused | |
src/riak_core_security.erl:954: function add_grant_int/3 is unused | |
src/riak_core_security.erl:969: function match_grant/2 is unused | |
src/riak_core_security.erl:982: function maybe_refresh_context/1 is unused | |
src/riak_core_security.erl:1002: function get_context/1 is unused | |
src/riak_core_security.erl:1037: function lookup/2 is unused | |
src/riak_core_security.erl:1040: function stash/3 is unused | |
src/riak_core_security.erl:1045: function mask_address/2 is unused | |
src/riak_core_security.erl:1056: function anchor_mask/2 is unused | |
src/riak_core_security.erl:1067: function anchor_mask/1 is unused | |
src/riak_core_security.erl:1075: function validate_options/1 is unused | |
src/riak_core_security.erl:1085: function validate_groups_option/1 is unused | |
src/riak_core_security.erl:1104: function validate_password_option/2 is unused | |
src/riak_core_security.erl:1116: function validate_permissions/1 is unused | |
src/riak_core_security.erl:1120: function validate_permissions/2 is unused | |
src/riak_core_security.erl:1141: function match_source/3 is unused | |
src/riak_core_security.erl:1153: function sort_sources/1 is unused | |
src/riak_core_security.erl:1223: function check_grant_blockers/3 is unused | |
src/riak_core_security.erl:1246: function delete_group_from_roles/1 is unused | |
src/riak_core_security.erl:1252: function delete_group_from_roles/2 is unused | |
src/riak_core_security.erl:1277: function delete_user_from_sources/1 is unused | |
src/riak_core_security.erl:1292: function unknown_roles/2 is unused | |
src/riak_core_security.erl:1353: function user_exists/1 is unused | |
src/riak_core_security.erl:1370: function illegal_name_chars/1 is unused | |
src/riak_core_security.erl:1373: function bin2name/1 is unused | |
src/riak_core_security.erl:1388: function bucket2bin/1 is unused | |
src/riak_core_security.erl:1396: function bucket2iolist/1 is unused | |
ERROR: compile failed while processing /tmp/thumbs/develop.8e4cf95.find-unique-user-by-metadata.7b92fd6: rebar_abort | |
make: *** [compile] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment