You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/06 13:14:55 UTC

[GitHub] marcoabreu opened a new issue #12049: Flaky OnnxBackendRealModelTest.test_bvlc_alexnet_cpu - connection timeout

marcoabreu opened a new issue #12049: Flaky OnnxBackendRealModelTest.test_bvlc_alexnet_cpu - connection timeout
URL: https://github.com/apache/incubator-mxnet/issues/12049
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/1330/pipeline
   ```
   ________________ OnnxBackendRealModelTest.test_bvlc_alexnet_cpu ________________
   
   
   
   test_self = <mxnet_backend_test.OnnxBackendRealModelTest testMethod=test_bvlc_alexnet_cpu>
   
   device = 'CPU'
   
   
   
       def run(test_self, device):  # type: (Any, Text) -> None
   
           if model_test.model_dir is None:
   
   >           model_dir = self._prepare_model_data(model_test)
   
   
   
   /usr/local/lib/python3.5/dist-packages/onnx/backend/test/runner/__init__.py:239: 
   
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
   
   /usr/local/lib/python3.5/dist-packages/onnx/backend/test/runner/__init__.py:182: in _prepare_model_data
   
       urlretrieve(model_test.url, download_file.name)
   
   /usr/lib/python3.5/urllib/request.py:217: in urlretrieve
   
       block = fp.read(bs)
   
   /usr/lib/python3.5/http/client.py:448: in read
   
       n = self.readinto(b)
   
   /usr/lib/python3.5/http/client.py:488: in readinto
   
       n = self.fp.readinto(b)
   
   /usr/lib/python3.5/socket.py:575: in readinto
   
       return self._sock.recv_into(b)
   
   /usr/lib/python3.5/ssl.py:929: in recv_into
   
       return self.read(nbytes, buffer)
   
   /usr/lib/python3.5/ssl.py:791: in read
   
       return self._sslobj.read(len, buffer)
   
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
   
   
   
   self = <ssl.SSLObject object at 0x7fc9b0117908>, len = 4490
   
   buffer = <memory at 0x7fc9b26a3288>
   
   
   
       def read(self, len=1024, buffer=None):
   
           """Read up to 'len' bytes from the SSL object and return them.
   
       
   
               If 'buffer' is provided, read into this buffer and return the number of
   
               bytes read.
   
               """
   
           if buffer is not None:
   
   >           v = self._sslobj.read(len, buffer)
   
   E           ConnectionResetError: [Errno 104] Connection reset by peer
   
   
   
   /usr/lib/python3.5/ssl.py:575: ConnectionResetError
   
   ----------------------------- Captured stdout call -----------------------------
   
   Start downloading model bvlc_alexnet from https://s3.amazonaws.com/download.onnx/models/opset_7/bvlc_alexnet.tar.gz
   
   Failed to prepare data for model bvlc_alexnet: [Errno 104] Connection reset by peer
   
   ============= 1 failed, 189 passed, 656 skipped in 500.47 seconds ==============
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services