2020-09-06T10:28:37.701 INFO:root:teuthology version: 1.0.0-c6539b8 2020-09-06T10:28:37.703 INFO:teuthology.results:subset: '24/9999' 2020-09-06T10:28:37.703 INFO:teuthology.results:seed: '6570' 2020-09-06T12:39:07.824 INFO:root:teuthology version: 1.0.0-c6539b8 2020-09-06T12:39:07.882 INFO:teuthology.results:Waiting up to 43200 seconds for tests to finish... 2020-09-06T15:56:13.918 INFO:teuthology.results:Tests finished! gathering results... 2020-09-06T15:56:32.277 INFO:scrape:Found 148 jobs 2020-09-06T15:56:33.469 INFO:scrape:Found 5 distinct failure reasons 2020-09-06T15:56:33.471 INFO:scrape:Failure: Command failed with status 4: 'ansible-playbook -v --extra-vars \'{"ansible_ssh_user": "ubuntu"}\' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml' 2020-09-06T15:56:33.471 INFO:scrape:2 jobs: ['5401808', '5401806'] 2020-09-06T15:56:33.471 INFO:scrape:suites intersection: [] 2020-09-06T15:56:33.472 INFO:scrape:suites union: ['centos_latest', 'clusters/{fixed-1', 'objectstore/bluestore-comp-zlib', 'objectstore/bluestore-stupid', 'openstack', 'openstack}', 'rbd/singleton/{all/snap-diff', 'rbd/valgrind/{base/install', 'supported-random-distro$/{centos_latest}}', 'validator/memcheck', 'workloads/rbd_mirror}'] 2020-09-06T15:56:33.472 INFO:scrape: 2020-09-06T15:56:33.473 INFO:scrape:Failure: {'Failure object was': {'smithi110.front.sepia.ceph.com': {'msg': 'Failed to manage policy for boolean nagios_run_sudo: [Errno 11] Resource temporarily unavailable', 'invocation': {'module_args': {'name': 'nagios_run_sudo', 'state': True, 'persistent': True, 'ignore_selinux_state': False}}, '_ansible_no_log': False, 'changed': False}}, '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_master/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 306, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 27, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping(\'tag:yaml.org,2002:map\', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping(\'tag:yaml.org,2002:map\', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping(\'tag:yaml.org,2002:map\', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping(\'tag:yaml.org,2002:map\', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 231, in represent_undefined raise RepresenterError("cannot represent an object", data)', 'yaml.representer.RepresenterError': "('cannot represent an object', 'nagios_run_sudo')"} 2020-09-06T15:56:33.473 INFO:scrape:1 jobs: ['5401693'] 2020-09-06T15:56:33.474 INFO:scrape:suites: ['objectstore/bluestore-bitmap', 'openstack', 'rbd/singleton-bluestore/{all/issue-20295', 'supported-random-distro$/{ubuntu_latest}}'] 2020-09-06T15:56:33.474 INFO:scrape: 2020-09-06T15:56:33.475 INFO:scrape:Failure: Stale jobs detected, aborting. 2020-09-06T15:56:33.475 INFO:scrape:1 jobs: ['5401809'] 2020-09-06T15:56:33.475 INFO:scrape:suites: ['clusters/{fixed-3', 'features/defaults', 'msgr-failures/few', 'objectstore/bluestore-low-osd-mem-target', 'openstack}', 'pool/small-cache-pool', 'rbd/qemu/{cache/writearound', 'supported-random-distro$/{ubuntu_latest}', 'workloads/qemu_xfstests}'] 2020-09-06T15:56:33.476 INFO:scrape: 2020-09-06T15:56:33.476 INFO:scrape:Failure: 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}], 'changed': True, 'msg': 'All items completed'}}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_master/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 306, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 27, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 199, in represent_list return self.represent_sequence('tag:yaml.org,2002:seq', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 92, in represent_sequence node_item = self.represent_data(item) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 231, in represent_undefined raise RepresenterError("cannot represent an object", data)yaml.representer.RepresenterError: ('cannot represent an object', 'dm-1')Failure object was: {'smithi036.front.sepia.ceph.com': {'results': [{'cmd': 'dd if=/dev/zero of=/dev/dm-1 bs=1M count=110', 'stdout': '', 'stderr': '110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.132138 s, 873 MB/s', 'rc': 0, 'start': '2020-09-06 12:54:16.263827', 'end': '2020-09-06 12:54:16.398642', 'delta': '0:00:00.134815', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'dd if=/dev/zero of=/dev/dm-1 bs=1M count=110', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': [], 'stderr_lines': ['110+0 records in', '110+0 records out', '115343360 bytes (115 MB, 110 MiB) copied, 0.132138 s, 873 MB/s'], '_ansible_no_log': False, 'failed': False, 'item': {'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUe4elEJhmODeN5b1kZdtb03lps42px3s6p'], 'uuids': ['327536c7-bd03-45a1-ab82-34840b96834b'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUe4elEJhmODeN5b1kZdtb03lps42px3s6p'], 'uuids': ['327536c7-bd03-45a1-ab82-34840b96834b'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}, {'cmd': 'dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110', 'stdout': '', 'stderr': '110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0334204 s, 3.5 GB/s', 'rc': 0, 'start': '2020-09-06 12:54:16.600537', 'end': '2020-09-06 12:54:16.636559', 'delta': '0:00:00.036022', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': [], 'stderr_lines': ['110+0 records in', '110+0 records out', '115343360 bytes (115 MB, 110 MiB) copied, 0.0334204 s, 3.5 GB/s'], '_ansible_no_log': False, 'failed': False, 'item': {'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-t649mS-4vxn-W2wn-9VO1-eOiQ-i9jR-toxg8d', 'nvme-INTEL_SSDPEDMD400G4_CVFT53300040400BGN', 'nvme-nvme.8086-43564654353333303030343034303042474e-494e54454c205353445045444d443430304734-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDMD400G4', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '781422768', 'sectorsize': '512', 'size': '372.61 GB', 'host': 'Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-t649mS-4vxn-W2wn-9VO1-eOiQ-i9jR-toxg8d', 'nvme-INTEL_SSDPEDMD400G4_CVFT53300040400BGN', 'nvme-nvme.8086-43564654353333303030343034303042474e-494e54454c205353445045444d443430304734-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDMD400G4', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '781422768', 'sectorsize': '512', 'size': '372.61 GB', 'host': 'Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}}, {'unreachable': True, 'msg': 'Data could not be sent to remote host "smithi036.front.sepia.ceph.com". Make sure this host can be reached over ssh: Warning: Permanently added \'smithi036.front.sepia.ceph.com,172.21.15.36\' (ECDSA) to the list of known hosts.\r\nubuntu@smithi036.front.sepia.ceph.com: Permission denied (publickey,password,keyboard-interactive).\r\n', 'item': {'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUeYWYGbJs8Z3wEDd9Voc10l1k3CclG7bJG'], 'uuids': ['175a600b-7d6f-4cd9-b034-658321c22487'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUeYWYGbJs8Z3wEDd9Voc10l1k3CclG7bJG'], 'uuids': ['175a600b-7d6f-4cd9-b034-658321c22487'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}}, {'unreachable': True, 'msg': 'Data could not be sent to remote host "smithi036.front.sepia.ceph.com". Make sure this host can be reached over ssh: ssh: connect to host smithi036.front.sepia.ceph.com port 22: Connection timed out\r\n', 'item': {'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUegrTtCIrjJqQQg29TT5DFK7tkRzyv7Zyd'], 'uuids': ['a8fa39dc-5b05-4c49-ba11-48bdaed31938'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUegrTtCIrjJqQQg29TT5DFK7tkRzyv7Zyd'], 'uuids': ['a8fa39dc-5b05-4c49-ba11-48bdaed31938'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}, {'failed': True, 'module_stdout': '', 'module_stderr': "Warning: Permanently added 'smithi036.front.sepia.ceph.com,172.21.15.36' (ECDSA) to the list of known hosts.\r\n/bin/sh: 1: /usr/libexec/platform-python: not found\n", 'msg': 'The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error', 'rc': 127, '_ansible_no_log': False, 'changed': False, 'item': {'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUeXRNFx1iIHvbP3ta9zjDUMZSGcYGSkhBU'], 'uuids': ['f391616b-f432-4536-8343-6b3cf8af764d'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUeXRNFx1iIHvbP3ta9zjDUMZSGcYGSkhBU'], 'uuids': ['f391616b-f432-4536-8343-6b3cf8af764d'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}, {'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', '_ansible_no_log': False, 'item': {'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J2QS', 'wwn-0x5000c500871b68bf'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4J2QS', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871b68bf', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J2QS-part1', 'wwn-0x5000c500871b68bf-part1'], 'uuids': ['7e53389d-f8ef-4bef-b3f0-509d591fc1e4'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '7e53389d-f8ef-4bef-b3f0-509d591fc1e4', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J2QS', 'wwn-0x5000c500871b68bf'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4J2QS', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871b68bf', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J2QS-part1', 'wwn-0x5000c500871b68bf-part1'], 'uuids': ['7e53389d-f8ef-4bef-b3f0-509d591fc1e4'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '7e53389d-f8ef-4bef-b3f0-509d591fc1e4', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}}, {'failed': True, 'module_stdout': '', 'module_stderr': '/bin/sh: 1: /usr/libexec/platform-python: not found\n', 'msg': 'The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error', 'rc': 127, '_ansible_no_log': False, 'changed': False, 'item': {'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUe0Hjw4yQ7ew94jg1LKgcyIIRHaBYDxSjj'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUe0Hjw4yQ7ew94jg1LKgcyIIRHaBYDxSjj'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}], 'changed': True, 'msg': 'All items completed'}}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_master/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 306, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 27, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 199, in represent_list return self.represent_sequence('tag:yaml.org,2002:seq', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 92, in represent_sequence node_item = self.represent_data(item) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 231, in represent_undefined raise RepresenterError("cannot represent an object", data)yaml.representer.RepresenterError: ('cannot represent an object', 'dm-1') 2020-09-06T15:56:33.477 INFO:scrape:1 jobs: ['5401812'] 2020-09-06T15:56:33.478 INFO:scrape:suites: ['clients/mirror', 'cluster/{2-node', 'msgr-failures/few', 'objectstore/bluestore-stupid', 'openstack}', 'policy/none', 'rbd-mirror/four-per-cluster', 'rbd/mirror-thrash/{base/install', 'supported-random-distro$/{centos_latest}', 'workloads/rbd-mirror-stress-workunit}'] 2020-09-06T15:56:33.478 INFO:scrape: 2020-09-06T15:56:33.479 INFO:scrape:Failure: 'ssh_keyscan smithi036.front.sepia.ceph.com' reached maximum tries (5) after waiting for 5 seconds 2020-09-06T15:56:33.479 INFO:scrape:1 jobs: ['5401804'] 2020-09-06T15:56:33.479 INFO:scrape: 2020-09-06T15:56:33.488 INFO:teuthology.results:Sending results to ceph-qa@ceph.io: Test Run: teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi ================================================================= info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/ logs: http://qa-proxy.ceph.com/teuthology/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/ failed: 3 dead: 3 running: 0 waiting: 0 queued: 0 passed: 142 Fail ================================================================= [5401806] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-comp-zlib validator/memcheck workloads/rbd_mirror} ----------------------------------------------------------------- time: 00:05:32 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401806/ log: http://qa-proxy.ceph.com/teuthology/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401806/ sentry: https://sentry.ceph.com/sepia/teuthology/?query=5e675d9d00cb49eba12a9186af13b96b Command failed with status 4: 'ansible-playbook -v --extra-vars \'{"ansible_ssh_user": "ubuntu"}\' -i /etc/ansible/hosts --limit smithi036.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph- cm-ansible_master/cephlab.yml' [5401809] rbd/qemu/{cache/writearound clusters/{fixed-3 openstack} features/defaults msgr-failures/few objectstore/bluestore-low-osd-mem-target pool/small-cache-pool supported-random-distro$/{ubuntu_latest} workloads/qemu_xfstests} ----------------------------------------------------------------- time: 00:00:00 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401809/ log: http://qa-proxy.ceph.com/teuthology/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401809/ sentry: https://sentry.ceph.com/sepia/teuthology/?query=683ab861d6e94b5fbd9975aa1e6a15ac Stale jobs detected, aborting. [5401812] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-stupid policy/none rbd-mirror/four-per-cluster supported-random-distro$/{centos_latest} workloads/rbd-mirror-stress-workunit} ----------------------------------------------------------------- time: 00:06:49 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401812/ log: http://qa-proxy.ceph.com/teuthology/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401812/ sentry: https://sentry.ceph.com/sepia/teuthology/?query=0095bae9b359412d9d332b083fbdb742 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}], 'changed': True, 'msg': 'All items completed'}}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.co m_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/__init__.py", line 306, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworke r/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/l ib/python3.6/site-packages/yaml/representer.py", line 27, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_ git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthwor ker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthwor ker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 199, in represent_list return self.represent_sequence('tag:yaml.org,2002:seq', data) File "/home/teuthwo rker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 92, in represent_sequence node_item = self.represent_data(item) File "/home/teuthworker/src/git.ceph.com_git_t euthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthwor ker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthwor ker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.c eph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 231, in represent_undefined raise RepresenterError("cannot represent an object", data)yaml.representer.RepresenterError: ('cannot represent an object', 'dm-1')Failure object was: {'smithi036.front.sepia.ceph.com': {'results': [{'cmd': 'dd if=/dev/zero of=/dev/dm-1 bs=1M count=110', 'stdout': '', 'stderr': '110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.132138 s, 873 MB/s', 'rc': 0, 'start': '2020-09-06 12:54:16.263827', 'end': '2020-09-06 12:54:16.398642', 'delta': '0:00:00.134815', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'dd if=/dev/zero of=/dev/dm-1 bs=1M count=110', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': [], 'stderr_lines': ['110+0 records in', '110+0 records out', '115343360 bytes (115 MB, 110 MiB) copied, 0.132138 s, 873 MB/s'], '_ansible_no_log': False, 'failed': False, 'item': {'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM- pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUe4elEJhmODeN5b1kZdtb03lps42px3s6p'], 'uuids': ['327536c7-bd03-45a1-ab82-34840b96834b'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-1', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM- pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUe4elEJhmODeN5b1kZdtb03lps42px3s6p'], 'uuids': ['327536c7-bd03-45a1-ab82-34840b96834b'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}, {'cmd': 'dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110', 'stdout': '', 'stderr': '110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0334204 s, 3.5 GB/s', 'rc': 0, 'start': '2020-09-06 12:54:16.600537', 'end': '2020-09-06 12:54:16.636559', 'delta': '0:00:00.036022', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': [], 'stderr_lines': ['110+0 records in', '110+0 records out', '115343360 bytes (115 MB, 110 MiB) copied, 0.0334204 s, 3.5 GB/s'], '_ansible_no_log': False, 'failed': False, 'item': {'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-t649mS-4vxn-W2wn-9VO1-eOiQ-i9jR-toxg8d', 'nvme-INTEL_SSDPEDMD400G4_CVFT53300040400BGN', 'nvme-nvme.8086-435646543533 33303030343034303042474e-494e54454c205353445045444d443430304734-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDMD400G4', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '781422768', 'sectorsize': '512', 'size': '372.61 GB', 'host': 'Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'nvme0n1', 'value': {'virtual': 1, 'links': {'ids': ['lvm-pv-uuid-t649mS-4vxn-W2wn-9VO1-eOiQ-i9jR-toxg8d', 'nvme- INTEL_SSDPEDMD400G4_CVFT53300040400BGN', 'nvme-nvme.8086-435646543533333030 30343034303042474e-494e54454c205353445045444d443430304734-00000001'], 'uuids': [], 'labels': [], 'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4']}, 'vendor': None, 'model': 'INTEL SSDPEDMD400G4', 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': 'none', 'sectors': '781422768', 'sectorsize': '512', 'size': '372.61 GB', 'host': 'Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 01)', 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4']}}}, {'unreachable': True, 'msg': 'Data could not be sent to remote host "smithi036.front.sepia.ceph.com". Make sure this host can be reached over ssh: Warning: Permanently added \'smithi036.front.sepia.ceph.com,172.21.15.36\' (ECDSA) to the list of known hosts.\r\nubuntu@smithi036.front.sepia.ceph.com: Permission denied (publickey,password,keyboard-interactive).\r\n', 'item': {'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid- LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUeYWYGbJs8Z3wEDd9Voc10l1k3CclG7bJG'], 'uuids': ['175a600b-7d6f-4cd9-b034-658321c22487'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-4', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid- LVM-pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUeYWYGbJs8Z3wEDd9Voc10l1k3CclG7bJG'], 'uuids': ['175a600b-7d6f-4cd9-b034-658321c22487'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '31252480', 'sectorsize': '512', 'size': '14.90 GB', 'host': '', 'holders': []}}}, {'unreachable': True, 'msg': 'Data could not be sent to remote host "smithi036.front.sepia.ceph.com". Make sure this host can be reached over ssh: ssh: connect to host smithi036.front.sepia.ceph.com port 22: Connection timed out\r\n', 'item': {'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM- pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUegrTtCIrjJqQQg29TT5DFK7tkRzyv7Zyd'], 'uuids': ['a8fa39dc-5b05-4c49-ba11-48bdaed31938'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-2', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM- pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUegrTtCIrjJqQQg29TT5DFK7tkRzyv7Zyd'], 'uuids': ['a8fa39dc-5b05-4c49-ba11-48bdaed31938'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}, {'failed': True, 'module_stdout': '', 'module_stderr': "Warning: Permanently added 'smithi036.front.sepia.ceph.com,172.21.15.36' (ECDSA) to the list of known hosts.\r\n/bin/sh: 1: /usr/libexec/platform- python: not found\n", 'msg': 'The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error', 'rc': 127, '_ansible_no_log': False, 'changed': False, 'item': {'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme- lv_1', 'dm-uuid-LVM- pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUeXRNFx1iIHvbP3ta9zjDUMZSGcYGSkhBU'], 'uuids': ['f391616b-f432-4536-8343-6b3cf8af764d'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-0', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM- pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUeXRNFx1iIHvbP3ta9zjDUMZSGcYGSkhBU'], 'uuids': ['f391616b-f432-4536-8343-6b3cf8af764d'], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}, {'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', '_ansible_no_log': False, 'item': {'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata- ST1000NM0033-9ZM173_Z1W4J2QS', 'wwn-0x5000c500871b68bf'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4J2QS', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871b68bf', 'partitions': {'sda1': {'links': {'ids': ['ata- ST1000NM0033-9ZM173_Z1W4J2QS-part1', 'wwn-0x5000c500871b68bf-part1'], 'uuids': ['7e53389d-f8ef-4bef-b3f0-509d591fc1e4'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '7e53389d-f8ef-4bef-b3f0-509d591fc1e4', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'sda', 'value': {'virtual': 1, 'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J2QS', 'wwn-0x5000c500871b68bf'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': 'ATA', 'model': 'ST1000NM0033-9ZM', 'sas_address': None, 'sas_device_handle': None, 'serial': 'Z1W4J2QS', 'removable': '0', 'support_discard': '0', 'wwn': '0x5000c500871b68bf', 'partitions': {'sda1': {'links': {'ids': ['ata-ST1000NM0033-9ZM173_Z1W4J2QS-part1', 'wwn-0x5000c500871b68bf-part1'], 'uuids': ['7e53389d-f8ef-4bef-b3f0-509d591fc1e4'], 'labels': [], 'masters': []}, 'start': '2048', 'sectors': '1953522688', 'sectorsize': 512, 'size': '931.51 GB', 'uuid': '7e53389d-f8ef-4bef-b3f0-509d591fc1e4', 'holders': []}}, 'rotational': '1', 'scheduler_mode': 'mq-deadline', 'sectors': '1953525168', 'sectorsize': '512', 'size': '931.51 GB', 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'holders': []}}}, {'failed': True, 'module_stdout': '', 'module_stderr': '/bin/sh: 1: /usr/libexec/platform- python: not found\n', 'msg': 'The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error', 'rc': 127, '_ansible_no_log': False, 'changed': False, 'item': {'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme- lv_4', 'dm-uuid-LVM- pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUe0Hjw4yQ7ew94jg1LKgcyIIRHaBYDxSjj'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}, 'ansible_loop_var': 'item', '_ansible_item_label': {'key': 'dm-3', 'value': {'virtual': 1, 'links': {'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM- pEQ4j0Pjfqyfd6Q3cTlTALDkx5YJ4yUe0Hjw4yQ7ew94jg1LKgcyIIRHaBYDxSjj'], 'uuids': [], 'labels': [], 'masters': []}, 'vendor': None, 'model': None, 'sas_address': None, 'sas_device_handle': None, 'removable': '0', 'support_discard': '512', 'partitions': {}, 'rotational': '0', 'scheduler_mode': '', 'sectors': '187490304', 'sectorsize': '512', 'size': '89.40 GB', 'host': '', 'holders': []}}}], 'changed': True, 'msg': 'All items completed'}}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.co m_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/__init__.py", line 306, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworke r/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/l ib/python3.6/site-packages/yaml/representer.py", line 27, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_ git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthwor ker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthwor ker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 199, in represent_list return self.represent_sequence('tag:yaml.org,2002:seq', data) File "/home/teuthwo rker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 92, in represent_sequence node_item = self.represent_data(item) File "/home/teuthworker/src/git.ceph.com_git_t euthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthwor ker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/ src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthwor ker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.c eph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 231, in represent_undefined raise RepresenterError("cannot represent an object", data)yaml.representer.RepresenterError: ('cannot represent an object', 'dm-1') Dead ================================================================= [5401693] rbd/singleton-bluestore/{all/issue-20295 objectstore/bluestore-bitmap openstack supported-random-distro$/{ubuntu_latest}} ----------------------------------------------------------------- time: 00:01:46 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401693/ log: http://qa-proxy.ceph.com/teuthology/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401693/ sentry: https://sentry.ceph.com/sepia/teuthology/?query=cc85c7a22392471a9edd4fbce4306b3e {'Failure object was': {'smithi110.front.sepia.ceph.com': {'msg': 'Failed to manage policy for boolean nagios_run_sudo: [Errno 11] Resource temporarily unavailable', 'invocation': {'module_args': {'name': 'nagios_run_sudo', 'state': True, 'persistent': True, 'ignore_selinux_state': False}}, '_ansible_no_log': False, 'changed': False}}, '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_master/virtualenv/lib/python3.6/site- packages/yaml/__init__.py", line 306, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com _git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/l ib/python3.6/site-packages/yaml/representer.py", line 27, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_te uthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/s rc/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping(\'tag:yaml.org,2002:map\', data) File "/home/teuthwo rker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_gi t_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/s rc/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping(\'tag:yaml.org,2002:map\', data) File "/home/teuthwo rker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_gi t_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/s rc/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping(\'tag:yaml.org,2002:map\', data) File "/home/teuthwo rker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_gi t_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/s rc/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping(\'tag:yaml.org,2002:map\', data) File "/home/teuthwo rker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_gi t_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ce ph.com_git_teuthology_master/virtualenv/lib/python3.6/site- packages/yaml/representer.py", line 231, in represent_undefined raise RepresenterError("cannot represent an object", data)', 'yaml.representer.RepresenterError': "('cannot represent an object', 'nagios_run_sudo')"} [5401804] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-bitmap thrashers/default thrashosds-health workloads/rbd_nbd} ----------------------------------------------------------------- time: 00:00:00 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401804/ log: http://qa-proxy.ceph.com/teuthology/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401804/ sentry: https://sentry.ceph.com/sepia/teuthology/?query=f33060bf34d9475283b634dbdda7a4a4 'ssh_keyscan smithi036.front.sepia.ceph.com' reached maximum tries (5) after waiting for 5 seconds [5401808] rbd/singleton/{all/snap-diff objectstore/bluestore-stupid openstack supported-random-distro$/{centos_latest}} ----------------------------------------------------------------- time: 00:03:10 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401808/ log: http://qa-proxy.ceph.com/teuthology/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401808/ sentry: https://sentry.ceph.com/sepia/teuthology/?query=196037a580e047cc8b2a5d1a73afaa92 Command failed with status 4: 'ansible-playbook -v --extra-vars \'{"ansible_ssh_user": "ubuntu"}\' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph- cm-ansible_master/cephlab.yml' Pass ================================================================= [5401668] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-stupid qemu/xfstests supported-random-distro$/{ubuntu_latest} workloads/rebuild_object_map} time: 01:49:41 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401668/ [5401669] rbd/singleton/{all/read-flags-writethrough objectstore/bluestore-stupid openstack supported-random-distro$/{rhel_latest}} time: 00:10:39 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401669/ [5401670] rbd/cli/{base/install clusters/{fixed-1 openstack} features/defaults msgr-failures/few objectstore/filestore-xfs pool/replicated-data-pool supported-random-distro$/{ubuntu_latest} workloads/rbd_cli_import_export} time: 00:06:14 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401670/ [5401671] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-stupid supported-random-distro$/{rhel_latest} thrashers/default thrashosds-health workloads/rbd_fsx_nocache} time: 00:14:53 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401671/ [5401672] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-low-osd-mem-target policy/none rbd-mirror/four-per-cluster supported-random-distro$/{rhel_latest} workloads/rbd-mirror-stress-workunit} time: 00:23:33 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401672/ [5401673] rbd/qemu/{cache/none clusters/{fixed-3 openstack} features/defaults msgr-failures/few objectstore/bluestore-low-osd-mem-target pool/ec-cache-pool supported-random-distro$/{ubuntu_latest} workloads/qemu_xfstests} time: 02:26:14 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401673/ [5401674] rbd/singleton/{all/snap-diff objectstore/filestore-xfs openstack supported-random-distro$/{centos_latest}} time: 00:06:42 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401674/ [5401675] rbd/basic/{base/install cachepool/none clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-comp-zlib supported-random-distro$/{rhel_latest} tasks/rbd_lock_and_fence} time: 00:11:16 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401675/ [5401676] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-comp-zlib validator/memcheck workloads/python_api_tests_with_journaling} time: 00:29:00 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401676/ [5401677] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/filestore-xfs pool/none supported-random-distro$/{rhel_latest} workloads/rbd_cli_import_export} time: 00:10:31 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401677/ [5401678] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/filestore-xfs thrashers/cache thrashosds-health workloads/rbd_nbd} time: 00:07:08 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401678/ [5401679] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/filestore-xfs supported-random-distro$/{centos_latest} workloads/rbd-mirror-workunit-policy-simple} time: 00:20:26 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401679/ [5401680] rbd/librbd/{cache/none clusters/{fixed-3 openstack} config/permit-partial-discard min-compat-client/default msgr-failures/few objectstore/bluestore-hybrid pool/none supported-random-distro$/{ubuntu_latest} workloads/c_api_tests} time: 00:21:38 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401680/ [5401681] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/filestore-xfs qemu/xfstests supported-random-distro$/{rhel_latest} workloads/dynamic_features} time: 01:21:16 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401681/ [5401682] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/filestore-xfs supported-random-distro$/{centos_latest} thrashers/cache thrashosds-health workloads/rbd_fsx_rate_limit} time: 00:11:46 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401682/ [5401683] rbd/singleton/{all/verify_pool objectstore/bluestore-bitmap openstack supported-random-distro$/{rhel_latest}} time: 00:10:29 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401683/ [5401684] rbd/cli/{base/install clusters/{fixed-1 openstack} features/journaling msgr-failures/few objectstore/bluestore-bitmap pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/rbd_cli_generic} time: 00:24:00 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401684/ [5401685] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-stupid policy/simple rbd-mirror/four-per-cluster supported-random-distro$/{centos_latest} workloads/rbd-mirror-fsx-workunit} time: 00:55:50 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401685/ [5401686] rbd/qemu/{cache/writearound clusters/{fixed-3 openstack} features/journaling msgr-failures/few objectstore/bluestore-stupid pool/ec-data-pool supported-random-distro$/{ubuntu_latest} workloads/qemu_bonnie} time: 00:30:46 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401686/ [5401687] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-bitmap qemu/xfstests supported-random-distro$/{ubuntu_latest} workloads/dynamic_features} time: 02:06:15 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401687/ [5401688] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-bitmap supported-random-distro$/{rhel_latest} workloads/rbd-mirror-bootstrap-workunit} time: 00:12:11 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401688/ [5401689] rbd/singleton/{all/admin_socket objectstore/bluestore-bitmap openstack supported-random-distro$/{centos_latest}} time: 00:06:25 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401689/ [5401690] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-bitmap supported-random-distro$/{centos_latest} thrashers/default thrashosds-health workloads/journal} time: 00:08:29 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401690/ [5401691] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-bitmap pool/none supported-random-distro$/{rhel_latest} workloads/rbd_cli_generic} time: 00:21:38 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401691/ [5401692] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-bitmap thrashers/cache thrashosds-health workloads/rbd_fsx_nbd} time: 00:11:24 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401692/ [5401694] rbd/basic/{base/install cachepool/small clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-comp-zstd supported-random-distro$/{ubuntu_latest} tasks/rbd_python_api_tests_old_format} time: 00:16:36 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401694/ [5401695] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-comp-zstd validator/memcheck workloads/rbd_mirror} time: 00:50:04 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401695/ [5401696] rbd/librbd/{cache/writearound clusters/{fixed-3 openstack} config/copy-on-read min-compat-client/octopus msgr-failures/few objectstore/bluestore-low-osd-mem-target pool/replicated-data-pool supported-random-distro$/{centos_latest} workloads/c_api_tests_with_defaults} time: 00:20:54 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401696/ [5401697] rbd/singleton/{all/formatted-output objectstore/bluestore-comp-lz4 openstack supported-random-distro$/{centos_latest}} time: 00:06:57 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401697/ [5401698] rbd/cli/{base/install clusters/{fixed-1 openstack} features/layering msgr-failures/few objectstore/bluestore-comp-lz4 pool/ec-data-pool supported-random-distro$/{ubuntu_latest} workloads/rbd_cli_groups} time: 00:06:09 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401698/ [5401699] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-comp-lz4 supported-random-distro$/{rhel_latest} thrashers/cache thrashosds-health workloads/rbd_api_tests} time: 00:29:36 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401699/ [5401700] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-comp-lz4 qemu/xfstests supported-random-distro$/{ubuntu_latest} workloads/dynamic_features_no_cache} time: 03:00:15 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401700/ [5401701] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/filestore-xfs policy/none rbd-mirror/four-per-cluster supported-random-distro$/{ubuntu_latest} workloads/rbd-mirror-journal-workunit} time: 00:28:30 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401701/ [5401702] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-lz4 supported-random-distro$/{rhel_latest} workloads/rbd-mirror-ha-workunit} time: 00:18:41 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401702/ [5401703] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-comp-lz4 pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/rbd_cli_import_export} time: 00:11:42 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401703/ [5401704] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-comp-lz4 thrashers/default thrashosds-health workloads/rbd_nbd} time: 00:07:39 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401704/ [5401705] rbd/qemu/{cache/writeback clusters/{fixed-3 openstack} features/readbalance msgr-failures/few objectstore/filestore-xfs pool/none supported-random-distro$/{centos_latest} workloads/qemu_fsstress} time: 00:09:30 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401705/ [5401706] rbd/singleton/{all/merge_diff objectstore/bluestore-comp-snappy openstack supported-random-distro$/{centos_latest}} time: 00:09:37 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401706/ [5401707] rbd/basic/{base/install cachepool/none clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-hybrid supported-random-distro$/{centos_latest} tasks/rbd_api_tests_old_format} time: 00:16:16 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401707/ [5401708] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-hybrid validator/memcheck workloads/c_api_tests} time: 00:37:05 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401708/ [5401709] rbd/librbd/{cache/writeback clusters/{fixed-3 openstack} config/none min-compat-client/default msgr-failures/few objectstore/bluestore-stupid pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/c_api_tests_with_journaling} time: 00:32:51 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401709/ [5401710] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-comp-snappy supported-random-distro$/{ubuntu_latest} thrashers/default thrashosds-health workloads/rbd_api_tests_copy_on_read} time: 00:24:27 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401710/ [5401711] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-comp-snappy qemu/xfstests supported-random-distro$/{centos_latest} workloads/rebuild_object_map} time: 01:22:50 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401711/ [5401712] rbd/singleton/{all/permissions objectstore/bluestore-comp-zlib openstack supported-random-distro$/{ubuntu_latest}} time: 00:06:58 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401712/ [5401713] rbd/cli/{base/install clusters/{fixed-1 openstack} features/defaults msgr-failures/few objectstore/bluestore-comp-snappy pool/none supported-random-distro$/{ubuntu_latest} workloads/rbd_cli_import_export} time: 00:06:24 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401713/ [5401714] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-snappy supported-random-distro$/{ubuntu_latest} workloads/rbd-mirror-snapshot-workunit-exclusive-lock} time: 00:15:18 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401714/ [5401715] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-bitmap policy/simple rbd-mirror/four-per-cluster supported-random-distro$/{rhel_latest} workloads/rbd-mirror-journal-workunit} time: 00:36:24 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401715/ [5401716] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-comp-snappy pool/none supported-random-distro$/{centos_latest} workloads/rbd_cli_generic} time: 00:18:26 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401716/ [5401717] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-comp-snappy thrashers/cache thrashosds-health workloads/rbd_fsx_nbd} time: 00:12:37 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401717/ [5401718] rbd/qemu/{cache/writethrough clusters/{fixed-3 openstack} features/defaults msgr-failures/few objectstore/bluestore-bitmap pool/replicated-data-pool supported-random-distro$/{ubuntu_latest} workloads/qemu_xfstests} time: 02:21:32 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401718/ [5401719] rbd/singleton/{all/qemu-iotests-no-cache objectstore/bluestore-comp-zstd openstack supported-random-distro$/{centos_latest}} time: 00:07:17 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401719/ [5401720] rbd/basic/{base/install cachepool/small clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-low-osd-mem-target supported-random-distro$/{centos_latest} tasks/rbd_cls_tests} time: 00:08:03 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401720/ [5401721] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-low-osd-mem-target validator/memcheck workloads/c_api_tests_with_defaults} time: 00:37:30 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401721/ [5401722] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-comp-zlib supported-random-distro$/{centos_latest} thrashers/cache thrashosds-health workloads/rbd_api_tests_journaling} time: 00:40:06 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401722/ [5401723] rbd/librbd/{cache/writethrough clusters/{fixed-3 openstack} config/permit-partial-discard min-compat-client/octopus msgr-failures/few objectstore/filestore-xfs pool/ec-data-pool supported-random-distro$/{rhel_latest} workloads/fsx} time: 00:23:55 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401723/ [5401724] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-comp-zlib qemu/xfstests supported-random-distro$/{rhel_latest} workloads/dynamic_features} time: 01:49:55 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401724/ [5401725] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-zlib supported-random-distro$/{rhel_latest} workloads/rbd-mirror-snapshot-workunit-fast-diff} time: 00:20:01 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401725/ [5401726] rbd/singleton/{all/qemu-iotests-writearound objectstore/bluestore-hybrid openstack supported-random-distro$/{ubuntu_latest}} time: 00:09:20 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401726/ [5401727] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-comp-zlib pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/rbd_cli_import_export} time: 00:11:34 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401727/ [5401728] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-comp-zlib thrashers/default thrashosds-health workloads/rbd_nbd} time: 00:07:36 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401728/ [5401729] rbd/cli/{base/install clusters/{fixed-1 openstack} features/journaling msgr-failures/few objectstore/bluestore-comp-zlib pool/replicated-data-pool supported-random-distro$/{centos_latest} workloads/rbd_cli_generic} time: 00:19:35 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401729/ [5401730] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-lz4 policy/none rbd-mirror/four-per-cluster supported-random-distro$/{centos_latest} workloads/rbd-mirror-stress-workunit} time: 00:17:32 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401730/ [5401731] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-comp-zstd supported-random-distro$/{centos_latest} thrashers/default thrashosds-health workloads/rbd_api_tests_no_locking} time: 00:22:45 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401731/ [5401732] rbd/qemu/{cache/none clusters/{fixed-3 openstack} features/journaling msgr-failures/few objectstore/bluestore-comp-lz4 pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/qemu_bonnie} time: 00:36:27 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401732/ [5401733] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-comp-zstd qemu/xfstests supported-random-distro$/{rhel_latest} workloads/dynamic_features_no_cache} time: 02:14:20 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401733/ [5401734] rbd/singleton/{all/qemu-iotests-writeback objectstore/bluestore-low-osd-mem-target openstack supported-random-distro$/{rhel_latest}} time: 00:11:16 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401734/ [5401735] rbd/basic/{base/install cachepool/none clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-stupid supported-random-distro$/{centos_latest} tasks/rbd_lock_and_fence} time: 00:06:49 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401735/ [5401736] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-stupid validator/memcheck workloads/c_api_tests_with_journaling} time: 00:54:46 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401736/ [5401737] rbd/librbd/{cache/none clusters/{fixed-3 openstack} config/copy-on-read min-compat-client/default msgr-failures/few objectstore/bluestore-bitmap pool/none supported-random-distro$/{centos_latest} workloads/python_api_tests} time: 00:17:06 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401737/ [5401738] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-zstd supported-random-distro$/{centos_latest} workloads/rbd-mirror-snapshot-workunit-journaling} time: 00:16:03 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401738/ [5401739] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-comp-zstd pool/none supported-random-distro$/{centos_latest} workloads/rbd_cli_generic} time: 00:19:16 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401739/ [5401740] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-comp-zstd thrashers/cache thrashosds-health workloads/rbd_fsx_nbd} time: 00:14:14 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401740/ [5401741] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-hybrid supported-random-distro$/{centos_latest} thrashers/cache thrashosds-health workloads/rbd_fsx_cache_writearound} time: 00:10:57 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401741/ [5401742] rbd/singleton/{all/qemu-iotests-writethrough objectstore/bluestore-stupid openstack supported-random-distro$/{centos_latest}} time: 00:07:21 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401742/ [5401743] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-snappy policy/simple rbd-mirror/four-per-cluster supported-random-distro$/{centos_latest} workloads/rbd-mirror-fsx-workunit} time: 00:49:16 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401743/ [5401744] rbd/cli/{base/install clusters/{fixed-1 openstack} features/layering msgr-failures/few objectstore/bluestore-comp-zstd pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/rbd_cli_groups} time: 00:10:37 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401744/ [5401745] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-hybrid qemu/xfstests supported-random-distro$/{ubuntu_latest} workloads/rebuild_object_map} time: 01:47:53 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401745/ [5401746] rbd/qemu/{cache/writearound clusters/{fixed-3 openstack} features/readbalance msgr-failures/few objectstore/bluestore-comp-snappy pool/ec-cache-pool supported-random-distro$/{centos_latest} workloads/qemu_fsstress} time: 00:11:14 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401746/ [5401747] rbd/singleton/{all/qos objectstore/filestore-xfs openstack supported-random-distro$/{rhel_latest}} time: 00:31:19 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401747/ [5401748] rbd/basic/{base/install cachepool/small clusters/{fixed-1 openstack} msgr-failures/few objectstore/filestore-xfs supported-random-distro$/{rhel_latest} tasks/rbd_python_api_tests_old_format} time: 00:21:38 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401748/ [5401749] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/filestore-xfs validator/memcheck workloads/fsx} time: 00:16:00 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401749/ [5401750] rbd/librbd/{cache/writearound clusters/{fixed-3 openstack} config/none min-compat-client/octopus msgr-failures/few objectstore/bluestore-comp-lz4 pool/replicated-data-pool supported-random-distro$/{ubuntu_latest} workloads/python_api_tests_with_defaults} time: 00:17:29 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401750/ [5401751] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-hybrid supported-random-distro$/{centos_latest} workloads/rbd-mirror-snapshot-workunit-minimum} time: 00:16:31 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401751/ [5401752] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-low-osd-mem-target supported-random-distro$/{centos_latest} thrashers/default thrashosds-health workloads/rbd_fsx_cache_writeback} time: 00:09:38 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401752/ [5401753] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-hybrid pool/small-cache-pool supported-random-distro$/{centos_latest} workloads/rbd_cli_import_export} time: 00:07:19 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401753/ [5401754] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-hybrid thrashers/default thrashosds-health workloads/rbd_nbd} time: 00:07:08 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401754/ [5401755] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-low-osd-mem-target qemu/xfstests supported-random-distro$/{rhel_latest} workloads/dynamic_features} time: 01:36:58 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401755/ [5401756] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-zlib policy/none rbd-mirror/four-per-cluster supported-random-distro$/{centos_latest} workloads/rbd-mirror-journal-workunit} time: 00:29:25 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401756/ [5401757] rbd/singleton/{all/rbd-vs-unmanaged-snaps objectstore/bluestore-bitmap openstack supported-random-distro$/{rhel_latest}} time: 00:10:59 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401757/ [5401758] rbd/cli/{base/install clusters/{fixed-1 openstack} features/defaults msgr-failures/few objectstore/bluestore-hybrid pool/ec-data-pool supported-random-distro$/{centos_latest} workloads/rbd_cli_import_export} time: 00:07:12 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401758/ [5401759] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-stupid supported-random-distro$/{centos_latest} thrashers/cache thrashosds-health workloads/rbd_fsx_cache_writethrough} time: 00:10:58 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401759/ [5401760] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-low-osd-mem-target supported-random-distro$/{ubuntu_latest} workloads/rbd-mirror-stress-workunit-min-compat-client-octopus} time: 00:15:13 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401760/ [5401761] rbd/qemu/{cache/writeback clusters/{fixed-3 openstack} features/defaults msgr-failures/few objectstore/bluestore-comp-zlib pool/ec-data-pool supported-random-distro$/{centos_latest} workloads/qemu_xfstests} time: 01:46:06 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401761/ [5401762] rbd/basic/{base/install cachepool/small clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-bitmap supported-random-distro$/{rhel_latest} tasks/rbd_api_tests_old_format} time: 00:20:28 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401762/ [5401763] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-bitmap validator/memcheck workloads/python_api_tests} time: 00:26:50 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401763/ [5401764] rbd/singleton/{all/rbd_mirror objectstore/bluestore-comp-lz4 openstack supported-random-distro$/{rhel_latest}} time: 00:44:55 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401764/ [5401765] rbd/librbd/{cache/writeback clusters/{fixed-3 openstack} config/permit-partial-discard min-compat-client/default msgr-failures/few objectstore/bluestore-comp-snappy pool/small-cache-pool supported-random-distro$/{centos_latest} workloads/python_api_tests_with_journaling} time: 00:18:21 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401765/ [5401766] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-low-osd-mem-target pool/none supported-random-distro$/{ubuntu_latest} workloads/rbd_cli_generic} time: 00:19:12 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401766/ [5401767] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-low-osd-mem-target thrashers/cache thrashosds-health workloads/rbd_fsx_nbd} time: 00:13:17 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401767/ [5401768] rbd/singleton-bluestore/{all/issue-20295 objectstore/bluestore-comp-snappy openstack supported-random-distro$/{ubuntu_latest}} time: 00:14:18 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401768/ [5401769] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-stupid qemu/xfstests supported-random-distro$/{centos_latest} workloads/dynamic_features_no_cache} time: 01:56:43 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401769/ [5401770] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-zstd policy/simple rbd-mirror/four-per-cluster supported-random-distro$/{ubuntu_latest} workloads/rbd-mirror-stress-workunit} time: 00:19:05 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401770/ [5401771] rbd/singleton/{all/rbd_tasks objectstore/bluestore-comp-snappy openstack supported-random-distro$/{centos_latest}} time: 00:07:21 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401771/ [5401772] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/filestore-xfs supported-random-distro$/{centos_latest} thrashers/default thrashosds-health workloads/rbd_fsx_copy_on_read} time: 00:11:09 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401772/ [5401773] rbd/cli/{base/install clusters/{fixed-1 openstack} features/journaling msgr-failures/few objectstore/bluestore-low-osd-mem-target pool/none supported-random-distro$/{rhel_latest} workloads/rbd_cli_generic} time: 00:23:47 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401773/ [5401774] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-stupid supported-random-distro$/{rhel_latest} workloads/rbd-mirror-workunit-config-key} time: 00:24:58 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401774/ [5401775] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-stupid pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/rbd_cli_import_export} time: 00:11:13 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401775/ [5401776] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-stupid thrashers/default thrashosds-health workloads/rbd_nbd} time: 00:07:22 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401776/ [5401777] rbd/basic/{base/install cachepool/none clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-comp-lz4 supported-random-distro$/{ubuntu_latest} tasks/rbd_cls_tests} time: 00:07:09 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401777/ [5401778] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-comp-lz4 validator/memcheck workloads/python_api_tests_with_defaults} time: 00:27:34 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401778/ [5401779] rbd/qemu/{cache/writethrough clusters/{fixed-3 openstack} features/journaling msgr-failures/few objectstore/bluestore-comp-zstd pool/none supported-random-distro$/{ubuntu_latest} workloads/qemu_bonnie} time: 00:31:45 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401779/ [5401780] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/filestore-xfs qemu/xfstests supported-random-distro$/{centos_latest} workloads/rebuild_object_map} time: 01:07:48 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401780/ [5401781] rbd/singleton/{all/rbdmap_RBDMAPFILE objectstore/bluestore-comp-zlib openstack supported-random-distro$/{rhel_latest}} time: 00:09:41 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401781/ [5401782] rbd/librbd/{cache/writethrough clusters/{fixed-3 openstack} config/copy-on-read min-compat-client/octopus msgr-failures/few objectstore/bluestore-comp-zlib pool/ec-data-pool supported-random-distro$/{rhel_latest} workloads/rbd_fio} time: 00:53:03 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401782/ [5401783] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-bitmap supported-random-distro$/{ubuntu_latest} thrashers/cache thrashosds-health workloads/rbd_fsx_deep_copy} time: 00:10:26 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401783/ [5401784] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-hybrid policy/none rbd-mirror/four-per-cluster supported-random-distro$/{ubuntu_latest} workloads/rbd-mirror-fsx-workunit} time: 01:15:07 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401784/ [5401785] rbd/singleton/{all/read-flags-no-cache objectstore/bluestore-comp-zstd openstack supported-random-distro$/{rhel_latest}} time: 00:10:14 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401785/ [5401786] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/filestore-xfs supported-random-distro$/{centos_latest} workloads/rbd-mirror-workunit-min-compat-client-octopus} time: 00:19:19 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401786/ [5401787] rbd/cli/{base/install clusters/{fixed-1 openstack} features/layering msgr-failures/few objectstore/bluestore-stupid pool/replicated-data-pool supported-random-distro$/{ubuntu_latest} workloads/rbd_cli_groups} time: 00:05:42 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401787/ [5401788] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-bitmap qemu/xfstests supported-random-distro$/{rhel_latest} workloads/rebuild_object_map} time: 01:22:17 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401788/ [5401789] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/filestore-xfs pool/none supported-random-distro$/{centos_latest} workloads/rbd_cli_generic} time: 00:19:26 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401789/ [5401790] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/filestore-xfs thrashers/cache thrashosds-health workloads/rbd_fsx_nbd} time: 00:16:00 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401790/ [5401791] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-comp-lz4 supported-random-distro$/{rhel_latest} thrashers/default thrashosds-health workloads/rbd_fsx_journal} time: 00:21:52 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401791/ [5401792] rbd/basic/{base/install cachepool/small clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-comp-snappy supported-random-distro$/{ubuntu_latest} tasks/rbd_lock_and_fence} time: 00:06:39 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401792/ [5401793] rbd/valgrind/{base/install centos_latest clusters/{fixed-1 openstack} objectstore/bluestore-comp-snappy validator/memcheck workloads/python_api_tests_with_journaling} time: 00:27:37 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401793/ [5401794] rbd/librbd/{cache/none clusters/{fixed-3 openstack} config/none min-compat-client/default msgr-failures/few objectstore/bluestore-comp-zstd pool/none supported-random-distro$/{ubuntu_latest} workloads/c_api_tests} time: 00:21:58 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401794/ [5401795] rbd/qemu/{cache/none clusters/{fixed-3 openstack} features/readbalance msgr-failures/few objectstore/bluestore-hybrid pool/replicated-data-pool supported-random-distro$/{centos_latest} workloads/qemu_fsstress} time: 00:09:44 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401795/ [5401796] rbd/singleton/{all/read-flags-writeback objectstore/bluestore-hybrid openstack supported-random-distro$/{rhel_latest}} time: 00:10:08 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401796/ [5401797] rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-low-osd-mem-target policy/simple rbd-mirror/four-per-cluster supported-random-distro$/{ubuntu_latest} workloads/rbd-mirror-journal-workunit} time: 00:28:44 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401797/ [5401798] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-bitmap supported-random-distro$/{ubuntu_latest} workloads/rbd-mirror-workunit-policy-none} time: 00:19:14 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401798/ [5401799] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-comp-lz4 qemu/xfstests supported-random-distro$/{centos_latest} workloads/dynamic_features} time: 01:42:15 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401799/ [5401800] rbd/singleton/{all/read-flags-writethrough objectstore/bluestore-low-osd-mem-target openstack supported-random-distro$/{ubuntu_latest}} time: 00:05:55 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401800/ [5401801] rbd/cli/{base/install clusters/{fixed-1 openstack} features/defaults msgr-failures/few objectstore/filestore-xfs pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/rbd_cli_import_export} time: 00:10:57 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401801/ [5401802] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-comp-snappy supported-random-distro$/{centos_latest} thrashers/cache thrashosds-health workloads/rbd_fsx_nocache} time: 00:10:10 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401802/ [5401803] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-bitmap pool/small-cache-pool supported-random-distro$/{rhel_latest} workloads/rbd_cli_import_export} time: 00:10:58 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401803/ [5401805] rbd/basic/{base/install cachepool/none clusters/{fixed-1 openstack} msgr-failures/few objectstore/bluestore-comp-zlib supported-random-distro$/{centos_latest} tasks/rbd_python_api_tests_old_format} time: 00:16:31 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401805/ [5401807] rbd/librbd/{cache/writearound clusters/{fixed-3 openstack} config/permit-partial-discard min-compat-client/octopus msgr-failures/few objectstore/bluestore-hybrid pool/replicated-data-pool supported-random-distro$/{rhel_latest} workloads/c_api_tests_with_defaults} time: 00:24:24 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401807/ [5401810] rbd/mirror/{base/install clients/{mirror-extra mirror} cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-comp-lz4 supported-random-distro$/{centos_latest} workloads/rbd-mirror-workunit-policy-simple} time: 00:20:35 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401810/ [5401811] rbd/maintenance/{base/install clusters/{fixed-3 openstack} objectstore/bluestore-comp-snappy qemu/xfstests supported-random-distro$/{ubuntu_latest} workloads/dynamic_features_no_cache} time: 03:00:40 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401811/ [5401813] rbd/thrash/{base/install clusters/{fixed-2 openstack} msgr-failures/few objectstore/bluestore-comp-zlib supported-random-distro$/{ubuntu_latest} thrashers/default thrashosds-health workloads/rbd_fsx_rate_limit} time: 00:12:27 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401813/ [5401814] rbd/cli_v1/{base/install clusters/{fixed-1 openstack} features/format-1 msgr-failures/few objectstore/bluestore-comp-lz4 pool/none supported-random-distro$/{rhel_latest} workloads/rbd_cli_generic} time: 00:22:51 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401814/ [5401815] rbd/nbd/{base/install cluster/{fixed-3 openstack} msgr-failures/few objectstore/bluestore-comp-lz4 thrashers/cache thrashosds-health workloads/rbd_fsx_nbd} time: 00:14:37 info: http://pulpito.ceph.com/teuthology-2020-09-03_06:00:03-rbd-octopus-distro-basic-smithi/5401815/