[JENKINS] Failed to setup proejct ovirt-system-tests_gate
by jenkins@jenkins.phx.ovirt.org
Failed to run project_setup.sh for:
#177.
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on openshift-integ-tests-container-chktw.
5 years
[oVirt Jenkins] ovirt-system-tests_compat-4.3-suite-master - Build
# 263 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/263/
Build Number: 263
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #263
[Ori Liel] Adapt add quota cluster limits test to API V4
[Evgheni Dereveanchin] Fix EPEL s390x mirror definition
[Barak Korren] global-setup: Ensure selinux-policy is up to date
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 098_ovirt_provider_ovn.use_ovn_provider_43
Error Message:
Fault reason is "Operation Failed". Fault detail is "[Cannot add a Network Interface when VM is not Down, Up or Image-Locked.]". HTTP response code is 409.
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:35357
py.warnings: WARNING: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:35357 "POST /v2.0/tokens/ HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/networks/ HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/ports/ HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/subnets/ HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "POST /v2.0/networks/ HTTP/1.1" 201 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "POST /v2.0/subnets/ HTTP/1.1" 201 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "POST /v2.0/ports/ HTTP/1.1" 201 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/networks/ HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/ports/ HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696
requests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/subnets/ HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper
prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/agent/workspace/ovirt-system-tests_compat-4.3-suite-master/ovirt-system-tests/compat-4.3-suite-master/test-scenarios/098_ovirt_provider_ovn.py", line 464, in use_ovn_provider
_hotplug_network_to_vm(api, VM0_NAME, NETWORK_1, IFACE_NAME)
File "/home/jenkins/agent/workspace/ovirt-system-tests_compat-4.3-suite-master/ovirt-system-tests/compat-4.3-suite-master/test-scenarios/098_ovirt_provider_ovn.py", line 404, in _hotplug_network_to_vm
id=profile.id,
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 35224, in add
return self._internal_add(nic, headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232, in _internal_add
return future.wait() if wait else future
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait
return self._code(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 229, in callback
self._check_fault(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in _check_fault
self._raise_error(response, body)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in _raise_error
raise error
'Fault reason is "Operation Failed". Fault detail is "[Cannot add a Network Interface when VM is not Down, Up or Image-Locked.]". HTTP response code is 409.\n-------------------- >> begin captured logging << --------------------\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:35357\npy.warnings: WARNING: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings...: DEBUG: https://192.168.201.4:35357 "POST /v2.0/tokens/ HTTP/1.1" 200 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/networks/ HTTP/1.1" 200 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/ports/ HTTP/1.1" 200 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/subnets/ HTTP/1.1" 200 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "POST /v2.0/networks/ HTTP/1.1" 201 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "POST /v2.0/subnets/ HTTP/1.1" 201 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "POST /v2.0/ports/ HTTP/1.1" 201 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/networks/ HTTP/1.1" 200 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/ports/ HTTP/1.1" 200 None\nrequests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): 192.168.201.4:9696\nrequests.packages.urllib3.connectionpool: DEBUG: https://192.168.201.4:9696 "GET /v2.0/subnets/ HTTP/1.1" 200 None\n--------------------- >> end captured logging << ---------------------'
5 years