This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith
Date 2019-08-20.18:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566326014.38.0.490683386628.issue37898@roundup.psfhosted.org>
In-reply-to
Content
test_err (test.test_httpservers.RequestHandlerLoggingTestCase) ... Exception in thread Thread-1:
Traceback (most recent call last):
  File "/home/greg/oss/cpython/Lib/threading.py", line 938, in _bootstrap_inner
    self.run()
  File "/home/greg/oss/cpython/Lib/test/test_httpservers.py", line 50, in run
    self.server = HTTPServer(('localhost', 0), self.request_handler)
  File "/home/greg/oss/cpython/Lib/socketserver.py", line 452, in __init__
    self.server_bind()
  File "/home/greg/oss/cpython/Lib/http/server.py", line 137, in server_bind
    socketserver.TCPServer.server_bind(self)
  File "/home/greg/oss/cpython/Lib/socketserver.py", line 466, in server_bind
    self.socket.bind(self.server_address)
OSError: [Errno 99] Cannot assign requested address

I'm preparing an IPv6-only buildbot.  There is no IPv4 localhost.
History
Date User Action Args
2019-08-20 18:33:34gregory.p.smithsetrecipients: + gregory.p.smith
2019-08-20 18:33:34gregory.p.smithsetmessageid: <1566326014.38.0.490683386628.issue37898@roundup.psfhosted.org>
2019-08-20 18:33:34gregory.p.smithlinkissue37898 messages
2019-08-20 18:33:34gregory.p.smithcreate