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/01/16 01:15:50 UTC

[GitHub] [incubator-mxnet] DickJC123 commented on issue #16831: [CI] Python2: CPU - hangs after test_create_np_param

DickJC123 commented on issue #16831: [CI] Python2: CPU - hangs after test_create_np_param
URL: https://github.com/apache/incubator-mxnet/issues/16831#issuecomment-574934466
 
 
   The hang I reported in this old issue has occurred again in the exact same place, which I inferred to be in test_np_resize() because that is the next test to run after test_np_reshape():
   
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-17312/1/pipeline/356
   
   A retry run I launched also appears to be hung on the test that follows test_np_empty(), namely test_np_empty_like():
   
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-17312/2/pipeline/372
   
   I'm not sure how the problem is related to log file length.  The lengths of the failing log files are similar, but shorter than a passing run:
   ```
   <log len in chars>
   307812        hang1_log.txt
   311103        hang2_log.txt
   416848        passes_log.txt
   ```
   @reminisce @haojin2 @ptrendx 

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