Source: nose
Version: 1.3.0-2
Severity: serious

>From my pbuilder build log:

...
test_addSuccess (test_xunit.TestXMLOutputWithXML) ... ok
test_addSuccess_early (test_xunit.TestXMLOutputWithXML) ... ok
test_non_utf8_error (test_xunit.TestXMLOutputWithXML) ... ok

======================================================================
ERROR: runTest 
(test_coverage_plugin.TestCoverageMinPercentageSinglePackagePlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/buildd/nose-1.3.0/functional_tests/test_coverage_plugin.py", line 
94, in setUp
    self).setUp)
  File "/usr/lib/python2.7/unittest/case.py", line 475, in assertRaises
    callableObj(*args, **kwargs)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/plugintest.py", line 272, in setUp
    self._execPlugin()
  File "/tmp/buildd/nose-1.3.0/nose/plugins/plugintest.py", line 259, in 
_execPlugin
    exit=False)
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 118, in __init__
    **extra_args)
  File "/usr/lib/python2.7/unittest/main.py", line 95, in __init__
    self.runTests()
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 197, in runTests
    result = self.testRunner.run(self.test)
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 63, in run
    result.printErrors()
  File "/tmp/buildd/nose-1.3.0/nose/result.py", line 110, in printErrors
    self.config.plugins.report(self.stream)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/manager.py", line 99, in __call__
    return self.call(*arg, **kw)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/manager.py", line 167, in simple
    result = meth(*arg, **kw)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/cover.py", line 164, in report
    self.coverInstance.stop()
  File "/usr/lib/python2.7/dist-packages/coverage/control.py", line 658, in 
html_report
    reporter = HtmlReporter(self, self.config)
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 66, in __init__
    data("pyfile.html"), self.template_globals
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 38, in data
    data_file = open(data_filename(fname))
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 34, in 
data_filename
    raise CoverageException("Couldn't find static file %r" % fname)
CoverageException: Couldn't find static file 'pyfile.html'
-------------------- >> begin captured stdout << ---------------------
hi

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: runTest 
(test_coverage_plugin.TestCoverageMinPercentageSinglePackageWithBranchesPlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/buildd/nose-1.3.0/functional_tests/test_coverage_plugin.py", line 
121, in setUp
    self).setUp)
  File "/usr/lib/python2.7/unittest/case.py", line 475, in assertRaises
    callableObj(*args, **kwargs)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/plugintest.py", line 272, in setUp
    self._execPlugin()
  File "/tmp/buildd/nose-1.3.0/nose/plugins/plugintest.py", line 259, in 
_execPlugin
    exit=False)
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 118, in __init__
    **extra_args)
  File "/usr/lib/python2.7/unittest/main.py", line 95, in __init__
    self.runTests()
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 197, in runTests
    result = self.testRunner.run(self.test)
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 63, in run
    result.printErrors()
  File "/tmp/buildd/nose-1.3.0/nose/result.py", line 110, in printErrors
    self.config.plugins.report(self.stream)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/manager.py", line 99, in __call__
    return self.call(*arg, **kw)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/manager.py", line 167, in simple
    result = meth(*arg, **kw)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/cover.py", line 164, in report
    self.coverInstance.stop()
  File "/usr/lib/python2.7/dist-packages/coverage/control.py", line 658, in 
html_report
    reporter = HtmlReporter(self, self.config)
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 66, in __init__
    data("pyfile.html"), self.template_globals
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 38, in data
    data_file = open(data_filename(fname))
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 34, in 
data_filename
    raise CoverageException("Couldn't find static file %r" % fname)
CoverageException: Couldn't find static file 'pyfile.html'
-------------------- >> begin captured stdout << ---------------------
hi

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: runTest (test_coverage_plugin.TestCoveragePlugin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/buildd/nose-1.3.0/functional_tests/test_coverage_plugin.py", line 
39, in setUp
    super(TestCoveragePlugin, self).setUp()
  File "/tmp/buildd/nose-1.3.0/nose/plugins/plugintest.py", line 272, in setUp
    self._execPlugin()
  File "/tmp/buildd/nose-1.3.0/nose/plugins/plugintest.py", line 259, in 
_execPlugin
    exit=False)
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 118, in __init__
    **extra_args)
  File "/usr/lib/python2.7/unittest/main.py", line 95, in __init__
    self.runTests()
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 197, in runTests
    result = self.testRunner.run(self.test)
  File "/tmp/buildd/nose-1.3.0/nose/core.py", line 63, in run
    result.printErrors()
  File "/tmp/buildd/nose-1.3.0/nose/result.py", line 110, in printErrors
    self.config.plugins.report(self.stream)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/manager.py", line 99, in __call__
    return self.call(*arg, **kw)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/manager.py", line 167, in simple
    result = meth(*arg, **kw)
  File "/tmp/buildd/nose-1.3.0/nose/plugins/cover.py", line 164, in report
    self.coverInstance.stop()
  File "/usr/lib/python2.7/dist-packages/coverage/control.py", line 658, in 
html_report
    reporter = HtmlReporter(self, self.config)
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 66, in __init__
    data("pyfile.html"), self.template_globals
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 38, in data
    data_file = open(data_filename(fname))
  File "/usr/lib/python2.7/dist-packages/coverage/html.py", line 34, in 
data_filename
    raise CoverageException("Couldn't find static file %r" % fname)
CoverageException: Couldn't find static file 'pyfile.html'
-------------------- >> begin captured stdout << ---------------------
hi

--------------------- >> end captured stdout << ----------------------

----------------------------------------------------------------------
Ran 338 tests in 13.335s

FAILED (errors=3, skipped=6)
/usr/lib/python2.7/multiprocessing/connection.py:426: RuntimeWarning: Parent 
module 'multiprocessing' not found while handling absolute import
  import hmac
/usr/lib/python2.7/multiprocessing/connection.py:413: RuntimeWarning: Parent 
module 'multiprocessing' not found while handling absolute import
  import hmac
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/tmp/buildd/nose-1.3.0'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to