Your message dated Sat, 14 Nov 2020 17:18:45 +0000
with message-id <e1kdzch-0003qi...@fasolo.debian.org>
and subject line Bug#973126: fixed in responses 0.12.1-1
has caused the Debian Bug report #973126,
regarding responses: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-i python{version} -p "3.9 3.8" 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.)


-- 
973126: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973126
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: responses
Version: 0.9.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
> (level 9 in use)
> I: pybuild base:217: python3.9 setup.py config 
> running config
> I: pybuild base:217: python3.8 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> I: pybuild base:217: /usr/bin/python3.9 setup.py build 
> running build
> running build_py
> copying responses.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build
> copying test_responses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build
> running egg_info
> writing responses.egg-info/PKG-INFO
> writing dependency_links to responses.egg-info/dependency_links.txt
> writing requirements to responses.egg-info/requires.txt
> writing top-level names to responses.egg-info/top_level.txt
> reading manifest file 'responses.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*~' found anywhere in 
> distribution
> writing manifest file 'responses.egg-info/SOURCES.txt'
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> copying responses.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_responses/build
> copying test_responses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_responses/build
> running egg_info
> writing responses.egg-info/PKG-INFO
> writing dependency_links to responses.egg-info/dependency_links.txt
> writing requirements to responses.egg-info/requires.txt
> writing top-level names to responses.egg-info/top_level.txt
> reading manifest file 'responses.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*~' found anywhere in 
> distribution
> writing manifest file 'responses.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 
> in use)
> I: pybuild base:217: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build; python3.9 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.0+, pytest-4.6.11, py-1.9.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: localserver-0.5.0
> collected 46 items
> 
> test_responses.py ......................F.......................         
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________________ test_arbitrary_status_code 
> __________________________
> test_responses.py:345: in test_arbitrary_status_code
>     run()
> <string>:3: in wrapper
>     ???
> test_responses.py:343: in run
>     assert resp.reason is None
> E   assert "I'm a Teapot" is None
> E    +  where "I'm a Teapot" = <Response [418]>.reason
> =============================== warnings summary 
> ===============================
> responses.py:11
> responses.py:11
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build/responses.py:11: 
> DeprecationWarning: Using or importing the ABCs from 'collections' instead of 
> from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will 
> stop working
>     from collections import namedtuple, Sequence, Sized
> 
> /usr/lib/python3/dist-packages/cookies.py:312
>   /usr/lib/python3/dist-packages/cookies.py:312: DeprecationWarning: Flags 
> not at the start of the expression '(?ix)  # Case-insens' (truncated)
>     ATTR_RE = re.compile(ATTR)
> 
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_response
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_response_with_instance
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace[http://example.com/two-http://example.com/two]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace[original1-replacement1]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace[http://example\\.com/two-http://example\\.com/two]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace_error[http://example.com/one-http://example\\.com/one]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace_error[http://example\\.com/one-http://example.com/one]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_remove
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_connection_error
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_querystring
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_empty_querystring
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_querystring_error
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_querystring_regex
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_querystring_error_regex
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_accept_string_body
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_accept_json_body
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_no_content_type
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_arbitrary_status_code
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_throw_connection_error_explicit
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_callback
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_callback_no_content_type
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_regular_expression_url
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_custom_adapter
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_activate_doesnt_change_signature
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_activate_doesnt_change_signature_for_method
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_response_cookies
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_handles_unicode_querystring
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_handles_unicode_url
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_headers
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_legacy_adding_headers
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_multiple_responses
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_multiple_urls
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_passthru
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_method_named_param
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_passthru_unicode
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build/responses.py:117: 
> DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
> `signature` and the `Signature` object directly
>     signature = inspect.formatargspec(args, a, kw, defaults)
> 
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_response
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_response_with_instance
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace[http://example.com/two-http://example.com/two]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace[original1-replacement1]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace[http://example\\.com/two-http://example\\.com/two]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace_error[http://example.com/one-http://example\\.com/one]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_replace_error[http://example\\.com/one-http://example.com/one]
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_remove
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_connection_error
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_querystring
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_empty_querystring
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_querystring_error
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_querystring_regex
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_match_querystring_error_regex
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_accept_string_body
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_accept_json_body
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_no_content_type
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_arbitrary_status_code
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_throw_connection_error_explicit
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_callback
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_callback_no_content_type
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_regular_expression_url
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_custom_adapter
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_activate_doesnt_change_signature
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_activate_doesnt_change_signature_for_method
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_response_cookies
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_handles_unicode_querystring
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_handles_unicode_url
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_headers
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_legacy_adding_headers
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_multiple_responses
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_multiple_urls
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_passthru
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_method_named_param
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_passthru_unicode
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build/responses.py:121: 
> DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
> `signature` and the `Signature` object directly
>     callargs = inspect.formatargspec(args, a, kw, None)
> 
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_activate_doesnt_change_signature
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_activate_doesnt_change_signature
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build/test_responses.py:492: 
> DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use 
> inspect.signature() or inspect.getfullargspec()
>     assert getargspec(test_function) == getargspec(decorated_test_function)
> 
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_activate_doesnt_change_signature_for_method
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build/test_responses.py:503: 
> DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use 
> inspect.signature() or inspect.getfullargspec()
>     argspec = getargspec(test_case.test_function)
> 
> .pybuild/cpython3_3.9_responses/build/test_responses.py::test_activate_doesnt_change_signature_for_method
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build/test_responses.py:505: 
> DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use 
> inspect.signature() or inspect.getfullargspec()
>     assert argspec == getargspec(decorated_test_function)
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> =============== 1 failed, 45 passed, 77 warnings in 0.82 seconds 
> ===============
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_responses/build; python3.9 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.9 
> 3.8" returned exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/10/27/responses_0.9.0-2_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: responses
Source-Version: 0.12.1-1
Done: Dmitry Shachnev <mity...@debian.org>

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

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated responses 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: Sat, 14 Nov 2020 19:52:28 +0300
Source: responses
Architecture: source
Version: 0.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Closes: 973126
Changes:
 responses (0.12.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 9 to 12.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Dmitry Shachnev ]
   * New upstream release.
     - Compatible with Python 3.9 (closes: #973126).
   * Update Build-Depends according to upstream setup.py:
     - Bump python3-pytest requirement to 4.6.
     - Bump python3-urllib3 requirement to 1.25.10.
     - Remove python3-cookies, no longer needed.
   * Make the tests pass:
     - Use debian/pybuild.testfiles to copy test_responses.py to the build
       directory and then delete it.
     - Export empty http_proxy to make local network access work.
Checksums-Sha1:
 6827cc59428aa63f38a239584eeb93a6cf1c114f 2167 responses_0.12.1-1.dsc
 447a31e182e321a7c8eaa4dd8cf7d16c695de575 27123 responses_0.12.1.orig.tar.gz
 6c5ef1df5123814d4dbd6f2fb9a4969dcc91755b 3380 responses_0.12.1-1.debian.tar.xz
 40e97632f6bd2bcc872a376e8a204bb0ebc96ed1 7464 
responses_0.12.1-1_source.buildinfo
Checksums-Sha256:
 ebbd5e3e348644abaeb6b08b2d03075d5aaa3baa7610417bec4e3a42fabb5b2a 2167 
responses_0.12.1-1.dsc
 2e5764325c6b624e42b428688f2111fea166af46623cb0127c05f6afb14d3457 27123 
responses_0.12.1.orig.tar.gz
 79f879995e1f992448d84851df348072af39ad38fa56610344b4bd0898dfa4ed 3380 
responses_0.12.1-1.debian.tar.xz
 963d6485834d8f512c0d08d5e5eb7e323522c1e129993480dd6be482e78d8643 7464 
responses_0.12.1-1_source.buildinfo
Files:
 3b340b4c478d55cf43df1f3840770f89 2167 python optional responses_0.12.1-1.dsc
 b517a11a88bfa129ba25b733f34e287c 27123 python optional 
responses_0.12.1.orig.tar.gz
 da73146b898b06ddf450e00dc74e2ede 3380 python optional 
responses_0.12.1-1.debian.tar.xz
 ffaa6ec097ac29ddfb57f0ea51366dfc 7464 python optional 
responses_0.12.1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl+wC8ATHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy+bnD/sG5klp4JWXDmKByia71Z9Zsz3U5o8Y
rupkeUlh5av6S84ejAQ5f53V8Ked+tFK2H6Ilgdx5AROwl0YIXLXhn0Q/6KIkCQW
pZcVsLLW71QZuXSY8K8TYe8vSaOy8St+SjpDWDj+uwDrmTrIGtDqpA+VONGkJsAq
ZPfR5STjL8E73sqcwQEk8jYvVIsWWgTRrfgxkzmKuOgJy6eeEMQU19ONgfwCihkv
mi7V2FXy6PW0oMQY7PAT8rB6RdfbZljz4YX9RQvPsS4j81LVUXufnehdZB2cqyhX
ccAvTxGEUIAICyuiFFlcDn1lVGUjc+45ZWQvvTJ564Yp11EWVrqMDsGXuo1h+xe1
/U009AUEWIBMVIZv+2I+9z23TZ2917qwTPzdx7FHljeGlNnOGwFgAm+QqV3+yHxc
XpSiP0ICWY/W6m5Z+gGBF2f3SN3cN1HzgdhIXN3ch4JdUecJE6VtQuMpmAHxESN8
9sC3BlsKmheNYLgogzS8y+TPSmk5zQ8Bu779TZCn/w/e4S2Qpn8o+QXMElxvtsG/
74Sx2+MUIKW2jUGBMAQ8QY1/K+k8GSUcbpuBTIG1YNeSgBW/Xs4ZAS7c+UUsQ0hE
UHZj3ic/Q6OKhykscdqQO/ayGtWdHkvAWaneRdMbEc/DU6LRXZzypqxPOCCK8kSG
Fkzm2UdWoUYmYg==
=DTwf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to