
See <https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/7/display/redirect> ------------------------------------------ Started by upstream project "virt-manager-master-py3-check" build number 7 originally caused by: Started by upstream project "virt-manager-master-py3-build" build number 7 originally caused by: Started by an SCM change 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] $ /bin/sh -xe /tmp/jenkins1115241840732311422.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 .....................................................................................................................................FF.......................................................................................................................................s........................................................................................................................................................................ ====================================================================== FAIL: testCLI0009virt_install_memory_device_dimm (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/clitest.py",> line 1110, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/clitest.py",> line 1109, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/clitest.py",> line 277, in run tests.fail(err) AssertionError: ./virt-install --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/testdriver.xml,predictable> --name foobar --ram 64 --print-step all --nographics --noautoconsole --import --disk none --memory 1024,hotplugmemorymax=2048,hotplugmemoryslots=2 --cpu cell0.cpus=0,cell0.memory=1048576 --memdev dimm,access=private,target_size=512,target_node=0,source_pagesize=4,source_nodemask=1-2 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-memory-device-dimm.xml +++ Generated Output @@ -39,14 +39,14 @@ </interface> <console type="pty"/> <memory model="dimm" access="private"> + <target> + <size>524288</size> + <node>0</node> + </target> <source> <pagesize>4</pagesize> <nodemask>1-2</nodemask> </source> - <target> - <size>524288</size> - <node>0</node> - </target> </memory> </devices> </domain> ====================================================================== FAIL: testCLI0010virt_install_memory_device_nvdimm (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/clitest.py",> line 1110, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/clitest.py",> line 1109, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/clitest.py",> line 277, in run tests.fail(err) AssertionError: ./virt-install --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-master-py3-check/systems=libvirt-debian-9/ws/tests/testdriver.xml,predictable> --name foobar --ram 64 --print-step all --nographics --noautoconsole --import --disk none --memory 1024,hotplugmemorymax=2048,hotplugmemoryslots=2 --cpu cell0.cpus=0,cell0.memory=1048576 --memdev nvdimm,source_path=/path/to/nvdimm,target_size=512,target_node=0,target_label_size=128 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-memory-device-nvdimm.xml +++ Generated Output @@ -39,9 +39,6 @@ </interface> <console type="pty"/> <memory model="nvdimm"> - <source> - <path>/path/to/nvdimm</path> - </source> <target> <size>524288</size> <node>0</node> @@ -49,6 +46,9 @@ <size>131072</size> </label> </target> + <source> + <path>/path/to/nvdimm</path> + </source> </memory> </devices> </domain> ---------------------------------------------------------------------- Ran 439 tests in 356.158s FAILED (failures=2, skipped=1) Build step 'Execute shell' marked build as failure