Skip to content

Instantly share code, notes, and snippets.

@kellymclaughlin
Created March 10, 2015 15:04
Show Gist options
  • Save kellymclaughlin/cc6f3a695c4c651b7c89 to your computer and use it in GitHub Desktop.
Save kellymclaughlin/cc6f3a695c4c651b7c89 to your computer and use it in GitHub Desktop.
09:00:35:(feature/rebar-profiles *) $ ./rebar3 wtf as test eunit
===> ProviderName: wtf
Rebar3 wtf report
version 3.0.0-alpha
generated at 2015-03-10T15:01:52+00:00
=================
Please submit this along with your issue at https://github.com/rebar/rebar3/issues (and feel free to edit out private information, if any)
-----------------
Task: astesteunit
Entered as:
astesteunit
-----------------
Operating System: x86_64-unknown-linux-gnu
ERTS: Erlang/OTP 17 [erts-6.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:0] [kernel-poll:false]
Root Directory: /home/kelly/erlang/17.4-64/lib/erlang
Library directory: /home/kelly/erlang/17.4-64/lib/erlang/lib
-----------------
Loaded Applications:
[{inets,"INETS CXC 138 49","5.10.4"},
{ssl,"Erlang/OTP SSL application","5.3.8"},
{public_key,"Public key infrastructure","0.22.1"},
{asn1,"The Erlang ASN1 compiler version 3.0.3","3.0.3"},
{crypto,"CRYPTO","3.4.2"},
{stdlib,"ERTS CXC 138 10","2.3"},
{kernel,"ERTS CXC 138 10","3.1"}]
-----------------
Escript path: /home/kelly/xxxx/rebar3
Providers:
app_discovery as clean compile compile cover ct deps dialyzer do edoc escriptize eunit help install_deps lock new pkgs release shell tar update upgrade version wtf xref
09:01:52 (feature/rebar-profiles *) $ DEBUG=1 ./rebar3 as test eunit
===> Consult config file "rebar.config"
===> Consult config file "rebar.lock"
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace
===> Uncaught error: {'EXIT',
{{badrecord,provider},
[{providers,do,2,
[{file,"src/providers.erl"},{line,86}]},
{rebar_core,do,2,
[{file,"src/rebar_core.erl"},
{line,130}]},
{rebar3,main,1,
[{file,"src/rebar3.erl"},{line,46}]},
{escript,run,2,
[{file,"escript.erl"},{line,752}]},
{escript,start,1,
[{file,"escript.erl"},{line,276}]},
{init,start_it,1,[]},
{init,start_em,1,[]}]}}
===> When submitting a bug report, please include the output of `rebar3 wtf "your command"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment