Your message dated Wed, 14 Nov 2012 09:17:28 +0000
with message-id <[email protected]>
and subject line Bug#692813: fixed in python-markdown 2.2.1-3
has caused the Debian Bug report #692813,
regarding python-markdown: autopkgtest fails due to stderr
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.)
--
692813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692813
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-markdown
Version: 2.2.1-2
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch raring
Hello,
python-markdown's autopkgtest currently fails because the tests output
all the interesting bits to stderr; that's an unfortunate default of
Python's unittest, and the test scripts also use set -x. This leads
to:
adt-run: trace: & tree0t-python-markdown: - - - - - - - - - - results - - - -
- - - - - -
tree0t-python-markdown FAIL status: 0, stderr: + cp -r tests run-tests.py
/tmp/tmp...
adt-run: trace: & tree0t-python-markdown: - - - - - - - - - - stderr - - - - -
- - - - -
+ cp -r tests run-tests.py
/tmp/tmp.KBPiJHUJzY/tree0t-python-markdown-testtmp/adttmp/
+ cd /tmp/tmp.KBPiJHUJzY/tree0t-python-markdown-testtmp/adttmp
+ pyversions -i
+ PYTHONWARNINGS=d python2.7 run-tests.py
/usr/lib/python2.7/dist-packages/nose/util.py:14: DeprecationWarning: The
compiler package is deprecated and removed in Python 3.x.
from compiler.consts import CO_GENERATOR
/usr/lib/python2.7/dist-packages/nose/plugins/manager.py:405: UserWarning:
Module tests was already imported from
/tmp/tmp.KBPiJHUJzY/tree0t-python-markdown-testtmp/adttmp/tests/__init__.py,
but /usr/lib/python2.7/dist-packages is being added to sys.path
import pkg_resources
......................................................................................................................S......................................................................
----------------------------------------------------------------------
Ran 189 tests in 1.456s
You can also see this in Jenkins:
https://jenkins.qa.ubuntu.com/view/Raring/view/AutoPkgTest/job/raring-adt-python-markdown/3/ARCH=i386,label=albali/
Attached patch fixes this by redirecting stderr to stdout.
Thanks for considering,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
=== modified file 'debian/changelog'
--- debian/changelog 2012-11-06 10:48:11 +0000
+++ debian/changelog 2012-11-09 10:44:32 +0000
@@ -1,3 +1,11 @@
+python-markdown (2.2.1-2ubuntu1) UNRELEASED; urgency=low
+
+ * debian/tests/python{,3}-markdown: Test suite and set -x output to stderr;
+ redirect them to stdout so that autopkgtest does not consider it a
+ failure.
+
+ -- Martin Pitt <[email protected]> Fri, 09 Nov 2012 11:39:56 +0100
+
python-markdown (2.2.1-2) unstable; urgency=low
* debian/tests/control: fix wrong dependency for python3-markdown test
=== modified file 'debian/tests/python-markdown'
--- debian/tests/python-markdown 2012-11-05 13:28:13 +0000
+++ debian/tests/python-markdown 2012-11-09 10:44:32 +0000
@@ -1,5 +1,7 @@
#!/bin/sh
+# do not output debugging and test output to stderr, it will count as failure
+exec 2>&1
set -eux
cp -r tests run-tests.py "$ADTTMP/"
cd "$ADTTMP"
=== modified file 'debian/tests/python3-markdown'
--- debian/tests/python3-markdown 2012-11-05 13:28:13 +0000
+++ debian/tests/python3-markdown 2012-11-09 10:44:32 +0000
@@ -1,5 +1,7 @@
#!/bin/sh
+# do not output debugging and test output to stderr, it will count as failure
+exec 2>&1
set -eux
cp -r tests "$ADTTMP/"
2to3 -w --no-diffs "$ADTTMP/tests/" 2>&1
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: python-markdown
Source-Version: 2.2.1-3
We believe that the bug you reported is fixed in the latest version of
python-markdown, which is due to be installed in the Debian FTP archive.
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.
Dmitry Shachnev <[email protected]> (supplier of updated python-markdown
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: SHA256
Format: 1.8
Date: Wed, 14 Nov 2012 09:03:07 +0400
Source: python-markdown
Binary: python-markdown python3-markdown python-markdown-doc
Architecture: source all
Version: 2.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Description:
python-markdown - text-to-HTML conversion library/tool (implemented in Python
2)
python-markdown-doc - text-to-HTML conversion library/tool (documentation)
python3-markdown - text-to-HTML conversion library/tool (implemented in Python
3)
Closes: 692813
Changes:
python-markdown (2.2.1-3) unstable; urgency=low
.
* Redirect tests stderr to stdout and don't set -x, thanks to Martin Pitt
(closes: #692813)
* Update to 2012-11-09 from upstream git
Checksums-Sha1:
6286ed03b242f5184da03f77bcb75379d6860679 2357 python-markdown_2.2.1-3.dsc
f7365293d091a1a42e43ff2a976ebbd8d093f3e6 260043
python-markdown_2.2.1.orig.tar.gz
693a02e2602ebc30e35776eeba7d2d186c295370 8195
python-markdown_2.2.1-3.debian.tar.gz
8733f0d72a4e72ee84560d9145cbcbc09be68420 58722 python-markdown_2.2.1-3_all.deb
6eec69f40ac6f57e5ed756b9bf8bf7057caa43e4 55630 python3-markdown_2.2.1-3_all.deb
0853150f16818442972e394523b9ecf6834ef1ff 81396
python-markdown-doc_2.2.1-3_all.deb
Checksums-Sha256:
9669285904156343535176a644db712d2210abfc807a79f691280fc63bb7b439 2357
python-markdown_2.2.1-3.dsc
f8b9a1efceab71afe9336a7c456fde36bfb0f505fb664ebb7f3dd44eddab44b6 260043
python-markdown_2.2.1.orig.tar.gz
6e2c6dc73217f57bb23a4fea99e1d6ceda83f729d10bfe6fb309bdf30c0cbddf 8195
python-markdown_2.2.1-3.debian.tar.gz
f221d9e83119a37d44e072d1fa661b19b86bb70b9387fa616fa9168a1fbd08a2 58722
python-markdown_2.2.1-3_all.deb
4d6de6c4a9a0e2ed5cca2b1c7e471e73ed0702c6127d13f45dc83d77347a33f2 55630
python3-markdown_2.2.1-3_all.deb
3cc6150a434628531687a692cb3b0a411824faf27f957c9eb707f7a42cb1ffba 81396
python-markdown-doc_2.2.1-3_all.deb
Files:
ac93727b6294615bf17a3d70c85e2735 2357 python optional
python-markdown_2.2.1-3.dsc
9e002c8051fb346cae75060f3302048a 260043 python optional
python-markdown_2.2.1.orig.tar.gz
87853e38a83d28e61c59ebd1c2bce65b 8195 python optional
python-markdown_2.2.1-3.debian.tar.gz
bc3886e49b63594fb454c6d5bc80d20c 58722 python optional
python-markdown_2.2.1-3_all.deb
f1d69cfec0c8a9d9815389093c2d2da6 55630 python optional
python3-markdown_2.2.1-3_all.deb
70deaf713ec40a866e0a6012365e2022 81396 doc optional
python-markdown-doc_2.2.1-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJQo175AAoJEGAmk20vHIrg4BwQAKptwNYjuvIVrNRmvsStdErA
gh/13OzNLgHCYmPTLqeug9jFw3jlIbQTT1Sd1u8Syb1xlLpoBB2hizAyhvzfE81Q
dpkK4tnNMlcqpsouz4xc+NQ1lopQ0JApFLQWhB98aeuWXe2HajUQPmPMLRHlQ+11
AL/YVkMRrsT1QXStv/9M7mZceonCV/R56fyEy8dUXDHycaY3ilkwKEEtZPFNQwaG
T7DE3N9xaXvYNnh0wWjopD4lmHZFtONDxstOX3WwBv/MrDaI9RT83zYAbkdEU/zF
e8+Wyr8tLYjT93egjqxIdUuAEd4M8sPIBqjl13zLFwHB0l9PNlh0SHpORHO3DX0U
baOHLvY/FHciI+ngiFwp0RjCtr19GvotoGlKPjBNApAeKACzpYN3rDmdfo4AHMDl
dSDxnasI3NLm5MZdys6rVEJLYsmyZNce6a4BJ6Db/N2fVm+tpnGN8ewa/7z9Sp2c
Fk1uXELAg8JpROgDfJsL4PEIl6jM1pocjFByLOzjIX2Gt2H9LOwJz6jnJhRLg1Wq
2vXMXjY/oVgRpdcI0/Oop8z0G3Qln8UJIUFyMahtVbeJkig8KfSy/GjYa6ULD007
xKJt0cUb7niYY7+MAABwFA/VFcwM0F/+lJigEj9Uit/7yhLDNOb8P24BZwultbgZ
21virZo51lWhYo21bj8y
=B1oc
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team