Neutron3529 opened a new issue #19373:
URL: https://github.com/apache/incubator-mxnet/issues/19373
currently, many PR failed due to bad network connection.
not only me myself, but also many PR is affected.
```
[2020-10-17T00:02:07.148Z] 2020-10-17 00:02:05,525 - root - ERROR -
('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
[2020-10-17T00:02:07.148Z] Traceback (most recent call last):
[2020-10-17T00:02:07.148Z] File
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
[2020-10-17T00:02:07.148Z] chunked=chunked)
[2020-10-17T00:02:07.148Z] File
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in
_make_request
[2020-10-17T00:02:07.148Z] six.raise_from(e, None)
[2020-10-17T00:02:07.148Z] File "<string>", line 3, in raise_from
[2020-10-17T00:02:07.148Z] File
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in
_make_request
[2020-10-17T00:02:07.148Z] httplib_response = conn.getresponse()
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3.6/http/client.py", line
1346, in getresponse
[2020-10-17T00:02:07.148Z] response.begin()
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3.6/http/client.py", line
307, in begin
[2020-10-17T00:02:07.148Z] version, status, reason = self._read_status()
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3.6/http/client.py", line
268, in _read_status
[2020-10-17T00:02:07.148Z] line = str(self.fp.readline(_MAXLINE + 1),
"iso-8859-1")
[2020-10-17T00:02:07.148Z] File "/usr/lib/python3.6/socket.py", line 586,
in readinto
[2020-10-17T00:02:07.148Z] return self._sock.recv_into(b)
[2020-10-17T00:02:07.148Z] ConnectionResetError: [Errno 104] Connection
reset by peer
```
such exception could not resolved by any PR.
I re-run test for at least 5 times, and most of the test failed.
what's wrong?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]