Project

General

Profile

Bug #39289

"Test failure: test_telemetry" in rados (mimic)

Added by Yuri Weinstein almost 5 years ago. Updated almost 5 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

Run: http://pulpito.ceph.com/yuriw-2019-04-14_16:46:34-rados-wip-yuri3-testing-2019-04-12-1605-mimic-distro-basic-smithi/
Jobs: 3846782
Logs: http://qa-proxy.ceph.com/teuthology/yuriw-2019-04-14_16:46:34-rados-wip-yuri3-testing-2019-04-12-1605-mimic-distro-basic-smithi/3846782/teuthology.log

2019-04-14T17:11:13.614 INFO:tasks.cephfs_test_runner:ERROR: test_telemetry (tasks.mgr.test_module_selftest.TestModuleSelftest)
2019-04-14T17:11:13.614 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2019-04-14T17:11:13.614 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2019-04-14T17:11:13.614 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri3-testing-2019-04-12-1605-mimic/qa/tasks/mgr/test_module_selftest.py", line 59, in test_telemetry
2019-04-14T17:11:13.615 INFO:tasks.cephfs_test_runner:    self._selftest_plugin("telemetry")
2019-04-14T17:11:13.615 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri3-testing-2019-04-12-1605-mimic/qa/tasks/mgr/test_module_selftest.py", line 32, in _selftest_plugin
2019-04-14T17:11:13.615 INFO:tasks.cephfs_test_runner:    self.mgr_cluster.mon_manager.raw_cluster_cmd(module_name, "self-test")
2019-04-14T17:11:13.615 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri3-testing-2019-04-12-1605-mimic/qa/tasks/ceph_manager.py", line 1134, in raw_cluster_cmd
2019-04-14T17:11:13.615 INFO:tasks.cephfs_test_runner:    stdout=StringIO(),
2019-04-14T17:11:13.615 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 193, in run
2019-04-14T17:11:13.615 INFO:tasks.cephfs_test_runner:    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
2019-04-14T17:11:13.615 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 435, in run
2019-04-14T17:11:13.616 INFO:tasks.cephfs_test_runner:    r.wait()
2019-04-14T17:11:13.616 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 162, in wait
2019-04-14T17:11:13.616 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2019-04-14T17:11:13.616 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 184, in _raise_for_status
2019-04-14T17:11:13.616 INFO:tasks.cephfs_test_runner:    node=self.hostname, label=self.label
2019-04-14T17:11:13.616 INFO:tasks.cephfs_test_runner:CommandFailedError: Command failed on smithi148 with status 22: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph telemetry self-test'


Related issues

Duplicates mgr - Backport #39132: mimic: AttributeError: 'Module' object has no attribute 'remote' Resolved

History

#1 Updated by Yuri Weinstein almost 5 years ago

  • Related to Bug #37976: telemetry self-test fail added

#2 Updated by Yuri Weinstein almost 5 years ago

do we need backport for https://github.com/ceph/ceph/pull/26046 on mimic ?

#3 Updated by Sebastian Wagner almost 5 years ago

The real Traceback is:

Error EINVAL: Traceback (most recent call last):
  File "/usr/lib64/ceph/mgr/telemetry/module.py", line 328, in handle_command
    self.self_test()
  File "/usr/lib64/ceph/mgr/telemetry/module.py", line 384, in self_test
    self.compile_report()
  File "/usr/lib64/ceph/mgr/telemetry/module.py", line 291, in compile_report
    report['crashes'] = self.gather_crashinfo()
  File "/usr/lib64/ceph/mgr/telemetry/module.py", line 214, in gather_crashinfo
    errno, crashids, err = self.remote('crash', 'do_ls', '', '')
AttributeError: 'Module' object has no attribute 'remote'

#4 Updated by Sebastian Wagner almost 5 years ago

  • Duplicates Backport #39132: mimic: AttributeError: 'Module' object has no attribute 'remote' added

#5 Updated by Sebastian Wagner almost 5 years ago

  • Related to deleted (Bug #37976: telemetry self-test fail)

#6 Updated by Sebastian Wagner almost 5 years ago

  • Status changed from New to Duplicate

#7 Updated by Sebastian Wagner almost 5 years ago

https://github.com/ceph/ceph/pull/26046 fixes a different error. This one is different

Also available in: Atom PDF