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

[funfuzz] Don't fail with an exception when hitting a rev that failed compilation in the cache #144

Open
nth10sd opened this issue Nov 8, 2017 · 0 comments

Comments

@nth10sd
Copy link
Contributor

nth10sd commented Nov 8, 2017

Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.14/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/local/Cellar/python/2.7.14/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/Users/fuzz7/trees/venv-fm/lib/python2.7/site-packages/funfuzz/bot.py", line 283, in <module>
    main()
  File "/Users/fuzz7/trees/venv-fm/lib/python2.7/site-packages/funfuzz/bot.py", line 125, in main
    build_info = ensureBuild(options)
  File "/Users/fuzz7/trees/venv-fm/lib/python2.7/site-packages/funfuzz/bot.py", line 194, in ensureBuild
    compile_shell.obtainShell(cshell, updateLatestTxt=updateLatestTxt)
  File "/Users/fuzz7/trees/venv-fm/lib/python2.7/site-packages/funfuzz/js/compile_shell.py", line 652, in obtainShell
    raise Exception("Found a cached shell that failed compilation...")
Exception: Found a cached shell that failed compilation...
Something went wrong when calling: ['/Users/fuzz7/trees/venv-fm/bin/python', '-u', '-m', 'funfuzz.bot', '-b', '--random', '--target-time', '28800']

We should probably handle the exception a little better.

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