Your message dated Tue, 25 Feb 2014 21:29:28 +0000
with message-id <e1wipza-0004av...@franck.debian.org>
and subject line Bug#738413: fixed in ubuntu-dev-tools 0.152+nmu1
has caused the Debian Bug report #738413,
regarding ubuntu-dev-tools: FTBFS: Tests failed
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 ow...@bugs.debian.org
immediately.)


-- 
738413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738413
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ubuntu-dev-tools
Version: 0.152
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140208 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): 
> ======================================================================
> FAIL: test_good (ubuntutools.test.test_archive.DscVerificationTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/ubuntutools/test/test_archive.py", line 60, in 
> test_good
>     'test-data/example_1.0-1.debian.tar.gz'))
> AssertionError: False is not true
> 
> ======================================================================
> FAIL: test_md5 (ubuntutools.test.test_archive.DscVerificationTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/ubuntutools/test/test_archive.py", line 84, in test_md5
>     self.test_good()
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/ubuntutools/test/test_archive.py", line 60, in 
> test_good
>     'test-data/example_1.0-1.debian.tar.gz'))
> AssertionError: False is not true
> 
> ======================================================================
> FAIL: test_sha1 (ubuntutools.test.test_archive.DscVerificationTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/ubuntutools/test/test_archive.py", line 78, in 
> test_sha1
>     self.test_good()
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/ubuntutools/test/test_archive.py", line 60, in 
> test_good
>     'test-data/example_1.0-1.debian.tar.gz'))
> AssertionError: False is not true
> 
> ======================================================================
> FAIL: test_mirrors (ubuntutools.test.test_archive.LocalSourcePackageTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/ubuntutools/test/test_archive.py", line 229, in 
> test_mirrors
>     pkg.pull()
>   File "/«PKGBUILDDIR»/ubuntutools/archive.py", line 361, in pull
>     if self._download_file(url, name):
>   File "/«PKGBUILDDIR»/ubuntutools/archive.py", line 324, in _download_file
>     in_ = self.url_opener.open(url)
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 985, in __call__
>     expected_method = self._VerifyMethodCall()
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1043, in 
> _VerifyMethodCall
>     raise UnexpectedMethodCallError(self, expected)
> UnexpectedMethodCallError: Unexpected method call.  unexpected:-  expected:+
> - 
> OpenerDirector.open(u'http://mirror/pool/main/e/example/example_1.0-1.debian.tar.xz')
>  -> None
> ?                     -                                                       
>      ^
> 
> + 
> OpenerDirector.open('http://mirror/pool/main/e/example/example_1.0-1.debian.tar.gz')
>  -> None
> ?                                                                             
>     ^
> 
> 
> ======================================================================
> FAIL: test_pull (ubuntutools.test.test_archive.LocalSourcePackageTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/ubuntutools/test/test_archive.py", line 205, in 
> test_pull
>     pkg.pull()
>   File "/«PKGBUILDDIR»/ubuntutools/archive.py", line 361, in pull
>     if self._download_file(url, name):
>   File "/«PKGBUILDDIR»/ubuntutools/archive.py", line 324, in _download_file
>     in_ = self.url_opener.open(url)
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 985, in __call__
>     expected_method = self._VerifyMethodCall()
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1043, in 
> _VerifyMethodCall
>     raise UnexpectedMethodCallError(self, expected)
> UnexpectedMethodCallError: Unexpected method call.  unexpected:-  expected:+
> - 
> OpenerDirector.open(u'http://archive.ubuntu.com/ubuntu/pool/main/e/example/example_1.0-1.debian.tar.xz')
>  -> None
> ?                     -                                                       
>                         ^
> 
> + 
> OpenerDirector.open('http://archive.ubuntu.com/ubuntu/pool/main/e/example/example_1.0-1.debian.tar.gz')
>  -> None
> ?                                                                             
>                        ^
> 
> 
> ----------------------------------------------------------------------
> Ran 80 tests in 7.992s
> 
> FAILED (failures=8, errors=6, skipped=1)
> The old maintainer was: Ubuntu MOTU Developers <ubuntu-m...@lists.ubuntu.com>
> Resetting as: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/02/08/ubuntu-dev-tools_0.152_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.

--- End Message ---
--- Begin Message ---
Source: ubuntu-dev-tools
Source-Version: 0.152+nmu1

We believe that the bug you reported is fixed in the latest version of
ubuntu-dev-tools, 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 738...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Tagliamonte <paul...@debian.org> (supplier of updated ubuntu-dev-tools 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 24 Feb 2014 22:34:22 -0500
Source: ubuntu-dev-tools
Binary: ubuntu-dev-tools
Architecture: source all
Version: 0.152+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-dev-t...@lists.alioth.debian.org>
Changed-By: Paul Tagliamonte <paul...@debian.org>
Description: 
 ubuntu-dev-tools - useful tools for Ubuntu developers
Closes: 738413
Changes: 
 ubuntu-dev-tools (0.152+nmu1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Change debian.tar.gz to debian.tar.xz (Closes: #738413)
Checksums-Sha1: 
 9cf34d0a7b68a75f6bc558dd48a7ad28d3157574 2024 ubuntu-dev-tools_0.152+nmu1.dsc
 1bf7ded8d54ea5f2a534d22213e77f50b9473eb4 147892 
ubuntu-dev-tools_0.152+nmu1.tar.xz
 223bc4b1e9323c57899c9061ccb9f68b795560a6 167674 
ubuntu-dev-tools_0.152+nmu1_all.deb
Checksums-Sha256: 
 5f704e54ce2537a97f6db8f580c15466610a0d5fdef26e06cf070ff2db2293d9 2024 
ubuntu-dev-tools_0.152+nmu1.dsc
 46b6313b413672068635cd57803f6f81154a409ec0a28e8ae764d371b19abe8a 147892 
ubuntu-dev-tools_0.152+nmu1.tar.xz
 d996b381b17cb068af3c12bc192d6f18b5781b855b0c13ed4edfd3b67d2dcdd7 167674 
ubuntu-dev-tools_0.152+nmu1_all.deb
Files: 
 62cec538b3056d4f87dbbf2bbdca0b13 2024 devel optional 
ubuntu-dev-tools_0.152+nmu1.dsc
 4ede441fa0aef149f63a04de7f1ab7f4 147892 devel optional 
ubuntu-dev-tools_0.152+nmu1.tar.xz
 87b44850c382089e98cc57a7925c8e58 167674 devel optional 
ubuntu-dev-tools_0.152+nmu1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJTDBKTAAoJEHtYWzCAfCqH/P8P/A+gWCmvpl5/gipTXS+qPXBY
STBELR/RlDYZH2A9X/LG1GD+RrJVRWWuMvCggXjVJDbyWX8Af+b3/UtcTxYLhDzp
Tpv1XtlKaGkKF1PaEIPNaDzLpFyicYv7EodU/HzxGjyEZcEolm84EgKjv7U+OZMK
kGODenxKyYPHNB9XZfvs8BPmGbhc5ET40F0zDYJR/2RObl0Ktcg1it6aaoRQepWS
YEFPm9a8L+QD1s7myQRO6cOKdkpP+Jf6jubTmg9p8Seko3Bc6Ec5nxX1s4y0AGvM
Nvxhs+UivRWUcVfro2QV4knUNM8g7srmraPMDiJ0I5ih8mjgQJdxORd3IdpjAgc5
HqPvnHnnzwxVSi5kKvxL31204sILN0kSgoYhzJt/adfSYknKxNgz/WOSF9lICVb4
2IAjTE1O1FMX4N/n+c5cErafHgF9LLUHgpO6gwuAJB24y1GkJcEEUfDiSaaoQTqm
BIOiI//DBYe+LtePl9KErv6tcteyZUKpsy/XY0gLwEddOI2pROULzqtrwtMU2H6d
5QFcd7pDVN6uYN6ybXIhGiWGDmz4+h54NpqR+BARxuOWc5LGhT1Blr2eESjtE5by
jtcIZqzNeEN7kXglGpWoKIzZ7hhaeOXj5JiLjrfsG6j65VSa16fZhrGFcDlKsE1f
3IaOdIcZ7BwBEglOaqsD
=IjZx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to