[Libvirt-ci] Build failed in Jenkins: virt-manager-master-py3-check » libvirt-debian-9 #23

ci at centos.org ci at centos.org
Fri Feb 23 16:21:59 UTC 2018


See <https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/23/display/redirect>

------------------------------------------
Started by upstream project "virt-manager-master-py3-check" build number 23
originally caused by:
 Started by upstream project "virt-manager-master-py3-build" build number 23
 originally caused by:
  Started by upstream project "libosinfo-master-build" build number 125
  originally caused by:
   Started by upstream project "osinfo-db-master-build" build number 232
   originally caused by:
    Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-debian-9 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/>
[virt-manager-master-py3] $ /bin/sh -xe /tmp/jenkins6677207438369978430.sh
+ MAKE=make
+ uname
+ unamestr=Linux
+ [ Linux = FreeBSD ]
+ export PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export PYTHONPATH=/home/jenkins/build/libvirt/lib/python3.4/site-packages:/home/jenkins/build/libvirt/lib64/python3.4/site-packages:/home/jenkins/build/libvirt/lib/python3.5/site-packages:/home/jenkins/build/libvirt/lib64/python3.5/site-packages:/home/jenkins/build/libvirt/lib/python3.6/site-packages:/home/jenkins/build/libvirt/lib64/python3.6/site-packages:/home/jenkins/build/libvirt/lib/python3.7/site-packages:/home/jenkins/build/libvirt/lib64/python3.7/site-packages
+ python3 ./setup.py test
running test
............................................................................................................EE.......................................................................................................................................................s........................................................................................................................................................................s
======================================================================
ERROR: testGlusterPool (tests.xmlparse.XMLParseTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/utils.py",> line 182, in test_create
    obj = func(xml)
  File "/home/jenkins/build/libvirt/lib/python3.5/site-packages/libvirt.py", line 4595, in storagePoolDefineXML
    if ret is None:raise libvirtError('virStoragePoolDefineXML() failed', conn=self)
libvirt.libvirtError: operation failed: pool 'pool-gluster' already exists with uuid e479af0e-6a1e-462d-b9ca-e27ee6a98573

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/xmlparse.py",> line 1225, in testGlusterPool
    utils.test_create(self.conn, pool.get_xml_config(), "storagePoolDefineXML")
  File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/utils.py",> line 184, in test_create
    raise RuntimeError(str(e) + "\n" + xml)
RuntimeError: operation failed: pool 'pool-gluster' already exists with uuid e479af0e-6a1e-462d-b9ca-e27ee6a98573
<pool type="gluster">
  <name>pool-gluster</name>
  <source>
    <host name="my.host"/>
    <dir path="/foo"/>
    <name>gv0</name>
  </source>
</pool>


======================================================================
ERROR: testISCSIPool (tests.xmlparse.XMLParseTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/utils.py",> line 182, in test_create
    obj = func(xml)
  File "/home/jenkins/build/libvirt/lib/python3.5/site-packages/libvirt.py", line 4595, in storagePoolDefineXML
    if ret is None:raise libvirtError('virStoragePoolDefineXML() failed', conn=self)
libvirt.libvirtError: operation failed: pool 'pool-iscsi' already exists with uuid fbdb9844-3ee6-40fb-9c48-b586f24dcbf4

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/xmlparse.py",> line 1207, in testISCSIPool
    utils.test_create(self.conn, pool.get_xml_config(), "storagePoolDefineXML")
  File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/utils.py",> line 184, in test_create
    raise RuntimeError(str(e) + "\n" + xml)
RuntimeError: operation failed: pool 'pool-iscsi' already exists with uuid fbdb9844-3ee6-40fb-9c48-b586f24dcbf4
<pool type="iscsi">
  <name>pool-iscsi</name>
  <source>
    <host name="my.host"/>
    <device path="/some/source/path"/>
    <initiator>
      <iqn name="my.iqn"/>
    </initiator>
  </source>
  <target>
    <path>/some/target/path</path>
  </target>
</pool>


----------------------------------------------------------------------
Ran 431 tests in 40.474s

FAILED (errors=2, skipped=2)
Build step 'Execute shell' marked build as failure




More information about the Libvirt-ci mailing list