WARNING:root:Corpus not found for cycle
Hi, I am new to fuzzbench. When I was running experiment, I keep getting this warning : WARNING:root:Corpus not found for cycle:1. Is that an issue for my experiment? And how should I resolve that?
I don't have this warning for cycle 0: INFO:root:Setting up coverage binaries INFO:root:Starting measure worker loop for 104 workers INFO:root:Starting one measure worker loop INFO:root:Retrieved 2 unmeasured snapshots from measure manager INFO:root:Starting one measure worker loop INFO:root:Measurer worker: Got request aflplusplus harfbuzz_hb-shape-fuzzer_17863b 17 0 from request queue INFO:root:Retrieved 0 measured snapshots from response queue INFO:root:Measuring cycle: 0. Extras: {'fuzzer': 'aflplusplus', 'benchmark': 'harfbuzz_hb-shape-fuzzer_17863b', 'trial_id': '17', 'cycle': '0'} INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Starting one measure worker loop INFO:root:Measurer worker: Got request aflplusplus libxml2_reader 18 0 from request queue INFO:root:Measuring cycle: 0. Extras: {'fuzzer': 'aflplusplus', 'benchmark': 'libxml2_reader', 'trial_id': '18', 'cycle': '0'}
But then I keep getting this warning for rest of cycles
Here is part of logs has warning: INFO:root:Retrieved 0 measured snapshots from response queue INFO:root:Measuring cycle: 1. Extras: {'fuzzer': 'aflplusplus', 'benchmark': 'libxml2_reader', 'trial_id': '18', 'cycle': '1'} INFO:root:Measuring cycle: 1. Extras: {'fuzzer': 'aflplusplus', 'benchmark': 'harfbuzz_hb-shape-fuzzer_17863b', 'trial_id': '17', 'cycle': '1'} WARNING:root:Corpus not found for cycle: 1. Extras: {'fuzzer': 'aflplusplus', 'benchmark': 'libxml2_reader', 'trial_id': '18', 'cycle': '1'} WARNING:root:Corpus not found for cycle: 1. Extras: {'fuzzer': 'aflplusplus', 'benchmark': 'harfbuzz_hb-shape-fuzzer_17863b', 'trial_id': '17', 'cycle': '1'} INFO:root:Retrieved 2 unmeasured snapshots from measure manager INFO:root:Reescheduling task for trial 18 and cycle 1 INFO:root:Reescheduling task for trial 17 and cycle 1
Here is the running command:
PYTHONPATH=. python3 experiment/run_experiment.py --experiment-config experiment-config.yaml --benchmarks harfbuzz_hb-shape-fuzzer_17863b libxml2_reader --experiment-name jimrevbugnew1 --fuzzers aflplusplus &
My config file: trials: 1 max_total_time: 7200 docker_registry: gcr.io/fuzzbench experiment_filestore: /home/jingzhijiang/fuzzbench-data/experiment-data report_filestore: /home/jingzhijiang/fuzzbench-data/report-data local_experiment: true