c0b / docker-elixir

Official Docker image for Elixir :whale: :turtle: :rocket:

Home Page:http://elixir-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.6.6 does not contain elixir source code

maennchen opened this issue · comments

The Image elixir:1.6.5 contained the elixir source code. Therefore tools like dialyzer could perform static code analysis.

The newest image seems not to contain those source files anymore.

Dialyzer Output
[:absinthe, :absinthe_phoenix, :absinthe_plug, :apollo_tracing, :asn1, :cidr,
 :compiler, :cors_plug, :countriex, :cowboy, :cowlib, :crypto, :decimal, :eex,
 :elixir, :geolix, :gettext, :glob, :kernel, :logger, :mime, :phoenix,
 :phoenix_client_ssl, :phoenix_pubsub, :plug, :poison, :poolboy, :public_key,
 :ranch, :remote_ip, :runtime_tools, :ssl, :stdlib]
Finding suitable PLTs
Looking up modules in dialyxir_erlang-21.0.1_elixir-1.6.6_deps-dev.plt
Looking up modules in dialyxir_erlang-21.0.1_elixir-1.6.6.plt
Looking up modules in dialyxir_erlang-21.0.1.plt
Finding applications for dialyxir_erlang-21.0.1.plt
Finding modules for dialyxir_erlang-21.0.1.plt
Creating dialyxir_erlang-21.0.1.plt
Looking up modules in dialyxir_erlang-21.0.1.plt
Removing 3 modules from dialyxir_erlang-21.0.1.plt
Checking 12 modules in dialyxir_erlang-21.0.1.plt
Adding 172 modules to dialyxir_erlang-21.0.1.plt
Finding applications for dialyxir_erlang-21.0.1_elixir-1.6.6.plt
Finding modules for dialyxir_erlang-21.0.1_elixir-1.6.6.plt
Copying dialyxir_erlang-21.0.1.plt to dialyxir_erlang-21.0.1_elixir-1.6.6.plt
Looking up modules in dialyxir_erlang-21.0.1_elixir-1.6.6.plt
Checking 184 modules in dialyxir_erlang-21.0.1_elixir-1.6.6.plt
Adding 228 modules to dialyxir_erlang-21.0.1_elixir-1.6.6.plt
:dialyzer.run error: Analysis failed with error:
Could not scan the following file(s):
  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_utils.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_tokenizer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_rewrite.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_sup.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_parser.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_quote.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_overridable.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_module.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_locals.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_interpolation.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_lexical.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_fn.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_import.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_expand.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_errors.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_var.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_try.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_pass.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_for.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_compiler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_clauses.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_env.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_dispatch.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_def.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_config.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_compiler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_code_server.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_clauses.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_bootstrap.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_bitstring.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_aliases.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.WithClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.Requirement.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.Parser.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.InvalidVersionError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.InvalidRequirementError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.UnicodeConversionError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.UndefinedFunctionError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.URI.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Tuple.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.TryClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.TokenMissingError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Time.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Task.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Task.Supervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Task.Supervised.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.SystemLimitError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.System.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.SyntaxError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Supervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Supervisor.Spec.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Supervisor.Default.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.StringIO.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Stream.Reducers.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Unicode.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Tokenizer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Normalizer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Version.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Version.Requirement.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.URI.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Time.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.NaiveDateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Integer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Float.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.DateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Date.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.BitString.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Atom.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Casing.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Break.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Set.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.RuntimeError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Registry.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Registry.Supervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Regex.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Registry.Partition.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Record.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Regex.CompileError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Record.Extractor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Protocol.UndefinedError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Protocol.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Process.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Port.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Path.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Path.Wildcard.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.OptionParser.ParseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.OptionParser.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Node.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.NaiveDateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Module.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Module.LocalsTracker.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.MapSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.MatchError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Macro.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Macro.Env.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.Integer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.Float.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.BitString.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.Atom.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.ParallelCompiler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Keyword.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.KeyError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.Utils.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.Typespec.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.SpecialForms.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.ParallelRequire.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.LexicalTracker.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.ErrorHandler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.CLI.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Integer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Version.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Version.Requirement.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Tuple.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Time.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Regex.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Reference.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Port.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Opts.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.PID.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.NaiveDateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.MapSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Integer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.HashSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.HashDict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Function.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Float.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Error.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.DateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Date.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Date.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.BitString.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Atom.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Any.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Algebra.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.StreamError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.ANSI.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.ANSI.Sequence.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.HashSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.ANSI.Docs.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.GenServer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.HashDict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.GenEvent.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.GenEvent.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadStructError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.FunctionClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Float.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.Stat.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.Error.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.LinkError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Exception.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.CopyError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.ErlangError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.MapSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.IO.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.HashSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.HashDict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.GenEvent.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enum.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Function.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.File.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Date.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.CondClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enum.OutOfBoundsError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enum.EmptyError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.DynamicSupervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Dict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.DateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Date.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Date.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.CompileError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.MapSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.Map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.IO.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.HashSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.File.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.HashDict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.BitString.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Code.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Code.LoadError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Code.Identifier.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Code.Formatter.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.CaseClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Calendar.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Calendar.ISO.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Bitwise.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Behaviour.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Base.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadMapError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadFunctionError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadBooleanError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadArityError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Atom.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.ArithmeticError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.ArgumentError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Application.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Agent.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Access.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Agent.Server.beam
  Recompile with +debug_info or analyze starting from source code
