-
-
Save thumbot/d16ce6cd5d996f2923695c24e9d4ff7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./rebar get-deps | |
==> getopt (get-deps) | |
==> goldrush (get-deps) | |
==> lager (get-deps) | |
==> neotoma (get-deps) | |
==> develop.f0c5cff.enable_thumbs.c2a6e4d (get-deps) | |
./rebar compile | |
==> getopt (compile) | |
==> goldrush (compile) | |
==> lager (compile) | |
==> neotoma (compile) | |
==> develop.f0c5cff.enable_thumbs.c2a6e4d (compile) | |
==> getopt (escriptize) | |
==> goldrush (escriptize) | |
==> lager (escriptize) | |
==> neotoma (escriptize) | |
==> develop.f0c5cff.enable_thumbs.c2a6e4d (escriptize) | |
dialyzer --check_plt --plt /home/ubuntu/.riak_combo_dialyzer_plt --apps kernel stdlib sasl erts ssl tools os_mon runtime_tools crypto inets public_key mnesia syntax_tools compiler && \ | |
dialyzer --add_to_plt --plt /home/ubuntu/.riak_combo_dialyzer_plt --output_plt /home/ubuntu/.riak_combo_dialyzer_plt --apps kernel stdlib sasl erts ssl tools os_mon runtime_tools crypto inets public_key mnesia syntax_tools compiler ; test $? -ne 1 | |
Checking whether the PLT /home/ubuntu/.riak_combo_dialyzer_plt is up-to-date... yes | |
done (passed successfully) | |
yes | |
done (passed successfully) | |
dialyzer --build_plt --output_plt .local_dialyzer_plt deps/*/ebin ; test $? -ne 1 | |
Compiling some key modules to native code... done in 0m8.62s | |
Creating PLT .local_dialyzer_plt ... | |
Unknown functions: | |
alarm_handler:set_alarm/1 | |
application:get_application/1 | |
application:get_env/2 | |
application:set_env/3 | |
application:start/1 | |
application:start/2 | |
application:stop/1 | |
calendar:datetime_to_gregorian_seconds/1 | |
calendar:day_of_the_week/1 | |
calendar:gregorian_seconds_to_datetime/1 | |
calendar:last_day_of_the_month/2 | |
calendar:local_time/0 | |
calendar:local_time_to_universal_time_dst/1 | |
calendar:now_to_local_time/1 | |
code:delete/1 | |
code:load_binary/3 | |
code:priv_dir/1 | |
code:soft_purge/1 | |
compile:forms/2 | |
ct:pal/1 | |
erl_internal:bif/3 | |
erl_internal:op_type/2 | |
erl_posix_msg:message/1 | |
erl_scan:string/1 | |
erl_syntax:abstract/1 | |
erl_syntax:application/2 | |
erl_syntax:application/3 | |
erl_syntax:arity_qualifier/2 | |
erl_syntax:atom/1 | |
erl_syntax:attribute/2 | |
erl_syntax:case_expr/2 | |
erl_syntax:catch_expr/1 | |
erl_syntax:clause/3 | |
erl_syntax:function/2 | |
erl_syntax:integer/1 | |
erl_syntax:list/1 | |
erl_syntax:match_expr/2 | |
erl_syntax:revert/1 | |
erl_syntax:tuple/1 | |
erl_syntax:underscore/0 | |
erl_syntax:variable/1 | |
erl_syntax_lib:analyze_forms/1 | |
erlang:atom_to_list/1 | |
erlang:binary_to_list/1 | |
erlang:binary_to_list/3 | |
erlang:bitstring_to_list/1 | |
erlang:erase/1 | |
erlang:exit/2 | |
erlang:float_to_list/1 | |
erlang:fun_info/2 | |
erlang:fun_to_list/1 | |
erlang:get/1 | |
erlang:get_module_info/1 | |
erlang:get_module_info/2 | |
erlang:group_leader/0 | |
erlang:integer_to_list/1 | |
erlang:iolist_size/1 | |
erlang:iolist_to_binary/1 | |
erlang:is_builtin/3 | |
erlang:is_map/1 | |
erlang:is_process_alive/1 | |
erlang:link/1 | |
erlang:list_to_atom/1 | |
erlang:list_to_binary/1 | |
erlang:list_to_existing_atom/1 | |
erlang:list_to_float/1 | |
erlang:list_to_integer/1 | |
erlang:list_to_tuple/1 | |
erlang:localtime/0 | |
erlang:make_fun/3 | |
erlang:map_size/1 | |
erlang:max/2 | |
erlang:min/2 | |
erlang:pid_to_list/1 | |
erlang:port_to_list/1 | |
erlang:process_flag/2 | |
erlang:process_info/2 | |
erlang:put/2 | |
erlang:ref_to_list/1 | |
erlang:send_after/3 | |
erlang:split_binary/2 | |
erlang:unlink/1 | |
erlang:whereis/1 | |
error_logger:add_report_handler/1 | |
error_logger:delete_report_handler/1 | |
error_logger:error_msg/2 | |
error_logger:warning_msg/1 | |
escript:script_name/0 | |
ets:delete/1 | |
ets:delete_all_objects/1 | |
ets:give_away/3 | |
ets:info/1 | |
ets:info/2 | |
ets:insert/2 | |
ets:insert_new/2 | |
ets:lookup/2 | |
ets:lookup_element/3 | |
ets:new/2 | |
ets:setopts/2 | |
ets:tab2list/1 | |
ets:update_counter/3 | |
file:close/1 | |
file:consult/1 | |
file:datasync/1 | |
file:delete/1 | |
file:format_error/1 | |
file:open/2 | |
file:read_file/1 | |
file:read_file_info/1 | |
file:rename/2 | |
file:write/2 | |
file:write_file/2 | |
filelib:ensure_dir/1 | |
filelib:is_regular/1 | |
filelib:wildcard/1 | |
filename:absname/1 | |
filename:basename/2 | |
filename:dirname/1 | |
filename:join/1 | |
filename:join/2 | |
gen_event:add_sup_handler/3 | |
gen_event:call/3 | |
gen_event:call/4 | |
gen_event:delete_handler/3 | |
gen_event:notify/2 | |
gen_event:sync_notify/2 | |
gen_event:which_handlers/1 | |
gen_server:call/2 | |
gen_server:cast/2 | |
gen_server:reply/2 | |
gen_server:start/3 | |
gen_server:start/4 | |
gen_server:start_link/3 | |
gen_server:start_link/4 | |
init:get_argument/1 | |
io:columns/0 | |
io:format/1 | |
io:format/2 | |
io:format/3 | |
io:put_chars/1 | |
io:put_chars/2 | |
io_lib:deep_char_list/1 | |
io_lib:format/2 | |
io_lib:fwrite/2 | |
io_lib:printable_list/1 | |
io_lib:write/2 | |
io_lib_format:fwrite_g/1 | |
lager_default_tracer:info/1 | |
lists:duplicate/2 | |
lists:flatlength/1 | |
lists:keystore/4 | |
lists:sublist/2 | |
maps:to_list/1 | |
ordsets:add_element/2 | |
ordsets:from_list/1 | |
ordsets:intersection/2 | |
ordsets:is_element/2 | |
ordsets:new/0 | |
ordsets:union/2 | |
os:getenv/1 | |
os:timestamp/0 | |
os:type/0 | |
proplists:delete/2 | |
proplists:get_value/2 | |
proplists:get_value/3 | |
proplists:is_defined/2 | |
proplists:lookup/2 | |
re:compile/2 | |
re:replace/4 | |
re:run/3 | |
sets:add_element/2 | |
sets:new/0 | |
sets:to_list/1 | |
string:centre/2 | |
string:chr/2 | |
string:cspan/2 | |
string:join/2 | |
string:left/2 | |
string:right/2 | |
string:str/2 | |
string:sub_string/2 | |
string:substr/3 | |
string:to_lower/1 | |
string:tokens/2 | |
supervisor:delete_child/2 | |
supervisor:start_child/2 | |
supervisor:start_link/3 | |
supervisor:terminate_child/2 | |
timer:now_diff/2 | |
timer:sleep/1 | |
unicode:characters_to_binary/1 | |
unicode:characters_to_list/1 | |
Unknown types: | |
erl_syntax:syntaxTree/0 | |
erlang:timestamp/0 | |
ets:tab/0 | |
ets:tid/0 | |
file:date_time/0 | |
file:filename/0 | |
file:io_device/0 | |
file:name/0 | |
proplists:property/0 | |
supervisor:child_spec/0 | |
unicode:charlist/0 | |
done in 0m0.87s | |
done (passed successfully) | |
==> develop.f0c5cff.enable_thumbs.c2a6e4d (dialyzer) | |
Checking whether the PLT /home/ubuntu/.riak_combo_dialyzer_plt is up-to-date... yes | |
Checking whether the PLT .local_dialyzer_plt is up-to-date... yes | |
Compiling some key modules to native code... done in 0m8.78s | |
Proceeding with analysis... | |
Unknown functions: | |
mustache:render/2 | |
rebar_config:get_local/3 | |
rebar_mustache:render/2 | |
rebar_rel_utils:get_target_dir/2 | |
rebar_rel_utils:is_rel_dir/0 | |
rebar_rel_utils:load_config/2 | |
done in 0m1.83s | |
done (passed successfully) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment