Skip to content

Instantly share code, notes, and snippets.

@bookshelfdave
Created October 25, 2012 12:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bookshelfdave/3952217 to your computer and use it in GitHub Desktop.
Riak Erlang Client compile w/ R15B01
[2]R15B01:[(1.3.1)]prime:~/basho/riak-erlang-client$ make
./rebar get-deps
==> riak-erlang-client (get-deps)
Pulling riak_pb from {git,"git://github.com/basho/riak_pb","master"}
Cloning into 'riak_pb'...
==> riak_pb (get-deps)
Pulling protobuffs from {git,"git://github.com/basho/erlang_protobuffs.git",
"master"}
Cloning into 'protobuffs'...
==> protobuffs (get-deps)
Pulling meck from {git,"git://github.com/eproxus/meck",{branch,"master"}}
Cloning into 'meck'...
==> meck (get-deps)
./rebar compile
==> meck (compile)
Compiled src/meck_mod.erl
Compiled src/meck_cover.erl
Compiled src/meck.erl
==> protobuffs (compile)
Compiled src/protobuffs_scanner.xrl
Compiled src/protobuffs_parser.yrl
src/protobuffs_file.erl:12: Warning: missing specification for function open/2
src/protobuffs_file.erl:15: Warning: missing specification for function path_open/3
src/protobuffs_file.erl:18: Warning: missing specification for function close/1
src/protobuffs_file.erl:21: Warning: missing specification for function format/3
src/protobuffs_file.erl:24: Warning: missing specification for function request/1
src/protobuffs_file.erl:27: Warning: missing specification for function compile_forms/2
src/protobuffs_file.erl:30: Warning: missing specification for function write_file/2
Compiled src/protobuffs_file.erl
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:16: Warning: missing specification for function format_error/1
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:19: Warning: missing specification for function string/1
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:21: Warning: missing specification for function string/2
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:72: Warning: missing specification for function token/2
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:74: Warning: missing specification for function token/3
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:141: Warning: missing specification for function tokens/2
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:143: Warning: missing specification for function tokens/3
Compiled src/protobuffs_scanner.erl
Compiled src/protobuffs_parser.erl
Compiled src/protobuffs.erl
src/protobuffs_compile.erl:315: Warning: variable 'OldName' is unused
src/protobuffs_compile.erl:350: Warning: variable 'Extends' is unused
src/protobuffs_compile.erl:362: Warning: variable 'Msg' is unused
src/protobuffs_compile.erl:368: Warning: variable 'Other' is unused
src/protobuffs_compile.erl:368: Warning: variable 'Rules' is unused
src/protobuffs_compile.erl:368: Warning: variable 'Type' is unused
src/protobuffs_compile.erl:385: Warning: variable 'MsgName' is unused
src/protobuffs_compile.erl:394: Warning: variable 'Content' is unused
src/protobuffs_compile.erl:478: Warning: variable 'Acc' shadowed in 'fun'
src/protobuffs_compile.erl:506: Warning: variable 'DecodeExtends' is unused
src/protobuffs_compile.erl:612: Warning: variable 'Extended' is unused
src/protobuffs_compile.erl:675: Warning: function find_extended_msg/2 is unused
src/protobuffs_compile.erl:690: Warning: function find_defined_extensions/2 is unused
src/protobuffs_compile.erl:690: Warning: variable 'TypeName' is unused
Compiled src/protobuffs_compile.erl
src/pokemon_pb.erl:34: Warning: missing specification for function encode/1
src/pokemon_pb.erl:37: Warning: missing specification for function encode_pikachu/1
src/pokemon_pb.erl:95: Warning: missing specification for function decode_pikachu/1
src/pokemon_pb.erl:98: Warning: missing specification for function decode/2
src/pokemon_pb.erl:162: Warning: missing specification for function decode_extensions/1
src/pokemon_pb.erl:169: Warning: variable 'Types' is unused
src/pokemon_pb.erl:221: Warning: missing specification for function extension_size/1
src/pokemon_pb.erl:226: Warning: missing specification for function has_extension/2
src/pokemon_pb.erl:231: Warning: missing specification for function get_extension/2
src/pokemon_pb.erl:245: Warning: missing specification for function set_extension/3
Compiled src/pokemon_pb.erl
==> riak_pb (compile)
Compiling src/riak.proto
=INFO REPORT==== 25-Oct-2012::08:02:31 ===
Writing header file to "riak_pb.hrl"
=INFO REPORT==== 25-Oct-2012::08:02:31 ===
Writing beam file to "riak_pb.beam"
Compiling src/riak_kv.proto
=INFO REPORT==== 25-Oct-2012::08:02:32 ===
Writing header file to "riak_kv_pb.hrl"
=INFO REPORT==== 25-Oct-2012::08:02:32 ===
Writing beam file to "riak_kv_pb.beam"
Compiling src/riak_search.proto
=INFO REPORT==== 25-Oct-2012::08:02:32 ===
Writing header file to "riak_search_pb.hrl"
=INFO REPORT==== 25-Oct-2012::08:02:32 ===
Writing beam file to "riak_search_pb.beam"
Compiled src/riak_pb_search_codec.erl
Compiled src/riak_pb_codec.erl
Compiled src/riak_pb_kv_codec.erl
==> riak-erlang-client (compile)
Compiled src/riakc_obj.erl
Compiled src/riakc_pb_socket.erl
[2]R15B01:[(1.3.1)]prime:~/basho/riak-erlang-client$ rebar eunit
==> Entering directory `/Users/dparfitt/basho/riak-erlang-client/deps/riak_pb'
==> Entering directory `/Users/dparfitt/basho/riak-erlang-client/deps/protobuffs'
==> Entering directory `/Users/dparfitt/basho/riak-erlang-client/deps/meck'
==> meck (eunit)
Compiled test/meck_test_module.erl
Compiled test/meck_test_parametrized_module.erl
Compiled test/meck_performance_test.erl
Compiled src/meck_mod.erl
Compiled src/meck_cover.erl
Compiled src/meck.erl
Compiled test/meck_tests.erl
======================== EUnit ========================
module 'meck'
module 'meck_tests'
meck_tests: new_...ok
meck_tests: unload_...[0.002 s] ok
meck_tests: double_new_...ok
meck_tests: validate_...ok
meck_tests: expect_...[0.003 s] ok
meck_tests: exports_...[0.013 s] ok
meck_tests: call_return_value_...[0.004 s] ok
meck_tests: call_argument_...[0.004 s] ok
meck_tests: call_undef_...[0.004 s] ok
meck_tests: call_function_clause_...[0.004 s] ok
meck_tests: validate_unexpected_error_...[0.004 s] ok
meck_tests: validate_expected_error_...[0.004 s] ok
meck_tests: validate_chained_...[0.013 s] ok
meck_tests: stacktrace_...[0.004 s] ok
meck_tests: stacktrace_function_clause_...[0.004 s] ok
meck_tests: change_func_...[0.006 s] ok
meck_tests: caller_does_not_crash_on_reload_...[0.016 s] ok
meck_tests: call_original_undef_...[0.008 s] ok
meck_tests: history_empty_...ok
meck_tests: history_call_...[0.012 s] ok
meck_tests: history_throw_...[0.004 s] ok
meck_tests: history_throw_fun_...[0.003 s] ok
meck_tests: history_exit_...[0.004 s] ok
meck_tests: history_error_...[0.004 s] ok
meck_tests: history_error_args_...[0.004 s] ok
meck_tests: history_meck_throw_...[0.004 s] ok
meck_tests: history_meck_throw_fun_...[0.004 s] ok
meck_tests: history_meck_exit_...[0.003 s] ok
meck_tests: history_meck_error_...[0.004 s] ok
meck_tests: history_by_pid_...[0.007 s] ok
meck_tests: shortcut_expect_...[0.003 s] ok
meck_tests: shortcut_expect_negative_arity_...ok
meck_tests: shortcut_call_return_value_...[0.004 s] ok
meck_tests: shortcut_call_argument_...[0.004 s] ok
meck_tests: shortcut_re_add_...[0.007 s] ok
meck_tests: shortcut_opaque_...[0.004 s] ok
meck_tests: delete_...[0.006 s] ok
meck_tests: called_false_no_args_...[0.004 s] ok
meck_tests: called_true_no_args_...[0.004 s] ok
meck_tests: called_true_two_functions_...[0.008 s] ok
meck_tests: called_false_one_arg_...[0.004 s] ok
meck_tests: called_true_one_arg_...[0.004 s] ok
meck_tests: called_false_few_args_...[0.005 s] ok
meck_tests: called_true_few_args_...[0.004 s] ok
meck_tests: called_false_error_...[0.004 s] ok
meck_tests: called_true_error_...[0.003 s] ok
meck_tests: called_with_pid_no_args_...[0.003 s] ok
meck_tests: num_calls_...[0.004 s] ok
meck_tests: num_calls_error_...[0.004 s] ok
meck_tests: num_calls_with_pid_no_args_...[0.004 s] ok
meck_tests: called_wildcard_...[0.004 s] ok
meck_tests: sequence_...[0.004 s] ok
meck_tests: sequence_multi_...[0.013 s] ok
meck_tests: loop_...[0.005 s] ok
meck_tests: loop_multi_...[0.015 s] ok
meck_tests: call_original_test...[0.016 s] ok
meck_tests: unload_renamed_original_test...[0.008 s] ok
meck_tests: unload_all_test...[0.029 s] ok
meck_tests: original_no_file_test...[0.009 s] ok
meck_tests: original_has_no_object_code_test...[0.005 s] ok
meck_tests: passthrough_nonexisting_module_test...[0.018 s] ok
meck_tests: passthrough_test...[0.016 s] ok
meck_tests: passthrough_different_arg_test...[0.011 s] ok
meck_tests: passthrough_bif_test...[0.306 s] ok
meck_tests: cover_test...[0.683 s] ok
meck_tests: cover_options_...[0.037 s] ok
meck_tests: cover_options_fail_...[0.055 s] ok
meck_tests: no_cover_passthrough_test...[0.037 s] ok
meck_tests: cover_passthrough_test...[0.042 s] ok
meck_tests: unload_when_crashed_test...
=ERROR REPORT==== 25-Oct-2012::08:05:19 ===
** Generic server mymod_meck terminating
** Last message in was {'EXIT',<0.119.0>,expected_test_exit}
** When Server state == {state,mymod,
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]}}},
true,[],
{false,no_binary},
false}
** Reason for termination ==
** expected_test_exit
[0.106 s] ok
meck_tests: unlink_test...[0.007 s] ok
meck_tests: expect_without_new_test...ok
meck_tests: history_passthrough_test...[0.034 s] ok
meck_tests: multi_test...[0.039 s] ok
meck_tests: multi_invalid_test...[0.030 s] ok
meck_tests: multi_option_test...[0.052 s] ok
meck_tests: multi_shortcut_test...[0.031 s] ok
meck_tests: multi_delete_test...[0.038 s] ok
meck_tests: handle_cast_unmodified_state_test...ok
meck_tests: code_change_unmodified_state_test...ok
meck_tests: remote_meck_test_...[0.229 s] ok
meck_tests: remote_meck_test_...[0.265 s] ok
meck_tests: can_mock_sticky_modules_test...[0.028 s] ok
meck_tests: can_mock_sticky_module_not_yet_loaded_...[0.010 s] ok
meck_tests: cannot_mock_sticky_module_without_unstick_...
=ERROR REPORT==== 25-Oct-2012::08:05:20 ===
Can't load module that resides in sticky dir
[0.006 s] ok
meck_tests: can_mock_non_sticky_module_test...[0.009 s] ok
meck_tests: cannot_expect_bif_or_autogenerated_test...[0.201 s] ok
meck_tests: meck_parametrized_module_test...[0.034 s] ok
meck_tests: meck_parametrized_module_passthrough_test...[0.047 s] ok
[done in 3.784 s]
[done in 3.784 s]
module 'meck_cover'
module 'meck_mod'
module 'meck_performance_test'
module 'meck_test_module'
module 'meck_test_parametrized_module'
=======================================================
All 89 tests passed.
Cover analysis: /Users/dparfitt/basho/riak-erlang-client/deps/meck/.eunit/index.html
Node State Type In Out Address
==> Leaving directory `/Users/dparfitt/basho/riak-erlang-client/deps/meck'
==> protobuffs (eunit)
test/protobuffs_parser_tests.erl:0: Warning: missing specification for function test/0
test/protobuffs_parser_tests.erl:15: Warning: missing specification for function package_test_/0
test/protobuffs_parser_tests.erl:20: Warning: missing specification for function import_test_/0
test/protobuffs_parser_tests.erl:25: Warning: missing specification for function message_test_/0
test/protobuffs_parser_tests.erl:32: Warning: missing specification for function message_default_test_/0
test/protobuffs_parser_tests.erl:41: Warning: missing specification for function packed_test_/0
test/protobuffs_parser_tests.erl:48: Warning: missing specification for function enum_test_/0
test/protobuffs_parser_tests.erl:54: Warning: missing specification for function enum_negative_test_/0
test/protobuffs_parser_tests.erl:62: Warning: missing specification for function service_test_/0
test/protobuffs_parser_tests.erl:69: Warning: missing specification for function extensions_test_/0
test/protobuffs_parser_tests.erl:74: Warning: missing specification for function extend_test_/0
test/protobuffs_parser_tests.erl:80: Warning: missing specification for function option_test_/0
test/protobuffs_parser_tests.erl:85: Warning: missing specification for function inner_option_test_/0
test/protobuffs_parser_tests.erl:92: Warning: missing specification for function nested_message_test_/0
Compiled test/protobuffs_parser_tests.erl
test/protobuffs_compile_tests.erl:0: Warning: missing specification for function test/0
test/protobuffs_compile_tests.erl:36: Warning: missing specification for function scan_file_test_/0
test/protobuffs_compile_tests.erl:43: Warning: missing specification for function scan_string_test_/0
test/protobuffs_compile_tests.erl:48: Warning: missing specification for function generate_source_test_/0
test/protobuffs_compile_tests.erl:55: Warning: missing specification for function parse_imports_test_/0
Compiled test/protobuffs_compile_tests.erl
test/erlang_protobuffs_SUITE.erl:169: Warning: variable 'F' is unused
test/erlang_protobuffs_SUITE.erl:183: Warning: variable 'ProtoFiles' is unused
Compiled test/erlang_protobuffs_SUITE.erl
test/protobuffs_proper.erl:445: Warning: variable 'Middle' is unused
test/protobuffs_proper.erl:456: Warning: variable 'Encodable' is unused
Compiled test/protobuffs_proper.erl
test/protobuffs_tests.erl:0: Warning: missing specification for function test/0
test/protobuffs_tests.erl:37: Warning: missing specification for function eqc_module_test/0
test/protobuffs_tests.erl:60: Warning: missing specification for function encode_int_test_/0
test/protobuffs_tests.erl:66: Warning: missing specification for function decode_int_test_/0
test/protobuffs_tests.erl:84: Warning: missing specification for function encode_string_test_/0
test/protobuffs_tests.erl:89: Warning: missing specification for function decode_string_test_/0
test/protobuffs_tests.erl:108: Warning: missing specification for function enclode_bool_test_/0
test/protobuffs_tests.erl:114: Warning: missing specification for function decode_bool_test_/0
test/protobuffs_tests.erl:130: Warning: missing specification for function encode_enum_test_/0
test/protobuffs_tests.erl:133: Warning: missing specification for function decode_enum_test_/0
test/protobuffs_tests.erl:148: Warning: missing specification for function encode_uint32_test_/0
test/protobuffs_tests.erl:152: Warning: missing specification for function decode_uint32_test_/0
test/protobuffs_tests.erl:166: Warning: missing specification for function encode_sint32_test_/0
test/protobuffs_tests.erl:172: Warning: missing specification for function decode_sint32_test_/0
test/protobuffs_tests.erl:188: Warning: missing specification for function encode_int64_test_/0
test/protobuffs_tests.erl:192: Warning: missing specification for function decode_int64_test_/0
test/protobuffs_tests.erl:207: Warning: missing specification for function encode_uint64_test_/0
test/protobuffs_tests.erl:211: Warning: missing specification for function decode_uint64_test_/0
test/protobuffs_tests.erl:225: Warning: missing specification for function encode_sint64_test_/0
test/protobuffs_tests.erl:231: Warning: missing specification for function decode_sint64_test_/0
test/protobuffs_tests.erl:248: Warning: missing specification for function encode_fixed32_test_/0
test/protobuffs_tests.erl:252: Warning: missing specification for function decode_fixed32_test_/0
test/protobuffs_tests.erl:266: Warning: missing specification for function encode_sfixed32_test_/0
test/protobuffs_tests.erl:270: Warning: missing specification for function decode_sfixed32_test_/0
test/protobuffs_tests.erl:285: Warning: missing specification for function encode_fixed64_test_/0
test/protobuffs_tests.erl:289: Warning: missing specification for function decode_fixed64_test_/0
test/protobuffs_tests.erl:304: Warning: missing specification for function encode_sfixed64_test_/0
test/protobuffs_tests.erl:308: Warning: missing specification for function decode_sfixed64_test_/0
test/protobuffs_tests.erl:328: Warning: missing specification for function encode_bytes_test_/0
test/protobuffs_tests.erl:336: Warning: missing specification for function decode_bytes_test_/0
test/protobuffs_tests.erl:365: Warning: missing specification for function encode_float_test_/0
test/protobuffs_tests.erl:377: Warning: missing specification for function decode_float_test_/0
test/protobuffs_tests.erl:403: Warning: missing specification for function encode_double_test_/0
test/protobuffs_tests.erl:415: Warning: missing specification for function decode_double_test_/0
test/protobuffs_tests.erl:437: Warning: missing specification for function encode_packed_int32_test_/0
test/protobuffs_tests.erl:442: Warning: missing specification for function decode_packed_int32_test_/0
test/protobuffs_tests.erl:476: Warning: missing specification for function encode_packed_enum_test_/0
test/protobuffs_tests.erl:480: Warning: missing specification for function decode_packed_enum_test_/0
test/protobuffs_tests.erl:481: Warning: variable 'Id' is unused
test/protobuffs_tests.erl:579: Warning: missing specification for function skip_next_field_test_/0
Compiled test/protobuffs_tests.erl
src/protobuffs_file.erl:12: Warning: missing specification for function open/2
src/protobuffs_file.erl:15: Warning: missing specification for function path_open/3
src/protobuffs_file.erl:18: Warning: missing specification for function close/1
src/protobuffs_file.erl:21: Warning: missing specification for function format/3
src/protobuffs_file.erl:24: Warning: missing specification for function request/1
src/protobuffs_file.erl:27: Warning: missing specification for function compile_forms/2
src/protobuffs_file.erl:30: Warning: missing specification for function write_file/2
Compiled src/protobuffs_file.erl
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:16: Warning: missing specification for function format_error/1
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:19: Warning: missing specification for function string/1
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:21: Warning: missing specification for function string/2
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:72: Warning: missing specification for function token/2
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:74: Warning: missing specification for function token/3
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:141: Warning: missing specification for function tokens/2
/Users/dparfitt/erlang_R15B01/lib/erlang/lib/parsetools-2.0.7/include/leexinc.hrl:143: Warning: missing specification for function tokens/3
Compiled src/protobuffs_scanner.erl
Compiled src/protobuffs.erl
Compiled src/protobuffs_parser.erl
src/pokemon_pb.erl:34: Warning: missing specification for function encode/1
src/pokemon_pb.erl:37: Warning: missing specification for function encode_pikachu/1
src/pokemon_pb.erl:95: Warning: missing specification for function decode_pikachu/1
src/pokemon_pb.erl:98: Warning: missing specification for function decode/2
src/pokemon_pb.erl:162: Warning: missing specification for function decode_extensions/1
src/pokemon_pb.erl:169: Warning: variable 'Types' is unused
src/pokemon_pb.erl:221: Warning: missing specification for function extension_size/1
src/pokemon_pb.erl:226: Warning: missing specification for function has_extension/2
src/pokemon_pb.erl:231: Warning: missing specification for function get_extension/2
src/pokemon_pb.erl:245: Warning: missing specification for function set_extension/3
Compiled src/pokemon_pb.erl
src/protobuffs_compile.erl:315: Warning: variable 'OldName' is unused
src/protobuffs_compile.erl:350: Warning: variable 'Extends' is unused
src/protobuffs_compile.erl:362: Warning: variable 'Msg' is unused
src/protobuffs_compile.erl:368: Warning: variable 'Other' is unused
src/protobuffs_compile.erl:368: Warning: variable 'Rules' is unused
src/protobuffs_compile.erl:368: Warning: variable 'Type' is unused
src/protobuffs_compile.erl:385: Warning: variable 'MsgName' is unused
src/protobuffs_compile.erl:394: Warning: variable 'Content' is unused
src/protobuffs_compile.erl:478: Warning: variable 'Acc' shadowed in 'fun'
src/protobuffs_compile.erl:506: Warning: variable 'DecodeExtends' is unused
src/protobuffs_compile.erl:612: Warning: variable 'Extended' is unused
src/protobuffs_compile.erl:690: Warning: variable 'TypeName' is unused
Compiled src/protobuffs_compile.erl
======================== EUnit ========================
module 'erlang_protobuffs_SUITE'
module 'pokemon_pb'
module 'protobuffs'
module 'protobuffs_tests'
protobuffs_tests: eqc_module_test...[1.615 s] ok
protobuffs_tests:61: encode_int_test_...ok
protobuffs_tests:62: encode_int_test_...ok
protobuffs_tests:67: decode_int_test_...ok
protobuffs_tests:69: decode_int_test_...ok
protobuffs_tests:85: encode_string_test_...ok
protobuffs_tests:90: decode_string_test_...ok
protobuffs_tests:109: enclode_bool_test_...ok
protobuffs_tests:110: enclode_bool_test_...ok
protobuffs_tests:111: enclode_bool_test_...ok
protobuffs_tests:112: enclode_bool_test_...ok
protobuffs_tests:115: decode_bool_test_...ok
protobuffs_tests:117: decode_bool_test_...ok
protobuffs_tests:131: encode_enum_test_...ok
protobuffs_tests:134: decode_enum_test_...ok
protobuffs_tests:149: encode_uint32_test_...ok
protobuffs_tests:153: decode_uint32_test_...ok
protobuffs_tests:167: encode_sint32_test_...ok
protobuffs_tests:169: encode_sint32_test_...ok
protobuffs_tests:173: decode_sint32_test_...ok
protobuffs_tests:175: decode_sint32_test_...ok
protobuffs_tests:189: encode_int64_test_...ok
protobuffs_tests:193: decode_int64_test_...ok
protobuffs_tests:208: encode_uint64_test_...ok
protobuffs_tests:212: decode_uint64_test_...ok
protobuffs_tests:226: encode_sint64_test_...ok
protobuffs_tests:228: encode_sint64_test_...ok
protobuffs_tests:232: decode_sint64_test_...ok
protobuffs_tests:234: decode_sint64_test_...ok
protobuffs_tests:249: encode_fixed32_test_...ok
protobuffs_tests:253: decode_fixed32_test_...ok
protobuffs_tests:267: encode_sfixed32_test_...ok
protobuffs_tests:271: decode_sfixed32_test_...ok
protobuffs_tests:286: encode_fixed64_test_...ok
protobuffs_tests:290: decode_fixed64_test_...ok
protobuffs_tests:305: encode_sfixed64_test_...ok
protobuffs_tests:309: decode_sfixed64_test_...ok
protobuffs_tests:329: encode_bytes_test_...ok
protobuffs_tests:331: encode_bytes_test_...ok
protobuffs_tests:333: encode_bytes_test_...ok
protobuffs_tests:334: encode_bytes_test_...ok
protobuffs_tests:337: decode_bytes_test_...ok
protobuffs_tests:339: decode_bytes_test_...ok
protobuffs_tests:341: decode_bytes_test_...ok
protobuffs_tests:343: decode_bytes_test_...ok
protobuffs_tests:366: encode_float_test_...ok
protobuffs_tests:368: encode_float_test_...ok
protobuffs_tests:370: encode_float_test_...ok
protobuffs_tests:372: encode_float_test_...ok
protobuffs_tests:374: encode_float_test_...ok
protobuffs_tests:378: decode_float_test_...ok
protobuffs_tests:380: decode_float_test_...ok
protobuffs_tests:382: decode_float_test_...ok
protobuffs_tests:384: decode_float_test_...ok
protobuffs_tests:404: encode_double_test_...ok
protobuffs_tests:406: encode_double_test_...ok
protobuffs_tests:408: encode_double_test_...ok
protobuffs_tests:410: encode_double_test_...ok
protobuffs_tests:412: encode_double_test_...ok
protobuffs_tests:416: decode_double_test_...ok
protobuffs_tests:418: decode_double_test_...ok
protobuffs_tests:420: decode_double_test_...ok
protobuffs_tests:422: decode_double_test_...ok
protobuffs_tests:438: encode_packed_int32_test_...ok
protobuffs_tests:440: encode_packed_int32_test_...ok
protobuffs_tests:443: decode_packed_int32_test_...ok
protobuffs_tests:477: encode_packed_enum_test_...ok
protobuffs_tests:481: decode_packed_enum_test_...ok
protobuffs_tests:582: skip_next_field_test_...ok
protobuffs_tests:584: skip_next_field_test_...ok
protobuffs_tests:586: skip_next_field_test_...ok
protobuffs_tests:588: skip_next_field_test_...ok
protobuffs_tests:590: skip_next_field_test_...ok
[done in 1.834 s]
[done in 1.834 s]
module 'protobuffs_compile'
module 'protobuffs_compile_tests'
protobuffs_compile_tests:38: scan_file_test_...
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing header file to "dummy_file_pb.hrl"
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing beam file to "dummy_file_pb.beam"
[0.002 s] ok
protobuffs_compile_tests:40: scan_file_test_...
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing header file to "dummy_file_pb.hrl"
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing beam file to "dummy_file_pb.beam"
[0.002 s] ok
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing header file to "dummy.hrl"
protobuffs_compile_tests:45: scan_string_test_...
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing beam file to "dummy.beam"
[0.002 s] ok
protobuffs_compile_tests:50: generate_source_test_...
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing header file to "dummy_file_pb.hrl"
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing src file to "dummy_file_pb.erl"
[0.040 s] ok
protobuffs_compile_tests:52: generate_source_test_...
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing header file to "dummy_file_pb.hrl"
=INFO REPORT==== 25-Oct-2012::08:05:26 ===
Writing src file to "dummy_file_pb.erl"
[0.033 s] ok
protobuffs_compile_tests:57: parse_imports_test_...ok
protobuffs_compile_tests:59: parse_imports_test_...[0.001 s] ok
protobuffs_compile_tests:63: parse_imports_test_...ok
[done in 0.797 s]
[done in 0.797 s]
module 'protobuffs_file'
module 'protobuffs_parser'
module 'protobuffs_parser_tests'
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
protobuffs_parser_tests:103: parse_test...ok
[done in 0.039 s]
[done in 0.040 s]
module 'protobuffs_proper'
module 'protobuffs_scanner'
=======================================================
All 94 tests passed.
Cover analysis: /Users/dparfitt/basho/riak-erlang-client/deps/protobuffs/.eunit/index.html
=INFO REPORT==== 25-Oct-2012::08:05:28 ===
application: inets
exited: stopped
type: temporary
==> Leaving directory `/Users/dparfitt/basho/riak-erlang-client/deps/protobuffs'
==> riak_pb (eunit)
Compiled src/riak_pb_search_codec.erl
Compiled src/riak_pb_codec.erl
Compiled test/encoding_test.erl
Compiled src/riak_pb_kv_codec.erl
======================== EUnit ========================
module 'encoding_test'
encoding_test:8: pb_test_ (content encode decode)...[0.005 s] ok
encoding_test:34: pb_test_ (deleted header encode decode)...ok
encoding_test:52: pb_test_ (indexes encode decode)...ok
encoding_test:65: pb_test_ (empty content encode decode)...ok
encoding_test:76: pb_test_ (empty repeated metas are removed/ignored)...ok
encoding_test:87: pb_test_ (msg code encode decode)...ok
encoding_test:91: pb_test_ (bucket props encode decode)...ok
encoding_test:103: pb_test_ (bucket props encode decode 2)...ok
[done in 0.030 s]
module 'riak_pb_codec'
module 'riak_pb_kv_codec'
module 'riak_pb_search_codec'
=======================================================
All 8 tests passed.
Cover analysis: /Users/dparfitt/basho/riak-erlang-client/deps/riak_pb/.eunit/index.html
==> Leaving directory `/Users/dparfitt/basho/riak-erlang-client/deps/riak_pb'
==> riak-erlang-client (eunit)
Compiled src/riakc_obj.erl
Compiled src/riakc_pb_socket.erl
======================== EUnit ========================
module 'riakc_obj'
riakc_obj: bucket_test...ok
riakc_obj: key_test...ok
riakc_obj: vclock_test...ok
riakc_obj: newcontent0_test...ok
riakc_obj: contents0_test...ok
riakc_obj: contents1_test...ok
riakc_obj: contents2_test...ok
riakc_obj: update_metadata_test...ok
riakc_obj: update_value_test...ok
riakc_obj: updatevalue_ct_test...ok
riakc_obj: update_content_type_test...ok
riakc_obj: binary_content_type_test...ok
riakc_obj: get_update_data_test...ok
riakc_obj: select_sibling_test...ok
[done in 0.042 s]
module 'riakc_pb_socket'
riakc_pb_socket: bad_connect_test...[0.001 s] ok
riakc_pb_socket: queue_disconnected_test...[0.022 s] ok
riakc_pb_socket: auto_reconnect_bad_connect_test...ok
riakc_pb_socket: server_closes_socket_test...[0.001 s] ok
riakc_pb_socket: auto_reconnect_server_closes_socket_test...[0.001 s] ok
riakc_pb_socket: dead_socket_pid_returns_to_caller_test...ok
riakc_pb_socket: increase_reconnect_interval_test...[0.001 s] ok
[done in 0.055 s]
=======================================================
All 21 tests passed.
Cover analysis: /Users/dparfitt/basho/riak-erlang-client/.eunit/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment