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

local experiment issue : Local uncommitted changes found, exiting - raise ValidationError('Local uncommitted changes found, exiting.') #1983

Closed
Microsvuln opened this issue May 11, 2024 · 1 comment

Comments

@Microsvuln
Copy link
Contributor

Hi .

For running a local test experiment I have the following error :

PYTHONPATH=. python3 experiment/run_experiment.py --experiment-config experiment-config.yaml --benchmarks curl_curl_fuzzer_http --experiment-name $EXPERIMENT_NAME --fuzzers afl libfuzzer
Traceback (most recent call last):
  File "/home/user/fuzz/eval/fuzzbench/experiment/run_experiment.py", line 773, in <module>
    sys.exit(main())
  File "/home/user/fuzz/eval/fuzzbench/experiment/run_experiment.py", line 615, in main
    return run_experiment_main()
  File "/home/user/fuzz/eval/fuzzbench/experiment/run_experiment.py", line 755, in run_experiment_main
    start_experiment(args.experiment_name,
  File "/home/user/fuzz/eval/fuzzbench/experiment/run_experiment.py", line 318, in start_experiment
    check_no_uncommitted_changes()
  File "/home/user/fuzz/eval/fuzzbench/experiment/run_experiment.py", line 286, in check_no_uncommitted_changes
    raise ValidationError('Local uncommitted changes found, exiting.')
__main__.ValidationError: Local uncommitted changes found, exiting.

Anyone faced the same issue? Any workarounds ?

Thanks.

@Microsvuln
Copy link
Contributor Author

This solved the problem :

git commit -am foo

Thanks @vanhauser-thc !

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