basho / yokozuna

Riak + Solr
245 stars 76 forks source link

Use GPB protobuf library. #715

Closed lukebakken closed 7 years ago

lukebakken commented 7 years ago

basho/riak_ee#411

thumbot commented 7 years ago

Thanks @lukebakken!

Settings ```yaml --- minimum_reviewers: 2 build_steps: - make clean - make test - make xref - make dialyzer merge: false org_mode: true timeout: 1790 ```
thumbot commented 7 years ago
features/lrb/use-gpb 335e4ec :arrow_right: develop-2.2 6cf80ad :no_entry: completed
thumbot commented 7 years ago
features/lrb/use-gpb 7e84471 :arrow_right: develop-2.2 6cf80ad :no_entry: completed
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! :cloud:
:no_entry: MERGE

> Started at: 2016-12-02 12:24 > Duration: seconds. > Result: ERROR > Message: Merge Failed: features/lrb/use-gpb 7e844715f964549f6752263f1dca1c914a5e5177 onto target branch: develop-2.2 6cf80ad2e3c85c57c9e58d6c8c31395838420d91 > Exit Code: ERROR > :page_facing_up:

``` #&1:error: Your local changes to the following files would be overwritten by merge: README.md docs/BATCHING.md docs/RESOURCES.md priv/default_schema.xml rebar.config riak_test/yz_dt_test.erl src/yz_dt_extractor.erl src/yz_extractor.erl src/yz_index.erl src/yz_solr.erl test/yz_dt_extractor_tests.erl tools/grab-solr.sh Please, commit your changes or stash them before you can merge. error: The following untracked working tree files would be overwritten by merge: .travis.sh .travis.yml Please move or remove them before you can merge. Aborting> ``` --------------------------------------------------
:no_entry: MAKE_CLEAN

> Started at: 2016-12-02 12:24 > Duration: 0 seconds. > Result: ERROR > Message: Step make_clean Failed! > Exit Code: 2 > :page_facing_up:

``` cd /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471; make clean /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471/rebar clean ERROR: Failed to load /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471/rebar.config: {error, {13, erl_parse, ["syntax error before: ", "'<'"]}} make: *** [clean] Error 1 ``` --------------------------------------------------
:no_entry: MAKE_TEST

> Started at: 2016-12-02 12:24 > Duration: 0 seconds. > Result: ERROR > Message: Step make_test Failed! > Exit Code: 2 > :page_facing_up:

``` cd /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471; make test /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471/rebar get-deps ERROR: Failed to load /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471/rebar.config: {error, {13, erl_parse, ["syntax error before: ", "'<'"]}} make: *** [deps] Error 1 ``` --------------------------------------------------
:no_entry: MAKE_XREF

> Started at: 2016-12-02 12:24 > Duration: 0 seconds. > Result: ERROR > Message: Step make_xref Failed! > Exit Code: 2 > :page_facing_up:

``` cd /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471; make xref /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471/rebar get-deps ERROR: Failed to load /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471/rebar.config: {error, {13, erl_parse, ["syntax error before: ", "'<'"]}} make: *** [deps] Error 1 ``` --------------------------------------------------
:no_entry: MAKE_DIALYZER

> Started at: 2016-12-02 12:24 > Duration: 0 seconds. > Result: ERROR > Message: Step make_dialyzer Failed! > Exit Code: 2 > :page_facing_up:

``` cd /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471; make dialyzer /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471/rebar get-deps ERROR: Failed to load /tmp/thumbs/develop-2.2.6cf80ad.features_lrb_use-gpb.7e84471/rebar.config: {error, {13, erl_parse, ["syntax error before: ", "'<'"]}} make: *** [deps] Error 1 ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho
thumbot commented 7 years ago
features/lrb/use-gpb 7e84471 :arrow_right: develop 3f556dc :no_entry: completed
There seems to be an issue with build step **make_test** ! :cloud:
:white_check_mark: MERGE

> Started at: 2016-12-06 18:29 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/use-gpb 7e844715f964549f6752263f1dca1c914a5e5177 onto target branch: develop 3f556dcba91757c5c7c0a67990b9cfeb5034d5ea > Exit Code: OK > :page_facing_up:

``` Updating 3f556dc..7e84471 Fast-forward (no commit created; -m option ignored) rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ``` --------------------------------------------------
:white_check_mark: MAKE_CLEAN

> Started at: 2016-12-06 18:29 > Duration: 4 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471; make clean /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/rebar clean ==> develop.3f556dc.features_lrb_use-gpb.7e84471 (clean) rm -rf riak_test/ebin rm -rf build git clean -dfx priv/ Removing priv/conf/lang/ Removing priv/conf/mapping-FoldToASCII.txt Removing priv/conf/mapping-ISOLatin1Accent.txt Removing priv/conf/protwords.txt Removing priv/conf/stopwords.txt Removing priv/conf/synonyms.txt Removing priv/java_lib/ Removing priv/solr/etc/create-solrtest.keystore.sh Removing priv/solr/etc/webdefault.xml Removing priv/solr/lib/ Removing priv/solr/resources/ Removing priv/solr/solr-webapp/ Removing priv/solr/start.jar Removing priv/solr/webapps/ ``` --------------------------------------------------
:no_entry: MAKE_TEST

> Started at: 2016-12-06 18:29 > Duration: 154 seconds. > Result: ERROR > Message: Step make_test Failed! > Exit Code: 2 > :page_facing_up:

``` cd /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471; make test ... Snipped 34768 lines ... "_dont_index_">> and partition 8 18:32:21.436 [error] Updating a batch of Solr operations failed for index <<"idx2">> with error {error,{other,{error,reqd_timeout}}} 18:32:21.436 [error] Updating a batch of Solr operations failed for index <<"idx1">> with error {error,{other,{error,reqd_timeout}}} 18:32:21.628 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 8 18:32:21.628 [info] Stopping solrq supervisor for index <<"idx1">> and partition 8 18:32:21.628 [info] Stopping solrq supervisor for index <<"idx2">> and partition 8 18:32:21.628 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 8 18:32:21.628 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 5 18:32:21.628 [info] Stopping solrq supervisor for index <<"idx1">> and partition 5 18:32:21.628 [info] Stopping solrq supervisor for index <<"idx2">> and partition 5 18:32:21.628 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 5 18:32:21.629 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 2 18:32:21.629 [info] Stopping solrq supervisor for index <<"idx1">> and partition 2 18:32:21.629 [info] Stopping solrq supervisor for index <<"idx2">> and partition 2 18:32:21.629 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 2 18:32:21.629 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 16 18:32:21.629 [info] Stopping solrq supervisor for index <<"idx1">> and partition 16 18:32:21.629 [info] Stopping solrq supervisor for index <<"idx2">> and partition 16 18:32:21.629 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 16 18:32:21.629 [info] Starting solrq supervisor for index <<"idx3:with:colons">> and partition 3 18:32:21.630 [info] Starting solrq supervisor for index <<"idx5:">> and partition 3 18:32:21.630 [info] Starting solrq supervisor for index <<":idx4">> and partition 3 18:32:21.630 [info] Starting solrq supervisor for index <<"_dont_index_">> and partition 3 18:32:21.630 [info] Starting solrq supervisor for index <<"idx3:with:colons">> and partition 19 18:32:21.630 [info] Starting solrq supervisor for index <<"idx5:">> and partition 19 18:32:21.630 [info] Starting solrq supervisor for index <<":idx4">> and partition 19 18:32:21.630 [info] Starting solrq supervisor for index <<"_dont_index_">> and partition 19 18:32:21.631 [info] Starting solrq supervisor for index <<"idx3:with:colons">> and partition 12 18:32:21.631 [info] Starting solrq supervisor for index <<"idx5:">> and partition 12 18:32:21.631 [info] Starting solrq supervisor for index <<":idx4">> and partition 12 18:32:21.631 [info] Starting solrq supervisor for index <<"_dont_index_">> and partition 12 18:32:21.631 [info] Starting solrq supervisor for index <<"idx3:with:colons">> and partition 15 18:32:21.631 [info] Starting solrq supervisor for index <<"idx5:">> and partition 15 18:32:21.632 [info] Starting solrq supervisor for index <<":idx4">> and partition 15 18:32:21.632 [info] Starting solrq supervisor for index <<"_dont_index_">> and partition 15 18:32:21.632 [info] Starting solrq supervisor for index <<"idx3:with:colons">> and partition 7 18:32:21.632 [info] Starting solrq supervisor for index <<"idx5:">> and partition 7 18:32:21.632 [info] Starting solrq supervisor for index <<":idx4">> and partition 7 18:32:21.632 [info] Starting solrq supervisor for index <<"_dont_index_">> and partition 7 18:32:21.632 [info] Starting solrq supervisor for index <<"idx3:with:colons">> and partition 10 18:32:21.633 [info] Starting solrq supervisor for index <<"idx5:">> and partition 10 18:32:21.633 [info] Starting solrq supervisor for index <<":idx4">> and partition 10 18:32:21.633 [info] Starting solrq supervisor for index <<"_dont_index_">> and partition 10 18:32:21.633 [info] Starting solrq supervisor for index <<"idx3:with:colons">> and partition 13 18:32:21.633 [info] Starting solrq supervisor for index <<"idx5:">> and partition 13 18:32:21.633 [info] Starting solrq supervisor for index <<":idx4">> and partition 13 18:32:21.634 [info] Starting solrq supervisor for index <<"_dont_index_">> and partition 13 18:32:21.635 [error] Updating a single Solr operation failed for index <<":idx4">> with bad request. 18:32:21.636 [error] Updating a batch of Solr operations failed for index <<"idx3:with:colons">> with error {error,{other,{error,reqd_timeout}}} 18:32:21.831 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 13 18:32:21.831 [info] Stopping solrq supervisor for index <<":idx4">> and partition 13 18:32:21.832 [info] Stopping solrq supervisor for index <<"idx5:">> and partition 13 18:32:21.832 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 13 18:32:21.832 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 10 18:32:21.832 [info] Stopping solrq supervisor for index <<":idx4">> and partition 10 18:32:21.832 [info] Stopping solrq supervisor for index <<"idx5:">> and partition 10 18:32:21.832 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 10 18:32:21.832 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 7 18:32:21.832 [info] Stopping solrq supervisor for index <<":idx4">> and partition 7 18:32:21.832 [info] Stopping solrq supervisor for index <<"idx5:">> and partition 7 18:32:21.832 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 7 18:32:21.833 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 15 18:32:21.833 [info] Stopping solrq supervisor for index <<":idx4">> and partition 15 18:32:21.833 [info] Stopping solrq supervisor for index <<"idx5:">> and partition 15 18:32:21.833 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 15 18:32:21.833 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 12 18:32:21.833 [info] Stopping solrq supervisor for index <<":idx4">> and partition 12 18:32:21.833 [info] Stopping solrq supervisor for index <<"idx5:">> and partition 12 18:32:21.833 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 12 18:32:21.833 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 19 18:32:21.833 [info] Stopping solrq supervisor for index <<":idx4">> and partition 19 18:32:21.834 [info] Stopping solrq supervisor for index <<"idx5:">> and partition 19 18:32:21.834 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 19 18:32:21.834 [info] Stopping solrq supervisor for index <<"_dont_index_">> and partition 3 18:32:21.834 [info] Stopping solrq supervisor for index <<":idx4">> and partition 3 18:32:21.834 [info] Stopping solrq supervisor for index <<"idx5:">> and partition 3 18:32:21.834 [info] Stopping solrq supervisor for index <<"idx3:with:colons">> and partition 3 18:32:21.834 [info] Starting solrq supervisor for index <<232,138,173,232,149,137>> and partition 1 18:32:21.834 [info] Starting solrq supervisor for index <<"_dont_index_">> and partition 1 (x1)...... Time limit reached: 120.0 seconds. OK, passed 956 tests [123.855 s] ok 18:32:23.295 [warning] lager_error_logger_h dropped 16 messages in the last second that exceeded the limit of 50 messages/sec [done in 123.858 s] 18:32:23.295 [error] gen_server <0.1358.2> terminated with reason: killed 18:32:23.295 [error] gen_server <0.1355.2> terminated with reason: killed 18:32:23.295 [error] CRASH REPORT Process <0.1358.2> with 0 neighbours exited with reason: killed in gen_server:terminate/6 line 744 18:32:23.295 [error] CRASH REPORT Process <0.1355.2> with 0 neighbours exited with reason: killed in gen_server:terminate/6 line 744 18:32:23.295 [error] Supervisor gr_counter_sup had child gr_lager_default_tracer_counters started with gr_counter:start_link(gr_lager_default_tracer_counters) at <0.1412.0> exit with reason killed in context child_terminated 18:32:23.295 [error] Supervisor gr_param_sup had child gr_lager_default_tracer_params started with gr_param:start_link(gr_lager_default_tracer_params) at <0.1411.0> exit with reason killed in context shutdown_error 18:32:23.295 [info] Application goldrush exited with reason: stopped 18:32:23.295 [info] Application compiler exited with reason: stopped 18:32:23.295 [info] Application syntax_tools exited with reason: stopped module 'yz_index_hashtree_sup' module 'yokozuna' module 'yz_sup' module 'yokozuna_schema_tests' yokozuna_schema_tests: basic_schema_test...[0.129 s] ok yokozuna_schema_tests: override_schema_test...[0.043 s] ok yokozuna_schema_tests: validations_test...[0.041 s] ok yokozuna_schema_tests: job_class_defaults_test...18:32:23.693 [error] search.queue.batch.minimum invalid, must be a positive integer > 0 18:32:23.693 [error] search.queue.batch.maximum invalid, must be a positive integer > 0 18:32:23.693 [error] search.queue.high_watermark invalid, must be an integer >= 0 test/yokozuna_schema_tests.erl:213:<0.1181.0>: Supporting riak_core components not present, skipping job_class_defaults_test [0.184 s] ok [done in 0.409 s] module 'yz_component_tests' yz_component_tests: disable_index_test...[0.004 s] ok yz_component_tests: disable_search_test...[0.001 s] ok [done in 0.011 s] ======================================================= Failed: 1. Skipped: 0. Passed: 29. Cover analysis: /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/.eunit/index.html =INFO REPORT==== 6-Dec-2016::18:32:28 === application: lager exited: stopped type: permanent =INFO REPORT==== 6-Dec-2016::18:32:28 === application: inets exited: killed type: temporary ERROR: One or more eunit tests failed. ERROR: eunit failed while processing /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471: rebar_abort make: *** [test] Error 1 ``` --------------------------------------------------
:white_check_mark: MAKE_XREF

