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 xdegaye
Recipients xdegaye
Date 2017-01-06.19:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483732137.12.0.493215743488.issue29184@psf.upfronthosting.co.za>
In-reply-to
Content
This happens on Android for a non-root user.  Multiple tests fail in test_socketserver with identical backtraces, only the first one is listed here.

======================================================================                    [905/2616]
ERROR: test_ForkingUnixDatagramServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_socketserver.py", line 243, in test_Fork
ingUnixDatagramServer
    self.dgram_examine)
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/support/__init__.py", line 2040, in decorator
    return func(*args)
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_socketserver.py", line 121, in run_serve
r
    svrcls, hdlrbase)
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_socketserver.py", line 114, in make_serv
er
    server = MyServer(addr, MyHandler)
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 452, in __init__
    self.server_bind()
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/socketserver.py", line 466, in server_bind
    self.socket.bind(self.server_address)
PermissionError: [Errno 13] Permission denied
History
Date User Action Args
2017-01-06 19:48:57xdegayesetrecipients: + xdegaye
2017-01-06 19:48:57xdegayesetmessageid: <1483732137.12.0.493215743488.issue29184@psf.upfronthosting.co.za>
2017-01-06 19:48:57xdegayelinkissue29184 messages
2017-01-06 19:48:57xdegayecreate