samskalicky edited a comment on issue #17098: Disable OpenMP offloading support for 3rdparty/openmp URL: https://github.com/apache/incubator-mxnet/pull/17098#issuecomment-571439534 @leezu im getting this error in my windows CI runs: ``` Traceback (most recent call last): File "ci/build_windows.py", line 273, in <module> sys.exit(main()) File "ci/build_windows.py", line 261, in main windows_build(args) File "ci/build_windows.py", line 174, in windows_build datetime.timedelta(seconds=int(time.time() - t0)))) File "C:\Python37\lib\tempfile.py", line 805, in __exit__ self.cleanup() File "C:\Python37\lib\tempfile.py", line 809, in cleanup _shutil.rmtree(self.name) File "C:\Python37\lib\shutil.py", line 513, in rmtree return _rmtree_unsafe(path, onerror) File "C:\Python37\lib\shutil.py", line 392, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) File "C:\Python37\lib\shutil.py", line 392, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) File "C:\Python37\lib\shutil.py", line 397, in _rmtree_unsafe onerror(os.unlink, fullname, sys.exc_info()) File "C:\Python37\lib\shutil.py", line 395, in _rmtree_unsafe os.unlink(fullname) PermissionError: [WinError 5] Access is denied: 'C:\\Windows\\TEMP\\tmpuubj2i7u\\cmake-3.16.1-win64-x64\\bin\\cmake.exe' ``` http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-gpu/detail/PR-17204/11/pipeline/ I think this is coming from here: https://github.com/apache/incubator-mxnet/blob/bd7eedf3a43279380750dfc54f081e32891620af/ci/build_windows.py#L148-L153 when the scope exits it must try and delete stuff that it doesnt have permission for
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
