Your message dated Mon, 31 Mar 2014 12:49:30 +0000
with message-id <[email protected]>
and subject line Bug#743095: fixed in python-nose-exclude 0.2.0-2
has caused the Debian Bug report #743095,
regarding python-nose-exclude: FTBFS: Tests 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 [email protected]
immediately.)


-- 
743095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743095
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-nose-exclude
Version: 0.2.0-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140329 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):
> make[1]: Entering directory `/«PKGBUILDDIR»'
> dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils 
> --with python2
> dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: 
> binary binary-arch binary-indep build build-arch build-indep clean install 
> install-arch install-indep)
> set -e && for pyvers in 2.7 ; do \
>               python$pyvers setup.py test ; \
>       done
> running test
> running egg_info
> creating nose_exclude.egg-info
> writing requirements to nose_exclude.egg-info/requires.txt
> writing nose_exclude.egg-info/PKG-INFO
> writing top-level names to nose_exclude.egg-info/top_level.txt
> writing dependency_links to nose_exclude.egg-info/dependency_links.txt
> writing entry points to nose_exclude.egg-info/entry_points.txt
> writing manifest file 'nose_exclude.egg-info/SOURCES.txt'
> reading manifest file 'nose_exclude.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'nose_exclude.egg-info/SOURCES.txt'
> running build_ext
> test_tests_excluded (tests.TestNoseExcludeDirAndTests) ... FAIL
> test_proper_dirs_omitted (tests.TestNoseExcludeDirsEnvFile) ... FAIL
> test_proper_dirs_omitted (tests.TestNoseExcludeDirsNoseWorkingDir) ... FAIL
> test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Absolute_Args) ... FAIL
> test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Arg_Does_Not_Exist) ... 
> nose.plugins.nose_exclude: WARNING: The following path was not found: 
> --exclude-dir=test_dirs/test_i_dont_exist
> FAIL
> test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Relative_Args) ... FAIL
> test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Relative_Args_File) ... 
> FAIL
> test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Relative_Args_Mixed) ... 
> FAIL
> test_proper_dirs_omitted (tests.TestNoseExcludeEnvVariables) ... FAIL
> test_tests_excluded (tests.TestNoseExcludeMultipleTest) ... FAIL
> test_test_excluded (tests.TestNoseExcludeTest) ... FAIL
> test_tests_excluded (tests.TestNoseExcludeTestClass) ... ok
> test_tests_excluded (tests.TestNoseExcludeTestFunction) ... FAIL
> test_tests_excluded (tests.TestNoseExcludeTestModule) ... FAIL
> test_test_excluded_negative (tests.TestNoseExcludeTestNegative) ... FAIL
> test_tests_excluded (tests.TestNoseExcludeTestViaFile) ... FAIL
> 
> ======================================================================
> FAIL: test_tests_excluded (tests.TestNoseExcludeDirAndTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 189, in test_tests_excluded
>     assert 'Ran 2 tests' in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_proper_dirs_omitted (tests.TestNoseExcludeDirsEnvFile)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 92, in test_proper_dirs_omitted
>     assert "FAILED" not in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_proper_dirs_omitted (tests.TestNoseExcludeDirsNoseWorkingDir)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 122, in test_proper_dirs_omitted
>     assert "FAILED" not in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Absolute_Args)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 37, in test_proper_dirs_omitted
>     assert "FAILED" not in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Arg_Does_Not_Exist)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 105, in test_proper_dirs_omitted
>     assert "FAILED" not in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Relative_Args)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 18, in test_proper_dirs_omitted
>     assert "FAILED" not in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Relative_Args_File)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 50, in test_proper_dirs_omitted
>     assert "FAILED" not in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_proper_dirs_omitted (tests.TestNoseExcludeDirs_Relative_Args_Mixed)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 64, in test_proper_dirs_omitted
>     assert "FAILED" not in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_proper_dirs_omitted (tests.TestNoseExcludeEnvVariables)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 78, in test_proper_dirs_omitted
>     assert "FAILED" not in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_tests_excluded (tests.TestNoseExcludeMultipleTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 159, in test_tests_excluded
>     assert 'Ran 0 tests' in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_test_excluded (tests.TestNoseExcludeTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 133, in test_test_excluded
>     assert 'Ran 2 tests' in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_tests_excluded (tests.TestNoseExcludeTestFunction)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 213, in test_tests_excluded
>     assert 'Ran 2 tests' in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_tests_excluded (tests.TestNoseExcludeTestModule)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 225, in test_tests_excluded
>     assert 'Ran 3 tests' in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_test_excluded_negative (tests.TestNoseExcludeTestNegative)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 144, in test_test_excluded_negative
>     assert 'Ran 3 tests' in self.output
> AssertionError
> 
> ======================================================================
> FAIL: test_tests_excluded (tests.TestNoseExcludeTestViaFile)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests.py", line 170, in test_tests_excluded
>     assert 'Ran 1 test' in self.output
> AssertionError
> 
> ----------------------------------------------------------------------
> Ran 16 tests in 0.670s
> 
> FAILED (failures=15)
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/python-nose-exclude_0.2.0-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: python-nose-exclude
Source-Version: 0.2.0-2

We believe that the bug you reported is fixed in the latest version of
python-nose-exclude, 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.
Thomas Goirand <[email protected]> (supplier of updated python-nose-exclude 
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: Mon, 31 Mar 2014 20:16:26 +0800
Source: python-nose-exclude
Binary: python-nose-exclude
Architecture: source all
Version: 0.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description: 
 python-nose-exclude - exclude specific directories from nosetests runs
Closes: 743095
Changes: 
 python-nose-exclude (0.2.0-2) unstable; urgency=medium
 .
   * Fixed test_dirs/unittest/tests.py which was making a lot of unit tests fail
     (Closes: #743095).
   * Updated Standards-Version: to 3.9.5.
Checksums-Sha1: 
 365c702580117b1e3d20596df104a37f321aa628 2137 python-nose-exclude_0.2.0-2.dsc
 ed93d7fb738acf8053eda3a742baba5def5018e2 2624 
python-nose-exclude_0.2.0-2.debian.tar.xz
 ca029c26736d31847dd7dcfa9daf87ad5acb0846 5896 
python-nose-exclude_0.2.0-2_all.deb
Checksums-Sha256: 
 e33a25124b41a34f09db480fa055180aaeddc307a27c50afaec84cc68c234d23 2137 
python-nose-exclude_0.2.0-2.dsc
 e18824ca0aa44ba9698749d1bfcb9ff1d66f772351ee30663a87e9ae4a669f46 2624 
python-nose-exclude_0.2.0-2.debian.tar.xz
 5fd8a977f7eaf5ce973cfcbedca54caf215b243c01759425b8cdfa0c8c21fee2 5896 
python-nose-exclude_0.2.0-2_all.deb
Files: 
 274fb1d37117c11a1df46737c51043af 2137 python optional 
python-nose-exclude_0.2.0-2.dsc
 d2be83a01f50c4eb93b3eefbfcda759a 2624 python optional 
python-nose-exclude_0.2.0-2.debian.tar.xz
 4edcd686a8cb748dea7aab8a7cd7aac6 5896 python optional 
python-nose-exclude_0.2.0-2_all.deb

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

iQIcBAEBCAAGBQJTOWK/AAoJENQWrRWsa0P+1+oP/ijj2hB2+c/hi7UuPAQYYehO
kLpXcnujeFbC3Dd+IhW/jvgTRWb2cLV4p1v9XXyC8bID6Qyu9vA8FzbPLiHpC1Gs
0oEBl4/EQYyoYq0B4/jyM+CTLOTe8nl0DXWtYDOgVb86qZYzdnvjMHSUiwoaCBPK
k/sj2LEe6TczjjwQRzCqC0WRkpePF5bvsvrcjxY6NXEVzNP+7+4hvAinGPwqKGqC
2MM6V3M+OWz7iJE+IZXpGl6unBcmbR72gIrfnacoyCfe1RytBbZAwnnE5NNagpmS
ZgS2aUDP3any4DSyUXN2swg0k1uLCs6+0NsWqHY2qysG9hM3vurGUscqFTk6sJq7
wtXQA+9U1XjLyRRQBIrjjmjDjt5QIlKDKPedDGNFbnVK3V6vkAPEaS0LrzYBCMiQ
kjHh2bSj+0WPvDnE5TUKCIoQX+Yqz+obbTif+QtQaySxruB3eFCC6jdiwavaqcRo
VNnjZwG7nWy2T3uRxpismIFB/RfBedEI+37nszoTeSmEJ8KJgbOt7iDbgOGXZXE3
sIlnyfcYuoC+4QEJLp4d9jd+NvXtAxAXafVofF2IYYILfTacQ1banDRjKZx+fk2Q
SCddukaqs4+F50fwtUgFSFefQCP/7dHRD5c5Bu8j8INOt8Fuuo1F342wd0hu2+Ql
+L2J7prBEkO5q/KXWjkp
=7zto
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to