On Wed, Apr 27, 2016 at 13:48:42 +1000, Ben Finney wrote: > Control: tags -1 + unreproducible help > > On 20-Apr-2016, Julien Cristau wrote: > > It fails on all buildds: > > https://buildd.debian.org/status/package.php?p=python-coverage > > I see that, however it just doesn't happen in my clean chroots. I am > not able to reproduce the problem. > > Without a procedure to reproduce and investigate the behaviour, I > don't know what I can do to progress this. > I just ran "sbuild -d sid python-coverage_3.7.1+dfsg.1-1.dsc" and it failed with
> python3.5 setup.py test -vv > running test > running egg_info > writing dependency_links to coverage.egg-info/dependency_links.txt > writing top-level names to coverage.egg-info/top_level.txt > writing coverage.egg-info/PKG-INFO > writing entry points to coverage.egg-info/entry_points.txt > reading manifest file 'coverage.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no previously-included files matching '*.pyc' found anywhere in > distribution > writing manifest file 'coverage.egg-info/SOURCES.txt' > running build_ext > building 'coverage.tracer' extension > x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall > -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/python3.5m -c coverage/tracer.c -o > build/temp.linux-x86_64-3.5/coverage/tracer.o > x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions > -Wl,-z,relro -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 > build/temp.linux-x86_64-3.5/coverage/tracer.o -o > /<<BUILDDIR>>/python-coverage-3.7.1+dfsg.1/coverage/tracer.cpython-35m-x86_64-linux-gnu.so > Unknown command: 'test' > Use 'coverage help' for help. > debian/rules:87: recipe for target 'test-python3.5' failed > make[1]: *** [test-python3.5] Error 1 which matches at least some of the buildd failures. Cheers, Julien