Proxy status
non-proxy
Proxies pointing here
1
View top proxies
Workflow
failed
attempts 0
checked 3 months ago
error slither failed (exit 1): 'forge clean' running (wd: /tmp/slither-vc9wvnbm)
'forge config --json' running
'forge build --build-info --skip ./test/** ./script/** --force' running (wd: /tmp/slither-vc9wvnbm)
'forge' returned non-zero exit code 1
[2m2026-01-11T00:38:42.934341Z[0m [31mERROR[0m [2mfoundry_compilers_artifacts_solc::sources[0m[2m:[0m [3merror[0m[2m=[0m"/tmp/slither-vc9wvnbm/lib/forge-std/console.sol": No such file or directory (os error 2)
stdout: Unable to resolve imports:
stdout: "forge-std/console.sol" in "/tmp/slither-vc9wvnbm/src/FastTransferGateway.sol"
stdout: with remappings:
stdout: @openzeppelin/contracts-upgradeable/=/tmp/slither-vc9wvnbm/lib/openzeppelin-contracts-upgradeable/contracts/
stdout: @openzeppelin/contracts/=/tmp/slither-vc9wvnbm/lib/openzeppelin-contracts/contracts/
stdout: ds-test/=/tmp/slither-vc9wvnbm/lib/openzeppelin-contracts-upgradeable/lib/forge-std/lib/ds-test/src/
stdout: erc4626-tests/=/tmp/slither-vc9wvnbm/lib/openzeppelin-contracts-upgradeable/lib/erc4626-tests/
stdout: forge-std/=/tmp/slither-vc9wvnbm/lib/forge-std/
stdout: openzeppelin-contracts-upgradeable/=/tmp/slither-vc9wvnbm/lib/openzeppelin-contracts-upgradeable/
stdout: openzeppelin-contracts/=/tmp/slither-vc9wvnbm/lib/openzeppelin-contracts/
stdout: Compiling 28 files with Solc 0.8.22
stdout: Solc 0.8.22 finished in 29.28ms
Error: Compiler run failed:
stderr: Error (6275): Source "lib/forge-std/console.sol" not found: File not found. Searched the following locations: "/tmp/slither-vc9wvnbm".
stderr: ParserError: Source "lib/forge-std/console.sol" not found: File not found. Searched the following locations: "/tmp/slither-vc9wvnbm".
stderr: --> src/FastTransferGateway.sol:12:1:
stderr: |
stderr: 12 | import {console} from "forge-std/console.sol";
stderr: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Traceback (most recent call last):
File "/var/www/tripwire/.venv/bin/slither", line 10, in <module>
sys.exit(main())
~~~~^^
File "/var/www/tripwire/.venv/lib/python3.13/site-packages/slither/__main__.py", line 776, in main
main_impl(all_detector_classes=detectors, all_printer_classes=printers)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/www/tripwire/.venv/lib/python3.13/site-packages/slither/__main__.py", line 882, in main_impl
) = process_all(filename, args, detector_classes, printer_classes)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/www/tripwire/.venv/lib/python3.13/site-packages/slither/__main__.py", line 96, in process_all
compilations = compile_all(target, **vars(args))
File "/var/www/tripwire/.venv/lib/python3.13/site-packages/crytic_compile/crytic_compile.py", line 722, in compile_all
compilations.append(CryticCompile(target, **kwargs))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/www/tripwire/.venv/lib/python3.13/site-packages/crytic_compile/crytic_compile.py", line 211, in __init__
self._compile(**kwargs)
~~~~~~~~~~~~~^^^^^^^^^^
File "/var/www/tripwire/.venv/lib/python3.13/site-packages/crytic_compile/crytic_compile.py", line 633, in _compile
self._platform.compile(self, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/www/tripwire/.venv/lib/python3.13/site-packages/crytic_compile/platform/foundry.py", line 102, in compile
hardhat_like_parsing(
~~~~~~~~~~~~~~~~~~~~^
crytic_compile, str(self._target), build_directory, str(self._project_root)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/var/www/tripwire/.venv/lib/python3.13/site-packages/crytic_compile/platform/hardhat.py", line 52, in hardhat_like_parsing
raise InvalidCompilation(txt)
crytic_compile.platform.exceptions.InvalidCompilation: Compilation failed. Can you run build command?
/tmp/slither-vc9wvnbm/out/build-info is not a directory.