Your message dated Tue, 04 Mar 2014 16:20:45 +0000
with message-id <[email protected]>
and subject line Bug#738435: fixed in taskcoach 1.3.36-1
has caused the Debian Bug report #738435,
regarding taskcoach: FTBFS: Tests failed
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 [email protected]
immediately.)


-- 
738435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738435
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: taskcoach
Version: 1.3.35-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140208 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully): 
> ======================================================================
> ERROR: testSaveSelection_Child (integrationtests.SaveTest.SaveTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests_tmp/integrationtests/SaveTest.py", line 27, in 
> setUp
>     self.mockApp = mock.App()
>   File "/«PKGBUILDDIR»/taskcoachlib/patterns/singleton.py", line 29, in 
> __call__
>     class_.instance = super(Singleton, class_).__call__(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tests_tmp/integrationtests/mock.py", line 48, in 
> __init__
>     self.init()
>   File "/«PKGBUILDDIR»/tests_tmp/integrationtests/mock.py", line 52, in init
>     super(App, self).init(loadSettings=False, loadTaskFile=False)
>   File "/«PKGBUILDDIR»/taskcoachlib/application/application.py", line 190, in 
> init
>     self.settings, splash=splash)
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/mainwindow.py", line 69, in __init__
>     self._create_window_components()  # Not private for test purposes
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/mainwindow.py", line 128, in 
> _create_window_components
>     self.__create_menu_bar()
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/mainwindow.py", line 142, in 
> __create_menu_bar
>     self.viewer, self.taskFile))
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 216, in __init__
>     viewerContainer), _('&New')),
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 554, in __init__
>     TaskTemplateMenu(mainwindow, taskList=tasks, settings=settings),
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 328, in __init__
>     super(TaskTemplateMenu, self).__init__(mainwindow)
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 99, in __init__
>     self.updateMenu()
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 133, in updateMenu
>     self.updateMenuItems()
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 338, in updateMenuItems
>     self.fillMenu(self.getUICommands())
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 347, in getUICommands
>     settings=self.settings) for name in 
> persistence.TemplateList(path).names()]
>   File "/«PKGBUILDDIR»/taskcoachlib/persistence/templatelist.py", line 27, in 
> __init__
>     self._templates = self._readTemplates(TemplateReader, openFile)
>   File "/«PKGBUILDDIR»/taskcoachlib/persistence/templatelist.py", line 32, in 
> _readTemplates
>     for filename in self._templateFilenames():
>   File "/«PKGBUILDDIR»/taskcoachlib/persistence/templatelist.py", line 51, in 
> _templateFilenames
>     filenames = [name for name in os.listdir(self._path) if \
> OSError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.TaskCoach/taskcoach-templates'
> 
> ======================================================================
> ERROR: testSaveSelection_Parent (integrationtests.SaveTest.SaveTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests_tmp/integrationtests/SaveTest.py", line 27, in 
> setUp
>     self.mockApp = mock.App()
>   File "/«PKGBUILDDIR»/taskcoachlib/patterns/singleton.py", line 29, in 
> __call__
>     class_.instance = super(Singleton, class_).__call__(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tests_tmp/integrationtests/mock.py", line 48, in 
> __init__
>     self.init()
>   File "/«PKGBUILDDIR»/tests_tmp/integrationtests/mock.py", line 52, in init
>     super(App, self).init(loadSettings=False, loadTaskFile=False)
>   File "/«PKGBUILDDIR»/taskcoachlib/application/application.py", line 190, in 
> init
>     self.settings, splash=splash)
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/mainwindow.py", line 69, in __init__
>     self._create_window_components()  # Not private for test purposes
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/mainwindow.py", line 128, in 
> _create_window_components
>     self.__create_menu_bar()
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/mainwindow.py", line 142, in 
> __create_menu_bar
>     self.viewer, self.taskFile))
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 216, in __init__
>     viewerContainer), _('&New')),
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 554, in __init__
>     TaskTemplateMenu(mainwindow, taskList=tasks, settings=settings),
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 328, in __init__
>     super(TaskTemplateMenu, self).__init__(mainwindow)
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 99, in __init__
>     self.updateMenu()
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 133, in updateMenu
>     self.updateMenuItems()
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 338, in updateMenuItems
>     self.fillMenu(self.getUICommands())
>   File "/«PKGBUILDDIR»/taskcoachlib/gui/menu.py", line 347, in getUICommands
>     settings=self.settings) for name in 
> persistence.TemplateList(path).names()]
>   File "/«PKGBUILDDIR»/taskcoachlib/persistence/templatelist.py", line 27, in 
> __init__
>     self._templates = self._readTemplates(TemplateReader, openFile)
>   File "/«PKGBUILDDIR»/taskcoachlib/persistence/templatelist.py", line 32, in 
> _readTemplates
>     for filename in self._templateFilenames():
>   File "/«PKGBUILDDIR»/taskcoachlib/persistence/templatelist.py", line 51, in 
> _templateFilenames
>     filenames = [name for name in os.listdir(self._path) if \
> OSError: [Errno 2] No such file or directory: 
> '/sbuild-nonexistent/.TaskCoach/taskcoach-templates'
> 
> ----------------------------------------------------------------------
> Ran 10 tests in 3.318s
> 
> FAILED (errors=10)
> Exception in thread APScheduler (most likely raised during interpreter 
> shutdown):
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
>   File "/usr/lib/python2.7/threading.py", line 763, in run
>   File "/«PKGBUILDDIR»/taskcoachlib/thirdparty/apscheduler/scheduler.py", 
> line 564, in _main_loop
>   File "/usr/lib/python2.7/threading.py", line 620, in wait
>   File "/usr/lib/python2.7/threading.py", line 354, in wait
> <type 'exceptions.TypeError'>: 'NoneType' object is not callable
> make[2]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/02/08/taskcoach_1.3.35-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: taskcoach
Source-Version: 1.3.36-1

We believe that the bug you reported is fixed in the latest version of
taskcoach, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicolas Boulenguez <[email protected]> (supplier of updated taskcoach 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 04 Mar 2014 14:00:53 +0100
Source: taskcoach
Binary: taskcoach
Architecture: source all
Version: 1.3.36-1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Boulenguez <[email protected]>
Changed-By: Nicolas Boulenguez <[email protected]>
Description: 
 taskcoach  - friendly task manager
Closes: 738435
Changes: 
 taskcoach (1.3.36-1) unstable; urgency=medium
 .
   * New upstream release. Closes: #738435.
     No need for apscheduler/dh_linktree anymore.
   * Run all upstream unit tests.
     patches/disable_loadtest.diff: removes a crashing integration test.
   * Compress DFSG tarball with xz instead of bz2.
Checksums-Sha1: 
 da677c2503886b69f232d05a7c854ca39e0afaf7 2226 taskcoach_1.3.36-1.dsc
 461bd6cbe9dba04ee9c103a563709a00155b9b2b 18247572 taskcoach_1.3.36.orig.tar.xz
 cdd88933be93a458ab61fe1eb45a21c5b5610c12 14992 taskcoach_1.3.36-1.debian.tar.xz
 3bde30dfd0189607397534761720b62b4f628ecd 1396190 taskcoach_1.3.36-1_all.deb
Checksums-Sha256: 
 db229f49b1e861871e7da523f28f83c8a136a303a14b1437880a3f7eb13213f1 2226 
taskcoach_1.3.36-1.dsc
 41a5fac0bfca26b2c98cb11e19414bb1ba75993e68396cb005264769dc374938 18247572 
taskcoach_1.3.36.orig.tar.xz
 ef7149e05f09780c3ad0e87ee7add473b0eb6ab3aeb2684fa50b5ce8932c789e 14992 
taskcoach_1.3.36-1.debian.tar.xz
 0d96166db958a98af85bae57f80b7f32fbb6e6d6320adbf22725a4e2c942c255 1396190 
taskcoach_1.3.36-1_all.deb
Files: 
 bcf03bed9c825f28dd732cb20b39d708 2226 utils optional taskcoach_1.3.36-1.dsc
 88d69ce9b4865618da3730556f536e11 18247572 utils optional 
taskcoach_1.3.36.orig.tar.xz
 7c49de7a4c695309dba6170984461589 14992 utils optional 
taskcoach_1.3.36-1.debian.tar.xz
 539e683bca46a315c656c6e97de8d781 1396190 utils optional 
taskcoach_1.3.36-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTFftzAAoJELUqnPRJDfyNxYEP/28GIodEv4KYukxGFCyFecoF
KUtlgkyuVr3fak6UrKElUmtdTJOCfZI7EbmNHBK0Muc7WjvD+1/Hg4QR5SvxL+8a
SaKTITJbguAohzhFnHLvDYk5BOsWE3RzWON8AJjxsEjgD94WoEQz8A5g9SlgjhQs
pWGwtvyxvPC5TRbnlVYkbcldgWWXkrRGLA2TX1BBVNxRC0tisckMqe3zG2vmxFkj
eGELI5Owkm5Z2w2EZfPgTwiQNTVoza9QgyhAe2/aqSEfyUBEJAm++/hROa/oieVj
ZAOw2+FDwG48f1a6FXiyFQ35vMIln0Eke3AmVZALK17hDFxNGZqng91+kRUTgVwc
OFLzONzz2BDO2xhBlp04JQejWF74dGJxxE5Fd56pic5UGxsu5vQWersETqQAzLUY
huezYvVsrJDMoCkvsVJX7tTx9EF567sYq7MG8EUu08BhBlXcKwsGeP3SMIVAtUbe
toD2muz20Ngvq/YekUTsxg1Z3P5o+oNTcrucQVhjsoc7gRjGLV7if/lscanuhHuZ
cR6hjiFgE3cLry2wuqDWUNYiKBuzlO+l2dffmlUnMjoFrL/Bwhj0JxEkgwuRLole
6De89OdRQbX37NYj/DOn0WAqnOyykpHmfAr2aSDiRZt60nyhaONB+PoyTzBY7mkW
Oz+XGmy4Qih9AXJ4Phf/
=SLbd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to