You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I tried to run local experiment using the standard script: PYTHONPATH=. python3 experiment/run_experiment.py
--experiment-config experiment-config.yaml
--benchmarks bloaty_fuzz_target
--experiment-name $EXPERIMENT_NAME
--fuzzers afl libfuzzer. My experiment hangs like the following for 7+ hours without any reports. In the config, I only set 2 trials with time out at 60 seconds. Anyone know why this is happening/ Thanks!
The text was updated successfully, but these errors were encountered:
I have the similar issue, have you solved it?
My run_experiment.py seems just keep measuring trials, and I have check my docker it seems runner docker has not start, I can only see dispatcher and build docker.
docker info:
5d202f8afc17 gcr.io/fuzzbench/builders/coverage/libjpeg-turbo_libjpeg_turbo_fuzzer "/bin/bash -c '(cd /…" 57 minutes ago Exited (0) 57 minutes ago sad_mccarthy
e6ad2f0f1501 gcr.io/fuzzbench/dispatcher-image "/bin/bash -c 'rsync…" 59 minutes ago Up 59 minutes dispatcher-container```
run_experiment.py info:
```WARNING:root:No snapshot data.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:In progress: True.
INFO:root:Is merging with nonprivate: False.
INFO:root:Reading experiment data from db.
INFO:root:Done reading experiment data from db.
WARNING:root:No snapshot data.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:In progress: True.
INFO:root:Is merging with nonprivate: False.
INFO:root:Reading experiment data from db.
INFO:root:Done reading experiment data from db.
WARNING:root:No snapshot data.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.
INFO:root:Measuring all trials.```
Hi,
When I tried to run local experiment using the standard script: PYTHONPATH=. python3 experiment/run_experiment.py
--experiment-config experiment-config.yaml
--benchmarks bloaty_fuzz_target
--experiment-name $EXPERIMENT_NAME
--fuzzers afl libfuzzer. My experiment hangs like the following for 7+ hours without any reports. In the config, I only set 2 trials with time out at 60 seconds. Anyone know why this is happening/ Thanks!
The text was updated successfully, but these errors were encountered: