Advertisement
ffilz

t1

Mar 21st, 2016
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. 2016-03-21 11:19:09,407.407 INFO:teuthology.suite:Scheduling smoke/1node/{clusters/{fixed-1.yaml openstack.yaml} tasks/ceph-deploy.yaml}
  2. Traceback (most recent call last):
  3. File "/home/ffilz/teuthology/virtualenv/bin/teuthology-schedule", line 9, in <module>
  4. load_entry_point('teuthology==0.1.0', 'console_scripts', 'teuthology-schedule')()
  5. File "/home/ffilz/teuthology/scripts/schedule.py", line 45, in main
  6. teuthology.schedule.main(args)
  7. File "/home/ffilz/teuthology/teuthology/schedule.py", line 25, in main
  8. schedule_job(job_config, args['--num'])
  9. File "/home/ffilz/teuthology/teuthology/schedule.py", line 74, in schedule_job
  10. beanstalk = teuthology.beanstalk.connect()
  11. File "/home/ffilz/teuthology/teuthology/beanstalk.py", line 20, in connect
  12. conf_path=config.teuthology_yaml))
  13. RuntimeError: Beanstalk queue information not found in None
  14. Traceback (most recent call last):
  15. File "/home/ffilz/teuthology/virtualenv/bin/teuthology-suite", line 9, in <module>
  16. load_entry_point('teuthology==0.1.0', 'console_scripts', 'teuthology-suite')()
  17. File "/home/ffilz/teuthology/scripts/suite.py", line 96, in main
  18. return teuthology.suite.main(args)
  19. File "/home/ffilz/teuthology/teuthology/suite.py", line 123, in main
  20. throttle=throttle,
  21. File "/home/ffilz/teuthology/teuthology/suite.py", line 377, in prepare_and_schedule
  22. throttle=throttle
  23. File "/home/ffilz/teuthology/teuthology/suite.py", line 715, in schedule_suite
  24. log_prefix=log_prefix,
  25. File "/home/ffilz/teuthology/teuthology/suite.py", line 760, in teuthology_schedule
  26. subprocess.check_call(args=args)
  27. File "/usr/lib64/python2.7/subprocess.py", line 540, in check_call
  28. raise CalledProcessError(retcode, cmd)
  29. subprocess.CalledProcessError: Command '['/home/ffilz/teuthology/virtualenv/bin/teuthology-schedule', '--name', 'ffilz-2016-03-21_11:19:04-smoke-wip-cmake-make-check---basic-vps', '--num', '1', '--worker', 'vps', '--priority', '1000', '--description', 'smoke/1node/{clusters/{fixed-1.yaml openstack.yaml} tasks/ceph-deploy.yaml}', '--', '/tmp/schedule_suite_HUqcrm', '/home/ffilz/src/ceph-qa-suite_master/suites/smoke/1node/clusters/fixed-1.yaml', '/home/ffilz/src/ceph-qa-suite_master/suites/smoke/1node/clusters/openstack.yaml', '/home/ffilz/src/ceph-qa-suite_master/suites/smoke/1node/tasks/ceph-deploy.yaml']' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement