New submission from Pablo Galindo Salgado <pablog...@gmail.com>:

test_urllib fail in s390x buildbots. It does not seem like a temporary failure 
as they keep failing consistently. Some failed builds:

https://buildbot.python.org/all/#builders/126/builds/1010
https://buildbot.python.org/all/#builders/122/builds/1026
https://buildbot.python.org/all/#builders/119/builds/1060
https://buildbot.python.org/all/#builders/21/builds/2332


======================================================================
ERROR: test_close (test.test_urllib2net.CloseSocketTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 89, in test_close
    response = _urlopen_with_retry(url)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 23, in _retry_thrice
    raise last_exc
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 19, in _retry_thrice
    return func(*args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 222, in urlopen
    return opener.open(url, data, timeout)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 531, in open
    response = meth(req, response)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 569, in error
    return self._call_chain(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 503, in _call_chain
    result = func(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
======================================================================
ERROR: test_custom_headers (test.test_urllib2net.OtherNetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 181, in test_custom_headers
    opener.open(request)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 531, in open
    response = meth(req, response)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 569, in error
    return self._call_chain(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 503, in _call_chain
    result = func(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
======================================================================
ERROR: test_http_basic (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 264, in test_http_basic
    u = _urlopen_with_retry(url)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 23, in _retry_thrice
    raise last_exc
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 19, in _retry_thrice
    return func(*args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 222, in urlopen
    return opener.open(url, data, timeout)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 531, in open
    response = meth(req, response)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 569, in error
    return self._call_chain(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 503, in _call_chain
    result = func(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
======================================================================
ERROR: test_http_default_timeout (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 274, in test_http_default_timeout
    u = _urlopen_with_retry(url)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 23, in _retry_thrice
    raise last_exc
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 19, in _retry_thrice
    return func(*args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 222, in urlopen
    return opener.open(url, data, timeout)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 531, in open
    response = meth(req, response)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 569, in error
    return self._call_chain(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 503, in _call_chain
    result = func(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
======================================================================
ERROR: test_http_no_timeout (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 286, in test_http_no_timeout
    u = _urlopen_with_retry(url, timeout=None)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 23, in _retry_thrice
    raise last_exc
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 19, in _retry_thrice
    return func(*args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 222, in urlopen
    return opener.open(url, data, timeout)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 531, in open
    response = meth(req, response)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 569, in error
    return self._call_chain(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 503, in _call_chain
    result = func(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/support/__init__.py:1539:
 ResourceWarning: unclosed <socket.socket [closed] fd=3, 
family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
  gc.collect()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/support/__init__.py:1539:
 ResourceWarning: unclosed <socket.socket [closed] fd=4, 
family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
  gc.collect()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/support/__init__.py:1539:
 ResourceWarning: unclosed <socket.socket [closed] fd=5, 
family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
  gc.collect()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/support/__init__.py:1539:
 ResourceWarning: unclosed <socket.socket [closed] fd=6, 
family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
  gc.collect()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
test test_urllib2net failed
======================================================================
ERROR: test_http_timeout (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 295, in test_http_timeout
    u = _urlopen_with_retry(url, timeout=120)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 23, in _retry_thrice
    raise last_exc
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/test/test_urllib2net.py",
 line 19, in _retry_thrice
    return func(*args, **kwargs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 222, in urlopen
    return opener.open(url, data, timeout)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 531, in open
    response = meth(req, response)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 569, in error
    return self._call_chain(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 503, in _call_chain
    result = func(*args)
  File 
"/home/dje/cpython-buildarea/3.7.edelsohn-rhel-z/build/Lib/urllib/request.py", 
line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
----------------------------------------------------------------------
Ran 15 tests in 1.006s
FAILED (errors=6, skipped=1)
3 tests failed again:
    test_urllib2 test_urllib2net test_urllibnet

----------
components: Tests
messages: 335793
nosy: David.Edelsohn, pablogsal
priority: normal
severity: normal
status: open
title: test_urllib fail in s390x buildbots
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36019>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to