[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#973019: marked as done (python-boto's autopkg tests are failing with python3.9)



Your message dated Wed, 28 Oct 2020 18:37:38 +0100
with message-id <f56dd019-1546-0752-5314-7daf7b2e467a@debian.org>
and subject line No bug
has caused the Debian Bug report #973019,
regarding python-boto's autopkg tests are failing with python3.9
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 owner@bugs.debian.org
immediately.)


-- 
973019: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973019
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-boto
Version: 2.49.0-3
Severity: serious
Tags: sid bullseye
User: debian-python@lists.debian.org
Usertags: python3.9

ERROR: test_cloudsearch_erroneous_sdf
(tests.unit.cloudsearch.test_document.CloudSearchBadSDFTesting)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.dvcvqgv_/downtmp/autopkgtest_tmp/tests/unit/cloudsearch/test_document.py",
line 269, in test_cloudsearch_erroneous_sdf
    document.commit()
  File "/usr/lib/python3/dist-packages/boto/cloudsearch/document.py", line 199,
in commit
    r = session.post(url, data=sdf, headers={'Content-Type': 'application/json'})
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 578, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 530, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 643, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 670, in
urlopen
    httplib_response = self._make_request(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 426, in
_make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 421, in
_make_request
    httplib_response = conn.getresponse()
  File "/usr/lib/python3.9/http/client.py", line 1343, in getresponse
    response = self.response_class(self.sock, method=self._method)
  File "/usr/lib/python3.9/http/client.py", line 245, in __init__
    self.fp = sock.makefile("rb")
  File "/usr/lib/python3/dist-packages/httpretty/core.py", line 438, in makefile
    if t.isAlive():
AttributeError: 'Thread' object has no attribute 'isAlive'
-------------------- >> begin captured logging << --------------------
urllib3.util.retry: DEBUG: Converted retries value: 5 -> Retry(total=5,
connect=None, read=None, redirect=None, status=None)
urllib3.connectionpool: DEBUG: Starting new HTTP connection (1):
doc-demo-userdomain.us-east-1.cloudsearch.amazonaws.com:80
--------------------- >> end captured logging << ---------------------

--- End Message ---
--- Begin Message ---
Hi,

I tried rebuilding boto with the fixed httpretty (ie: debian release
-7), and indeed, it didn't FTBFS, so I'm closing this bug.

Cheers,

Thomas Goirand (zigo)

--- End Message ---

Reply to: