[PKG-Openstack-devel] Bug#743095: python-nose-exclude: FTBFS: Tests failures

David Suárez david.sephirot at gmail.com
Sun Mar 30 16:55:42 UTC 2014


Source: python-nose-exclude
Version: 0.2.0-1
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
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.



More information about the Openstack-devel mailing list