Project

General

Profile

Bug #11243

teuthology: compares non-Ceph package versions with Ceph version and errors out

Added by Greg Farnum about 9 years ago. Updated about 9 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

2015-03-25T23:36:38.797 INFO:teuthology.orchestra.run.magna029.stdout:Setting up samba (4.3.0pre1-GIT-05b61ea) ...
2015-03-25T23:36:39.858 DEBUG:teuthology.parallel:result is None
2015-03-25T23:36:39.874 INFO:teuthology.orchestra.run.magna029:Running: 'arch'
2015-03-25T23:36:39.881 INFO:teuthology.orchestra.run.magna029:Running: 'lsb_release -is'
2015-03-25T23:36:39.974 INFO:teuthology.orchestra.run.magna029:Running: 'lsb_release -rs'
2015-03-25T23:36:40.055 INFO:teuthology.orchestra.run.magna029:Running: 'lsb_release -sc'
2015-03-25T23:36:40.110 INFO:teuthology.task.install:config is {'sha1': None, 'wait_for_package': False, 'project': 'samba', 'tag': None, 'extra_packages': ['samba'], 'branch': None, 'flavor': 'basic', 'extras': None}
2015-03-25T23:36:40.137 DEBUG:teuthology.task.install:defaulting to master branch
2015-03-25T23:36:40.138 INFO:teuthology.orchestra.run.magna029:Running: 'sudo lsb_release -is'
2015-03-25T23:36:40.245 DEBUG:teuthology.misc:System to be installed: Ubuntu
2015-03-25T23:36:40.246 INFO:teuthology.orchestra.run.magna029:Running: 'wget -q -O- http://gitbuilder.ceph.redhat.com/samba-deb-trusty-x86_64-basic/ref/master/version'
2015-03-25T23:36:40.495 INFO:teuthology.orchestra.run.magna029:Running: "dpkg-query -W -f '${Version}' ceph" 
2015-03-25T23:36:40.953 INFO:teuthology.packaging:The installed version of ceph is 0.67.11-82-ge5b6eea-1trusty
2015-03-25T23:36:40.958 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 28, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 819, in install
    install_packages(ctx, install_info, config)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 568, in install_packages
    verify_ceph_version(ctx, config, remote)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 504, in verify_ceph_version
    installed=installed_ver
RuntimeError: Ceph version 4.3.0pre1 was not installed, found 0.67.11-82-ge5b6eea-1trusty.

This appears to be the result of https://github.com/ceph/teuthology/pull/451. It first showed up in the Red Hat octo lab on dumpling tests.

History

#1 Updated by Andrew Schoen about 9 years ago

  • Status changed from New to Fix Under Review
  • Assignee set to Andrew Schoen

Also available in: Atom PDF