[Python-modules-team] Bug#707516: python-flexmock: FTBFS: /bin/sh: 5: nosetests-3.3: not found

Lucas Nussbaum lucas at lucas-nussbaum.net
Thu May 9 09:02:57 UTC 2013


Source: python-flexmock
Version: 0.9.6-1
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> set -ex; \
> 	export PYTHONPATH=.; \
> 	for py in 2.7 3.2 3.3; do \
> 		python$py tests/flexmock_unittest_test.py; \
> 		nosetests-$py tests/flexmock_nose_test.py; \
> 		py.test-$py tests/flexmock_pytest_test.py; \
> 	done
> + export PYTHONPATH=.
> + python2.7 tests/flexmock_unittest_test.py
> ..................................................................................................................................................................
> ----------------------------------------------------------------------
> Ran 162 tests in 0.050s
> 
> OK
> + nosetests-2.7 tests/flexmock_nose_test.py
> .....................................................................................................................................................................................................................................................................................................................................
> ----------------------------------------------------------------------
> Ran 325 tests in 0.124s
> 
> OK
> + py.test-2.7 tests/flexmock_pytest_test.py
> ============================= test session starts ==============================
> platform linux2 -- Python 2.7.3 -- pytest-2.2.4
> collecting ... collected 319 items
> 
> tests/flexmock_pytest_test.py ...............................................................................................................................................................................................................................................................................................................................
> 
> ========================== 319 passed in 0.75 seconds ==========================
> + python3.2 tests/flexmock_unittest_test.py
> ..................................................................................................................................................................
> ----------------------------------------------------------------------
> Ran 162 tests in 0.057s
> 
> OK
> + nosetests-3.2 tests/flexmock_nose_test.py
> .....................................................................................................................................................................................................................................................................................................................................
> ----------------------------------------------------------------------
> Ran 325 tests in 0.134s
> 
> OK
> + py.test-3.2 tests/flexmock_pytest_test.py
> ============================= test session starts ==============================
> platform linux2 -- Python 3.2.3 -- pytest-2.2.4
> collecting ... collected 319 items
> 
> tests/flexmock_pytest_test.py ...............................................................................................................................................................................................................................................................................................................................
> 
> ========================== 319 passed in 0.79 seconds ==========================
> + python3.3 tests/flexmock_unittest_test.py
> ..................................................................................................................................................................
> ----------------------------------------------------------------------
> Ran 162 tests in 0.069s
> 
> OK
> + nosetests-3.3 tests/flexmock_nose_test.py
> /bin/sh: 5: nosetests-3.3: not found
> make[1]: *** [override_dh_auto_test] Error 127

The full build log is available from:
   http://people.debian.org/~lucas/logs/2013/05/09/python-flexmock_0.9.6-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 Python-modules-team mailing list