Project

General

Profile

Bug #15375

lingering /tmp/*virtualenv* fail make check

Added by Josh Durgin almost 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
qa
Target version:
-
% Done:

0%

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

Description

Examples:

https://jenkins.ceph.com/job/ceph-pull-requests/3936/consoleFull

http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-trusty-amd64-basic/log.cgi?log=0f81ac5d874456f301b154ddce0fa6f02801e2ad

 ../qa/workunits/ceph-helpers.sh:422: run_osd: ceph-disk --statedir=testdir/test-erasure-code --sysconfdir=testdir/test-erasure-code --prepend-to-path= prepare testdir/test-erasure-code/0
Traceback (most recent call last):
File "/tmp/ceph-disk-virtualenv/bin/ceph-disk", line 5, in
from pkg_resources import load_entry_point
File "/tmp/ceph-disk-virtualenv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2901, in
@_call_aside
File "/tmp/ceph-disk-virtualenv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2887, in _call_aside
f(*args, **kwargs)
File "/tmp/ceph-disk-virtualenv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2914, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/tmp/ceph-disk-virtualenv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 642, in _build_master
ws.require(__requires__)
File "/tmp/ceph-disk-virtualenv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 943, in require
needed = self.resolve(parse_requirements(requirements))
File "/tmp/ceph-disk-virtualenv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 830, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'ceph-disk' distribution was not found and is required by the application
../qa/workunits/ceph-helpers.sh:423: run_osd: return 1 

History

#1 Updated by Loïc Dachary almost 8 years ago

  • Status changed from New to In Progress
  • Assignee set to Loïc Dachary

#2 Updated by Loïc Dachary almost 8 years ago

  • Subject changed from tests: test-erasure-eio and test-erasure-code failing during 'make check' to lingering /tmp/*virtualenv* fail make check

Now that make all creates files in /tmp, they must be removed before building ceph otherwise there may be leftovers failing the tests.

#3 Updated by Loïc Dachary almost 8 years ago

  • Status changed from In Progress to Fix Under Review

#4 Updated by Sage Weil almost 8 years ago

merged. gb's need to be updated, though.

#5 Updated by Loïc Dachary almost 8 years ago

  • Status changed from Fix Under Review to Resolved

Also available in: Atom PDF