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 2019/03/05 18:53:46 UTC

[GitHub] [incubator-mxnet] junrushao1994 edited a comment on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams

junrushao1994 edited a comment on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams
URL: https://github.com/apache/incubator-mxnet/issues/14329#issuecomment-469812710
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-gpu/branches/PR-14192/runs/5/nodes/273/log/?start=0
   
   ```
   ======================================================================
   FAIL: test_operator_gpu.test_convolution_multiple_streams
   ----------------------------------------------------------------------
   
   Traceback (most recent call last):
     File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in runTest
       self.test(*self.arg)
     File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 173, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 570, in test_convolution_multiple_streams
       {'MXNET_GPU_WORKER_NSTREAMS' : num_streams, 'MXNET_ENGINE_TYPE' : engine})
     File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 540, in _test_in_separate_process
       assert p.exitcode == 0, "Non-zero exit code %d from %s()." % (p.exitcode, func.__name__)
   AssertionError: Non-zero exit code 255 from _conv_with_num_streams().
   
   -------------------- >> begin captured logging << --------------------
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=997087021 to reproduce.
   --------------------- >> end captured logging << ---------------------
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services