[Python-modules-team] Bug#741822: objgraph: FTBFS: Tests failures

David Suárez david.sephirot at gmail.com
Sun Mar 16 13:19:44 UTC 2014


Source: objgraph
Version: 1.7.2-2
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20140315 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»'
> set -e -x; \
> 	for py in python2.7 python3.4 python3.3; do \
> 		$py setup.py test; \
> 	done
> + python2.7 setup.py test
> running test
> running egg_info
> writing objgraph.egg-info/PKG-INFO
> writing top-level names to objgraph.egg-info/top_level.txt
> writing dependency_links to objgraph.egg-info/dependency_links.txt
> writing manifest file 'objgraph.egg-info/SOURCES.txt'
> reading manifest file 'objgraph.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'objgraph.egg-info/SOURCES.txt'
> running build_ext
> /«PKGBUILDDIR»/docs/highlighting.txt
> Doctest: highlighting.txt ... ok
> /«PKGBUILDDIR»/docs/objgraph.txt
> Doctest: objgraph.txt ... ok
> /«PKGBUILDDIR»/docs/chain.txt
> Doctest: chain.txt ... ok
> /«PKGBUILDDIR»/docs/CHANGES.txt
> Doctest: CHANGES.txt ... ok
> /«PKGBUILDDIR»/docs/HACKING.txt
> Doctest: HACKING.txt ... ok
> /«PKGBUILDDIR»/docs/index.txt
> Doctest: index.txt ... ok
> /«PKGBUILDDIR»/docs/references.txt
> Doctest: references.txt ... ok
> /«PKGBUILDDIR»/docs/generator-sample.txt
> Doctest: generator-sample.txt ... ok
> /«PKGBUILDDIR»/docs/quoting.txt
> Doctest: quoting.txt ... ok
> /«PKGBUILDDIR»/docs/extra-info.txt
> Doctest: extra-info.txt ... ok
> /«PKGBUILDDIR»/docs/uncollectable.txt
> Doctest: uncollectable.txt ... ok
> doctest_setup_py_works (tests)
> Doctest: tests.doctest_setup_py_works ... ok
> 
> ----------------------------------------------------------------------
> Ran 12 tests in 1.806s
> 
> OK
> + python3.4 setup.py test
> running test
> running egg_info
> writing objgraph.egg-info/PKG-INFO
> writing dependency_links to objgraph.egg-info/dependency_links.txt
> writing top-level names to objgraph.egg-info/top_level.txt
> reading manifest file 'objgraph.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'objgraph.egg-info/SOURCES.txt'
> running build_ext
> /«PKGBUILDDIR»/docs/highlighting.txt
> Doctest: highlighting.txt ... ok
> /«PKGBUILDDIR»/docs/objgraph.txt
> Doctest: objgraph.txt ... ok
> /«PKGBUILDDIR»/docs/chain.txt
> Doctest: chain.txt ... ok
> /«PKGBUILDDIR»/docs/CHANGES.txt
> Doctest: CHANGES.txt ... ok
> /«PKGBUILDDIR»/docs/HACKING.txt
> Doctest: HACKING.txt ... ok
> /«PKGBUILDDIR»/docs/index.txt
> Doctest: index.txt ... ok
> /«PKGBUILDDIR»/docs/references.txt
> Doctest: references.txt ... ok
> /«PKGBUILDDIR»/docs/generator-sample.txt
> Doctest: generator-sample.txt ... ok
> /«PKGBUILDDIR»/docs/quoting.txt
> Doctest: quoting.txt ... ok
> /«PKGBUILDDIR»/docs/extra-info.txt
> Doctest: extra-info.txt ... ok
> /«PKGBUILDDIR»/docs/uncollectable.txt
> Doctest: uncollectable.txt ... FAIL
> doctest_setup_py_works (tests)
> Doctest: tests.doctest_setup_py_works ... ok
> 
> ======================================================================
> FAIL: /«PKGBUILDDIR»/docs/uncollectable.txt
> Doctest: uncollectable.txt
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.4/doctest.py", line 2193, in runTest
>     raise self.failureException(self.format_failure(new.getvalue()))
> AssertionError: Failed doctest test for uncollectable.txt
>   File "/«PKGBUILDDIR»/docs/uncollectable.txt", line 0
> 
> ----------------------------------------------------------------------
> File "/«PKGBUILDDIR»/docs/uncollectable.txt", line 24, in uncollectable.txt
> Failed example:
>     len(gc.garbage)
> Expected:
>     1
> Got:
>     0
> 
> 
> ----------------------------------------------------------------------
> Ran 12 tests in 2.188s
> 
> FAILED (failures=1)
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/03/15/objgraph_1.7.2-2_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