>>> Test phase [test]: app-emulation/xen-tools-3.0.2-r1 make -C tools/python test make[1]: Entering directory `/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python' export LD_LIBRARY_PATH=$(readlink -f ../libxc):$(readlink -f ../xenstore); python test.py -b -u running build running build_py running build_ext Failure in test testToFromString (xen.xend.tests.test_uuid.test_uuid) Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xend/tests/test_uuid.py", line 24, in testToFromString t([0 for _ in range(0, 16)], "00000000-00000000-00000000-00000000") File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xend/tests/test_uuid.py", line 21, in t self.assertEqual(uuid.toString(inp), expected) File "/usr/lib/python2.4/unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: '00000000-0000-0000-0000-000000000000' != '00000000-00000000-00000000-00000000' Failure in test testCommandLine (xen.xm.tests.test_create.test_create) Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 40, in testCommandLine { 'name' : os.path.basename(fname), File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 32, in t expected) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 25, in assertEqualModuloNulls self.assertEqualModuloNulls_(a, b) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 18, in assertEqualModuloNulls_ self.failUnless(k in b, '%s not in b' % k) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: xauthority not in b Failure in test testConfigFile (xen.xm.tests.test_create.test_create) Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 78, in testConfigFile { 'kernel' : '/boot/vmlinuz-xenU-smp', File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 32, in t expected) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 25, in assertEqualModuloNulls self.assertEqualModuloNulls_(a, b) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 18, in assertEqualModuloNulls_ self.failUnless(k in b, '%s not in b' % k) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: xauthority not in b Failure in test testConfigFileAndCommandLine (xen.xm.tests.test_create.test_create) Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 123, in testConfigFileAndCommandLine { 'name' : 'testname', File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 32, in t expected) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 25, in assertEqualModuloNulls self.assertEqualModuloNulls_(a, b) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 18, in assertEqualModuloNulls_ self.failUnless(k in b, '%s not in b' % k) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: xauthority not in b Failure in test testHVMConfigFile (xen.xm.tests.test_create.test_create) Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 166, in testHVMConfigFile { 'kernel' : '/usr/lib/xen/boot/hvmloader', File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 32, in t expected) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 25, in assertEqualModuloNulls self.assertEqualModuloNulls_(a, b) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 18, in assertEqualModuloNulls_ self.failUnless(k in b, '%s not in b' % k) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: xauthority not in b ====================================================================== FAIL: testToFromString (xen.xend.tests.test_uuid.test_uuid) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xend/tests/test_uuid.py", line 24, in testToFromString t([0 for _ in range(0, 16)], "00000000-00000000-00000000-00000000") File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xend/tests/test_uuid.py", line 21, in t self.assertEqual(uuid.toString(inp), expected) File "/usr/lib/python2.4/unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: '00000000-0000-0000-0000-000000000000' != '00000000-00000000-00000000-00000000' ====================================================================== FAIL: testCommandLine (xen.xm.tests.test_create.test_create) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 40, in testCommandLine { 'name' : os.path.basename(fname), File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 32, in t expected) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 25, in assertEqualModuloNulls self.assertEqualModuloNulls_(a, b) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 18, in assertEqualModuloNulls_ self.failUnless(k in b, '%s not in b' % k) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: xauthority not in b ====================================================================== FAIL: testConfigFile (xen.xm.tests.test_create.test_create) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 78, in testConfigFile { 'kernel' : '/boot/vmlinuz-xenU-smp', File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 32, in t expected) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 25, in assertEqualModuloNulls self.assertEqualModuloNulls_(a, b) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 18, in assertEqualModuloNulls_ self.failUnless(k in b, '%s not in b' % k) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: xauthority not in b ====================================================================== FAIL: testConfigFileAndCommandLine (xen.xm.tests.test_create.test_create) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 123, in testConfigFileAndCommandLine { 'name' : 'testname', File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 32, in t expected) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 25, in assertEqualModuloNulls self.assertEqualModuloNulls_(a, b) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 18, in assertEqualModuloNulls_ self.failUnless(k in b, '%s not in b' % k) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: xauthority not in b ====================================================================== FAIL: testHVMConfigFile (xen.xm.tests.test_create.test_create) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/unittest.py", line 260, in run testMethod() File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 166, in testHVMConfigFile { 'kernel' : '/usr/lib/xen/boot/hvmloader', File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 32, in t expected) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 25, in assertEqualModuloNulls self.assertEqualModuloNulls_(a, b) File "/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build/lib.linux-i686-2.4/xen/xm/tests/test_create.py", line 18, in assertEqualModuloNulls_ self.failUnless(k in b, '%s not in b' % k) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: xauthority not in b ---------------------------------------------------------------------- Ran 8 tests in 0.181s FAILED (failures=5) Running UNIT tests from /var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python/build Using config file "/var/tmp/portage/xen-tools-3.0.2-r1/temp/tmpELAnEZ". Using config file "/var/tmp/portage/xen-tools-3.0.2-r1/temp/tmphmaOc-". Using config file "/var/tmp/portage/xen-tools-3.0.2-r1/temp/tmpLgNKZ7". Using config file "/var/tmp/portage/xen-tools-3.0.2-r1/temp/tmp28wEbN". VNC= 1 make[1]: Leaving directory `/var/tmp/portage/xen-tools-3.0.2-r1/work/xen-3.0.2/tools/python'