> Started at: 2016-12-06 18:32 > Duration: 11 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471; make xref /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/rebar get-deps ==> kvc (get-deps) ==> sidejob (get-deps) ==> erlang_js (get-deps) ==> meck (get-deps) ==> getopt (get-deps) ==> goldrush (get-deps) ==> lager (get-deps) ==> neotoma (get-deps) ==> cuttlefish (get-deps) ==> bitcask (get-deps) ==> eper (get-deps) ==> edown (get-deps) ==> sext (get-deps) ==> poolboy (get-deps) ==> basho_stats (get-deps) ==> riak_sysmon (get-deps) ==> eleveldb (get-deps) ==> riak_ensemble (get-deps) ==> pbkdf2 (get-deps) ==> parse_trans (get-deps) ==> bear (get-deps) ==> folsom (get-deps) ==> setup (get-deps) ==> src (get-deps) ==> exometer_core (get-deps) ==> clique (get-deps) ==> riak_core (get-deps) ==> riak_pipe (get-deps) ==> riak_dt (get-deps) ==> eunit_formatters (get-deps) ==> hamcrest (get-deps) ==> riak_pb (get-deps) ==> mochiweb (get-deps) ==> webmachine (get-deps) ==> riak_api (get-deps) ==> proper (get-deps) ==> stdlib2 (get-deps) ==> hyper (get-deps) ==> riak_kv (get-deps) ==> ibrowse (get-deps) ==> fuse (get-deps) ==> develop.3f556dc.features_lrb_use-gpb.7e84471 (get-deps) /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/rebar compile ==> kvc (compile) ==> sidejob (compile) ==> erlang_js (compile) make[1]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/erlang_js' cd c_src; make make[2]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/erlang_js/c_src' make[2]: Nothing to be done for `js'. make[2]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/erlang_js/c_src' make[1]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/erlang_js' ==> meck (compile) ==> getopt (compile) ==> goldrush (compile) ==> lager (compile) ==> neotoma (compile) ==> cuttlefish (compile) ==> getopt (escriptize) ==> goldrush (escriptize) ==> lager (escriptize) ==> neotoma (escriptize) ==> cuttlefish (escriptize) ==> bitcask (compile) ==> eper (compile) ==> edown (compile) ==> sext (compile) ==> poolboy (compile) ==> basho_stats (compile) ==> riak_sysmon (compile) ==> eleveldb (compile) make[1]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/eleveldb/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/eleveldb/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/eleveldb/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/eleveldb/c_src/leveldb' ==> riak_ensemble (compile) ==> pbkdf2 (compile) ==> parse_trans (compile) ==> bear (compile) ==> folsom (compile) ==> setup (compile) ==> setup (escriptize) ==> src (compile) ==> exometer_core (compile) ==> clique (compile) ==> riak_core (compile) ==> riak_pipe (compile) ==> riak_dt (compile) ==> eunit_formatters (compile) ==> hamcrest (compile) ==> hamcrest (post_compile) ==> riak_pb (compile) ==> mochiweb (compile) ==> webmachine (compile) ==> riak_api (compile) ==> proper (compile) make[1]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/proper' make[1]: `include/compile_flags.hrl' is up to date. make[1]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/proper' ==> stdlib2 (compile) ==> hyper (compile) ==> riak_kv (compile) ==> ibrowse (compile) ==> fuse (compile) ==> develop.3f556dc.features_lrb_use-gpb.7e84471 (compile) /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/rebar xref skip_deps=true WARN: Ignoring sub_dirs for /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/exometer_core ==> develop.3f556dc.features_lrb_use-gpb.7e84471 (xref) ``` --------------------------------------------------
:white_check_mark: MAKE_DIALYZER

> Started at: 2016-12-06 18:32 > Duration: 38 seconds. > Result: OK > Message: OK > Exit Code: 0 > :page_facing_up:

``` cd /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471; make dialyzer /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/rebar get-deps ==> kvc (get-deps) ==> sidejob (get-deps) ==> erlang_js (get-deps) ==> meck (get-deps) ==> getopt (get-deps) ==> goldrush (get-deps) ==> lager (get-deps) ==> neotoma (get-deps) ==> cuttlefish (get-deps) ==> bitcask (get-deps) ==> eper (get-deps) ==> edown (get-deps) ==> sext (get-deps) ==> poolboy (get-deps) ==> basho_stats (get-deps) ==> riak_sysmon (get-deps) ==> eleveldb (get-deps) ==> riak_ensemble (get-deps) ==> pbkdf2 (get-deps) ==> parse_trans (get-deps) ==> bear (get-deps) ==> folsom (get-deps) ==> setup (get-deps) ==> src (get-deps) ==> exometer_core (get-deps) ==> clique (get-deps) ==> riak_core (get-deps) ==> riak_pipe (get-deps) ==> riak_dt (get-deps) ==> eunit_formatters (get-deps) ==> hamcrest (get-deps) ==> riak_pb (get-deps) ==> mochiweb (get-deps) ==> webmachine (get-deps) ==> riak_api (get-deps) ==> proper (get-deps) ==> stdlib2 (get-deps) ==> hyper (get-deps) ==> riak_kv (get-deps) ==> ibrowse (get-deps) ==> fuse (get-deps) ==> develop.3f556dc.features_lrb_use-gpb.7e84471 (get-deps) /tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/rebar compile ==> kvc (compile) ==> sidejob (compile) ==> erlang_js (compile) make[1]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/erlang_js' cd c_src; make make[2]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/erlang_js/c_src' make[2]: Nothing to be done for `js'. make[2]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/erlang_js/c_src' make[1]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/erlang_js' ==> meck (compile) ==> getopt (compile) ==> goldrush (compile) ==> lager (compile) ==> neotoma (compile) ==> cuttlefish (compile) ==> getopt (escriptize) ==> goldrush (escriptize) ==> lager (escriptize) ==> neotoma (escriptize) ==> cuttlefish (escriptize) ==> bitcask (compile) ==> eper (compile) ==> edown (compile) ==> sext (compile) ==> poolboy (compile) ==> basho_stats (compile) ==> riak_sysmon (compile) ==> eleveldb (compile) make[1]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/eleveldb/c_src/leveldb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/eleveldb/c_src/leveldb' make[1]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/eleveldb/c_src/leveldb' make[1]: Nothing to be done for `tools'. make[1]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/eleveldb/c_src/leveldb' ==> riak_ensemble (compile) ==> pbkdf2 (compile) ==> parse_trans (compile) ==> bear (compile) ==> folsom (compile) ==> setup (compile) ==> setup (escriptize) ==> src (compile) ==> exometer_core (compile) ==> clique (compile) ==> riak_core (compile) ==> riak_pipe (compile) ==> riak_dt (compile) ==> eunit_formatters (compile) ==> hamcrest (compile) ==> hamcrest (post_compile) ==> riak_pb (compile) ==> mochiweb (compile) ==> webmachine (compile) ==> riak_api (compile) ==> proper (compile) make[1]: Entering directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/proper' make[1]: `include/compile_flags.hrl' is up to date. make[1]: Leaving directory `/tmp/thumbs/develop.3f556dc.features_lrb_use-gpb.7e84471/deps/proper' ==> stdlib2 (compile) ==> hyper (compile) ==> riak_kv (compile) ==> ibrowse (compile) ==> fuse (compile) ==> develop.3f556dc.features_lrb_use-gpb.7e84471 (compile) Checking whether the PLT /home/ubuntu/.combo_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) Checking whether the PLT .local_dialyzer_plt is up-to-date... yes done (passed successfully) yes done (passed successfully) ==> develop.3f556dc.features_lrb_use-gpb.7e84471 (dialyzer) ``` --------------------------------------------------
:white_large_square: 0 of 2 Code reviews from organization basho