2020-09-04T17:40:59.454 INFO:root:teuthology version: 1.0.0-c6539b8 2020-09-04T17:40:59.463 INFO:teuthology.results:subset: '1/8' 2020-09-04T17:40:59.464 INFO:teuthology.results:seed: '9739' 2020-09-04T18:02:49.866 INFO:root:teuthology version: 1.0.0-c6539b8 2020-09-04T18:02:49.918 INFO:teuthology.results:Waiting up to 43200 seconds for tests to finish... 2020-09-04T18:40:51.112 INFO:teuthology.results:Tests finished! gathering results... 2020-09-04T18:40:54.574 INFO:scrape:Found 33 jobs 2020-09-04T18:40:56.373 INFO:scrape:Found 4 distinct failure reasons 2020-09-04T18:40:56.374 INFO:scrape:Failure: {'Failure object was': {'smithi159.front.sepia.ceph.com': {'msg': "the connection plugin 'ssh' was not found", '_ansible_no_log': 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_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 306, in safe_dump File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 278, in dump_all File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 27, in represent File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 58, in represent_data File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 231, in represent_undefined', 'yaml.representer.RepresenterError': '(\'cannot represent an object\', "the connection plugin \'ssh\' was not found")'} 2020-09-04T18:40:56.375 INFO:scrape:8 jobs: ['5406283', '5406281', '5406280', '5406282', '5406293', '5406289', '5406274', '5406279'] 2020-09-04T18:40:56.375 INFO:scrape:suites intersection: [] 2020-09-04T18:40:56.376 INFO:scrape:suites union: ['fixed-2', 'mode/packaged', 'msgr/async-v1only', 'orchestrator_cli', 'rados:cephadm/orchestrator_cli/{2-node-mgr', 'rados:cephadm/smoke-roleless/{distro/centos_latest', 'rados:cephadm/smoke/{distro/centos_latest', 'rados:cephadm/with-work/{distro/ubuntu_18.04', 'rados:cephadm/workunits/{distro/centos_latest', 'rados:cephadm/workunits/{distro/ubuntu_18.04_podman', 'start', 'start}', 'supported-random-distro$/{ubuntu_latest}}', 'task/test_adoption}', 'task/test_cephadm}', 'task/test_orch_cli}', 'tasks/rados_api_tests}'] 2020-09-04T18:40:56.376 INFO:scrape: 2020-09-04T18:40:56.376 INFO:scrape:Failure: {'smithi093.front.sepia.ceph.com': {'_ansible_no_log': False, 'exception': 'Traceback (most recent call last):\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/executor/task_executor.py", line 145, in run\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/executor/task_executor.py", line 664, in _execute\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/plugins/action/template.py", line 189, in run\n result.update(copy_action.run(task_vars=task_vars))\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/plugins/action/copy.py", line 517, in run\n module_return = self._copy_file(source_full, source_rel, content, content_tempfile, dest, task_vars, follow)\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/plugins/action/copy.py", line 261, in _copy_file\n dest_status = self._execute_remote_stat(dest_file, all_vars=task_vars, follow=follow, checksum=force)\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/plugins/action/__init__.py", line 580, in _execute_remote_stat\n wrap_async=False)\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/plugins/action/__init__.py", line 809, in _execute_module\n (module_style, shebang, module_data, module_path) = self._configure_module(module_name=module_name, module_args=module_args, task_vars=task_vars)\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/plugins/action/__init__.py", line 203, in _configure_module\n environment=final_environment)\n File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/executor/module_common.py", line 1015, in modify_module\nFileNotFoundError: [Errno 2] No such file or directory: \'/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/ansible/modules/files/stat.py\'\n', 'msg': 'Unexpected failure during module execution.', 'stdout': ''}, 'Failure object was': {'smithi003.front.sepia.ceph.com': {'msg': "the connection plugin 'ssh' was not found", '_ansible_no_log': 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_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 306, in safe_dump File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 278, in dump_all File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 27, in represent File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 58, in represent_data File "/home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 231, in represent_undefined', 'yaml.representer.RepresenterError': '(\'cannot represent an object\', "the connection plugin \'ssh\' was not found")'} 2020-09-04T18:40:56.377 INFO:scrape:3 jobs: ['5406277', '5406276', '5406284'] 2020-09-04T18:40:56.377 INFO:scrape:suites intersection: [] 2020-09-04T18:40:56.378 INFO:scrape:suites union: ['2-start-upgrade', '3-wait', 'distro$/{ubuntu_latest}', 'fixed-2', 'fixed-2}', 'mode/root', 'msgr/async-v2only', 'rados:cephadm/smoke-roleless/{distro/centos_8.0', 'rados:cephadm/upgrade/{1-start', 'rados:cephadm/with-work/{distro/ubuntu_18.04_podman', 'start', 'start}', 'tasks/rados_python}'] 2020-09-04T18:40:56.378 INFO:scrape: 2020-09-04T18:40:56.379 INFO:scrape:Failure: Could not find a suitable TLS CA certificate bundle, invalid path: /home/teuthworker/src/git.ceph.com_git_teuthology_PR#1556/virtualenv/lib/python3.6/site-packages/certifi/cacert.pem 2020-09-04T18:40:56.379 INFO:scrape:1 jobs: ['5406306'] 2020-09-04T18:40:56.380 INFO:scrape:suites: ['fixed-2', 'mode/root', 'msgr/async-v1only', 'rados:cephadm/with-work/{distro/ubuntu_18.04_podman', 'start', 'tasks/rados_python}'] 2020-09-04T18:40:56.380 INFO:scrape: 2020-09-04T18:40:56.383 INFO:scrape:Failure: Command failed with status 2: 'ansible-playbook -v --extra-vars \'{"ansible_ssh_user": "ubuntu"}\' -i /etc/ansible/hosts --limit smithi148.front.sepia.ceph.com,smithi107.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml' 2020-09-04T18:40:56.384 INFO:scrape:1 jobs: ['5406275'] 2020-09-04T18:40:56.384 INFO:scrape:suites: ['fixed-2', 'rados:cephadm/smoke/{distro/centos_8.0', 'start}'] 2020-09-04T18:40:56.385 INFO:scrape: