[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly -
Build # 243 - 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: 243
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #243
[Marcin Sobczyk] basic: ansible: Port '003_00_metrics_bootstrap_pytest.py' to ansible
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.004_basic_sanity_pytest.test_next_run_unplug_cpu
Error Message:
assert 2 == 1 -2 +1
Stack Trace:
api_v4 = <ovirtsdk4.Connection object at 0x7f0a67125e50>
@order_by(_TEST_LIST)
def test_next_run_unplug_cpu(api_v4):
engine = api_v4.system_service()
vm_service = test_utils.get_vm_service(engine, VM0_NAME)
new_cpu = vm_service.get().cpu
new_cpu.topology.sockets = 1
vm_service.update(
vm=types.Vm(
cpu=new_cpu,
),
next_run=True
)
assert vm_service.get().cpu.topology.sockets == 2
assert vm_service.get(next_run=True).cpu.topology.sockets == 1
with test_utils.TestEvent(engine, 157): # USER_REBOOT_VM(157)
vm_service.reboot()
testlib.assert_true_within_long(
lambda:
vm_service.get().status == types.VmStatus.UP
)
> assert vm_service.get().cpu.topology.sockets == 1
E assert 2 == 1
E -2
E +1
../basic-suite-master/test-scenarios/004_basic_sanity_pytest.py:1112: AssertionError
4 years, 3 months
[oVirt Jenkins] ovirt-system-tests_basic-suite-4.3_nightly - Build
# 243 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-4.3_nightly/
Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-4.3_nightly/...
Build Number: 243
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #243
[Marcin Sobczyk] basic: ansible: Port '003_00_metrics_bootstrap_pytest.py' to ansible
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 008_basic_ui_sanity.start_grid
Error Message:
could not get ip address of selenium hub. See previous messages for probable docker failure
-------------------- >> begin captured stdout << ---------------------
executing shell: docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
executing shell: docker rm -f grid_node_chrome grid_node_firefox selenium-hub
Error response from daemon: No such container: grid_node_chrome
Error response from daemon: No such container: grid_node_firefox
Error response from daemon: No such container: selenium-hub
executing shell: docker kill grid_node_chrome grid_node_firefox selenium-hub
Error response from daemon: Cannot kill container: grid_node_chrome: No such container: grid_node_chrome
Error response from daemon: Cannot kill container: grid_node_firefox: No such container: grid_node_firefox
Error response from daemon: Cannot kill container: selenium-hub: No such container: selenium-hub
executing shell: docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
executing shell: docker network ls
NETWORK ID NAME DRIVER SCOPE
7de924623102 bridge bridge local
bd7765e6670f host host local
245daf9e104c none null local
executing shell: docker network rm grid
Error response from daemon: network grid not found
executing shell: docker network ls
NETWORK ID NAME DRIVER SCOPE
7de924623102 bridge bridge local
bd7765e6670f host host local
245daf9e104c none null local
executing shell: docker network ls
NETWORK ID NAME DRIVER SCOPE
7de924623102 bridge bridge local
bd7765e6670f host host local
245daf9e104c none null local
creating docker network for grid
executing shell: docker network create grid
b986163a1f7e37430802635a5db3f7b965e863a81d763bfdd024233ccbead9f3
executing shell: docker network ls
NETWORK ID NAME DRIVER SCOPE
7de924623102 bridge bridge local
b986163a1f7e grid bridge local
bd7765e6670f host host local
245daf9e104c none null local
starting hub
executing shell: docker run -d -p 4444:4444 --net grid --name selenium-hub selenium/hub:3.9.1-actinium
Unable to find image 'selenium/hub:3.9.1-actinium' locally
3.9.1-actinium: Pulling from selenium/hub
1be7f2b886e8: Pulling fs layer
6fbc4a21b806: Pulling fs layer
c71a6f8e1378: Pulling fs layer
4be3072e5a37: Pulling fs layer
06c6d2f59700: Pulling fs layer
edcd5e9f2f91: Pulling fs layer
0eeaf787f757: Pulling fs layer
c949dee5af7e: Pulling fs layer
df88a49b4162: Pulling fs layer
ce3c6f42fd24: Pulling fs layer
6c8e191c3abf: Pulling fs layer
c9aca8b50247: Pulling fs layer
4be3072e5a37: Waiting
06c6d2f59700: Waiting
edcd5e9f2f91: Waiting
0eeaf787f757: Waiting
ce3c6f42fd24: Waiting
c9aca8b50247: Waiting
6c8e191c3abf: Waiting
df88a49b4162: Waiting
c949dee5af7e: Waiting
/usr/bin/docker-current: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/b...: dial tcp: lookup production.cloudflare.docker.com on 172.19.11.6:53: read udp 10.129.4.11:39190->172.19.11.6:53: i/o timeout.
See '/usr/bin/docker-current run --help'.
getting ip of hub
--------------------- >> end captured stdout << ----------------------
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 "/home/jenkins/agent/workspace/ovirt-system-tests_basic-suite-4.3_nightly/ovirt-system-tests/basic-suite-4.3/test-scenarios/008_basic_ui_sanity.py", line 189, in start_grid
raise RuntimeError("could not get ip address of selenium hub. See previous messages for probable docker failure")
could not get ip address of selenium hub. See previous messages for probable docker failure
-------------------- >> begin captured stdout << ---------------------
executing shell: docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
executing shell: docker rm -f grid_node_chrome grid_node_firefox selenium-hub
Error response from daemon: No such container: grid_node_chrome
Error response from daemon: No such container: grid_node_firefox
Error response from daemon: No such container: selenium-hub
executing shell: docker kill grid_node_chrome grid_node_firefox selenium-hub
Error response from daemon: Cannot kill container: grid_node_chrome: No such container: grid_node_chrome
Error response from daemon: Cannot kill container: grid_node_firefox: No such container: grid_node_firefox
Error response from daemon: Cannot kill container: selenium-hub: No such container: selenium-hub
executing shell: docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
executing shell: docker network ls
NETWORK ID NAME DRIVER SCOPE
7de924623102 bridge bridge local
bd7765e6670f host host local
245daf9e104c none null local
executing shell: docker network rm grid
Error response from daemon: network grid not found
executing shell: docker network ls
NETWORK ID NAME DRIVER SCOPE
7de924623102 bridge bridge local
bd7765e6670f host host local
245daf9e104c none null local
executing shell: docker network ls
NETWORK ID NAME DRIVER SCOPE
7de924623102 bridge bridge local
bd7765e6670f host host local
245daf9e104c none null local
creating docker network for grid
executing shell: docker network create grid
b986163a1f7e37430802635a5db3f7b965e863a81d763bfdd024233ccbead9f3
executing shell: docker network ls
NETWORK ID NAME DRIVER SCOPE
7de924623102 bridge bridge local
b986163a1f7e grid bridge local
bd7765e6670f host host local
245daf9e104c none null local
starting hub
executing shell: docker run -d -p 4444:4444 --net grid --name selenium-hub selenium/hub:3.9.1-actinium
Unable to find image 'selenium/hub:3.9.1-actinium' locally
3.9.1-actinium: Pulling from selenium/hub
1be7f2b886e8: Pulling fs layer
6fbc4a21b806: Pulling fs layer
c71a6f8e1378: Pulling fs layer
4be3072e5a37: Pulling fs layer
06c6d2f59700: Pulling fs layer
edcd5e9f2f91: Pulling fs layer
0eeaf787f757: Pulling fs layer
c949dee5af7e: Pulling fs layer
df88a49b4162: Pulling fs layer
ce3c6f42fd24: Pulling fs layer
6c8e191c3abf: Pulling fs layer
c9aca8b50247: Pulling fs layer
4be3072e5a37: Waiting
06c6d2f59700: Waiting
edcd5e9f2f91: Waiting
0eeaf787f757: Waiting
ce3c6f42fd24: Waiting
c9aca8b50247: Waiting
6c8e191c3abf: Waiting
df88a49b4162: Waiting
c949dee5af7e: Waiting
/usr/bin/docker-current: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/b...: dial tcp: lookup production.cloudflare.docker.com on 172.19.11.6:53: read udp 10.129.4.11:39190->172.19.11.6:53: i/o timeout.
See '/usr/bin/docker-current run --help'.
getting ip of hub
--------------------- >> end captured stdout << ----------------------
4 years, 3 months
[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly -
Build # 240 - 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: 240
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #240
[Marcin Sobczyk] basic: ansible: Port '003_00_metrics_bootstrap_pytest.py' to ansible
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.004_basic_sanity_pytest.test_preview_snapshot_with_memory
Error Message:
AssertionError: False != True after 600 seconds
Stack Trace:
api_v4 = <ovirtsdk4.Connection object at 0x7fa5aec7f810>
@order_by(_TEST_LIST)
def test_preview_snapshot_with_memory(api_v4):
engine = api_v4.system_service()
events = engine.events_service()
testlib.assert_true_within_long(
# wait for event 68 == USER_CREATE_SNAPSHOT_FINISHED_SUCCESS
> lambda: any(e.code == 68 for e in events.list(max=6))
)
../basic-suite-master/test-scenarios/004_basic_sanity_pytest.py:511:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:286: in assert_true_within_long
assert_equals_within_long(func, True, allowed_exceptions)
/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:273: in assert_equals_within_long
func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <function <lambda> at 0x7fa5ac0858c0>, value = True, timeout = 600
allowed_exceptions = [], initial_wait = 0
def assert_equals_within(
func, value, timeout, allowed_exceptions=None, initial_wait=10
):
allowed_exceptions = allowed_exceptions or []
with utils.EggTimer(timeout) as timer:
while not timer.elapsed():
try:
res = func()
if res == value:
return
except Exception as exc:
if _instance_of_any(exc, allowed_exceptions):
time.sleep(3)
continue
LOGGER.exception("Unhandled exception in %s", func)
raise
if initial_wait == 0:
time.sleep(3)
else:
time.sleep(initial_wait)
initial_wait = 0
try:
raise AssertionError(
> '%s != %s after %s seconds' % (res, value, timeout)
)
E AssertionError: False != True after 600 seconds
/usr/lib/python2.7/site-packages/ovirtlago/testlib.py:252: AssertionError
4 years, 3 months