Last messages in the log cache:
  Reading files and computing callgraph... 
Finding applications for dialyxir_erlang-21.0.1_elixir-1.6.6_deps-dev.plt
Finding modules for dialyxir_erlang-21.0.1_elixir-1.6.6_deps-dev.plt
Copying dialyxir_erlang-21.0.1_elixir-1.6.6.plt to dialyxir_erlang-21.0.1_elixir-1.6.6_deps-dev.plt
Looking up modules in dialyxir_erlang-21.0.1_elixir-1.6.6_deps-dev.plt
Checking 184 modules in dialyxir_erlang-21.0.1_elixir-1.6.6_deps-dev.plt
Adding 1000 modules to dialyxir_erlang-21.0.1_elixir-1.6.6_deps-dev.plt
:dialyzer.run error: Analysis failed with error:
Could not scan the following file(s):
  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.WatcherSupervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.Watcher.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.Utils.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.Translator.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.Formatter.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.ErrorHandler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.ErlangHandler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.Config.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.Backends.Console.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/logger/ebin/Elixir.Logger.App.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_utils.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_tokenizer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_sup.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_rewrite.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_quote.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_parser.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_overridable.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_module.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_lexical.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_locals.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_interpolation.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_import.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_fn.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_expand.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_errors.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_var.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_pass.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_try.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_for.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_compiler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl_clauses.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_erl.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_env.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_code_server.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_dispatch.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_def.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_config.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_compiler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_clauses.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_bootstrap.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_bitstring.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir_aliases.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/elixir.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.WithClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.Requirement.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.Parser.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.InvalidVersionError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Version.InvalidRequirementError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.UnicodeConversionError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.UndefinedFunctionError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.URI.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Tuple.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.TryClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.TokenMissingError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Time.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Task.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Task.Supervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.SystemLimitError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Task.Supervised.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.System.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.SyntaxError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Supervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Supervisor.Spec.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Supervisor.Default.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.StringIO.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Unicode.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Normalizer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Tokenizer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Version.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Version.Requirement.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.URI.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Time.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Integer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.NaiveDateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Float.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.DateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Date.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.BitString.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Chars.Atom.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Casing.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.String.Break.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Stream.Reducers.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Set.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.RuntimeError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Registry.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Registry.Supervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Registry.Partition.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Regex.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Regex.CompileError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Record.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Record.Extractor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Protocol.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Protocol.UndefinedError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Process.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Port.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.OptionParser.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Path.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Path.Wildcard.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.OptionParser.ParseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Node.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.NaiveDateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Module.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Module.LocalsTracker.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.MatchError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.MapSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Macro.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Macro.Env.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.Integer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.Float.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.BitString.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Keyword.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.List.Chars.Atom.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.KeyError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.Utils.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.Typespec.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.ParallelRequire.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.SpecialForms.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.ParallelCompiler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.LexicalTracker.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.ErrorHandler.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Kernel.CLI.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Integer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Version.Requirement.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Version.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Tuple.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Time.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Regex.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Reference.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Port.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.PID.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Opts.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.NaiveDateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.MapSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Integer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.HashSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.HashDict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Function.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Float.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Error.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.DateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Date.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Date.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.BitString.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Atom.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Any.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Inspect.Algebra.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.StreamError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.ANSI.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.ANSI.Sequence.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.IO.ANSI.Docs.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.HashSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.HashDict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.GenServer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.GenEvent.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.GenEvent.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.FunctionClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Float.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.Stat.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.Error.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.LinkError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.File.CopyError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Exception.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.ErlangError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.MapSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.HashSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.IO.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.HashDict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.GenEvent.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.File.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Function.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enumerable.Date.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enum.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enum.OutOfBoundsError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Enum.EmptyError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.DynamicSupervisor.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Dict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.DateTime.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Date.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Date.Range.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.CondClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.CompileError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.MapSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.Map.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.List.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.IO.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.HashDict.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.HashSet.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.File.Stream.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Collectable.BitString.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Code.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Code.LoadError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Code.Identifier.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Code.Formatter.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.CaseClauseError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Calendar.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Bitwise.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Calendar.ISO.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Base.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Behaviour.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/eex/ebin/Elixir.EEx.Engine.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadStructError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadMapError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadFunctionError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadBooleanError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.BadArityError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Atom.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.ArithmeticError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.ArgumentError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Application.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Agent.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Agent.Server.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/elixir/ebin/Elixir.Access.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/eex/ebin/Elixir.EEx.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/eex/ebin/Elixir.EEx.Tokenizer.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/eex/ebin/Elixir.EEx.SyntaxError.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/eex/ebin/Elixir.EEx.SmartEngine.beam
  Recompile with +debug_info or analyze starting from source code  Could not get Core Erlang code for: /usr/local/lib/eex/ebin/Elixir.EEx.Compiler.beam
  Recompile with +debug_info or analyze starting from source code
