Your message dated Thu, 28 Nov 2013 17:19:09 +0000
with message-id <e1vm5f7-000141...@franck.debian.org>
and subject line Bug#726695: fixed in nose 1.3.0-2.1
has caused the Debian Bug report #726695,
regarding nose: FTBFS: CoverageException: Couldn't find static file 
'pyfile.html'
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.)


-- 
726695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: nose
Source-Version: 1.3.0-2.1

We believe that the bug you reported is fixed in the latest version of
nose, 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 726...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Banck <mba...@debian.org> (supplier of updated nose 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: SHA1

Format: 1.8
Date: Sat, 23 Nov 2013 17:31:29 +0100
Source: nose
Binary: python-nose-doc python-nose python3-nose
Architecture: source all
Version: 1.3.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Michael Banck <mba...@debian.org>
Changed-By: Michael Banck <mba...@debian.org>
Description: 
 python-nose - test discovery and running of Python's unittest
 python-nose-doc - documentation for discovery and running for Python's unittest
 python3-nose - test discovery and running for Python3 unittest
Closes: 726695
Changes: 
 nose (1.3.0-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control (Build-Depends): Added libjs-jquery-hotkeys,
     libjs-jquery-isonscreen and libjs-jquery-tablesorter (closes: #726695).
Checksums-Sha1: 
 74c32c72048334f9cfc49a102e5f37683beb9d41 1650 nose_1.3.0-2.1.dsc
 2331d12daf515f97be9ad0839a7e4b1ab6cacb00 7704 nose_1.3.0-2.1.debian.tar.gz
 c2ced899e6413de7764886e7b5b46f68228a0153 175106 
python-nose-doc_1.3.0-2.1_all.deb
 3fd7440bc7e3d1fd91c4fd0c355fc6bed6681ba6 131682 python-nose_1.3.0-2.1_all.deb
 e70d7514c288ec9f36167c6834853f091f94bd0b 128254 python3-nose_1.3.0-2.1_all.deb
Checksums-Sha256: 
 72e1e607e369bee3d7fe13fbe9e877496a9c73bbbe964b28c0c77f40e40ffbd6 1650 
nose_1.3.0-2.1.dsc
 3ebeb02d95050707fa8e6671b40ac6bb57c761ed4a48b5aa20ee038754ea4395 7704 
nose_1.3.0-2.1.debian.tar.gz
 5deff2c0c3fef4ef3ca2af3d4e644fdd9796e63b113f30b63cc8e1ae20b6ea5b 175106 
python-nose-doc_1.3.0-2.1_all.deb
 450c37e1605d0459251df0ad231583b78e57eca0b46d44ac18efe3c30bf086bf 131682 
python-nose_1.3.0-2.1_all.deb
 6d22903c84218ecb2e273f541a5b3269844e623237ebf9b18fe9cc0c3f63c004 128254 
python3-nose_1.3.0-2.1_all.deb
Files: 
 1350040d61fede3801f75b00b06cbf2a 1650 python optional nose_1.3.0-2.1.dsc
 75c42a4449bea0ecb70aad45ac1c6467 7704 python optional 
nose_1.3.0-2.1.debian.tar.gz
 809a061d2fab5a7c542e451f38e59d02 175106 doc optional 
python-nose-doc_1.3.0-2.1_all.deb
 80ce7424506676fea855d9c954862869 131682 python optional 
python-nose_1.3.0-2.1_all.deb
 270f00d18c720c152a697fc2b2dfcbff 128254 python optional 
python3-nose_1.3.0-2.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlKQ28gACgkQmHaJYZ7RAb+3+wCZAfNbvexYrAeDFfI2AEv0yx3Y
364AnR4fiwhsA2MlktbPhG9Bqi2dGuGN
=gXjw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to