Detailed information:
On swarm run [0] we have a failure in installation of master node at first step:
Snapshot: empty
libvirt: Storage Driver error : cannot unlink file '(null)': Bad address
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
libvirt: Storage Driver error : storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
2016-04-05 21:03:21,154 - ERROR __init__.py:66 -- get_admin_node_ip raised: libvirtError("storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already",)
Traceback: Traceback (most recent call last):
File "/home/jenkins/workspace/9.0.system_test.ubuntu.thread_1/fuelweb_test/__init__.py", line 59, in wrapped
result = func(*args, **kwargs)
File "/home/jenkins/workspace/9.0.system_test.ubuntu.thread_1/fuelweb_test/models/environment.py", line 144, in get_admin_node_ip
self.d_env.nodes(
File "/home/jenkins/workspace/9.0.system_test.ubuntu.thread_1/fuelweb_test/models/environment.py", line 216, in d_env
boot_from=settings.ADMIN_BOOT_DEVICE)
File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/devops/models/environment.py", line 244, in describe_environment
environment = cls.create_environment(config)
File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/devops/models/environment.py", line 283, in create_environment
environment.create_node(config_node)
File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/devops/models/environment.py", line 385, in create_node
new_vol.define()
File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/devops/models/volume.py", line 34, in define
self.driver.volume_define(self)
File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/devops/helpers/retry.py", line 27, in wrapper
return func(*args, **kwargs)
File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/devops/driver/libvirt/libvirt_driver.py", line 897, in volume_define
self.xml_builder.build_volume_xml(volume), 0)
File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/libvirt.py", line 2846, in createXML
if ret is None:raise libvirtError('virStorageVolCreateXML() failed', pool=self)
libvirtError: storage volume '9.0.system_test.ubuntu.thread_1.69.69_slave-06-swift' exists already
Possible duplicate of https:/ /bugs.launchpad .net/fuel/ +bug/1326457