Last messages in the log cache:
  Reading files and computing callgraph... 
Starting Dialyzer
dialyzer args: [
  check_plt: false,
  init_plt: '/joshmartin/services/art-localization/_build/dev/dialyxir_erlang-21.0.1_elixir-1.6.6_deps-dev.plt',
  files_rec: ['/joshmartin/services/art-localization/_build/dev/lib/art_localization/ebin'],
  warnings: [:unknown]
]
done in 0m4.3s
commented

the elixir source code is still there you can find all of them under /usr/local/src/elixir/lib/elixir/src/... (same as before):

$ docker run -it --rm elixir:1.6.6 bash
root@820d1ae31eca:/# 
root@820d1ae31eca:/# find /usr/local/ -name 'elixir_tokenizer.*'
/usr/local/src/elixir/lib/elixir/src/elixir_tokenizer.erl
/usr/local/lib/elixir/lib/elixir/ebin/elixir_tokenizer.beam
root@820d1ae31eca:/# 

see changes in 5e9b613 for #66 this change did not specifically remove source code; but the upgrade to Erlang:21 could be the root cause

Together with #71 I think it's indeed a problem to switch major Erlang version during the life of an Elixir major version, so I think a better solution is:

  1. to make elixir:1.6 be stick with erlang:20 where the life of elixir:1.6 started with;
    this way keeps elixir:1.6 without any surprises
  2. when newer erlang versions come out, we can make a elixir:1.6-otp-21 tag instead, for those ones who want to try new things; this can merge with #70 as well

I'm not sure how Erlang 21 would cause that issue. I have searched for issues in the dialyzer and elixir GitHub projects and found nothing that sounded like it could matter. Is it possible that the used elixir binary was not compiled with the right flags?

Edit: Or maybe elixir was compiled with OTP 20 while this image uses OTP 21?

commented

you can see all changes in 5e9b613 for #66 I don't think it changes compile flags; at least you have this repo source code, you can try build a elixir:1.6-otp-20 image locally and test it; to eliminate if erlang21 has an impact

To my past experience on Erlang and Dialyzer ( because I personally work more time on Erlang than Elixir ) a major Erlang version upgrade might have more incompatibilities than expected, and definitely more changes than the Elixir minor version change

@c0b Do you know with what exact OTP version the build in https://github.com/elixir-lang/elixir/archive/1.6.6.tar.gz was compiled?

commented

each upstream tag comes with 4 download options, the link to archive/1.6.6.tar.gz you gave is the Source code (tar.gz) is the source code tarball

Assets
Docs.zip  1.42 MB
Precompiled.zip 4.96 MB
 Source code (zip)
 Source code (tar.gz)

https://github.com/elixir-lang/elixir/releases/tag/v1.6.6

commented

now docker-library/official-images#4550 reverted the elixir:1.6.6 to be based on erlang:20 and newer erlang-21 based elixir:1.6 will be coming soon in #73 ; /cc @maennchen would you mind test again? the elixir images always contain the elixir source code, now the difference between the elixir:1.6.5 and elixir:1.6.6 is only the source tarball ; no changes in the compilation instructions

$ git diff --stat -U7 5e9b6133376a^.. -- /1.6
 1.6/Dockerfile        | 4 ++--
 1.6/alpine/Dockerfile | 4 ++--
 1.6/slim/Dockerfile   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/1.6/Dockerfile b/1.6/Dockerfile
index f232304..ed0dde2 100644
--- a/1.6/Dockerfile
+++ b/1.6/Dockerfile
@@ -1,16 +1,16 @@
 FROM erlang:20
 
 # elixir expects utf8.
-ENV ELIXIR_VERSION="v1.6.5" \
+ENV ELIXIR_VERSION="v1.6.6" \
 	LANG=C.UTF-8
 
 RUN set -xe \
 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/archive/${ELIXIR_VERSION}.tar.gz" \
-	&& ELIXIR_DOWNLOAD_SHA256="defe2bed953ee729addf1121db3fa42a618ef1d6c57a1f489da03b0e7a626e89" \
+	&& ELIXIR_DOWNLOAD_SHA256="74507b0646bf485ee3af0e7727e3fdab7123f1c5ecf2187a52a928ad60f93831" \
 	&& curl -fSL -o elixir-src.tar.gz $ELIXIR_DOWNLOAD_URL \
 	&& echo "$ELIXIR_DOWNLOAD_SHA256  elixir-src.tar.gz" | sha256sum -c - \
 	&& mkdir -p /usr/local/src/elixir \
 	&& tar -xzC /usr/local/src/elixir --strip-components=1 -f elixir-src.tar.gz \
 	&& rm elixir-src.tar.gz \
 	&& cd /usr/local/src/elixir \
 	&& make install clean
diff --git a/1.6/alpine/Dockerfile b/1.6/alpine/Dockerfile
index f5d2c50..1175f5d 100644
--- a/1.6/alpine/Dockerfile
+++ b/1.6/alpine/Dockerfile
@@ -1,16 +1,16 @@
 FROM erlang:20-alpine
 
 # elixir expects utf8.
-ENV ELIXIR_VERSION="v1.6.5" \
+ENV ELIXIR_VERSION="v1.6.6" \
 	LANG=C.UTF-8
 
 RUN set -xe \
 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" \
-	&& ELIXIR_DOWNLOAD_SHA256="ba2afd91ce65ec94d460a94752fa2560391b349d0fd598847f496ee041a44b80" \
+	&& ELIXIR_DOWNLOAD_SHA256="d6a84726a042407110d3b13b1ce8d9524b4a50df68174e79d89a9e42e30b410b" \
 	&& buildDeps=' \
 		ca-certificates \
 		curl \
 		unzip \
 	' \
 	&& apk add --no-cache --virtual .build-deps $buildDeps \
 	&& curl -fSL -o elixir-precompiled.zip $ELIXIR_DOWNLOAD_URL \
diff --git a/1.6/slim/Dockerfile b/1.6/slim/Dockerfile
index 83ad165..d48888d 100644
--- a/1.6/slim/Dockerfile
+++ b/1.6/slim/Dockerfile
@@ -1,16 +1,16 @@
 FROM erlang:20-slim
 
 # elixir expects utf8.
-ENV ELIXIR_VERSION="v1.6.5" \
+ENV ELIXIR_VERSION="v1.6.6" \
 	LANG=C.UTF-8
 
 RUN set -xe \
 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" \
-	&& ELIXIR_DOWNLOAD_SHA256="ba2afd91ce65ec94d460a94752fa2560391b349d0fd598847f496ee041a44b80" \
+	&& ELIXIR_DOWNLOAD_SHA256="d6a84726a042407110d3b13b1ce8d9524b4a50df68174e79d89a9e42e30b410b" \
 	&& buildDeps=' \
 		ca-certificates \
 		curl \
 		unzip \
 	' \
 	&& apt-get update \
 	&& apt-get install -y --no-install-recommends $buildDeps \

This may explain the errors I saw. You may need to compile elixir yourself:
elixir-lang/elixir#5851 (comment)

@c0b Did you see that comment above? Because that effectively breaks dialyzer in all 1.7 images.

I was using Elixir 1.7.4 with OPT 21. Running mix dialyzer on my mix project returned strange Function Enum.reverse/1 does not exist.

Switched back from OTP 21 to OTP 20, made mix deps.clean, mix deps.update, then mix dialyzer. Now it does not report Function does not exist.