Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init terminating in do_boot error after adding _checkouts dependency. #881

Open
alishir opened this issue Aug 22, 2021 · 0 comments
Open

Comments

@alishir
Copy link

alishir commented Aug 22, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant