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
$ slither . --print echidna
'forge clean' running (wd: <REDACTED>)
'forge config --json' running
'forge build --build-info --skip */test/** */script/** --force' running (wd: <REDACTED>)
ERROR:SlitherSolcParsing:crytic-compile returned an empty AST. If you are trying to analyze a contract from etherscan or similar make sure it has source code available.
ERROR:SlitherSolcParsing:crytic-compile returned an empty AST. If you are trying to analyze a contract from etherscan or similar make sure it has source code available.
ERROR:SlitherSolcParsing:crytic-compile returned an empty AST. If you are trying to analyze a contract from etherscan or similar make sure it has source code available.
ERROR:Slither:Failed to resolved name forreference id 25999in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26032in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26079in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 25999in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26032in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26079in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 25999in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26032in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26079in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 25999in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26032in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26079in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 25999in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26032in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26079in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 25999in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26032in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26079in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 25999in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26032in<REDACTED>
ERROR:Slither:Failed to resolved name forreference id 26079in<REDACTED>
Traceback (most recent call last):
File "/home/rappie/.local/lib/python3.12/site-packages/slither/__main__.py", line 888, in main_impl
) = process_all(filename, args, detector_classes, printer_classes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rappie/.local/lib/python3.12/site-packages/slither/__main__.py", line 113, in process_all
) = process_single(compilation, args, detector_classes, printer_classes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rappie/.local/lib/python3.12/site-packages/slither/__main__.py", line 80, in process_single
slither = Slither(target, ast_format=ast, **vars(args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rappie/.local/lib/python3.12/site-packages/slither/slither.py", line 202, in __init__
self._init_parsing_and_analyses(kwargs.get("skip_analyze", False))
File "/home/rappie/.local/lib/python3.12/site-packages/slither/slither.py", line 211, in _init_parsing_and_analyses
raise e
File "/home/rappie/.local/lib/python3.12/site-packages/slither/slither.py", line 207, in _init_parsing_and_analyses
parser.parse_contracts()
File "/home/rappie/.local/lib/python3.12/site-packages/slither/solc_parsing/slither_compilation_unit_solc.py", line 583, in parse_contracts
self._analyze_third_part(contracts_to_be_analyzed, libraries)
File "/home/rappie/.local/lib/python3.12/site-packages/slither/solc_parsing/slither_compilation_unit_solc.py", line 694, in _analyze_third_part
self._analyze_variables_modifiers_functions(contract)
File "/home/rappie/.local/lib/python3.12/site-packages/slither/solc_parsing/slither_compilation_unit_solc.py", line 797, in _analyze_variables_modifiers_functions
contract.analyze_state_variables()
File "/home/rappie/.local/lib/python3.12/site-packages/slither/solc_parsing/declarations/contract.py", line 605, in analyze_state_variables
var_parser.analyze(self)
File "/home/rappie/.local/lib/python3.12/site-packages/slither/solc_parsing/variables/variable_declaration.py", line 212, in analyze
self._variable.type = parse_type(self._elem_to_parse, caller_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rappie/.local/lib/python3.12/site-packages/slither/solc_parsing/solidity_types/type_parsing.py", line 380, in parse_type
type_found = _find_from_type_name(
^^^^^^^^^^^^^^^^^^^^^
File "/home/rappie/.local/lib/python3.12/site-packages/slither/solc_parsing/solidity_types/type_parsing.py", line 194, in _find_from_type_name
raise ParsingError("Type not found " + str(name))
slither.solc_parsing.exceptions.ParsingError: Type not found contract MockERC20
ERROR:root:Error:
ERROR:root:Type not found contract MockERC20
ERROR:root:Please report an issue to https://github.com/crytic/slither/issues
The text was updated successfully, but these errors were encountered:
Describe the issue:
Crash when running
slither . --print echidna
Code example to reproduce the issue:
Private 😞
Version:
0.10.3
Relevant log output:
The text was updated successfully, but these errors were encountered: