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

Experiment hanging without reports #1917

Open
sallywang147 opened this issue Nov 18, 2023 · 1 comment
Open

Experiment hanging without reports #1917

sallywang147 opened this issue Nov 18, 2023 · 1 comment

Comments

@sallywang147
Copy link

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!

Screen Shot 2023-11-18 at 6 42 34 PM
@harrison4ride
Copy link

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.```

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

2 participants