lfe/rebar3

"rebar3 compile" error

prokopiy opened this issue · 0 comments

My project:
https://github.com/prokopiy/aira

Environment

rebar3 compile
===> Verifying dependencies...
===> Fetching uuid (from {git,"https://github.com/prokopiy/lfe-uuid.git",{branch,"master"}})
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
===> When submitting a bug report, please include the output of rebar3 report "your command"

...

Rebar3 report
version 3.14.0-rc2+build.4690.ref60652e6f
generated at 2020-09-23T06:24:28+00:00

Please submit this along with your issue at https://github.com/erlang/rebar3/issues (and feel free to edit out private information, if any)

Task: rebar3
Entered as:
rebar3 compile

Operating System: x86_64-pc-linux-gnu
ERTS: Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1]
Root Directory: /usr/lib/erlang
Library directory: /usr/lib/erlang/lib

Loaded Applications:
bbmustache: 1.8.0
certifi: 2.5.2
cf: 0.2.2
common_test: 1.18.1
compiler: 7.5.2
crypto: 4.6.4
cth_readable: 1.4.8
dialyzer: 4.1.1
edoc: 0.11
erlware_commons: 1.3.1
eunit: 2.4
eunit_formatters: 0.5.0
getopt: 1.0.1
hipe: 3.19.2
inets: 7.1.2
kernel: 6.5.1
providers: 1.8.1
public_key: 1.7.1
relx: 4.0.0-rc2
sasl: 3.4.1
snmp: 5.4.5
ssl_verify_fun: 1.1.5
stdlib: 3.11.2
syntax_tools: 2.2.1
tools: 3.3


Escript path: /usr/bin/rebar3
Providers:
app_discovery as clean clean clean-all clean-build clean-cache compile compile compile cover ct deps dialyzer do edoc escriptize escriptize eunit get-deps help install install_deps list lock new path pkgs release release relup repl report repos run run-escript run-release shell state tar tree unlock update upgrade upgrade upgrade version versions xref

I am use plugin:
https://github.com/lfe-rebar3/rebar3_lfe

rebar3.crashdump:
Error: badarg
[{erlang,'++',
[{uuid,[]},
[cl,clj,lfe,lfe_abstract_code,lfe_bits,lfe_codegen,lfe_codelift,
lfe_comp,lfe_docs,lfe_edlin_expand,lfe_env,lfe_eval,lfe_gen,
lfe_init,lfe_internal,lfe_io,lfe_io_format,lfe_io_pretty,
lfe_io_write,lfe_lib,lfe_lint,lfe_macro,lfe_macro_export,
lfe_macro_include,lfe_macro_record,lfe_ms,lfe_parse,lfe_pmod,
lfe_qlc,lfe_scan,lfe_shell,lfe_trans,lfe_types,lfescript,scm,csv]],
[]},
{lists,append,1,[{file,"lists.erl"},{line,127}]},
{lists,append,1,[{file,"lists.erl"},{line,127}]},
{rebar_paths,purge_and_load,2,
[{file,"/usr/lib/rebar3/src/rebar_paths.erl"},{line,115}]},
{rebar_paths,set_paths,2,
[{file,"/usr/lib/rebar3/src/rebar_paths.erl"},{line,21}]},
{rebar_prv_compile,do,1,
[{file,"/usr/lib/rebar3/src/rebar_prv_compile.erl"},
{line,39}]},
{rebar_core,do,2,[{file,"/usr/lib/rebar3/src/rebar_core.erl"},{line,154}]},
{rebar3,run_aux,2,[{file,"/usr/lib/rebar3/src/rebar3.erl"},{line,181}]}]