Skip to content

Instantly share code, notes, and snippets.

@thumbot
Created October 24, 2016 10:01
Show Gist options
  • Save thumbot/0e84c72f1b985e6aa9c65c6d5e67ddc6 to your computer and use it in GitHub Desktop.
Save thumbot/0e84c72f1b985e6aa9c65c6d5e67ddc6 to your computer and use it in GitHub Desktop.
./rebar clean
==> basho_riak_ql_b77a3b82 (clean)
rm -rf test.*-temp-data
./rebar get-deps
==> basho_riak_ql_b77a3b82 (get-deps)
Pulling unite from {git,"https://github.com/basho/unite.git",{tag,"v0.0.1p1"}}
Cloning into 'unite'...
Pulling sext from {git,"https://github.com/basho/sext.git",{tag,"1.1p5"}}
Cloning into 'sext'...
Pulling mochiweb from {git,"https://github.com/basho/mochiweb.git",
{tag,"v2.9.0p2"}}
Cloning into 'mochiweb'...
Pulling merl from {git,"https://github.com/basho/merl.git",
{tag,"0.1.0-basho"}}
Cloning into 'merl'...
==> unite (get-deps)
Pulling color from {git,"git://github.com/basho/erlang-color.git"}
Cloning into 'color'...
Pulling tdiff from {git,"git://github.com/basho/tdiff.git"}
Cloning into 'tdiff'...
==> color (get-deps)
==> tdiff (get-deps)
==> sext (get-deps)
Pulling edown from {git,"git://github.com/basho/edown.git",{tag,"0.7"}}
Cloning into 'edown'...
==> edown (get-deps)
==> mochiweb (get-deps)
==> merl (get-deps)
./rebar compile
==> color (compile)
Compiled src/color.erl
==> tdiff (compile)
Compiled src/tdiff_benchmark.erl
Compiled src/tdiff_debug.erl
Compiled src/tdiff.erl
==> unite (compile)
Compiled src/unite_compact.erl
==> edown (compile)
Compiled src/edown_xmerl.erl
Compiled src/edown_doclet.erl
Compiled src/edown_make.erl
Compiled src/edown_lib.erl
Compiled src/edown_layout.erl
==> sext (compile)
Compiled src/sext.erl
Compiling c_src/sext.c
==> mochiweb (compile)
Compiled src/mochiweb_io.erl
Compiled src/reloader.erl
Compiled src/mochifmt.erl
Compiled src/mochiweb_socket_server.erl
Compiled src/mochifmt_std.erl
Compiled src/mochiweb_socket.erl
Compiled src/mochiweb_websocket.erl
Compiled src/mochiweb_cover.erl
Compiled src/mochiweb.erl
Compiled src/mochiweb_acceptor.erl
Compiled src/mochiweb_cookies.erl
Compiled src/mochitemp.erl
Compiled src/mochilogfile2.erl
Compiled src/mochijson.erl
Compiled src/mochiweb_http.erl
Compiled src/mochiweb_session.erl
Compiled src/mochiweb_app.erl
Compiled src/mochilists.erl
Compiled src/mochiweb_html.erl
Compiled src/mochijson2.erl
Compiled src/mochiweb_request.erl
Compiled src/mochiweb_charref.erl
Compiled src/mochiweb_echo.erl
Compiled src/mochiweb_skel.erl
Compiled src/mochiutf8.erl
Compiled src/mochiweb_headers.erl
Compiled src/mochiweb_multipart.erl
Compiled src/mochifmt_records.erl
Compiled src/mochiweb_base64url.erl
Compiled src/mochiweb_mime.erl
Compiled src/mochinum.erl
Compiled src/mochiweb_response.erl
Compiled src/mochihex.erl
Compiled src/mochiweb_sup.erl
Compiled src/mochiglobal.erl
Compiled src/mochiweb_util.erl
==> merl (compile)
make[1]: Entering directory `/tmp/thumbs/basho_riak_ql_b77a3b82/deps/merl'
erlc -pz ./priv -pa ./ebin +debug_info -o ebin/ src/merl.erl
erlc -DMERL_NO_TRANSFORM +debug_info -o priv/ src/merl_transform.erl
erlc -pz ./priv -pa ./ebin +debug_info -o ebin/ src/merl_transform.erl
erlc -pz ./priv -pa ./ebin +debug_info -o ebin/ src/merl_tests.erl
make[1]: Leaving directory `/tmp/thumbs/basho_riak_ql_b77a3b82/deps/merl'
==> basho_riak_ql_b77a3b82 (compile)
Compiled src/riak_ql_lexer.xrl
src/riak_ql_parser.yrl:17: Warning: non-terminal symbol Buckets not used
src/riak_ql_parser.yrl:106: Warning: terminal symbol is_not_null not used
src/riak_ql_parser.yrl:107: Warning: terminal symbol is_null not used
src/riak_ql_parser.yrl:17: Warning: non-terminal symbol Buckets not used
src/riak_ql_parser.yrl:106: Warning: terminal symbol is_not_null not used
src/riak_ql_parser.yrl:107: Warning: terminal symbol is_null not used
Compiled src/riak_ql_parser.yrl
Compiled src/riak_ql_quanta.erl
Compiled src/riak_ql_to_string.erl
Compiled src/riak_ql_window_agg_fns.erl
Compiled src/riak_ql_component.erl
Compiled src/riak_ql_cmd.erl
Compiled src/riak_ql_ddl_compiler.erl
Compiled src/riak_ql_ddl.erl
Compiled src/riak_ql_parser.erl
Compiled src/riak_ql_lexer.erl
./rebar eunit skip_deps=true
==> basho_riak_ql_b77a3b82 (eunit)
Compiled test/parser_show_tables_tests.erl
Compiled test/parser_canonicalise_where_tests.erl
Compiled test/parser_explain_tests.erl
Compiled test/compiler_basic_1.erl
Compiled test/parser_select_aggregate_tests.erl
Compiled test/parser_insert_tests.erl
Compiled test/parser_create_table_tests.erl
Compiled test/parser_describe_tests.erl
Compiled test/window_agg_fn_tests.erl
Compiled test/parser_arithmetic_tests.erl
Compiled test/parser_delete_tests.erl
Compiled test/parser_tests.erl
Compiled test/parser_select_where_tests.erl
Compiled test/parser_select_tests.erl
Compiled test/parser_function_tests.erl
Compiled test/lexer_tests.erl
Compiled test/query_ddl.erl
Compiled src/riak_ql_to_string.erl
Compiled src/riak_ql_window_agg_fns.erl
Compiled src/riak_ql_cmd.erl
Compiled src/riak_ql_component.erl
Compiled src/riak_ql_ddl_compiler.erl
Compiled src/riak_ql_parser.erl
Compiled src/riak_ql_ddl.erl
Compiled src/riak_ql_lexer.erl
Compiled src/riak_ql_quanta.erl
...............................................................................................................................................................................................................................................................................................................................................................................................................
399 tests passed (4.97 s)
Cover analysis: /tmp/thumbs/basho_riak_ql_b77a3b82/.eunit/index.html
=INFO REPORT==== 24-Oct-2016::03:01:02 ===
application: inets
exited: killed
type: temporary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment