KellenSunderland opened a new issue #11616: Flaky test test_gluon.test_export
URL: https://github.com/apache/incubator-mxnet/issues/11616
 
 
   Failed build:
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/1148/pipeline
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/incubator-mxnet/branches/master/runs/1148/nodes/822/log/?start=0
   
   
   Output:
   ```
   ======================================================================
   ERROR: test_gluon.test_export
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "C:\Anaconda3\envs\py3\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 157, in test_new
       orig_test(*args, **kwargs)
     File 
"C:\jenkins_slave\workspace\ut-python-cpu@3\tests\python\unittest\test_gluon.py",
 line 787, in test_export
       prefix='resnet', ctx=ctx, pretrained=True)
     File 
"C:\jenkins_slave\workspace\ut-python-cpu@3\pkg_vc14_cpu\python\mxnet\gluon\model_zoo\vision\resnet.py",
 line 406, in resnet18_v1
       return get_resnet(1, 18, **kwargs)
     File 
"C:\jenkins_slave\workspace\ut-python-cpu@3\pkg_vc14_cpu\python\mxnet\gluon\model_zoo\vision\resnet.py",
 line 390, in get_resnet
       root=root), ctx=ctx)
     File 
"C:\jenkins_slave\workspace\ut-python-cpu@3\pkg_vc14_cpu\python\mxnet\gluon\model_zoo\model_store.py",
 line 114, in get_model_file
       os.remove(zip_file_path)
   PermissionError: [WinError 32] The process cannot access the file because it 
is being used by another process: 
'C:\\Windows\\system32\\config\\systemprofile\\.mxnet\\models\\resnet18_v1-a0666292.zip'
   
   -------------------- >> begin captured stdout << ---------------------
   Model file is not found. Downloading.
   Downloading 
C:\Windows\system32\config\systemprofile\.mxnet\models\resnet18_v1-a0666292.zip 
from 
https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
   --------------------- >> end captured stdout << ----------------------
   
   -------------------- >> begin captured logging << --------------------
   requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTPS 
connection (1): apache-mxnet.s3-accelerate.dualstack.amazonaws.com
   requests.packages.urllib3.connectionpool: DEBUG: 
https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com:443 "GET 
/gluon/models/resnet18_v1-a0666292.zip HTTP/1.1" 200 43452554
   common: INFO: Setting test np/mx/python random seeds, use 
MXNET_TEST_SEED=767602412 to reproduce.
   --------------------- >> end captured logging << ---------------------
   
   ```
   

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


With regards,
Apache Git Services

Reply via email to