Project

General

Profile

Bug #10460

Updated by Zack Cerza over 9 years ago

From cron log: 
 <pre> 
 

 Cron <teuthology@teuthology> teuthology-suite -v -c firefly -k distro -m vps -s upgrade/dumpling-x --suite-branch firefly ~/vps.yaml 

 2015-01-05 19:13:01,698.698 INFO:teuthology.suite:kernel sha1: distro 
 2015-01-05 19:13:01,698.698 DEBUG:teuthology.suite:Defaults for machine_type vps: arch=x86_64, release=rhel7_0, pkg_type=rpm) 
 2015-01-05 19:13:02,981.981 INFO:teuthology.suite:ceph sha1: e0648e3d30de504b096c4ae3bbe7d9c17652bdb5 
 2015-01-05 19:13:02,982.982 DEBUG:teuthology.suite:Defaults for machine_type vps: arch=x86_64, release=rhel7_0, pkg_type=rpm) 
 2015-01-05 19:13:02,982.982 DEBUG:teuthology.suite:Looking for packages at http://gitbuilder.ceph.com/ceph-rpm-rhel7_0-x86_64-basic/sha1/e0648e3d30de504b096c4ae3bbe7d9c17652bdb5/version 
 2015-01-05 19:13:03,702.702 INFO:teuthology.suite:ceph version: v0.80.7-161.ge0648e3 
 2015-01-05 19:13:04,022.022 INFO:teuthology.suite:teuthology branch: master 
 2015-01-05 19:13:04,312.312 INFO:teuthology.suite:ceph-qa-suite branch: firefly 
 2015-01-05 19:13:04,314.314 INFO:teuthology.repo_utils:Fetching from upstream into /home/teuthology/src/teuthology_master 
 2015-01-05 19:13:04,982.982 INFO:teuthology.repo_utils:Resetting repo at /home/teuthology/src/teuthology_master to branch master 
 2015-01-05 19:13:04,993.993 INFO:teuthology.repo_utils:Bootstrapping /home/teuthology/src/teuthology_master 
 2015-01-05 19:13:06,793.793 INFO:teuthology.repo_utils:Bootstrap exited with status 0 
 2015-01-05 19:13:06,793.793 INFO:teuthology.repo_utils:Fetching from upstream into /home/teuthology/src/ceph-qa-suite_firefly 
 2015-01-05 19:13:07,892.892 INFO:teuthology.repo_utils:Resetting repo at /home/teuthology/src/ceph-qa-suite_firefly to branch firefly 
 2015-01-05 19:13:07,936.936 DEBUG:teuthology.suite:Suite upgrade:dumpling-x in /home/teuthology/src/ceph-qa-suite_firefly/suites/upgrade/dumpling-x 
 2015-01-05 19:13:07,938.938 INFO:teuthology.suite:Suite upgrade:dumpling-x in /home/teuthology/src/ceph-qa-suite_firefly/suites/upgrade/dumpling-x generated 30 jobs (not yet filtered) 
 2015-01-05 19:13:08,130.130 DEBUG:teuthology.suite:Defaults for machine_type plana: arch=x86_64, release=centos6, pkg_type=rpm) 
 2015-01-05 19:13:08,130.130 DEBUG:teuthology.suite:Looking for packages at http://gitbuilder.ceph.com/ceph-rpm-centos6-x86_64-basic/sha1/e0648e3d30de504b096c4ae3bbe7d9c17652bdb5/version 
 Traceback (most recent call last): 
   File "/home/teuthology/src/teuthology_master/virtualenv/bin/teuthology-suite", line 9, in <module> 
     load_entry_point('teuthology==0.1.0', 'console_scripts', 'teuthology-suite')() 
   File "/home/teuthology/src/teuthology_master/scripts/suite.py", line 79, in main 
     teuthology.suite.main(args) 
   File "/home/teuthology/src/teuthology_master/teuthology/suite.py", line 103, in main 
     filter_out=filter_out, 
   File "/home/teuthology/src/teuthology_master/teuthology/suite.py", line 282, in prepare_and_schedule 
     filter_out=filter_out, 
   File "/home/teuthology/src/teuthology_master/teuthology/suite.py", line 528, in schedule_suite 
     ver=sha1), job_config.name) 
   File "/home/teuthology/src/teuthology_master/teuthology/suite.py", line 314, in schedule_fail 
     raise ScheduleFailError(message, name) 
 teuthology.exceptions.ScheduleFailError: Scheduling teuthology-2015-01-05_19:13:01-upgrade:dumpling-x-firefly-distro-basic-vps failed: Packages for ceph hash 'e0648e3d30de504b096c4ae3bbe7d9c17652bdb5' not found 
 </pre>

Back