Project

General

Profile

Actions

Bug #52651

open

ERROR: test_device_ls (tasks.mgr.test_orchestrator_cli.TestOrchestratorCli)

Added by Neha Ojha over 2 years ago.

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

0%

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

Description

2021-09-16T23:00:18.263 DEBUG:teuthology.orchestra.run.smithi090:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph orch set backend test_orchestrator
2021-09-16T23:00:18.589 DEBUG:teuthology.orchestra.run.smithi090:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph orch device ls
2021-09-16T23:00:18.895 INFO:tasks.ceph.mgr.x.smithi090.stderr:/bin/sh: line 1: /tmp/ceph-volume-virtualenv/bin/activate: No such file or directory
2021-09-16T23:00:18.903 INFO:tasks.ceph.mgr.x.smithi090.stderr:/bin/sh: line 1: ./ceph-volume-virtualenv/bin/activate: No such file or directory
2021-09-16T23:00:18.904 INFO:tasks.ceph.mgr.x.smithi090.stderr:2021-09-16T23:00:18.904+0000 7f8613e0d700 -1 mgr handle_command module 'orchestrator' command handler threw exception: Command '
2021-09-16T23:00:18.904 INFO:tasks.ceph.mgr.x.smithi090.stderr:            . ./ceph-volume-virtualenv/bin/activate
2021-09-16T23:00:18.904 INFO:tasks.ceph.mgr.x.smithi090.stderr:            ceph-volume inventory --format json
2021-09-16T23:00:18.904 INFO:tasks.ceph.mgr.x.smithi090.stderr:            ' returned non-zero exit status 1.
2021-09-16T23:00:18.905 INFO:tasks.ceph.mgr.x.smithi090.stderr:2021-09-16T23:00:18.905+0000 7f8613e0d700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last):
2021-09-16T23:00:18.905 INFO:tasks.ceph.mgr.x.smithi090.stderr:  File "/usr/share/ceph/mgr/mgr_module.py", line 1589, in _handle_command
2021-09-16T23:00:18.905 INFO:tasks.ceph.mgr.x.smithi090.stderr:    return self.handle_command(inbuf, cmd)
2021-09-16T23:00:18.906 INFO:tasks.ceph.mgr.x.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 167, in handle_command
2021-09-16T23:00:18.906 INFO:tasks.ceph.mgr.x.smithi090.stderr:    return dispatch[cmd['prefix']].call(self, cmd, inbuf)
2021-09-16T23:00:18.906 INFO:tasks.ceph.mgr.x.smithi090.stderr:  File "/usr/share/ceph/mgr/mgr_module.py", line 415, in call
2021-09-16T23:00:18.906 INFO:tasks.ceph.mgr.x.smithi090.stderr:    return self.func(mgr, **kwargs)
2021-09-16T23:00:18.907 INFO:tasks.ceph.mgr.x.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 107, in <lambda>
2021-09-16T23:00:18.907 INFO:tasks.ceph.mgr.x.smithi090.stderr:    wrapper_copy = lambda *l_args, **l_kwargs: wrapper(*l_args, **l_kwargs)  # noqa: E731
2021-09-16T23:00:18.907 INFO:tasks.ceph.mgr.x.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 96, in wrapper
2021-09-16T23:00:18.907 INFO:tasks.ceph.mgr.x.smithi090.stderr:    return func(*args, **kwargs)
2021-09-16T23:00:18.908 INFO:tasks.ceph.mgr.x.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/module.py", line 451, in _list_devices
2021-09-16T23:00:18.908 INFO:tasks.ceph.mgr.x.smithi090.stderr:    inv_hosts = raise_if_exception(completion)
2021-09-16T23:00:18.908 INFO:tasks.ceph.mgr.x.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 224, in raise_if_exception
2021-09-16T23:00:18.908 INFO:tasks.ceph.mgr.x.smithi090.stderr:    raise e
2021-09-16T23:00:18.909 INFO:tasks.ceph.mgr.x.smithi090.stderr:subprocess.CalledProcessError: Command '
2021-09-16T23:00:18.909 INFO:tasks.ceph.mgr.x.smithi090.stderr:            . ./ceph-volume-virtualenv/bin/activate
2021-09-16T23:00:18.909 INFO:tasks.ceph.mgr.x.smithi090.stderr:            ceph-volume inventory --format json
2021-09-16T23:00:18.909 INFO:tasks.ceph.mgr.x.smithi090.stderr:            ' returned non-zero exit status 1.
2021-09-16T23:00:18.910 INFO:tasks.ceph.mgr.x.smithi090.stderr:
2021-09-16T23:00:18.910 DEBUG:teuthology.orchestra.run:got remote process result: 22
2021-09-16T23:00:18.911 INFO:teuthology.orchestra.run.smithi090.stderr:Error EINVAL: Traceback (most recent call last):
2021-09-16T23:00:18.911 INFO:teuthology.orchestra.run.smithi090.stderr:  File "/usr/share/ceph/mgr/mgr_module.py", line 1589, in _handle_command
2021-09-16T23:00:18.912 INFO:teuthology.orchestra.run.smithi090.stderr:    return self.handle_command(inbuf, cmd)
2021-09-16T23:00:18.912 INFO:teuthology.orchestra.run.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 167, in handle_command
2021-09-16T23:00:18.912 INFO:teuthology.orchestra.run.smithi090.stderr:    return dispatch[cmd['prefix']].call(self, cmd, inbuf)
2021-09-16T23:00:18.912 INFO:teuthology.orchestra.run.smithi090.stderr:  File "/usr/share/ceph/mgr/mgr_module.py", line 415, in call
2021-09-16T23:00:18.913 INFO:teuthology.orchestra.run.smithi090.stderr:    return self.func(mgr, **kwargs)
2021-09-16T23:00:18.913 INFO:teuthology.orchestra.run.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 107, in <lambda>
2021-09-16T23:00:18.913 INFO:teuthology.orchestra.run.smithi090.stderr:    wrapper_copy = lambda *l_args, **l_kwargs: wrapper(*l_args, **l_kwargs)  # noqa: E731
2021-09-16T23:00:18.913 INFO:teuthology.orchestra.run.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 96, in wrapper
2021-09-16T23:00:18.914 INFO:teuthology.orchestra.run.smithi090.stderr:    return func(*args, **kwargs)
2021-09-16T23:00:18.914 INFO:teuthology.orchestra.run.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/module.py", line 451, in _list_devices
2021-09-16T23:00:18.914 INFO:teuthology.orchestra.run.smithi090.stderr:    inv_hosts = raise_if_exception(completion)
2021-09-16T23:00:18.914 INFO:teuthology.orchestra.run.smithi090.stderr:  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 224, in raise_if_exception
2021-09-16T23:00:18.915 INFO:teuthology.orchestra.run.smithi090.stderr:    raise e
2021-09-16T23:00:18.915 INFO:teuthology.orchestra.run.smithi090.stderr:subprocess.CalledProcessError: Command '
2021-09-16T23:00:18.915 INFO:teuthology.orchestra.run.smithi090.stderr:            . ./ceph-volume-virtualenv/bin/activate
2021-09-16T23:00:18.915 INFO:teuthology.orchestra.run.smithi090.stderr:            ceph-volume inventory --format json
2021-09-16T23:00:18.915 INFO:teuthology.orchestra.run.smithi090.stderr:            ' returned non-zero exit status 1.
2021-09-16T23:00:18.916 INFO:teuthology.orchestra.run.smithi090.stderr:
2021-09-16T23:00:18.916 DEBUG:teuthology.orchestra.run.smithi090:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph log 'Ended test tasks.mgr.test_orchestrator_cli.TestOrchestratorCli.test_device_ls'
2021-09-16T23:00:19.913 INFO:tasks.cephfs_test_runner:test_device_ls (tasks.mgr.test_orchestrator_cli.TestOrchestratorCli) ... ERROR

/a/yuriw-2021-09-16_18:23:18-rados-wip-yuri2-testing-2021-09-16-0923-distro-basic-smithi/6393519

No data to display

Actions

Also available in: Atom PDF