...........s........F.s..ss....F. ====================================================================== FAIL: test_proctitle (test_prctl.PrctlTest) Test setting the process title, including too long titles ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/python-prctl/src/python-prctl-1.8.1/test_prctl.py", line 252, in test_proctitle self.assertEqual(cmdline, title) AssertionError: '/usr/bin/python\x00-m\x00unittest\x00discover' != 'This is a test!' - /usr/bin/python-munittestdiscover + This is a test! ====================================================================== FAIL: test_tsc (test_prctl.PrctlTest) Test manipulation of the timestamp counter flag ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/python-prctl/src/python-prctl-1.8.1/test_prctl.py", line 379, in test_tsc self.assertRaises(OSError, prctl.get_tsc) AssertionError: OSError not raised by call_prctl ---------------------------------------------------------------------- Ran 33 tests in 0.031s FAILED (failures=2, skipped=4) ==> ERROR: A failure occurred in check().  Aborting...