We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SPUR process killed (I suspect an internal, huge timeout)
+ BENCH='/home/samplingfm/Benchmarks/FMEasy/2.6.32-2var.cnf /home/samplingfm/Benchmarks/FMEasy/2.6.33.3-2var.cnf' + VM_CMD='docker run -v /mnt/srv/tempdd/macher/usampling-exp/:/home/usampling-exp:z macher/usampling:squashed /bin/bash -c '\''cd /home/usampling-exp/; echo STARTING; python3 usampling-experiments.py --spur -t 43050 -flas /home/samplingfm/Benchmarks/FMEasy/2.6.32-2var.cnf /home/samplingfm/Benchmarks/FMEasy/2.6.33.3-2var.cnf; echo END'\''' + gvirt exec vm-19939 'until [ -S /var/run/docker.sock ]; do sleep 1; done' Warning: Permanently added '[localhost]:22001' (ECDSA) to the list of known hosts. + gvirt exec vm-19939 'docker run -v /mnt/srv/tempdd/macher/usampling-exp/:/home/usampling-exp:z macher/usampling:squashed /bin/bash -c '\''cd /home/usampling-exp/; echo STARTING; python3 usampling-experiments.py --spur -t 43050 -flas /home/samplingfm/Benchmarks/FMEasy/2.6.32-2var.cnf /home/samplingfm/Benchmarks/FMEasy/2.6.33.3-2var.cnf; echo END'\''' Warning: Permanently added '[localhost]:22001' (ECDSA) to the list of known hosts. Traceback (most recent call last): File "usampling-experiments.py", line 571, in <module> experiment_SPUR(flas=flas_to_process, timeout=timeout, nsamples=nsamples, savecsv_onthefly=OUTPUT_DIR + "experiments-SPUR.csv") File "usampling-experiments.py", line 123, in experiment_SPUR output = check_output(full_cmd.split(" "), stderr=STDOUT, timeout=timeout, encoding='UTF-8') #, shell=True not recommended # https://stackoverflow.com/questions/36952245/subprocess-timeout-failure File "/usr/local/lib/python3.7/subprocess.py", line 395, in check_output **kwargs).stdout File "/usr/local/lib/python3.7/subprocess.py", line 487, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['./samplers/spur', '-s', '10', '-cnf', '/home/samplingfm/Benchmarks/FMEasy/2.6.32-2var.cnf']' died with <Signals.SIGKILL: 9>.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SPUR process killed (I suspect an internal, huge timeout)
The text was updated successfully, but these errors were encountered: