[Python-Dev] python3.5.3: xmlrpc_net unit test fail
Nikita Gupta
nikitarulz at gmail.com
Thu Apr 12 06:16:14 EDT 2018
Hi All,
Before installing python 3.5.3, i performed the test cases provided with
the source tar ball.
But 3 tests failed. I figured out the reason for other 2. But 1 test case
is out of my understanding.
Re-running test 'test_xmlrpc_net' in verbose mode
test_python_builders (test.test_xmlrpc_net.PythonBuildersTest) ... ERROR
======================================================================
ERROR: test_python_builders (test.test_xmlrpc_net.PythonBuildersTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/pkgs/Python-3.5.3/Lib/test/test_xmlrpc_net.py", line 17, in
test_python_builders
builders = server.getAllBuilders()
File "/pkgs/Python-3.5.3/Lib/xmlrpc/client.py", line 1092, in __call__
return self.__send(self.__name, args)
File "/pkgs/Python-3.5.3/Lib/xmlrpc/client.py", line 1432, in __request
verbose=self.__verbose
File "/pkgs/Python-3.5.3/Lib/xmlrpc/client.py", line 1134, in request
return self.single_request(host, handler, request_body, verbose)
File "/pkgs/Python-3.5.3/Lib/xmlrpc/client.py", line 1167, in
single_request
dict(resp.getheaders())
xmlrpc.client.ProtocolError: <ProtocolError for
buildbot.python.org/all/xmlrpc/: 503 Service Unavailable>
----------------------------------------------------------------------
Ran 1 test in 0.215s
FAILED (errors=1)
test test_xmlrpc_net failed
Can somebody highlight the reason of failure.
--
Regards,
Nikita Gupta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20180412/3ecd8fc2/attachment.html>
More information about the Python-Dev
mailing list