Description: rados/cephadm/smoke-roleless/{distro/rhel_latest.yaml start.yaml}

Log: http://qa-proxy.ceph.com/teuthology/yuriw-2020-04-29_15:34:24-rados-wip-yuri4-testing-2020-04-28-1612-octopus-distro-basic-smithi/4997901/teuthology.log

Sentry event: http://sentry.ceph.com/sepia/teuthology/?q=f4877467006a45529a7ace57fa7c50fa

Failure Reason:

a.ceph.com/foreman_tasks/tasks/d9894bfb-217d-4603-9ee3-225280bb11fd'], u'changed': True, u'end': u'2020-04-29 15:52:43.100043', '_ansible_no_log': False, u'stdout': u'', u'cmd': [u'subscription-manager', u'release', u'--set=8.1'], u'delta': u'0:00:01.056341', u'stderr': u'Traceback (most recent call last):\n File "/sbin/subscription-manager", line 11, in <module>\n load_entry_point(\'subscription-manager==1.25.17\', \'console_scripts\', \'subscription-manager\')()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main\n return managercli.ManagerCLI().main()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 2982, in main\n ret = CLI.main(self)\n File "/usr/lib64/python3.6/site-packages/subscription_manager/cli.py", line 183, in main\n return cmd.main()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 536, in main\n return_code = self._do_command()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 1680, in _do_command\n release=self.options.release\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 1121, in updateConsumer\n ret = self.conn.request_put(method, params)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 735, in request_put\n return self._request("PUT", method, params, headers=headers)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 752, in _request\n info=info, headers=headers)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 627, in _request\n self.validateResponse(result, request_type, handler)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 689, in validateResponse\n raise RestlibException(response[\'status\'], error_msg, response.get(\'headers\'))\nrhsm.connection.RestlibException: HTTP error (500 - Internal Server Error): Required lock is already taken by other running tasks.\nPlease inspect their state, fix their errors and resume them.\n\nRequired lock: update\nConflicts with tasks:\n- https://satellite.front.sepia.ceph.com/foreman_tasks/tasks/d9894bfb-217d-4603-9ee3-225280bb11fd', u'rc': 1, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'subscription-manager release --set=8.1', u'removes': None, u'argv': None, u'warn': True, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, 'stdout_lines': [], u'start': u'2020-04-29 15:52:42.043702', u'msg': u'non-zero return code'}}Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/callback_plugins/failure_log.py", line 44, in log_failure log.error(yaml.safe_dump(failure)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 309, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 281, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 29, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 219, in represent_list return self.represent_sequence(u'tag:yaml.org,2002:seq', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 102, in represent_sequence node_item = self.represent_data(item) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 68, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 251, in represent_undefined raise RepresenterError("cannot represent an object", data)RepresenterError: ('cannot represent an object', u'subscription-manager')Failure object was: {'smithi153.front.sepia.ceph.com': {'stderr_lines': [u'Traceback (most recent call last):', u' File "/sbin/subscription-manager", line 11, in <module>', u" load_entry_point('subscription-manager==1.25.17', 'console_scripts', 'subscription-manager')()", u' File "/usr/lib64/python3.6/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main', u' return managercli.ManagerCLI().main()', u' File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 2982, in main', u' ret = CLI.main(self)', u' File "/usr/lib64/python3.6/site-packages/subscription_manager/cli.py", line 183, in main', u' return cmd.main()', u' File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 536, in main', u' return_code = self._do_command()', u' File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 1680, in _do_command', u' release=self.options.release', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 1121, in updateConsumer', u' ret = self.conn.request_put(method, params)', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 735, in request_put', u' return self._request("PUT", method, params, headers=headers)', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 752, in _request', u' info=info, headers=headers)', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 627, in _request', u' self.validateResponse(result, request_type, handler)', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 689, in validateResponse', u" raise RestlibException(response['status'], error_msg, response.get('headers'))", u'rhsm.connection.RestlibException: HTTP error (500 - Internal Server Error): Required lock is already taken by other running tasks.', u'Please inspect their state, fix their errors and resume them.', u'', u'Required lock: update', u'Conflicts with tasks:', u'- https://satellite.front.sepia.ceph.com/foreman_tasks/tasks/57dd37d8-3d4e-4054-a801-504133a51a0d'], u'changed': True, u'end': u'2020-04-29 15:52:43.410353', '_ansible_no_log': False, u'stdout': u'', u'cmd': [u'subscription-manager', u'release', u'--set=8.1'], u'delta': u'0:00:01.093304', u'stderr': u'Traceback (most recent call last):\n File "/sbin/subscription-manager", line 11, in <module>\n load_entry_point(\'subscription-manager==1.25.17\', \'console_scripts\', \'subscription-manager\')()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main\n return managercli.ManagerCLI().main()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 2982, in main\n ret = CLI.main(self)\n File "/usr/lib64/python3.6/site-packages/subscription_manager/cli.py", line 183, in main\n return cmd.main()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 536, in main\n return_code = self._do_command()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 1680, in _do_command\n release=self.options.release\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 1121, in updateConsumer\n ret = self.conn.request_put(method, params)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 735, in request_put\n return self._request("PUT", method, params, headers=headers)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 752, in _request\n info=info, headers=headers)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 627, in _request\n self.validateResponse(result, request_type, handler)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 689, in validateResponse\n raise RestlibException(response[\'status\'], error_msg, response.get(\'headers\'))\nrhsm.connection.RestlibException: HTTP error (500 - Internal Server Error): Required lock is already taken by other running tasks.\nPlease inspect their state, fix their errors and resume them.\n\nRequired lock: update\nConflicts with tasks:\n- https://satellite.front.sepia.ceph.com/foreman_tasks/tasks/57dd37d8-3d4e-4054-a801-504133a51a0d', u'rc': 1, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'subscription-manager release --set=8.1', u'removes': None, u'argv': None, u'warn': True, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, 'stdout_lines': [], u'start': u'2020-04-29 15:52:42.317049', u'msg': u'non-zero return code'}}Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/callback_plugins/failure_log.py", line 44, in log_failure log.error(yaml.safe_dump(failure)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 309, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 281, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 29, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 219, in represent_list return self.represent_sequence(u'tag:yaml.org,2002:seq', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 102, in represent_sequence node_item = self.represent_data(item) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 68, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 251, in represent_undefined raise RepresenterError("cannot represent an object", data)RepresenterError: ('cannot represent an object', u'subscription-manager')

  • log_href: http://qa-proxy.ceph.com/teuthology/yuriw-2020-04-29_15:34:24-rados-wip-yuri4-testing-2020-04-28-1612-octopus-distro-basic-smithi/4997901/teuthology.log
  • archive_path: /home/teuthworker/archive/yuriw-2020-04-29_15:34:24-rados-wip-yuri4-testing-2020-04-28-1612-octopus-distro-basic-smithi/4997901
  • description: rados/cephadm/smoke-roleless/{distro/rhel_latest.yaml start.yaml}
  • duration: 0:01:39
  • email:
  • failure_reason: a.ceph.com/foreman_tasks/tasks/d9894bfb-217d-4603-9ee3-225280bb11fd'], u'changed': True, u'end': u'2020-04-29 15:52:43.100043', '_ansible_no_log': False, u'stdout': u'', u'cmd': [u'subscription-manager', u'release', u'--set=8.1'], u'delta': u'0:00:01.056341', u'stderr': u'Traceback (most recent call last):\n File "/sbin/subscription-manager", line 11, in \n load_entry_point(\'subscription-manager==1.25.17\', \'console_scripts\', \'subscription-manager\')()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main\n return managercli.ManagerCLI().main()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 2982, in main\n ret = CLI.main(self)\n File "/usr/lib64/python3.6/site-packages/subscription_manager/cli.py", line 183, in main\n return cmd.main()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 536, in main\n return_code = self._do_command()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 1680, in _do_command\n release=self.options.release\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 1121, in updateConsumer\n ret = self.conn.request_put(method, params)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 735, in request_put\n return self._request("PUT", method, params, headers=headers)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 752, in _request\n info=info, headers=headers)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 627, in _request\n self.validateResponse(result, request_type, handler)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 689, in validateResponse\n raise RestlibException(response[\'status\'], error_msg, response.get(\'headers\'))\nrhsm.connection.RestlibException: HTTP error (500 - Internal Server Error): Required lock is already taken by other running tasks.\nPlease inspect their state, fix their errors and resume them.\n\nRequired lock: update\nConflicts with tasks:\n- https://satellite.front.sepia.ceph.com/foreman_tasks/tasks/d9894bfb-217d-4603-9ee3-225280bb11fd', u'rc': 1, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'subscription-manager release --set=8.1', u'removes': None, u'argv': None, u'warn': True, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, 'stdout_lines': [], u'start': u'2020-04-29 15:52:42.043702', u'msg': u'non-zero return code'}}Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/callback_plugins/failure_log.py", line 44, in log_failure log.error(yaml.safe_dump(failure)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 309, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 281, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 29, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 219, in represent_list return self.represent_sequence(u'tag:yaml.org,2002:seq', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 102, in represent_sequence node_item = self.represent_data(item) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 68, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 251, in represent_undefined raise RepresenterError("cannot represent an object", data)RepresenterError: ('cannot represent an object', u'subscription-manager')Failure object was: {'smithi153.front.sepia.ceph.com': {'stderr_lines': [u'Traceback (most recent call last):', u' File "/sbin/subscription-manager", line 11, in ', u" load_entry_point('subscription-manager==1.25.17', 'console_scripts', 'subscription-manager')()", u' File "/usr/lib64/python3.6/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main', u' return managercli.ManagerCLI().main()', u' File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 2982, in main', u' ret = CLI.main(self)', u' File "/usr/lib64/python3.6/site-packages/subscription_manager/cli.py", line 183, in main', u' return cmd.main()', u' File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 536, in main', u' return_code = self._do_command()', u' File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 1680, in _do_command', u' release=self.options.release', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 1121, in updateConsumer', u' ret = self.conn.request_put(method, params)', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 735, in request_put', u' return self._request("PUT", method, params, headers=headers)', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 752, in _request', u' info=info, headers=headers)', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 627, in _request', u' self.validateResponse(result, request_type, handler)', u' File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 689, in validateResponse', u" raise RestlibException(response['status'], error_msg, response.get('headers'))", u'rhsm.connection.RestlibException: HTTP error (500 - Internal Server Error): Required lock is already taken by other running tasks.', u'Please inspect their state, fix their errors and resume them.', u'', u'Required lock: update', u'Conflicts with tasks:', u'- https://satellite.front.sepia.ceph.com/foreman_tasks/tasks/57dd37d8-3d4e-4054-a801-504133a51a0d'], u'changed': True, u'end': u'2020-04-29 15:52:43.410353', '_ansible_no_log': False, u'stdout': u'', u'cmd': [u'subscription-manager', u'release', u'--set=8.1'], u'delta': u'0:00:01.093304', u'stderr': u'Traceback (most recent call last):\n File "/sbin/subscription-manager", line 11, in \n load_entry_point(\'subscription-manager==1.25.17\', \'console_scripts\', \'subscription-manager\')()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main\n return managercli.ManagerCLI().main()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 2982, in main\n ret = CLI.main(self)\n File "/usr/lib64/python3.6/site-packages/subscription_manager/cli.py", line 183, in main\n return cmd.main()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 536, in main\n return_code = self._do_command()\n File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 1680, in _do_command\n release=self.options.release\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 1121, in updateConsumer\n ret = self.conn.request_put(method, params)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 735, in request_put\n return self._request("PUT", method, params, headers=headers)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 752, in _request\n info=info, headers=headers)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 627, in _request\n self.validateResponse(result, request_type, handler)\n File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 689, in validateResponse\n raise RestlibException(response[\'status\'], error_msg, response.get(\'headers\'))\nrhsm.connection.RestlibException: HTTP error (500 - Internal Server Error): Required lock is already taken by other running tasks.\nPlease inspect their state, fix their errors and resume them.\n\nRequired lock: update\nConflicts with tasks:\n- https://satellite.front.sepia.ceph.com/foreman_tasks/tasks/57dd37d8-3d4e-4054-a801-504133a51a0d', u'rc': 1, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'subscription-manager release --set=8.1', u'removes': None, u'argv': None, u'warn': True, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, 'stdout_lines': [], u'start': u'2020-04-29 15:52:42.317049', u'msg': u'non-zero return code'}}Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/callback_plugins/failure_log.py", line 44, in log_failure log.error(yaml.safe_dump(failure)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 309, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 281, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 29, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 219, in represent_list return self.represent_sequence(u'tag:yaml.org,2002:seq', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 102, in represent_sequence node_item = self.represent_data(item) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 68, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_py2/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 251, in represent_undefined raise RepresenterError("cannot represent an object", data)RepresenterError: ('cannot represent an object', u'subscription-manager')
  • flavor:
  • job_id: 4997901
  • kernel:
    • sha1: distro
    • kdb: True
  • last_in_suite: False
  • machine_type: smithi
  • name: yuriw-2020-04-29_15:34:24-rados-wip-yuri4-testing-2020-04-28-1612-octopus-distro-basic-smithi
  • nuke_on_error: True
  • os_type: rhel
  • os_version: 8.1
  • overrides:
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
          • osd default pool size: 2
    • selinux:
      • whitelist:
        • scontext=system_u:system_r:logrotate_t:s0
    • workunit:
      • sha1: 145e3cdab3ba1add87c29e6952dba247c3b5ddb3
      • branch: wip-yuri4-testing-2020-04-28-1612-octopus
    • ceph:
      • log-whitelist:
        • \(MDS_ALL_DOWN\)
        • \(MDS_UP_LESS_THAN_MAX\)
      • conf:
        • mgr:
          • debug ms: 1
          • debug mgr: 20
        • mon:
          • debug mon: 20
          • debug paxos: 20
          • debug ms: 1
        • osd:
          • debug osd: 25
          • debug filestore: 20
          • debug journal: 20
          • debug ms: 20
          • osd shutdown pgref assert: True
      • sha1: 145e3cdab3ba1add87c29e6952dba247c3b5ddb3
    • install:
      • ceph:
        • sha1: 145e3cdab3ba1add87c29e6952dba247c3b5ddb3
    • admin_socket:
      • branch: wip-yuri4-testing-2020-04-28-1612-octopus
  • owner: scheduled_yuriw@teuthology
  • pid:
  • roles:
    • ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0']
    • ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1']
  • sentry_event: http://sentry.ceph.com/sepia/teuthology/?q=f4877467006a45529a7ace57fa7c50fa
  • status: fail
  • success: False
  • branch: wip-yuri4-testing-2020-04-28-1612-octopus
  • seed:
  • sha1: 145e3cdab3ba1add87c29e6952dba247c3b5ddb3
  • subset:
  • suite:
  • suite_branch: wip-yuri4-testing-2020-04-28-1612-octopus
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: 145e3cdab3ba1add87c29e6952dba247c3b5ddb3
  • targets:
    • smithi153.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEZHxjkUjZhCNf1ZMsoogWu1VyT9S78tzWQJiTgXwYFNqsGgROAPEUJIj5XVnSgi0OiuErscLDvyn1FJ1E04m6Xut+f45/BpVU1DISkqyszg/yhdA+1hKjL0Z1kg9uaVUc+X1XJng3qXj46Ey92J5c+vpY5SYmaayY6ASP4PPpo+ruHG1duGBjA6eaOJpSn6/lk0xTeUb7sMgWcWBFgF5XO+EoPI20eM8NSbc+IHKgTeJzcTw06K8KjpDjtpKRIURaJ6mzv9c05imApr3u5txWr/hO+/P5bQPq14HAlZni/2AM7qDpMecveC+pAnT4LUxfMaKH0q5a5yzn5N1BPLxh5m4w1CfYXJkafLCaYzI4/U7e/eyyszWt4XsXYiKJOFkm64WV8ibygUVXF0sHEYTz096xHtcKklwBoL1dgNDHL5L46b1NCSnP74+IMEcHvSOao54TE1ZcgkyrZXeMDdT7QCcRRmHaIBSvPVQE6o26BPjZ1lOz8eL7Y7u4LjPDTfU=
    • smithi156.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDu8Z7UJmDtyY2vKwWqfK7XKtEyRa2J7iYwpB1mcYgBrmHEoIiqc9i4JaDxFrsF9l7Z8zcyUprKmJkeNY0B+7lve8Yb8Xffqm4bZwhAgy45XJ+FIhqjqxWDOZIuGiCnhgAG53fmZuBrfzII+9jxzGWxFKL7XH+VBZicktro69zSMM1dLBoFLtfhDvevk6U8FTwbeOAWP9W0nWxh7GLXk4xLNYH3vP6FzNCwzftK9x0m5HcVULcA/gorBmnccKqpuwfWBPQqAdRa2gTilKQkeK5k6EXDgz4lJw0H1JnNUlJCjOvUcTOPm3g3w0IfNlciahKKhdWo467m1gI4yXVrH7gxixlbpWlB6UzW/E/NeVD9gEFXsQkvBLUnev4tpBQq5cus4URc3+Dwao+AZyMJgVgUREzzRuqCSpqHxzWkNXBw7SnHn8TfCGUK0NbMR7Dfv0rEQcJzR45nHmUoR3/5VOc7+DT+L3nHQ+Yk1cYp4HXH9bbYbTkL5JWpUBuK/YcYwFc=
  • tasks:
    • internal.check_packages:
    • internal.buildpackages_prep:
    • internal.lock_machines:
      • 2
      • smithi
    • internal.save_config:
    • internal.check_lock:
    • internal.add_remotes:
    • console_log:
    • internal.connect:
    • internal.push_inventory:
    • internal.serialize_remote_roles:
    • internal.check_conflict:
    • internal.check_ceph_data:
    • internal.vm_setup:
    • kernel:
      • sha1: distro
      • kdb: True
    • internal.base:
    • internal.archive_upload:
    • internal.archive:
    • internal.coredump:
    • internal.sudo:
    • internal.syslog:
    • internal.timer:
    • pcp:
    • selinux:
    • ansible.cephlab:
    • clock:
    • cephadm:
      • roleless: True
    • cephadm.shell:
      • host.a:
        • ceph orch status
        • ceph orch ps
        • ceph orch ls
        • ceph orch host ls
        • ceph orch device ls
  • teuthology_branch: py2
  • verbose: True
  • pcp_grafana_url:
  • priority:
  • user:
  • queue:
  • posted: 2020-04-29 15:34:54
  • started: 2020-04-29 15:43:35
  • updated: 2020-04-29 15:53:34
  • status_class: danger
  • runtime: 0:09:59
  • wait_time: 0:08:20