Package: pexpect Version: 3.2-1 Usertags: goto-cc During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder and pbuilder) the build failed with the following error.
[...]
======================================================================
FAIL: test_run (test_run.RunUnicodeFuncTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/srv/jenkins-slave/workspace/sid-goto-cc-pexpect/pexpect-3.2/tests/test_run.py",
line 56, in test_run
self.assertEqual(self.prep_subprocess_out(the_old_way), the_new_way)
AssertionError: u'total 4532\n-rwxr-xr-x 27 root root 1016920 Apr 16 21:23
bash\n-rwxr-xr-x 81 r [truncated]... != u'total 4532\n-rwxr-xr-x 26 root root
1016920 Apr 16 21:23 bash\n-rwxr-xr-x 78 r [truncated]...
Diff is 11783 characters long. Set self.maxDiff to None to see it.
----------------------------------------------------------------------
Ran 113 tests in 128.470s
FAILED (failures=1)
debian/rules:17: recipe for target 'test-python2.7' failed
So the difference in the output lies in the number of hard links being reported
- this indeed is caused by ongoing concurrent builds that share the base
environment via cowdancer. I am thus leaving the severity untouched, but would
still ask to adjust the tests such that those differences are not taken into
account.
(The full build log is attached, just in case.)
Best,
Michael
pexpect-build-log.txt.gz
Description: application/gunzip
pgpx48YSz90BC.pgp
Description: PGP signature

