Your message dated Sat, 15 Nov 2014 15:21:25 +0000
with message-id <e1xpfad-00033r...@franck.debian.org>
and subject line Bug#769250: fixed in python-dugong 3.3+dfsg-2
has caused the Debian Bug report #769250,
regarding python-dugong: FTBFS in jessie/i386: dh_auto_test: pybuild --test -i
python{version} -p 3.4 --dir . returned exit code 13
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.)
--
769250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769250
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-dugong
Version: 3.3+dfsg-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20141112 qa-ftbfs
Justification: FTBFS in jessie on i386
Hi,
During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on i386.
Relevant part (hopefully):
> make[1]: Entering directory '/«BUILDDIR»/python-dugong-3.3+dfsg'
> dh_auto_build
> I: pybuild base:170: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating
> /«BUILDDIR»/python-dugong-3.3+dfsg/.pybuild/pythonX.Y_3.4/build/dugong
> copying ./dugong/__init__.py ->
> /«BUILDDIR»/python-dugong-3.3+dfsg/.pybuild/pythonX.Y_3.4/build/dugong
> # Build docs
> python3 setup.py build_sphinx
> running build_sphinx
> creating /«BUILDDIR»/python-dugong-3.3+dfsg/doc/doctrees
> creating /«BUILDDIR»/python-dugong-3.3+dfsg/doc/html
> Running Sphinx v1.2.3
> loading pickled environment... failed: [Errno 2] No such file or directory:
> '/«BUILDDIR»/python-dugong-3.3+dfsg/doc/doctrees/environment.pickle'
> loading intersphinx inventory from ../debian/python.inv...
> building [html]: targets for 7 source files that are out of date
> updating environment: 7 added, 0 changed, 0 removed
> reading sources... [ 14%] api
> reading sources... [ 28%] coroutines
> reading sources... [ 42%] index
> reading sources... [ 57%] intro
> reading sources... [ 71%] issues
> reading sources... [ 85%] tutorial
> reading sources... [100%] whatsnew
>
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 14%] api
> writing output... [ 28%] coroutines
> writing output... [ 42%] index
> writing output... [ 57%] intro
> writing output... [ 71%] issues
> writing output... [ 85%] tutorial
> writing output... [100%] whatsnew
>
> writing additional files... genindex search
> copying static files... done
> copying extra files... done
> dumping search index... done
> dumping object inventory... done
> build succeeded.
> make[1]: Leaving directory '/«BUILDDIR»/python-dugong-3.3+dfsg'
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:170: cd
> /«BUILDDIR»/python-dugong-3.3+dfsg/.pybuild/pythonX.Y_3.4/build; python3.4 -m
> pytest "/«BUILDDIR»/python-dugong-3.3+dfsg/test/"
> ============================= test session starts
> ==============================
> platform linux -- Python 3.4.2 -- py-1.4.25 -- pytest-2.6.3 --
> /usr/bin/python3.4
> collecting ... collected 106 items
>
> ../../../test/test_aio.py::test_aio_future PASSED
> ../../../test/test_dugong.py::test_connect_ssl SKIPPED
> ../../../test/test_dugong.py::test_invalid_ssl SKIPPED
> ../../../test/test_dugong.py::test_get_pipeline[plain] PASSED
> ../../../test/test_dugong.py::test_ssl_info[plain] PASSED
> ../../../test/test_dugong.py::test_blocking_send[plain] PASSED
> ../../../test/test_dugong.py::test_blocking_read[plain] PASSED
> ../../../test/test_dugong.py::test_discard[plain] PASSED
> ../../../test/test_dugong.py::test_discard_chunked[plain] PASSED
> ../../../test/test_dugong.py::test_read_text[plain] PASSED
> ../../../test/test_dugong.py::test_read_text2[plain] PASSED
> ../../../test/test_dugong.py::test_read_text3[plain] PASSED
> ../../../test/test_dugong.py::test_read_identity[plain] PASSED
> ../../../test/test_dugong.py::test_exhaust_buffer[plain] PASSED
> ../../../test/test_dugong.py::test_full_buffer[plain] PASSED
> ../../../test/test_dugong.py::test_readinto_identity[plain] PASSED
> ../../../test/test_dugong.py::test_read_chunked[plain] PASSED
> ../../../test/test_dugong.py::test_read_chunked2[plain] PASSED
> ../../../test/test_dugong.py::test_readinto_chunked[plain] PASSED
> ../../../test/test_dugong.py::test_double_read[plain] PASSED
> ../../../test/test_dugong.py::test_read_raw[plain] PASSED
> ../../../test/test_dugong.py::test_abort_read[plain] PASSED
> ../../../test/test_dugong.py::test_abort_co_read[plain] PASSED
> ../../../test/test_dugong.py::test_abort_write[plain] PASSED
> ../../../test/test_dugong.py::test_write_toomuch[plain] PASSED
> ../../../test/test_dugong.py::test_write_toolittle[plain] PASSED
> ../../../test/test_dugong.py::test_write_toolittle2[plain] PASSED
> ../../../test/test_dugong.py::test_write_toolittle3[plain] PASSED
> ../../../test/test_dugong.py::test_put[plain] PASSED
> ../../../test/test_dugong.py::test_put_separate[plain] PASSED
> ../../../test/test_dugong.py::test_100cont[plain] PASSED
> ../../../test/test_dugong.py::test_100cont_2[plain] PASSED
> ../../../test/test_dugong.py::test_100cont_3[plain] PASSED
> ../../../test/test_dugong.py::test_aborted_write1[plain] PASSED
> ../../../test/test_dugong.py::test_aborted_write2[plain] PASSED
> ../../../test/test_dugong.py::test_tunnel[plain] PASSED
> ../../../test/test_dugong.py::test_read_toomuch[plain] PASSED
> ../../../test/test_dugong.py::test_read_toolittle[plain] PASSED
> ../../../test/test_dugong.py::test_empty_response[plain] PASSED
> ../../../test/test_dugong.py::test_head[plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[63-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[64-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[65-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[100-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[99-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[103-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[500-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[511-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[512-plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[513-plain] PASSED
> ../../../test/test_dugong.py::test_mutable_read[plain] PASSED
> ../../../test/test_dugong.py::test_recv_timeout[plain] PASSED
> ../../../test/test_dugong.py::test_send_timeout[plain] PASSED
> ../../../test/test_dugong.py::test_get_pipeline[ssl] PASSED
> ../../../test/test_dugong.py::test_ssl_info[ssl] PASSED
> ../../../test/test_dugong.py::test_blocking_send[ssl] PASSED
> ../../../test/test_dugong.py::test_blocking_read[ssl] PASSED
> ../../../test/test_dugong.py::test_discard[ssl] PASSED
> ../../../test/test_dugong.py::test_discard_chunked[ssl] PASSED
> ../../../test/test_dugong.py::test_read_text[ssl] PASSED
> ../../../test/test_dugong.py::test_read_text2[ssl] PASSED
> ../../../test/test_dugong.py::test_read_text3[ssl] PASSED
> ../../../test/test_dugong.py::test_read_identity[ssl] PASSED
> ../../../test/test_dugong.py::test_exhaust_buffer[ssl] SKIPPED
> ../../../test/test_dugong.py::test_full_buffer[ssl] SKIPPED
> ../../../test/test_dugong.py::test_readinto_identity[ssl] PASSED
> ../../../test/test_dugong.py::test_read_chunked[ssl] PASSED
> ../../../test/test_dugong.py::test_read_chunked2[ssl] PASSED
> ../../../test/test_dugong.py::test_readinto_chunked[ssl] PASSED
> ../../../test/test_dugong.py::test_double_read[ssl] PASSED
> ../../../test/test_dugong.py::test_read_raw[ssl] PASSED
> ../../../test/test_dugong.py::test_abort_read[ssl] PASSED
> ../../../test/test_dugong.py::test_abort_co_read[ssl] PASSED
> ../../../test/test_dugong.py::test_abort_write[ssl] PASSED
> ../../../test/test_dugong.py::test_write_toomuch[ssl] PASSED
> ../../../test/test_dugong.py::test_write_toolittle[ssl] PASSED
> ../../../test/test_dugong.py::test_write_toolittle2[ssl] PASSED
> ../../../test/test_dugong.py::test_write_toolittle3[ssl] PASSED
> ../../../test/test_dugong.py::test_put[ssl] PASSED
> ../../../test/test_dugong.py::test_put_separate[ssl] PASSED
> ../../../test/test_dugong.py::test_100cont[ssl] PASSED
> ../../../test/test_dugong.py::test_100cont_2[ssl] PASSED
> ../../../test/test_dugong.py::test_100cont_3[ssl] PASSED
> ../../../test/test_dugong.py::test_aborted_write1[ssl] PASSED
> ../../../test/test_dugong.py::test_aborted_write2[ssl] PASSED
> ../../../test/test_dugong.py::test_tunnel[ssl] SKIPPED
> ../../../test/test_dugong.py::test_read_toomuch[ssl] PASSED
> ../../../test/test_dugong.py::test_read_toolittle[ssl] PASSED
> ../../../test/test_dugong.py::test_empty_response[ssl] PASSED
> ../../../test/test_dugong.py::test_head[ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[63-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[64-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[65-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[100-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[99-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[103-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[500-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[511-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[512-ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[513-ssl] PASSED
> ../../../test/test_dugong.py::test_mutable_read[ssl] PASSED
> ../../../test/test_dugong.py::test_recv_timeout[ssl] PASSED
> ../../../test/test_dugong.py::test_send_timeout[ssl] PASSED
> ../../../test/test_examples.py::test_httpcat FAILED
>
> =================================== FAILURES
> ===================================
> _________________________________ test_httpcat
> _________________________________
> Traceback (most recent call last):
> File "/«BUILDDIR»/python-dugong-3.3+dfsg/test/test_examples.py", line 53,
> in test_httpcat
> subprocess.check_call(cmdline, stdout=devnull)
> File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['/usr/bin/python3.4',
> '/«BUILDDIR»/python-dugong-3.3+dfsg/test/../examples/httpcat.py',
> 'http://docs.oracle.com/javaee/7/firstcup/doc/creating-example.htm']'
> returned non-zero exit status 1
> ----------------------------- Captured stderr call
> -----------------------------
> 301 Moved Permanently
> !!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures
> !!!!!!!!!!!!!!!!!!!!
> =============== 1 failed, 98 passed, 5 skipped in 15.97 seconds
> ================
> E: pybuild pybuild:256: test: plugin distutils failed with: exit code=2: cd
> /«BUILDDIR»/python-dugong-3.3+dfsg/.pybuild/pythonX.Y_3.4/build; python3.4 -m
> pytest "{dir}/test/"
> dh_auto_test: pybuild --test -i python{version} -p 3.4 --dir . returned exit
> code 13
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/11/12/python-dugong_3.3+dfsg-1_jessie-i386.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: python-dugong
Source-Version: 3.3+dfsg-2
We believe that the bug you reported is fixed in the latest version of
python-dugong, 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 769...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nikolaus Rath <nikol...@rath.org> (supplier of updated python-dugong 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: SHA512
Format: 1.8
Date: Fri, 14 Nov 2014 15:20:44 -0800
Source: python-dugong
Binary: python3-dugong python-dugong-doc
Architecture: source all
Version: 3.3+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Nikolaus Rath <nikol...@rath.org>
Changed-By: Nikolaus Rath <nikol...@rath.org>
Description:
python-dugong-doc - HTTP 1.1 client module for Python (documentation)
python3-dugong - HTTP 1.1 client module for Python
Closes: 769250
Changes:
python-dugong (3.3+dfsg-2) unstable; urgency=medium
.
* Skip unit tests in test/test_examples.py. These tests require network
connectivity, and in addition to that the hardcoded remote server no
longer works (thus causing the tests to fail even if there is
connectivity). Closes: #769250
Checksums-Sha1:
afe4c23aa1f1ac63cf90a244a555fb36753a4af4 2208 python-dugong_3.3+dfsg-2.dsc
7f21780909a212ff7a7986a1be3fe74ffa843c09 133728
python-dugong_3.3+dfsg-2.debian.tar.xz
4a48f1c6d70a25f0aa328021a697dcc0e02af514 18436
python3-dugong_3.3+dfsg-2_all.deb
b919e44b145f6a50df525a4b63d79d37e8a78de2 44172
python-dugong-doc_3.3+dfsg-2_all.deb
Checksums-Sha256:
2509c862df19a57ec4e5018c968e8a36f285d44d982664d0c3f27cbdab7f2ddf 2208
python-dugong_3.3+dfsg-2.dsc
1b308a91e63570e7af2c87e401b22603e9c5262a042d65dce63614d93acde0b0 133728
python-dugong_3.3+dfsg-2.debian.tar.xz
4a7dd5359157c2e9cf0344944f91b2461a34edf57ed548fdfb1c9cd3e02ff3fa 18436
python3-dugong_3.3+dfsg-2_all.deb
b50d37ed76ed3a76174f70cbe898ddecb251fd8240292af5f8ad31a46a62f4e6 44172
python-dugong-doc_3.3+dfsg-2_all.deb
Files:
10fe8814e60f8bb1848f64b96d37c456 2208 python optional
python-dugong_3.3+dfsg-2.dsc
f838f26ef7a0713bc4ddb3dc64fc9b09 133728 python optional
python-dugong_3.3+dfsg-2.debian.tar.xz
c859d6114af6e0af5ced8d589b6b6165 18436 python optional
python3-dugong_3.3+dfsg-2_all.deb
5b589b7c56113c9b4f0270466b264db5 44172 doc optional
python-dugong-doc_3.3+dfsg-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJUZ18uAAoJEK728aKnRXZFnaEP/3TYm6DwOw1FTbiRV7t8GDx6
3YQPDW5FTO7t1eygv7mcMW8mDXLEX400qgw81R6SMSjevHV7mBbKZrmBGZ+htRVp
St7WemU7c2X0ANrLn38FutxdyrSUb7F9jDOcnGRQTah/ELgLm7tefOcMopoRsSCy
S/HnzXGeiqC7muzFGTmCMPXfMVbP1M0EDbOMMiaJF/mvu10EIXiGfaz/cPP7v61k
QKiW5RBzFHgH77bCOnKdGqPrNj4vEcO+gb5QR3V8eiws6oBcJBNizctDRQYTNWYI
VeB5gGhQq57uuP45cFptZHA6BLXg07FxbYX8VVqxX/Z+0K1MgX4rLS+W0USTUbWm
ixBMOzBRCqNDPgOZE1e36LdcUiAaTN2SGICaqS4w4Rm/rGFVMyICCiV/+IJ4PFiH
B6urdBrkiouKGQwZdmPLmGQ5DNWtUf79DRjU1+7Lhv5eaBibFyRYEwOto8MEprNA
N6vT/ZR9yW1LwfgLYf3mRPssO41T7iFRDahIPzF1nF5dlpsL6A204l2bxt7TVfEP
lpm1iFNvQA77P0/aJ0ksvMAebcMAiDmeMNg1AM1ZpM8oemgjvjl4YZdwtn3Kwu+x
7JHZ0syoC6juvg6QUGIArodiMuiycBy/29RlGnK4QHZU+oMOvPXqFAkzb0IPh4hG
HZgMhDMt42C2mRgfVQIH
=b1Df
-----END PGP SIGNATURE-----
--- End Message ---