Your message dated Mon, 21 Apr 2008 23:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477032: fixed in pychecker 0.8.17-9
has caused the Debian Bug report #477032,
regarding pychecker: FTBFS: Failed test(s): test3 test17 test22 test34 test48
test53 test71 test77 test87 test88
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.)
--
477032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477032
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pychecker
Version: 0.8.17-8
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080419 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).
Relevant part:
> /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp
> /usr/bin/python ./setup.py --quiet clean
> find . -name "*.pyc" | xargs rm -f
> find . -name "*.pyo" | xargs rm -f
> rm -f test_expected/*.results # no need to keep around past regression
> test failures
> rm -rf build debian/tmp
> dh_clean
> dpkg-source -b pychecker-0.8.17
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building pychecker using existing
> pychecker_0.8.17.orig.tar.gz
> dpkg-source: info: building pychecker in pychecker_0.8.17-8.diff.gz
> dpkg-source: info: building pychecker in pychecker_0.8.17-8.dsc
> debian/rules build
> dh_testdir
> /usr/bin/python ./setup.py --quiet build --build-base build install
> --no-compile --install-purelib debian/tmp/lib/pychecker
> sh debian/regression.sh # note: build will fail if regression tests fail
> Running test1...
> Running test2...
> Running test3...
> 5c5
> < /usr/lib/python2.4/UserDict.py:4: No doc string for class UserDict
> ---
> > /usr/lib/python2.5/UserDict.py:4: No doc string for class UserDict
> test3 FAILED
> Running test4...
> Running test5...
> Running test6...
> Running test7...
> Running test8...
> Running test9...
> Running test10...
> Running test11...
> Running test12...
> Running test13...
> Running test14...
> Running test15...
> Running test16...
> Running test17...
> 8d7
> < test_input/test17.py:16: Cannot return a value from __init__
> test17 FAILED
> Running test18...
> Running test19...
> Running test20...
> Running test21...
> Running test22...
> 31,32d30
> < test_input/test22.py:79: ... % 1 may be constant
> < test_input/test22.py:81: ... % 1 may be constant
> test22 FAILED
> Running test23...
> Running test24...
> Running test25...
> Running test26...
> Running test27...
> Running test28...
> Running test29...
> Running test30...
> Running test31...
> Running test32...
> Running test33...
> Running test34...
> 5c5,9
> < /home/neal/local/lib/python2.5/getopt.py:42: No doc string for class
> GetoptError
> ---
> > /usr/lib/python2.5/getopt.py:42: No doc string for class GetoptError
> >
> > /usr/lib/python2.5/locale.py:203: Local variable (digits) shadows global
> > defined on line 4 in file test_input/test34.py
> > /usr/lib/python2.5/locale.py:204: Local variable (digits) shadows global
> > defined on line 4 in file test_input/test34.py
> > /usr/lib/python2.5/locale.py:208: Local variable (digits) shadows global
> > defined on line 4 in file test_input/test34.py
> test34 FAILED
> Running test35...
> Running test36...
> Running test37...
> Running test38...
> Running test39...
> Running test40...
> Running test41...
> Running test42...
> Running test43...
> Running test45...
> Running test46...
> Running test47...
> Running test48...
> 25d24
> < test_input/test48.py:57: Statement appears to have no effect
> test48 FAILED
> Running test49...
> Running test50...
> Running test51...
> Running test52...
> Running test53...
> 5d4
> < test_input/test53.py:5: Operator (~~) doesn't exist, statement has no effect
> test53 FAILED
> Running test54...
> Running test55...
> Running test56...
> Running test57...
> Running test58...
> Running test59...
> Running test60...
> Running test61...
> Running test62...
> Running test63...
> Running test64...
> Running test65...
> Running test66...
> Running test67...
> Running test68...
> Running test69...
> Running test70...
> Running test71...
> 5d4
> < test_input/test71.py:8: Code appears to be unreachable
> 7d5
> < test_input/test71.py:20: Code appears to be unreachable
> test71 FAILED
> Running test72...
> Running test73...
> Running test74...
> Running test75...
> Running test76...
> Running test77...
> 5c5
> < File "test_input/test77.py", line 8
> ---
> > File "test_input/test77.py", line 8, in <module>()
> 7c7
> < MyError: **error formatting exception value**
> ---
> > MyError:
> test77 FAILED
> Running test78...
> Running test79...
> Running test80...
> Running test81...
> Running test82...
> Running test83...
> Running test84...
> Running test85...
> Running test86...
> Running test87...
> 15,16c15,16
> < test_input/test87.py:16: Comparisons with True are not necessary and may
> not work as expected
> < test_input/test87.py:16: Comparisons with true are not necessary and may
> not work as expected
> ---
> > test_input/test87.py:17: Comparisons with True are not necessary and may
> > not work as expected
> > test_input/test87.py:18: Comparisons with true are not necessary and may
> > not work as expected
> test87 FAILED
> Running test88...
> 1a2,3
> > test_input/test88.py:7: DeprecationWarning: the gopherlib module is
> > deprecated
> > import gopherlib
> test88 FAILED
> Running test89...
> Running test90...
> Running test92...
> Running test93...
> Running test94...
> Running test95...
> Running test96...
> Running test97...
> Running test98...
> Running test1000...
> Running test1001...
> Running test1002...
> Running test1003...
> 90/100 tests passed (10 failures).
> Failed test(s): test3 test17 test22 test34 test48 test53 test71 test77 test87
> test88
> make: *** [build-stamp] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2008/04/19
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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment. Internet was not accessible from the build systems.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: pychecker
Source-Version: 0.8.17-9
We believe that the bug you reported is fixed in the latest version of
pychecker, which is due to be installed in the Debian FTP archive:
pychecker_0.8.17-9.diff.gz
to pool/main/p/pychecker/pychecker_0.8.17-9.diff.gz
pychecker_0.8.17-9.dsc
to pool/main/p/pychecker/pychecker_0.8.17-9.dsc
pychecker_0.8.17-9_all.deb
to pool/main/p/pychecker/pychecker_0.8.17-9_all.deb
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.
Kenneth J. Pronovici <[EMAIL PROTECTED]> (supplier of updated pychecker 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: SHA1
Format: 1.8
Date: Sun, 20 Apr 2008 22:19:32 -0500
Source: pychecker
Binary: pychecker
Architecture: source all
Version: 0.8.17-9
Distribution: unstable
Urgency: low
Maintainer: Kenneth J. Pronovici <[EMAIL PROTECTED]>
Changed-By: Kenneth J. Pronovici <[EMAIL PROTECTED]>
Description:
pychecker - Finds common bugs in python source code
Closes: 477032
Changes:
pychecker (0.8.17-9) unstable; urgency=low
.
* Fix FTBTS due to unit test failures (closes: #477032).
- The following tests failed: 3, 17, 22, 34, 48, 53, 71, 77, 87, 88
- All of these failures seem to be due to the move to Python 2.5
- Most of the failures are benign and have a simple explanation
- A few look to be real regressions, and I have submitted upstream
- Tests were fixed by adding Debian-specific expected results files
Checksums-Sha1:
7b07cec36186153ae2ab6b498b33abfc662adb6e 1000 pychecker_0.8.17-9.dsc
e80b5f37fe6ddb68dcb258dcaf00e6df160daea6 16284 pychecker_0.8.17-9.diff.gz
a01518cf9706a2018a81ad5d1e2ec6dee093e992 103708 pychecker_0.8.17-9_all.deb
Checksums-Sha256:
813e1cf4ae40dfabe89fab63b78cd1d04d3fc46408150483eede76325341f17e 1000
pychecker_0.8.17-9.dsc
ca15cf52464a0d7aef4636b01fb2c7a559936ee34f68bc4b33a686f65a69af1e 16284
pychecker_0.8.17-9.diff.gz
9b4b52ccc9c6b15d747782d92f8ea19464a9ee22782d4194f12984f0277e87fd 103708
pychecker_0.8.17-9_all.deb
Files:
9d3c84c51ffb57908ff002eeb96aa205 1000 devel optional pychecker_0.8.17-9.dsc
0c4870d05fa70f4eba3ab67bbb37543a 16284 devel optional
pychecker_0.8.17-9.diff.gz
5460c04f2b1886ec381e221f3ba80752 103708 devel optional
pychecker_0.8.17-9_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIDRjl8On2ujzZUQQRAqQZAKCX6z7FIxmxUvygZL4Eif5prEQcNACdGwYB
Gt2Lpp8yWZZ24VHQzdVwh8I=
=8Fem
-----END PGP SIGNATURE-----
--- End Message ---