MugundanMCW commented on PR #48539:
URL: https://github.com/apache/arrow/pull/48539#issuecomment-4072370327

   Hi @raulcd & @rok 
   
   I rebased the PR branch on top of the master branch and triggered the CI in 
fork branch. The CI is failing while performing CMake install step:
   ```
   Updating stub docstrings in: 
C:\Users\runneradmin\AppData\Local\Temp\tmp0zpbsz98\wheel\platlib\pyarrow
     __init__.pyi -> (root)
   __getattr__ not found in pyarrow
   Traceback (most recent call last):
     File "C:\hostedtoolcache\windows\Python\3.13.11\arm64\Lib\shutil.py", line 
625, in _rmtree_unsafe
       os.unlink(fullname)
       ~~~~~~~~~^^^^^^^^^^
   PermissionError: [WinError 5] Access is denied: 
'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpk_infxtm\\pyarrow\\arrow.dll'
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File 
"C:\a\crossbow\crossbow\arrow\python\scripts\update_stub_docstrings.py", line 
267, in <module>
       with tempfile.TemporaryDirectory() as tmpdir:
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
     File "C:\hostedtoolcache\windows\Python\3.13.11\arm64\Lib\tempfile.py", 
line 951, in __exit__
       self.cleanup()
       ~~~~~~~~~~~~^^
     File "C:\hostedtoolcache\windows\Python\3.13.11\arm64\Lib\tempfile.py", 
line 955, in cleanup
       self._rmtree(self.name, ignore_errors=self._ignore_cleanup_errors)
       ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "C:\hostedtoolcache\windows\Python\3.13.11\arm64\Lib\tempfile.py", 
line 935, in _rmtree
       _shutil.rmtree(name, onexc=onexc)
       ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
     File "C:\hostedtoolcache\windows\Python\3.13.11\arm64\Lib\shutil.py", line 
790, in rmtree
       return _rmtree_unsafe(path, onexc)
     File "C:\hostedtoolcache\windows\Python\3.13.11\arm64\Lib\shutil.py", line 
629, in _rmtree_unsafe
       onexc(os.unlink, fullname, err)
       ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "C:\hostedtoolcache\windows\Python\3.13.11\arm64\Lib\tempfile.py", 
line 910, in onexc
       _os.unlink(path)
       ~~~~~~~~~~^^^^^^
   PermissionError: [WinError 5] Access is denied: 
'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpk_infxtm\\pyarrow\\arrow.dll'
   CMake Error at 
C:/Users/RUNNER~1/AppData/Local/Temp/tmp0zpbsz98/build/cmake_install.cmake:456 
(message):
     Stub docstring injection failed (exit code: 1)
   
   
   
   *** CMake install failed
   
   ERROR Backend subprocess exited when trying to invoke build_wheel
   Error: Process completed with exit code 1.
   ```
   
   Could this be related to : 
https://github.com/apache/arrow/commit/0a2a0c75f9e8106d0ad7e53d2e3183a89c043620 
?
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to