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

test_examples.test_secconquals2016_ropsynth is failing in CI #5

Open
twizmwazin opened this issue Nov 23, 2022 · 1 comment · Fixed by angr/angr-doc#456
Open

test_examples.test_secconquals2016_ropsynth is failing in CI #5

twizmwazin opened this issue Nov 23, 2022 · 1 comment · Fixed by angr/angr-doc#456
Assignees
Labels
bug Something isn't working

Comments

@twizmwazin
Copy link
Member

Description

Traceback (most recent call last):
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/tests/test_examples.py", line 156, in test_secconquals2016_ropsynth
    exampletest_single("secconquals2016_ropsynth")
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/tests/test_examples.py", line 31, in exampletest_single
    spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/examples/secconquals2016_ropsynth/solve.py", line 17, in <module>
    import nose
ModuleNotFoundError: No module named 'nose'

Steps to reproduce the bug

Run CI

Environment

CI

Additional context

No response

@twizmwazin
Copy link
Member Author

After angr/angr-doc#456, the error is now:

======================================================================
ERROR: test_examples.test_secconquals2016_ropsynth
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/tests/test_examples.py", line 156, in test_secconquals2016_ropsynth
    exampletest_single("secconquals2016_ropsynth")
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/tests/test_examples.py", line 32, in exampletest_single
    module.test()
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/examples/secconquals2016_ropsynth/solve.py", line 212, in test
    chain = get_gadgets()
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/examples/secconquals2016_ropsynth/solve.py", line 109, in get_gadgets
    good_state = sm.unconstrained[0]
IndexError: list index out of range

@twizmwazin twizmwazin reopened this Feb 9, 2023
@twizmwazin twizmwazin transferred this issue from angr/angr-doc Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant