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 2020/07/15 21:32:35 UTC

[GitHub] [incubator-mxnet] leezu opened a new issue #18720: test_inter_methods_in_augmenter timeout

leezu opened a new issue #18720:
URL: https://github.com/apache/incubator-mxnet/issues/18720


   http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-cpu/branches/PR-18319/runs/36/nodes/350/steps/489/log/?start=0
   
   ```
   [2020-07-15T19:49:55.751Z] ______________________ test_inter_methods_in_augmenter[9] ______________________
   [2020-07-15T19:49:55.751Z] [gw2] linux -- Python 3.6.9 /usr/bin/python3
   [2020-07-15T19:49:55.751Z] 
   [2020-07-15T19:49:55.751Z] inter_method = 9
   [2020-07-15T19:49:55.751Z] tmpdir = local('/tmp/pytest-of-jenkins_slave/pytest-0/popen-gw2/test_inter_methods_in_augmente1')
   [2020-07-15T19:49:55.751Z] 
   [2020-07-15T19:49:55.751Z]     @pytest.mark.parametrize('inter_method', [0,1,2,3,4,9,10])
   [2020-07-15T19:49:55.751Z]     def test_inter_methods_in_augmenter(inter_method, tmpdir):
   [2020-07-15T19:49:55.751Z]         path = str(tmpdir)
   [2020-07-15T19:49:55.751Z] >       get_cifar10(path)
   [2020-07-15T19:49:55.751Z] 
   [2020-07-15T19:49:55.751Z] tests/python/unittest/test_io.py:97: 
   [2020-07-15T19:49:55.751Z] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
   [2020-07-15T19:49:55.751Z] python/mxnet/test_utils.py:1728: in get_cifar10
   [2020-07-15T19:49:55.751Z]     verify_ssl=False)
   [2020-07-15T19:49:55.751Z] python/mxnet/gluon/utils.py:330: in download
   [2020-07-15T19:49:55.751Z]     for chunk in r.iter_content(chunk_size=1024):
   [2020-07-15T19:49:55.751Z] /usr/local/lib/python3.6/dist-packages/requests/models.py:751: in generate
   [2020-07-15T19:49:55.751Z]     for chunk in self.raw.stream(chunk_size, decode_content=True):
   [2020-07-15T19:49:55.751Z] /usr/local/lib/python3.6/dist-packages/urllib3/response.py:576: in stream
   [2020-07-15T19:49:55.751Z]     data = self.read(amt=amt, decode_content=decode_content)
   [2020-07-15T19:49:55.751Z] /usr/local/lib/python3.6/dist-packages/urllib3/response.py:519: in read
   [2020-07-15T19:49:55.751Z]     data = self._fp.read(amt) if not fp_closed else b""
   [2020-07-15T19:49:55.751Z] /usr/lib/python3.6/http/client.py:459: in read
   [2020-07-15T19:49:55.751Z]     n = self.readinto(b)
   [2020-07-15T19:49:55.751Z] /usr/lib/python3.6/http/client.py:503: in readinto
   [2020-07-15T19:49:55.751Z]     n = self.fp.readinto(b)
   [2020-07-15T19:49:55.751Z] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
   [2020-07-15T19:49:55.751Z] 
   [2020-07-15T19:49:55.751Z] self = <socket.SocketIO object at 0x7f843f715438>
   [2020-07-15T19:49:55.751Z] b = <memory at 0x7f862e920288>
   [2020-07-15T19:49:55.751Z] 
   [2020-07-15T19:49:55.751Z]     def readinto(self, b):
   [2020-07-15T19:49:55.751Z]         """Read up to len(b) bytes into the writable buffer *b* and return
   [2020-07-15T19:49:55.751Z]         the number of bytes read.  If the socket is non-blocking and no bytes
   [2020-07-15T19:49:55.751Z]         are available, None is returned.
   [2020-07-15T19:49:55.751Z]     
   [2020-07-15T19:49:55.751Z]         If *b* is non-empty, a 0 return value indicates that the connection
   [2020-07-15T19:49:55.751Z]         was shutdown at the other end.
   [2020-07-15T19:49:55.751Z]         """
   [2020-07-15T19:49:55.751Z]         self._checkClosed()
   [2020-07-15T19:49:55.751Z]         self._checkReadable()
   [2020-07-15T19:49:55.751Z]         if self._timeout_occurred:
   [2020-07-15T19:49:55.751Z]             raise OSError("cannot read from timed out object")
   [2020-07-15T19:49:55.751Z]         while True:
   [2020-07-15T19:49:55.751Z]             try:
   [2020-07-15T19:49:55.751Z] >               return self._sock.recv_into(b)
   [2020-07-15T19:49:55.751Z] E               Failed: Timeout >1200.0s
   [2020-07-15T19:49:55.751Z] 
   [2020-07-15T19:49:55.751Z] /usr/lib/python3.6/socket.py:586: Failed
   [2020-07-15T19:49:55.751Z] ---------------------------- Captured stderr setup -----------------------------
   [2020-07-15T19:49:55.751Z] DEBUG:root:np/mx/python random seeds are set to 1197329715, use MXNET_TEST_SEED=1197329715 to reproduce.
   [2020-07-15T19:49:55.751Z] ------------------------------ Captured log setup ------------------------------
   [2020-07-15T19:49:55.751Z] DEBUG    root:conftest.py:193 np/mx/python random seeds are set to 1197329715, use MXNET_TEST_SEED=1197329715 to reproduce.
   [2020-07-15T19:49:55.751Z] ----------------------------- Captured stdout call -----------------------------
   [2020-07-15T19:49:55.751Z] Downloading /tmp/pytest-of-jenkins_slave/pytest-0/popen-gw2/test_inter_methods_in_augmente1/cifar10.zip from http://data.mxnet.io/mxnet/data/cifar10.zip...
   [2020-07-15T19:49:55.751Z] ----------------------------- Captured stderr call -----------------------------
   [2020-07-15T19:49:55.751Z] DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): data.mxnet.io:80
   [2020-07-15T19:49:55.751Z] DEBUG:urllib3.connectionpool:http://data.mxnet.io:80 "GET /mxnet/data/cifar10.zip HTTP/1.1" 301 275
   [2020-07-15T19:49:55.751Z] DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): data.mxnet.io.s3-website-us-west-1.amazonaws.com:80
   [2020-07-15T19:49:55.751Z] DEBUG:urllib3.connectionpool:http://data.mxnet.io.s3-website-us-west-1.amazonaws.com:80 "GET /mxnet/data/cifar10.zip HTTP/1.1" 200 132571290
   [2020-07-15T19:49:55.751Z] 
   [2020-07-15T19:49:55.751Z] ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140214861137664) ~~~~~~~~~~~~~~~~~~~~~
   [2020-07-15T19:49:55.751Z]   File "/usr/local/lib/python3.6/dist-packages/execnet/gateway_base.py", line 285, in _perform_spawn
   [2020-07-15T19:49:55.751Z]     reply.run()
   [2020-07-15T19:49:55.751Z]   File "/usr/local/lib/python3.6/dist-packages/execnet/gateway_base.py", line 220, in run
   [2020-07-15T19:49:55.751Z]     self._result = func(*args, **kwargs)
   [2020-07-15T19:49:55.751Z]   File "/usr/local/lib/python3.6/dist-packages/execnet/gateway_base.py", line 967, in _thread_receiver
   [2020-07-15T19:49:55.751Z]     msg = Message.from_io(io)
   [2020-07-15T19:49:55.751Z]   File "/usr/local/lib/python3.6/dist-packages/execnet/gateway_base.py", line 432, in from_io
   [2020-07-15T19:49:55.751Z]     header = io.read(9)  # type 1, channel 4, payload 4
   [2020-07-15T19:49:55.751Z]   File "/usr/local/lib/python3.6/dist-packages/execnet/gateway_base.py", line 400, in read
   [2020-07-15T19:49:55.751Z]     data = self._read(numbytes - len(buf))
   [2020-07-15T19:49:55.751Z] ------------------------------ Captured log call -------------------------------
   [2020-07-15T19:49:55.751Z] DEBUG    urllib3.connectionpool:connectionpool.py:230 Starting new HTTP connection (1): data.mxnet.io:80
   [2020-07-15T19:49:55.751Z] DEBUG    urllib3.connectionpool:connectionpool.py:442 http://data.mxnet.io:80 "GET /mxnet/data/cifar10.zip HTTP/1.1" 301 275
   [2020-07-15T19:49:55.751Z] DEBUG    urllib3.connectionpool:connectionpool.py:230 Starting new HTTP connection (1): data.mxnet.io.s3-website-us-west-1.amazonaws.com:80
   [2020-07-15T19:49:55.751Z] DEBUG    urllib3.connectionpool:connectionpool.py:442 http://data.mxnet.io.s3-website-us-west-1.amazonaws.com:80 "GET /mxnet/data/cifar10.zip HTTP/1.1" 200 132571290
   [2020-07-15T19:49:55.751Z] --------------------------- Captured stderr teardown ---------------------------
   [2020-07-15T19:49:55.751Z] INFO:root:np/mx/python random seeds are set to 1197329715, use MXNET_TEST_SEED=1197329715 to reproduce.
   [2020-07-15T19:49:55.751Z] ---------------------------- Captured log teardown -----------------------------
   [2020-07-15T19:49:55.751Z] INFO     root:conftest.py:210 np/mx/python random seeds are set to 1197329715, use MXNET_TEST_SEED=1197329715 to reproduce.
   [2020-07-15T19:49:55.751Z] =============================== warnings summary ===============================
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu closed issue #18720: test_inter_methods_in_augmenter timeout

Posted by GitBox <gi...@apache.org>.
leezu closed issue #18720:
URL: https://github.com/apache/incubator-mxnet/issues/18720


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on issue #18720: test_inter_methods_in_augmenter timeout

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18720:
URL: https://github.com/apache/incubator-mxnet/issues/18720#issuecomment-659021449


   Network issue..


----------------------------------------------------------------
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:
users@infra.apache.org