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

Dialyzer failing on CI and locally #884

Open
lukaszsamson opened this issue May 6, 2023 · 1 comment
Open

Dialyzer failing on CI and locally #884

lukaszsamson opened this issue May 6, 2023 · 1 comment

Comments

@lukaszsamson
Copy link
Collaborator

The issue started recently with no relevant code changes on our side

:dialyzer.run error: Analysis failed with error:
done in 0m14.59s
Could not scan the following file(s):
  Could not get Core Erlang code for: /home/runner/.mix/archives/hex-2.0.6/hex-2.0.6/ebin/Elixir.String.Chars.Hex.Solver.Term.beam
  Could not get Core Erlang code for: /home/runner/.mix/archives/hex-2.0.6/hex-2.0.6/ebin/Elixir.String.Chars.Hex.Solver.PackageRange.beam
No :ignore_warnings opt specified in mix.exs. Using default: .dialyzer_ignore.exs.
  Could not get Core Erlang code for: /home/runner/.mix/archives/hex-2.0.6/hex-2.0.6/ebin/Elixir.String.Chars.Hex.Solver.Incompatibility.beam
  Could not get Core Erlang code for: /home/runner/.mix/archives/hex-2.0.6/hex-2.0.6/ebin/Elixir.String.Chars.Hex.Solver.Constraints.Union.beam

...
lib/debugger/server.ex:340:unknown_function
Function :int.all_breaks/1 does not exist.
________________________________________________________________________________
lib/debugger/server.ex:385:unknown_function
Function :int.auto_attach/2 does not exist.
________________________________________________________________________________
lib/debugger/server.ex:387:unknown_function
Function Mix.Project.config/0 does not exist.
________________________________________________________________________________
lib/debugger/server.ex:425:unknown_function
Function :int.attach/2 does not exist.
________________________________________________________________________________
lib/debugger/server.ex:667:unknown_function
Function ElixirSense.Core.Binding.from_var/1 does not exist.
________________________________________________________________________________
lib/debugger/server.ex:674:unknown_function
Function ElixirSense.Providers.Suggestion.Complete.complete/2 does not exist.
...  

This is the last build that passed https://github.com/elixir-lsp/elixir-ls/actions/runs/4762855857

@lukaszsamson
Copy link
Collaborator Author

Possibly related to jeremyjh/dialyxir#508

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