You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created simple library module with rebar3 new lib test_lib and added it as a _checkouts dependency to another project. Now when I tried to make a release with rebar3 release in the second project I got following error:
{=ERROR REPORT==== 22-Aug-2021::18:03:28.260309 ===
Error in process <0.9.0> with exit value:
{function_clause,
[{rlx_file_utils,format_error,
[eexist],
[{file,
"/home/runner/work/rebar3/rebar3/_build/default/lib/relx/src/rlx_file_utils.erl"},
{line,392}]},
{rebar3,handle_error,2,
[{file,"/home/runner/work/rebar3/rebar3/src/rebar3.erl"},{line,347}]},
{init,start_em,1,[]},
{init,do_boot,3,[]}]}
"init terminating in do_boot",{function_clause,[{rlx_file_utils,format_error,[eexist],[{file,"/home/runner/work/rebar3/rebar3/_build/default/lib/relx/src/rlx_file_utils.erl"},{line,392}]},{rebar3,handle_error,2,[{file,"/home/runner/work/rebar3/rebar3/src/rebar3.erl"},{line,347}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({function_clause,[{rlx_file_utils,format_error,[eexist],[{_},{_}]},{rebar3,handle_error,2,[{_},{_}]},{init,start_em,1,[]},{init,do_boot,3,[]}]})
Crash dump is being written to: erl_crash.dump...done
The text was updated successfully, but these errors were encountered:
I created simple library module with
rebar3 new lib test_lib
and added it as a _checkouts dependency to another project. Now when I tried to make a release withrebar3 release
in the second project I got following error:The text was updated successfully, but these errors were encountered: