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/10/03 22:42:53 UTC

[GitHub] [incubator-mxnet] zheng-da opened a new issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker

zheng-da opened a new issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker
URL: https://github.com/apache/incubator-mxnet/issues/13484
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-13418/11/pipeline
   
   ```
   ======================================================================
   
   ERROR: test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker
   
   ----------------------------------------------------------------------
   
   Traceback (most recent call last):
   
     File "C:\Anaconda3\envs\py2\lib\site-packages\nose\case.py", line 197, in runTest
   
       self.test(*self.arg)
   
     File "C:\jenkins_slave\workspace\ut-python-cpu@3\tests\python\unittest\common.py", line 173, in test_new
   
       orig_test(*args, **kwargs)
   
     File "C:\jenkins_slave\workspace\ut-python-cpu@3\tests\python\unittest\test_gluon_data.py", line 86, in test_recordimage_dataset_with_data_loader_multiworker
   
       for i, (x, y) in enumerate(loader):
   
     File "C:\jenkins_slave\workspace\ut-python-cpu@3\windows_package\python\mxnet\gluon\data\dataloader.py", line 279, in next
   
       return self.__next__()
   
     File "C:\jenkins_slave\workspace\ut-python-cpu@3\windows_package\python\mxnet\gluon\data\dataloader.py", line 267, in __next__
   
       self.shutdown()
   
     File "C:\jenkins_slave\workspace\ut-python-cpu@3\windows_package\python\mxnet\gluon\data\dataloader.py", line 298, in shutdown
   
       w.terminate()
   
     File "C:\Anaconda3\envs\py2\lib\multiprocessing\process.py", line 137, in terminate
   
       self._popen.terminate()
   
     File "C:\Anaconda3\envs\py2\lib\multiprocessing\forking.py", line 312, in terminate
   
       _subprocess.TerminateProcess(int(self._handle), TERMINATE)
   
   WindowsError: [Error 5] Access is denied
   
   ```

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