Your message dated Sat, 30 Nov 2013 09:22:20 +0000
with message-id <[email protected]>
and subject line Bug#728190: fixed in mafft 7.127-1
has caused the Debian Bug report #728190,
regarding autopkgtest fails due to stderr output
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.)
--
728190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728190
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mafft
Version: 7.123-1
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch trusty
Hello,
Thanks for adding an autopkgtest to mafft! However, it currently fails
as it routinely writes stderr output which autopkgtest considers as
failure (unless you use the "allow-stderr" restriction):
| /tmp/mafft-7.123 $ adt-run --no-built-binaries ./ --- adt-virt-schroot sid
| [...]
| adt-run: & tree0t-with-example-data: - - - - - - - - - - results - - - - - -
- - - -
| tree0t-with-example-data FAIL status: 0, stderr:
| adt-run: & tree0t-with-example-data: - - - - - - - - - - stderr - - - - - -
- - - -
|
| nseq = 36
| distance = local
| [...]
The attached patch is one proposal to route the progress output to a
temporary file and only write it to stderr if the test fails (to give
some details why it fails).
Thanks for considering,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -Nru mafft-7.123/debian/changelog mafft-7.123/debian/changelog
--- mafft-7.123/debian/changelog 2013-10-16 01:22:22.000000000 +0200
+++ mafft-7.123/debian/changelog 2013-10-29 11:29:49.000000000 +0100
@@ -1,3 +1,9 @@
+mafft (7.123-1ubuntu1) trusty; urgency=low
+
+ * debian/tests/with-example-data: Don't write progress to stderr on success.
+
+ -- Martin Pitt <[email protected]> Tue, 29 Oct 2013 11:29:22 +0100
+
mafft (7.123-1) unstable; urgency=low
* New upstream version.
diff -Nru mafft-7.123/debian/tests/with-example-data
mafft-7.123/debian/tests/with-example-data
--- mafft-7.123/debian/tests/with-example-data 2013-10-14 03:29:28.000000000
+0200
+++ mafft-7.123/debian/tests/with-example-data 2013-10-29 11:29:15.000000000
+0100
@@ -3,9 +3,11 @@
MAFFT="mafft --thread 0"
TESTDATADIR=/usr/share/doc/mafft/test/
-$MAFFT $TESTDATADIR/sample | diff
$TESTDATADIR/sample.fftns2 -
-$MAFFT --maxiterate 100 $TESTDATADIR/sample | diff
$TESTDATADIR/sample.fftnsi -
-$MAFFT --globalpair $TESTDATADIR/sample | diff
$TESTDATADIR/sample.gins1 -
-$MAFFT --globalpair --maxiterate 100 $TESTDATADIR/sample | diff
$TESTDATADIR/sample.ginsi -
-$MAFFT --localpair $TESTDATADIR/sample | diff
$TESTDATADIR/sample.lins1 -
-$MAFFT --localpair --maxiterate 100 $TESTDATADIR/sample | diff
$TESTDATADIR/sample.linsi -
+PF=$ADTTMP/progress
+
+$MAFFT --progress $PF $TESTDATADIR/sample | diff
$TESTDATADIR/sample.fftns2 - || cat $PF >&2
+$MAFFT --progress $PF --maxiterate 100 $TESTDATADIR/sample | diff
$TESTDATADIR/sample.fftnsi - || cat $PF >&2
+$MAFFT --progress $PF --globalpair $TESTDATADIR/sample | diff
$TESTDATADIR/sample.gins1 - || cat $PF >&2
+$MAFFT --progress $PF --globalpair --maxiterate 100 $TESTDATADIR/sample | diff
$TESTDATADIR/sample.ginsi - || cat $PF >&2
+$MAFFT --progress $PF --localpair $TESTDATADIR/sample | diff
$TESTDATADIR/sample.lins1 - || cat $PF >&2
+$MAFFT --progress $PF --localpair --maxiterate 100 $TESTDATADIR/sample | diff
$TESTDATADIR/sample.linsi - || cat $PF >&2
--- End Message ---
--- Begin Message ---
Source: mafft
Source-Version: 7.127-1
We believe that the bug you reported is fixed in the latest version of
mafft, 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.
Charles Plessy <[email protected]> (supplier of updated mafft 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: SHA512
Format: 1.8
Date: Sat, 30 Nov 2013 17:30:14 +0900
Source: mafft
Binary: mafft
Architecture: source amd64
Version: 7.127-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Charles Plessy <[email protected]>
Description:
mafft - Multiple alignment program for amino acid or nucleotide sequences
Closes: 728190
Changes:
mafft (7.127-1) unstable; urgency=low
.
* New upstream release.
* debian/tests/with-example-data: Don't write progress to stderr on success.
Closes: #728190, thanks to Martin Pitt <[email protected]>.
* Conforms with Policy 3.9.5.
* Pass CPPFLAGS within CFLAGS.
Checksums-Sha1:
8829d224536553f0be1cfec3af0ea1ff1688d4c0 1986 mafft_7.127-1.dsc
c0f9f7b9fa9a131fb936837e6f09a11013730b33 383870 mafft_7.127.orig.tar.gz
0a010e9aeefb8bb9a3ed2b7ea9a7cca618dfa654 6037 mafft_7.127-1.debian.tar.gz
8cfff3b6a3db02bd96dd5825b32349a78955be3b 800548 mafft_7.127-1_amd64.deb
Checksums-Sha256:
70e74cb4132e8c253cda44e0a7d07fd90c8b52be54bb37eacc18c4e093dc6ebf 1986
mafft_7.127-1.dsc
930f27e21c643d60a6dc2bde9a69f070cc700869ab03b2471fbe1a0a72836b7b 383870
mafft_7.127.orig.tar.gz
344a3d976a43d0ca842b9b5ba5a477879370a794386acde567f05f549f217f09 6037
mafft_7.127-1.debian.tar.gz
bae9df1b060bdbca8043abf06ff302e950cfc0a51f471dc494b34725289b3e39 800548
mafft_7.127-1_amd64.deb
Files:
015245bcf972a193e11bbaf358b3b36d 1986 science optional mafft_7.127-1.dsc
1a53327de93c5b03bb875cc9c35b4758 383870 science optional
mafft_7.127.orig.tar.gz
45cdca4ec2c76b933d34823401cfb6fb 6037 science optional
mafft_7.127-1.debian.tar.gz
3ccb1eab89f9e36613dc60c6f44aec63 800548 science optional
mafft_7.127-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBCgAGBQJSmaOnAAoJEMW9bI8ildUCfXkP/R/qhMZUyoAqU7amReiomDhc
R82tTFqsxsjKXwHaz/pwGBEyIohiiXcZK5CPtEOAJWtfi+3ouF6TPlhSSTzjhkmR
yCEdwfilo5VP9OSZQMaMqNF2857JSlOmfWMAsZjt+4NLwYjnN2n1YcQxIbpEoS3L
/sZe0keIng9rVA4a1+6Ldd30DQHoA8+qlflKPCwvLr7zCY1jNet1NWUo0NhzsyeT
MEDWK2ajj242S4LcAg5PSUHrlJgwYUUjAnT1xPpwjGWufGXQPvqkYRw7F1vK8iEt
bJiYfnwL0DBuyy+fSSNnhJaFv/U9c/bNKmaGUNQvCHkqctTb46d/xiVt/GmOXLPs
afiUvsBzNCzhKPnr0r5mqfyVpwQVBiIRAMU5vz0kZ/6lGpsO1s8QjU/T0dS6n8MI
gsxfUQQ566OZB3A59wTkLU4QDK16gzmivq4ggk4wThni/BozI/ru1LJOQowi6vej
OA3diAK6+ejmldfyD9YvAO4b0vT5tErXbk1tJDZP8Cl/KM41+vanKhEuZfcAKyJt
4QcHkzNDltBdGipjyokfDKFiAE9ZsDo7tXBIRP05w/tbnqRFtmZFHWSLcSta69+c
bpUhW7r1FVPsnmXdK0ie2vKGMyYNovO0LHA8WW3YuVovX91xUO3cKO05x6dHAlh9
6vDku1Fp5jUsoOneVT2G
=2Kye
-----END PGP SIGNATURE-----
--- End Message ---