basho / riak_pb

Riak Protocol Buffers Messages
Apache License 2.0
70 stars 114 forks source link

Publish to hex.pm #224

Closed lukebakken closed 7 years ago

lukebakken commented 7 years ago

Fixes #223 (RIAK-1897) (RIAK-3280)

See basho/riak-erlang-client#238 (RIAK-1401) (RIAK-1892) (RIAK-3222) and basho/riak-erlang-client#352 (RIAK-2543)

Edited this page as well: https://github.com/basho/riak_pb/wiki

thumbot commented 7 years ago

Thanks @lukebakken!

Settings ```yaml --- minimum_reviewers: 2 merge: true build_steps: - make clean - make deps - make compile - make test - make xref - make dialyzer org_mode: true timeout: 1800 ```
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 327b166 :arrow_right: develop 4198223 :no_entry: completed
There seems to be an issue with build step **make_dialyzer** ! :cloud:
:white_check_mark: MERGE

> Started at: 2017-02-23 09:44 > Duration: 0 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 327b1662085fe8d082e0e98acd236eade8940325 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..327b166 Fast-forward (no commit created; -m option ignored) VERSION | 1 + mix.exs | 27 +++++++++++++++++++++++++++ src/riak_pb.app.src | 2 +- src/riak_pb_kv_codec.erl | 4 ---- 4 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-23 09:44 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.327b166; make clean ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-23 09:44 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.327b166; make deps ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.3.0-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-23 09:44 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.327b166; make compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-02-23 09:45 > Duration: 12 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.327b166; make test ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (compile) ./rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.002 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.010 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.026 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100)................................................................................(x10)....(x1)...... Time limit reached: 4.0 seconds. OK, passed 9146 tests [5.540 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 23-Feb-2017::09:45:16 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-23 09:45 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.327b166; make xref ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (compile) ./rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (xref) ``` --------------------------------------------------
:no_entry: MAKE_DIALYZER

> Started at: 2017-02-23 09:45 > Duration: 117 seconds. > Result: ERROR > Message: Step make_dialyzer Failed! > Exit Code: 2 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.327b166; make dialyzer ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.327b166 (dialyzer) Unknown types: dict:dict/2 make: *** [dialyzer-run] Error 1 ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish b5b3cf9 :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-23 09:52 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish b5b3cf931a6bb3bd87185d380b8587f57ca24df4 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..b5b3cf9 Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- VERSION | 1 + mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 18 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-23 09:52 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-23 09:52 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.3.0-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-23 09:52 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-02-23 09:52 > Duration: 11 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.002 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.011 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100)...............................................................................(x10)......(x1)... Time limit reached: 4.0 seconds. OK, passed 9063 tests [4.958 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 23-Feb-2017::09:52:46 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-23 09:52 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-23 09:52 > Duration: 116 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.22s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.b5b3cf9 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 798dd4b :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-23 10:30 > Duration: 2 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 798dd4bc28a2991f461e374b6efc72c4936d1d51 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..798dd4b Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- VERSION | 1 + mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 18 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-23 10:30 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-23 10:30 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.3.0-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-23 10:30 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.001 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.010 s] ok riak_pb_codec: optional_booleans_test...[0.005 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100).................................................................................(x10)........(x1)...... Time limit reached: 4.0 seconds. OK, passed 9286 tests [5.014 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 23-Feb-2017::10:30:47 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-23 10:30 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-23 10:30 > Duration: 135 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.798dd4b/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.798dd4b (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 3474623 :arrow_right: develop 4198223 :clock1: in_progress
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 765cee9 :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-23 10:46 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 3474623ce4703233c6320820ad0bbc679d51a710 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..3474623 Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- VERSION | 1 + mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 5 files changed, 78 insertions(+), 19 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-23 10:46 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-23 10:46 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0-beta2-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-23 10:46 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.002 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.011 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.022 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100)..................................................................................(x10)........(x1)......... Time limit reached: 4.0 seconds. OK, passed 9389 tests [4.953 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 23-Feb-2017::10:47:16 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-23 10:47 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-23 10:47 > Duration: 131 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.3474623/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.3474623 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish ff79ff6 :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-23 10:52 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish ff79ff66632142ba59b4dbdbb532a9a93d22a1f6 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..ff79ff6 Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- VERSION | 1 + build/publish | 4 ++-- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 6 files changed, 80 insertions(+), 21 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-23 10:52 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-23 10:52 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0-beta2-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-23 10:52 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.002 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.011 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...[0.001 s] ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.022 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100)................................................................................(x10)..(x1)...... Time limit reached: 4.0 seconds. OK, passed 9126 tests [4.955 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 23-Feb-2017::10:52:59 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-23 10:52 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-23 10:53 > Duration: 126 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.ff79ff6 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish dfe3ef0 :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-23 12:10 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish dfe3ef0e7f517a3ccae5f36886f3770a66f2a968 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..dfe3ef0 Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- VERSION | 1 + build/publish | 4 ++-- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 6 files changed, 80 insertions(+), 21 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0-beta2-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.002 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.011 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100).................................................................................(x10).........(x1)......... Time limit reached: 4.0 seconds. OK, passed 9299 tests [5.608 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 23-Feb-2017::12:11:07 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-23 12:11 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-23 12:11 > Duration: 118 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.dfe3ef0 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 7d35474 :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-23 12:27 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 7d35474a600b44d1e9272c4d72ca2d9c2a0ed5d1 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..7d35474 Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- VERSION | 1 + build/publish | 4 ++-- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 6 files changed, 80 insertions(+), 21 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-23 12:27 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0-beta2-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-23 12:27 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-02-23 12:27 > Duration: 11 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.001 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.011 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100).................................................................................(x10).........(x1). Time limit reached: 4.0 seconds. OK, passed 9291 tests [5.002 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 23-Feb-2017::12:27:46 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-23 12:27 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-23 12:27 > Duration: 119 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.7d35474/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.7d35474 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 220459e :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-28 10:58 > Duration: 3 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 220459ec4ccc0930f73b8c47815e3eedc7de45d5 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..220459e Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- RELNOTES.md | 4 +++- VERSION | 1 + build/publish | 4 ++-- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 7 files changed, 83 insertions(+), 22 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-28 10:58 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-02-28 10:58 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-28 10:58 > Duration: 5 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.001 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.011 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100)....................................................................................(x10)..(x1).... Time limit reached: 4.0 seconds. OK, passed 9524 tests [4.948 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 28-Feb-2017::10:58:58 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-28 10:58 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-28 10:59 > Duration: 139 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.220459e/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.220459e (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 8ee32e9 :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-02-28 19:36 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 8ee32e9057e946aa920fde5794e84db30bda2956 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..8ee32e9 Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- RELNOTES.md | 4 +++- VERSION | 1 + build/publish | 6 +++--- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 7 files changed, 84 insertions(+), 23 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-02-28 19:37 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-02-28 19:37 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

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

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_ts_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.001 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.010 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.026 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.022 s] [done in 0.022 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100)......................................................................................(x1)........ Time limit reached: 4.0 seconds. OK, passed 9708 tests [5.540 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 28-Feb-2017::19:37:20 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-02-28 19:37 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-02-28 19:37 > Duration: 116 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.8ee32e9 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
hazen commented 7 years ago

@lukebakken Did we want to take the beta references out of this PR before merging or create another PR for that?

thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 73cb0d9 :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-03-01 11:24 > Duration: 2 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 73cb0d99aa4ee48dfd469a0165739233ee9094d7 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..73cb0d9 Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- RELNOTES.md | 4 +++- VERSION | 1 + build/publish | 6 +++--- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 7 files changed, 84 insertions(+), 23 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-03-01 11:24 > Duration: 0 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-03-01 11:24 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0-basho"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-03-01 11:24 > Duration: 5 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-03-01 11:24 > Duration: 12 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.001 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.010 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.026 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100).............................................................................(x10). Time limit reached: 4.0 seconds. OK, passed 8810 tests [5.526 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 1-Mar-2017::11:24:49 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-03-01 11:24 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-03-01 11:24 > Duration: 116 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.73cb0d9 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish af96a5e :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-03-01 14:29 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish af96a5ec8ffe7747004bbd75644af3a305f64e0a onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..af96a5e Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- RELNOTES.md | 4 +++- VERSION | 1 + build/publish | 6 +++--- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 7 files changed, 84 insertions(+), 23 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-03-01 14:29 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-03-01 14:29 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-03-01 14:29 > Duration: 5 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-03-01 14:29 > Duration: 11 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.001 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.011 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100).............................................................................(x10)...(x1)... Time limit reached: 4.0 seconds. OK, passed 8833 tests [5.542 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 1-Mar-2017::14:29:27 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-03-01 14:29 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-03-01 14:29 > Duration: 117 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.af96a5e/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.af96a5e (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 104e803 :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-03-01 15:03 > Duration: 3 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 104e803aea33d79274fb1712c5586700dd5e7296 onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..104e803 Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- RELNOTES.md | 4 +++- VERSION | 1 + build/publish | 6 +++--- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 7 files changed, 84 insertions(+), 23 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-03-01 15:03 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-03-01 15:03 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-03-01 15:03 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-03-01 15:03 > Duration: 11 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.002 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.011 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.027 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100)......................................................................................(x10)...(x1).... Time limit reached: 4.0 seconds. OK, passed 9734 tests [4.945 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 1-Mar-2017::15:03:25 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-03-01 15:03 > Duration: 2 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-03-01 15:03 > Duration: 116 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.104e803/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.22s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.104e803 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/gh-223_hex-publish 52a524f :arrow_right: develop 4198223 :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-03-02 09:55 > Duration: 5 seconds. > Result: OK > Message: Merge Success: features/lrb/gh-223_hex-publish 52a524f389c88d67fdddba0a429aa91c89d9739b onto target branch: develop 4198223ec788401da5cbf2868e3181b6b5db289a > Exit Code: OK > :page_facing_up:

``` Updating 4198223..52a524f Fast-forward (no commit created; -m option ignored) .gitignore | 16 +++++++++------- Makefile | 35 ++++++++++++++++++++++++----------- RELNOTES.md | 4 +++- VERSION | 1 + build/publish | 6 +++--- mix.exs | 43 +++++++++++++++++++++++++++++++++++++++++++ rebar.config | 2 +- 7 files changed, 84 insertions(+), 23 deletions(-) create mode 100644 VERSION create mode 100644 mix.exs ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2017-03-02 09:55 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f; make clean make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f/rebar clean ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (clean) ``` --------------------------------------------------
:white_check_mark: MAKE_DEPS

> Started at: 2017-03-02 09:55 > Duration: 1 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f; make deps make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f/rebar get-deps ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (get-deps) Pulling hamcrest from {git,"https://github.com/basho/hamcrest-erlang.git", {tag,"0.4.0"}} Cloning into 'hamcrest'... ==> hamcrest (get-deps) ``` --------------------------------------------------
:white_check_mark: MAKE_COMPILE

> Started at: 2017-03-02 09:55 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f; make compile make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f/rebar compile ==> hamcrest (compile) Compiled src/hamcrest.erl Compiled src/hamcrest_term.erl Compiled src/hamcrest_matchers.erl ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (compile) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_dt_pb.erl Compiled src/riak_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled src/riak_kv_pb.erl ``` --------------------------------------------------
:white_check_mark: MAKE_TEST

> Started at: 2017-03-02 09:55 > Duration: 12 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f; make test make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f/rebar eunit skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (eunit) Compiled src/riak_pb_kv_codec.erl Compiled src/riak_pb_codec.erl Compiled src/riak_pb_dt_codec.erl Compiled src/riak_pb_search_codec.erl Compiled src/riak_pb_messages.erl Compiled src/riak_pb.erl Compiled src/riak_dt_pb.erl Compiled src/riak_ttb_codec.erl Compiled src/riak_yokozuna_pb.erl Compiled src/riak_pb_ts_codec.erl Compiled src/riak_ts_pb.erl Compiled src/riak_search_pb.erl Compiled test/encoding_test.erl Compiled test/riak_pb_dt_codec_tests.erl Compiled src/riak_kv_pb.erl Compiled test/bucket_props_codec_eqc.erl ======================== EUnit ======================== riak_pb_kv_codec: encode_apl_ann_test (module 'riak_pb_kv_codec')...[0.002 s] ok module 'riak_ttb_codec' module 'riak_pb_codec' riak_pb_codec: record_test...[0.010 s] ok riak_pb_codec: optional_booleans_test...[0.004 s] ok riak_pb_codec: empty_atoms_test...ok riak_pb_codec: mixed_strings_test...ok [done in 0.026 s] module 'riak_pb_messages' module 'riak_dt_pb' module 'riak_pb' module 'riak_pb_ts_codec' riak_pb_ts_codec: encode_cells_test...ok riak_pb_ts_codec: encode_row_test...ok riak_pb_ts_codec: encode_rows_test...ok riak_pb_ts_codec: encode_field_type_test...ok riak_pb_ts_codec: decode_cell_test...ok riak_pb_ts_codec: decode_cells_test...ok riak_pb_ts_codec: decode_rows_test...ok [done in 0.021 s] module 'riak_search_pb' module 'riak_ts_pb' module 'riak_pb_dt_codec' module 'riak_pb_dt_codec_tests' riak_pb_dt_codec_tests: operation_type_gset_test...ok riak_pb_dt_codec_tests: decode_operation_gset_test...ok riak_pb_dt_codec_tests: decode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: decode_update_response_test...ok riak_pb_dt_codec_tests: encode_fetch_response_gset_test...ok riak_pb_dt_codec_tests: encode_update_request_gset_test...ok riak_pb_dt_codec_tests: encode_update_response_gset_test...ok [done in 0.021 s] [done in 0.021 s] module 'riak_kv_pb' module 'encoding_test' encoding_test:9: pb_test_ (content encode decode)...ok encoding_test:39: pb_test_ (deleted header encode decode)...ok encoding_test:59: pb_test_ (indexes encode decode)...ok encoding_test:73: pb_test_ (empty content encode decode)...ok encoding_test:85: pb_test_ (empty repeated metas are removed/ignored)...ok encoding_test:97: pb_test_ (riak_dt-dtfetchreq-encode-decode)...ok encoding_test:113: pb_test_ (msg code encode decode)...ok [done in 0.021 s] module 'riak_pb_search_codec' bucket_props_codec_eqc:36: bucket_codec_test_ (module 'bucket_props_codec_eqc').......................................................................................................(x10)....................................................................................................(x100)...............................................................................(x10)........(x1)....... Time limit reached: 4.0 seconds. OK, passed 9087 tests [5.537 s] ok module 'riak_yokozuna_pb' ======================================================= All 27 tests passed. =INFO REPORT==== 2-Mar-2017::09:55:35 === application: inets exited: killed type: temporary ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2017-03-02 09:55 > Duration: 3 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f; make xref make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (compile) /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f/rebar xref skip_deps=true ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2017-03-02 09:55 > Duration: 118 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f; make dialyzer make: mix: Command not found /tmp/thumbs/develop.4198223.features_lrb_gh-223_hex-publish.52a524f/rebar compile ==> hamcrest (compile) ==> hamcrest (post_compile) ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Creating PLT .local_dialyzer_plt ... Unknown functions: application:get_env/2 erlang:get_module_info/1 erlang:get_module_info/2 erlang:is_process_alive/1 gb_sets:is_element/2 gb_sets:is_empty/1 gb_sets:is_set/1 ordsets:is_element/2 ordsets:is_set/1 ordsets:size/1 re:run/2 sets:is_element/2 sets:is_set/1 sets:size/1 string:equal/2 string:right/2 string:str/2 done in 0m0.23s done (passed successfully) ==> develop.4198223.features_lrb_gh-223_hex-publish.52a524f (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho