Project

General

Profile

Actions

Bug #15536

closed

"saw valgrind issues" in rgw-infernalis-distro-basic-openstack

Added by Yuri Weinstein about 8 years ago. Updated almost 7 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

Run: http://pulpito.ovh.sepia.ceph.com:8081/teuthology-2016-04-17_15:02:01-rgw-infernalis-distro-basic-openstack/
Jobs: ['37128', '37102', '37195', '37071', '37148', '37241', '37051', '37175', '37082']
Logs: http://teuthology.ovh.sepia.ceph.com/teuthology/teuthology-2016-04-17_15:02:01-rgw-infernalis-distro-basic-openstack/37051/teuthology.log

2016-04-18T08:40:29.184 ERROR:tasks.ceph:saw valgrind issue   <kind>InvalidRead</kind> in /var/log/ceph/valgrind/client.0.log
2016-04-18T08:40:29.390 INFO:teuthology.orchestra.run.target083181.stderr:gzip: /var/log/ceph/valgrind/*.gz: No such file or directory
2016-04-18T08:40:29.404 INFO:tasks.ceph:Compressing logs...
2016-04-18T08:40:29.404 INFO:teuthology.orchestra.run.target083181:Running: "sudo find /var/log/ceph -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip --" 
2016-04-18T08:40:29.654 INFO:teuthology.orchestra.run.target083182:Running: "sudo find /var/log/ceph -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip --" 
2016-04-18T08:40:37.923 INFO:tasks.ceph:Archiving logs...
2016-04-18T08:40:37.924 DEBUG:teuthology.misc:Transferring archived files from target083182:/var/log/ceph to /home/teuthworker/archive/teuthology-2016-04-17_15:02:01-rgw-infernalis-distro-basic-openstack/37051/remote/target083182/log
2016-04-18T08:40:37.926 INFO:teuthology.orchestra.run.target083182:Running: "python -c 'import os; import tempfile; import sys;(fd,fname) = tempfile.mkstemp();os.close(fd);sys.stdout.write(fname.rstrip());sys.stdout.flush()'" 
2016-04-18T08:40:38.204 INFO:teuthology.orchestra.run.target083182:Running: 'sudo tar cz -f /tmp/tmpUxUdDw -C /var/log/ceph -- .'
2016-04-18T08:40:40.477 INFO:teuthology.orchestra.run.target083182:Running: 'sudo chmod 0666 /tmp/tmpUxUdDw'
2016-04-18T08:42:24.282 INFO:teuthology.orchestra.run.target083182:Running: 'rm -fr /tmp/tmpUxUdDw'
2016-04-18T08:42:25.184 DEBUG:teuthology.misc:Transferring archived files from target083181:/var/log/ceph to /home/teuthworker/archive/teuthology-2016-04-17_15:02:01-rgw-infernalis-distro-basic-openstack/37051/remote/target083181/log
2016-04-18T08:42:25.185 INFO:teuthology.orchestra.run.target083181:Running: "python -c 'import os; import tempfile; import sys;(fd,fname) = tempfile.mkstemp();os.close(fd);sys.stdout.write(fname.rstrip());sys.stdout.flush()'" 
2016-04-18T08:42:25.391 INFO:teuthology.orchestra.run.target083181:Running: 'sudo tar cz -f /tmp/tmpgqNdSH -C /var/log/ceph -- .'
2016-04-18T08:42:27.235 INFO:teuthology.orchestra.run.target083181:Running: 'sudo chmod 0666 /tmp/tmpgqNdSH'
2016-04-18T08:43:47.054 INFO:teuthology.orchestra.run.target083181:Running: 'rm -fr /tmp/tmpgqNdSH'
2016-04-18T08:43:47.547 ERROR:teuthology.run_tasks:Manager failed: ceph
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 139, in run_tasks
    suppress = manager.__exit__(*exc_info)
  File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "/home/teuthworker/src/ceph-qa-suite_infernalis/tasks/ceph.py", line 1382, in task
    osd_scrub_pgs(ctx, config)
  File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 44, in nested
    if exit(*exc):
  File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "/home/teuthworker/src/ceph-qa-suite_infernalis/tasks/ceph.py", line 255, in valgrind_post
    raise valgrind_exception
Exception: saw valgrind issues
2016-04-18T08:43:47.581 DEBUG:teuthology.run_tasks:Unwinding manager install
2016-04-18T08:43:47.593 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 30, in nested
    yield vars
  File "/home/teuthworker/src/teuthology_master/teuthology/task/install.py", line 1276, in task
    yield
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 139, in run_tasks
    suppress = manager.__exit__(*exc_info)
  File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "/home/teuthworker/src/ceph-qa-suite_infernalis/tasks/ceph.py", line 1382, in task
    osd_scrub_pgs(ctx, config)
  File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 44, in nested
    if exit(*exc):
  File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "/home/teuthworker/src/ceph-qa-suite_infernalis/tasks/ceph.py", line 255, in valgrind_post
    raise valgrind_exception
Exception: saw valgrind issues
Actions #1

Updated by Nathan Cutler almost 8 years ago

  • Subject changed from "saw valgrind issues" in rgw-infernalis-distro-basic-openstack to "saw valgrind issues" in rgw-infernalis-distro-basic-openstack and in rgw suite in Sepia
Actions #3

Updated by Nathan Cutler almost 8 years ago

  • Subject changed from "saw valgrind issues" in rgw-infernalis-distro-basic-openstack and in rgw suite in Sepia to "saw valgrind issues" in rgw-infernalis-distro-basic-openstack

The valgrind issues seen in hammer integration were the ones mentioned in #12779, not these. Sorry for the noise.

Actions #4

Updated by Sage Weil almost 7 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF