Hey,
Nice seeing you again. I’m trying to build a mix app - not sure if this is what I should call it - on Docker to no avail. When I build it for arm64, it works nicely. But when I build it to amd64, I get the following message:
Error while loading project :floki at /app/deps/floki
3.349 Logger - error: {removed_failing_filter,logger_translator}
3.353 R{error,badarg,[{ets,lookup_element,[elixir_modules,'Elixir.OpenTelemetry.SemanticConventions.Trace',2],[{error_info,#{cause=>badkey,module=>erl_stdlib_errors}}]},{elixir_module,data_tables,1,[{file,"src/elixir_module.erl"},{line,27}]},{'Elixir.Kernel.Typespec',deftypespec,6,[{file,"lib/kernel/typespec.ex"},{line,110}]},{'Elixir.Range',new,3,[{file,"lib/range.ex"},{line,209}]},{'Elixir.ErlangError',error_info,3,[{file,"lib/exception.ex"},{line,2448}]},{'Elixir.ErlangError',normalize,2,[{file,"lib/exception.ex"},{line,2310}]},{'Elixir.Exception',format_banner,3,[{file,"lib/exception.ex"},{line,135}]},{'Elixir.Exception',format_exit,2,[{file,"lib/exception.ex"},{line,445}]}]}
3.355 untime terminating during boot ({badarg,[{ets,lookup_element,[elixir_modules,'Elixir.OpenTelemetry.SemanticConventions.Trace',2],[{error_info,#{cause=>badkey,module=>erl_stdlib_errors}}]},{elixir_module,data_tables,1,[{file,"src/elixir_module.erl"},{line,27}]},{'Elixir.Kernel.Typespec',deftypespec,6,[{file,"lib/kernel/typespec.ex"},{line,110}]},{'Elixir.Range',new,3,[{file,"lib/range.ex"},{line,209}]},{'Elixir.ErlangError',error_info,3,[{file,"lib/exception.ex"},{line,2448}]},{'Elixir.ErlangError',normalize,2,[{file,"lib/exception.ex"},{line,2310}]},{'Elixir.Exception',format_banner,3,[{file,"lib/exception.ex"},{line,135}]},{'Elixir.Exception',format_exit,2,[{file,"lib/exception.ex"},{line,445}]}]})
I’d like some guidance on how to read this. It is not a stack trace I’m used to, so how do you read it? Also, how can I fix this?
Thanks in advance. Looking forward to hearing from you.