Your message dated Wed, 02 Mar 2016 00:20:53 +0000
with message-id <e1aaux7-0003lz...@franck.debian.org>
and subject line Bug#812710: fixed in nose2 0.6.3-1
has caused the Debian Bug report #812710,
regarding nose2: FTBFS - multiple test failures
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
812710: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nose2
Version: 0.5.0-2
Severity: serious
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.
[...]
======================================================================
ERROR: test_collector_completes_with_no_tests
(nose2.tests.unit.test_collector.TestCollector)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/tests/unit/test_collector.py",
line 18, in test_collector_completes_with_no_tests
with RedirectStdStreams() as redir:
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/tests/_common.py",
line 228, in __enter__
self.old_stdout.flush()
ValueError: underlying buffer has been detached
======================================================================
FAIL: test_run (nose2.tests.functional.test_coverage.TestCoverage)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/tests/functional/test_coverage.py",
line 19, in test_run
stderr=os.path.join('lib', 'mod1').replace('\\', r'\\') + STATS)
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/tests/_common.py",
line 64, in assertTestRunOutputMatches
testf(util.safe_decode(cmd_stderr), stderr)
AssertionError: Regex didn't match: 'lib/mod1 8 5 38%' not
found in 'test1 (test_coverage.TestLib) ...
ok\n\n----------------------------------------------------------------------\nRan
1 test in 0.001s\n\nOK\n'
======================================================================
FAIL: test_can_discover_test_modules_in_zipped_eggs
(nose2.tests.functional.test_eggdiscovery_loader.EggDiscoveryFunctionalTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/tests/functional/test_eggdiscovery_loader.py",
line 38, in test_can_discover_test_modules_in_zipped_eggs
self.assertTestRunOutputMatches(proc, stderr='FAILED \(failures=5,
errors=1, skipped=1\)')
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/tests/_common.py",
line 64, in assertTestRunOutputMatches
testf(util.safe_decode(cmd_stderr), stderr)
AssertionError: Regex didn't match: 'FAILED \\(failures=5, errors=1,
skipped=1\\)' not found in 'pkgegg (nose2.loader.LoadTestsFailure) ...
ERROR\n\n======================================================================\nERROR:
pkgegg
(nose2.loader.LoadTestsFailure)\n----------------------------------------------------------------------\nTraceback
(most recent call last):\n File "/usr/lib/python3.4/unittest/case.py", line
58, in testPartExecutor\n yield\n File
"/usr/lib/python3.4/unittest/case.py", line 580, in run\n testMethod()\n
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/loader.py",
line 117, in testFailure\n raise exception\n File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/plugins/loader/generators.py",
line 108, in loadTestsFromName\n result = util.test_from_name(name,
module)\n File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/util.py",
line 96, in test_from_name\n parent, obj = object_from_name(name, module)\n
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/util.py",
line 107, in object_from_name\n module =
__import__(\'.\'.join(parts_copy))\nImportError: No module named
\'pkgegg\'\n\n----------------------------------------------------------------------\nRan
1 test in 0.001s\n\nFAILED (errors=1)\n'
======================================================================
FAIL: test_non_egg_discoverer_does_not_fail_when_looking_in_egg
(nose2.tests.functional.test_eggdiscovery_loader.EggDiscoveryFunctionalTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/tests/functional/test_eggdiscovery_loader.py",
line 30, in test_non_egg_discoverer_does_not_fail_when_looking_in_egg
self.assertTestRunOutputMatches(proc, stderr='Ran 0 tests in')
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/tests/_common.py",
line 64, in assertTestRunOutputMatches
testf(util.safe_decode(cmd_stderr), stderr)
AssertionError: Regex didn't match: 'Ran 0 tests in' not found in 'pkgegg
(nose2.loader.LoadTestsFailure) ...
ERROR\n\n======================================================================\nERROR:
pkgegg
(nose2.loader.LoadTestsFailure)\n----------------------------------------------------------------------\nTraceback
(most recent call last):\n File "/usr/lib/python3.4/unittest/case.py", line
58, in testPartExecutor\n yield\n File
"/usr/lib/python3.4/unittest/case.py", line 580, in run\n testMethod()\n
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/loader.py",
line 117, in testFailure\n raise exception\n File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/plugins/loader/generators.py",
line 108, in loadTestsFromName\n result = util.test_from_name(name,
module)\n File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/util.py",
line 96, in test_from_name\n parent, obj = object_from_name(name, module)\n
File
"/srv/jenkins-slave/workspace/sid-goto-cc-nose2/nose2-0.5.0/nose2/util.py",
line 107, in object_from_name\n module =
__import__(\'.\'.join(parts_copy))\nImportError: No module named
\'pkgegg\'\n\n----------------------------------------------------------------------\nRan
1 test in 0.000s\n\nFAILED (errors=1)\n'
----------------------------------------------------------------------
Ran 211 tests in 144.519s
FAILED (failures=3, errors=1)
Exception ignored in: <_io.TextIOWrapper mode='w' encoding='ANSI_X3.4-1968'>
ValueError: underlying buffer has been detached
E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1:
python3.4 setup.py test
dh_auto_test: pybuild --test -i python{version} -p 3.4 3.5 --dir . returned
exit code 13
debian/rules:9: recipe for target 'build' failed
make: *** [build] Error 25
The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.
Best,
Michael
nose2-build-log.txt.gz
Description: application/gunzip
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: nose2
Source-Version: 0.6.3-1
We believe that the bug you reported is fixed in the latest version of
nose2, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 812...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Brian May <b...@debian.org> (supplier of updated nose2 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 02 Mar 2016 10:42:30 +1100
Source: nose2
Binary: python-nose2-doc python-nose2 python3-nose2
Architecture: source
Version: 0.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Barry Warsaw <ba...@debian.org>
Changed-By: Brian May <b...@debian.org>
Description:
python-nose2 - next generation of nicer testing for Python (Python 2)
python-nose2-doc - next generation of nicer testing for Python (documentation)
python3-nose2 - next generation of nicer testing for Python (Python 3)
Closes: 812710
Changes:
nose2 (0.6.3-1) unstable; urgency=medium
.
* New upstream version.
* Fixes FTBFS, RC bug, closes: #812710.
Checksums-Sha1:
2b7b393383ee866cc49c0d6b7f6b53ab03a39909 2239 nose2_0.6.3-1.dsc
fb80230a32978fbfbbd37398e2e38040d8457c4e 130927 nose2_0.6.3.orig.tar.gz
a3035b9a0788819437cb5ba1e45b41e4fb2c6001 5836 nose2_0.6.3-1.debian.tar.xz
Checksums-Sha256:
f35d2b195ba5906492bc83a741c49342cbf9a4e4445945d32024a77391c2555c 2239
nose2_0.6.3-1.dsc
a60d6d5f63e748a7fed4e6a5e22e35e44424f6bb1a06948a777c2b3aea3580f0 130927
nose2_0.6.3.orig.tar.gz
13318e1eee1e2c68ad61b6e1e3cbf06c640fbf6a9420001b4be3733c8299bb97 5836
nose2_0.6.3-1.debian.tar.xz
Files:
d83487cafdcc3cd0b3c345b5b04ba0f0 2239 python optional nose2_0.6.3-1.dsc
1d36fa48cd4ebc230cc8f277b86a9101 130927 python optional nose2_0.6.3.orig.tar.gz
b9d887d4429ca2954de83178e292ac2d 5836 python optional
nose2_0.6.3-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJW1i00AAoJEBeEV3+BH26sjHMQAIc+ADsS33bjT2YuCVr82tDN
Uv7pndB+y1mJccuc2TXdGsk8QVdMxmk1mYpk0GqMyHPQ3yQ5VRkhZMu/7AeatHdP
VpmpQwJYq+UQD1nDQ8fN9f1MyzxfA71jVurymcqhcu37y4j/W6COhiUr4JFRV6lm
hszxT7JIShBq2FaDlNjzoyZdslAcDM+Om7fKI8RWYHkniS2kB9xKG/3EcvREAR8h
KGwUb2vWO8nQNn/oQbMWplodncAkrMWC/r5Z+cQTUo3AeOuLSCcnpk2Mdzacao41
La0/93BVXLuTnMueH1rhGZoLSW9z5Hlxq5SySFrLBjqhVLKeX+u4Hgq6XPSWPBUv
RSiqNzPVjACiVDj2epFd+1fT56bUJb7BO9CkwG4Jdp5WRauyl3HAeWoP3hTwVKZ3
6uXrDYpyzcl4ujpmvxxci03pLJbXPv97TeWAaXYnXy3wdxgPWJIuX2kmcZ3dDh/m
eoN1rrD/2o9i60++7tejfOAw1/4EnE52igPMNKbj+o7LJpNGepnGgp5aaF/Tn3nu
BHAvCD/aiRG8/V1dpqe+5W2d8rMbkLcd+gFHNdk8Zvc2ikATMNlw0HzEwBXXzwgq
5DNYg3+4NKDMKE0tgppcv050A3srs7uyby0P8KN1oi5AR7Pezh7o2d+y5f0lf8N4
RmCRX5yUxNHqJVIAZKqa
=WeAk
-----END PGP SIGNATURE-----
--- End Message ---