[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly -
Build # 1180 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/
Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_night...
Build Number: 1180
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #1180
[Marcin Sobczyk] deploy: Always show list of used oVirt packages
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames
Error Message:
failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => {
"changed": false,
"elapsed": 1
}
lago-basic-suite-master-engine | SUCCESS => {
"changed": false,
"elapsed": 5
}
lago-basic-suite-master-host-0 | FAILED! => {
"changed": false,
"elapsed": 120,
"msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host"
}"
Stack Trace:
ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7faa26153320>
all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'}
deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']}
working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master'
request = <SubRequest 'deploy' for <Function test_set_hostnames>>
@pytest.fixture(scope="session", autouse=True)
def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request):
if deployment_utils.is_deployed(working_dir):
LOGGER.info("Environment already deployed")
return
LOGGER.info("Waiting for SSH on the VMs")
> ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__
return _run_ansible_runner(self.config_builder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7faa26153630>
def _run_ansible_runner(config_builder):
runner = ansible_runner.Runner(config=config_builder.prepare())
LOGGER.debug(f'_run_ansible_runner: before run: {runner}')
runner.run()
LOGGER.debug(f'_run_ansible_runner: after run: {runner}')
if runner.status != 'successful':
raise AnsibleExecutionError(
rc=runner.rc,
> stdout=runner.stdout.read()
)
E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => {
E "changed": false,
E "elapsed": 1
E }
E lago-basic-suite-master-engine | SUCCESS => {
E "changed": false,
E "elapsed": 5
E }
E lago-basic-suite-master-host-0 | FAILED! => {
E "changed": false,
E "elapsed": 120,
E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host"
E }
ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError