Description: rados/cephadm/smoke-roleless/{distro/rhel_7.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/4997918/teuthology.log

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

Failure Reason:

.ceph.com/foreman_tasks/tasks/58f6bd5d-a797-4367-b221-c062fe7ef543'], u'changed': True, u'end': u'2020-04-29 15:59:01.885905', '_ansible_no_log': False, u'stdout': u'', u'cmd': [u'subscription-manager', u'release', u'--set=7.7'], u'rc': 1, u'stderr': u'Traceback (most recent call last):\n File "/sbin/subscription-manager", line 9, in <module>\n load_entry_point(\'subscription-manager==1.24.13\', \'console_scripts\', \'subscription-manager\')()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main\n return managercli.ManagerCLI().main()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 2922, in main\n ret = CLI.main(self)\n File "/usr/lib64/python2.7/site-packages/subscription_manager/cli.py", line 183, in main\n return cmd.main()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 506, in main\n return_code = self._do_command()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 1650, in _do_command\n release=self.options.release\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 1103, in updateConsumer\n ret = self.conn.request_put(method, params)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 735, in request_put\n return self._request("PUT", method, params, headers=headers)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 752, in _request\n info=info, headers=headers)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 627, in _request\n self.validateResponse(result, request_type, handler)\n File "/usr/lib64/python2.7/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/58f6bd5d-a797-4367-b221-c062fe7ef543', u'delta': u'0:00:00.913129', u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'subscription-manager release --set=7.7', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, 'stdout_lines': [], u'start': u'2020-04-29 15:59:00.972776', 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: {'smithi124.front.sepia.ceph.com': {'stderr_lines': [u'Traceback (most recent call last):', u' File "/sbin/subscription-manager", line 9, in <module>', u" load_entry_point('subscription-manager==1.24.13', 'console_scripts', 'subscription-manager')()", u' File "/usr/lib64/python2.7/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main', u' return managercli.ManagerCLI().main()', u' File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 2922, in main', u' ret = CLI.main(self)', u' File "/usr/lib64/python2.7/site-packages/subscription_manager/cli.py", line 183, in main', u' return cmd.main()', u' File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 506, in main', u' return_code = self._do_command()', u' File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 1650, in _do_command', u' release=self.options.release', u' File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 1103, in updateConsumer', u' ret = self.conn.request_put(method, params)', u' File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 735, in request_put', u' return self._request("PUT", method, params, headers=headers)', u' File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 752, in _request', u' info=info, headers=headers)', u' File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 627, in _request', u' self.validateResponse(result, request_type, handler)', u' File "/usr/lib64/python2.7/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/d7e3cf78-779d-4e52-9cc7-dc16cfe9408a'], u'changed': True, u'end': u'2020-04-29 15:59:02.338735', '_ansible_no_log': False, u'stdout': u'', u'cmd': [u'subscription-manager', u'release', u'--set=7.7'], u'rc': 1, u'stderr': u'Traceback (most recent call last):\n File "/sbin/subscription-manager", line 9, in <module>\n load_entry_point(\'subscription-manager==1.24.13\', \'console_scripts\', \'subscription-manager\')()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main\n return managercli.ManagerCLI().main()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 2922, in main\n ret = CLI.main(self)\n File "/usr/lib64/python2.7/site-packages/subscription_manager/cli.py", line 183, in main\n return cmd.main()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 506, in main\n return_code = self._do_command()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 1650, in _do_command\n release=self.options.release\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 1103, in updateConsumer\n ret = self.conn.request_put(method, params)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 735, in request_put\n return self._request("PUT", method, params, headers=headers)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 752, in _request\n info=info, headers=headers)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 627, in _request\n self.validateResponse(result, request_type, handler)\n File "/usr/lib64/python2.7/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/d7e3cf78-779d-4e52-9cc7-dc16cfe9408a', u'delta': u'0:00:00.907395', u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'subscription-manager release --set=7.7', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, 'stdout_lines': [], u'start': u'2020-04-29 15:59:01.431340', 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/4997918/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/4997918
  • description: rados/cephadm/smoke-roleless/{distro/rhel_7.yaml start.yaml}
  • duration: 0:01:27
  • email:
  • failure_reason: .ceph.com/foreman_tasks/tasks/58f6bd5d-a797-4367-b221-c062fe7ef543'], u'changed': True, u'end': u'2020-04-29 15:59:01.885905', '_ansible_no_log': False, u'stdout': u'', u'cmd': [u'subscription-manager', u'release', u'--set=7.7'], u'rc': 1, u'stderr': u'Traceback (most recent call last):\n File "/sbin/subscription-manager", line 9, in \n load_entry_point(\'subscription-manager==1.24.13\', \'console_scripts\', \'subscription-manager\')()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main\n return managercli.ManagerCLI().main()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 2922, in main\n ret = CLI.main(self)\n File "/usr/lib64/python2.7/site-packages/subscription_manager/cli.py", line 183, in main\n return cmd.main()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 506, in main\n return_code = self._do_command()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 1650, in _do_command\n release=self.options.release\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 1103, in updateConsumer\n ret = self.conn.request_put(method, params)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 735, in request_put\n return self._request("PUT", method, params, headers=headers)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 752, in _request\n info=info, headers=headers)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 627, in _request\n self.validateResponse(result, request_type, handler)\n File "/usr/lib64/python2.7/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/58f6bd5d-a797-4367-b221-c062fe7ef543', u'delta': u'0:00:00.913129', u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'subscription-manager release --set=7.7', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, 'stdout_lines': [], u'start': u'2020-04-29 15:59:00.972776', 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: {'smithi124.front.sepia.ceph.com': {'stderr_lines': [u'Traceback (most recent call last):', u' File "/sbin/subscription-manager", line 9, in ', u" load_entry_point('subscription-manager==1.24.13', 'console_scripts', 'subscription-manager')()", u' File "/usr/lib64/python2.7/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main', u' return managercli.ManagerCLI().main()', u' File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 2922, in main', u' ret = CLI.main(self)', u' File "/usr/lib64/python2.7/site-packages/subscription_manager/cli.py", line 183, in main', u' return cmd.main()', u' File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 506, in main', u' return_code = self._do_command()', u' File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 1650, in _do_command', u' release=self.options.release', u' File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 1103, in updateConsumer', u' ret = self.conn.request_put(method, params)', u' File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 735, in request_put', u' return self._request("PUT", method, params, headers=headers)', u' File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 752, in _request', u' info=info, headers=headers)', u' File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 627, in _request', u' self.validateResponse(result, request_type, handler)', u' File "/usr/lib64/python2.7/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/d7e3cf78-779d-4e52-9cc7-dc16cfe9408a'], u'changed': True, u'end': u'2020-04-29 15:59:02.338735', '_ansible_no_log': False, u'stdout': u'', u'cmd': [u'subscription-manager', u'release', u'--set=7.7'], u'rc': 1, u'stderr': u'Traceback (most recent call last):\n File "/sbin/subscription-manager", line 9, in \n load_entry_point(\'subscription-manager==1.24.13\', \'console_scripts\', \'subscription-manager\')()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/scripts/subscription_manager.py", line 85, in main\n return managercli.ManagerCLI().main()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 2922, in main\n ret = CLI.main(self)\n File "/usr/lib64/python2.7/site-packages/subscription_manager/cli.py", line 183, in main\n return cmd.main()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 506, in main\n return_code = self._do_command()\n File "/usr/lib64/python2.7/site-packages/subscription_manager/managercli.py", line 1650, in _do_command\n release=self.options.release\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 1103, in updateConsumer\n ret = self.conn.request_put(method, params)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 735, in request_put\n return self._request("PUT", method, params, headers=headers)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 752, in _request\n info=info, headers=headers)\n File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 627, in _request\n self.validateResponse(result, request_type, handler)\n File "/usr/lib64/python2.7/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/d7e3cf78-779d-4e52-9cc7-dc16cfe9408a', u'delta': u'0:00:00.907395', u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'subscription-manager release --set=7.7', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, 'stdout_lines': [], u'start': u'2020-04-29 15:59:01.431340', 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: 4997918
  • 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: 7.7
  • 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=0c6b227a6f484af885f741836e8782ac
  • 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:
    • smithi120.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEYWrMWd8DMhs6k4DoNStiH6qGqOciGVCqG1sXPoBD7+uwvzj41Co51unv9Mco8GVT3JRWTE+jfwd87UlsQo3FRXkqZStsVCHMc/CBcHREIbzsZlA2JcoWZm88NP3NRu7SIZFFwGFgFDG/sXHzhHeTiR3BIpLbz+w5xehFa+W1mzj4UarU43HoMQKdbEi2iDvPpRQ+p7zwAro6quOtzzoCzWoEASkBEafn9Mutr6V0UXKdtO0C0zV8woNEiPQSzBi/wMxH1Bx+OjvZeqVoXgI6TwS3H5W0plm6Z7gnY4WD92fc2FKRNoSdkbFozYQWgMbCJS0iJwwVlT2krlq+nM55
    • smithi124.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZga/1vy3qHkkQ10usOjZ7RvjPDub5EpT9ZBUpzpZU6s/U69VbdDnLSislZsgLCB17Tt43Rjam703q5F1xRLQq9Z+tYOw2WMaW7S7fHhhkyAddoNq084dqE+D1BeCGUYgk9pAcaZgfbtSH4BrVs3/co0T9EScfOKn2znk9fPNZGv2Cm77g/rjTwosL2/+NdxqW7VoyzTwHd/6XZnrxeb74E0AXPMk0NGhC7HR41lfG4LshQdzs7mOA0M5Ip5X2Jq7BnE4JB3sxTqosAXHZoRdBqisIToIpSEa/W7w6a9Uu4bmfvwbuDTjFArC7t+7gHxrvsWCJjgNaEJuqfiS6hbsR
  • 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:35:09
  • started: 2020-04-29 15:51:36
  • updated: 2020-04-29 15:59:35
  • status_class: danger
  • runtime: 0:07:59
  • wait_time: 0:06:32