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 vstinner
Recipients vstinner
Date 2017-07-09.20:48:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499633339.94.0.136665886268.issue30883@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/s390x%20Debian%203.6/builds/530/steps/test/logs/stdio

ERROR: test_ftp (test.test_urllib2net.OtherNetworkTests) (url='ftp://ftp.debian.org/debian/README')

ERROR: test_ftp_basic (test.test_urllib2net.TimeoutTest)

ERROR: test_ftp_default_timeout (test.test_urllib2net.TimeoutTest)
...
ftplib.error_temp: 421 There are too many connections from your internet address.
...
urllib.error.URLError: <urlopen error ftp error: error_temp('421 There are too many connections from your internet address.',)>

ERROR: test_ftp_no_timeout (test.test_urllib2net.TimeoutTest)

ERROR: test_ftp_timeout (test.test_urllib2net.TimeoutTest)
History
Date User Action Args
2017-07-09 20:48:59vstinnersetrecipients: + vstinner
2017-07-09 20:48:59vstinnersetmessageid: <1499633339.94.0.136665886268.issue30883@psf.upfronthosting.co.za>
2017-07-09 20:48:59vstinnerlinkissue30883 messages
2017-07-09 20:48:59vstinnercreate