raulcd opened a new issue, #46344:
URL: https://github.com/apache/arrow/issues/46344

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The AMD64 Conda Python 3.10 Sphinx & Numpydoc job has started failing with 
`Access Denied` on doctest `pyarrow._s3fs.S3FileSystem`  when accessing 
'power_901_constants.zarr/FROCEAN/' in bucket 'power-analysis-ready-datastore':
   See:
   - 
https://github.com/apache/arrow/actions/runs/14878500696/job/41780787444#logs
   - 
https://github.com/apache/arrow/actions/runs/14878658706/job/41781301984?pr=46261
   
   The log failure:
   
   ```
   =================================== FAILURES 
===================================
   _____________________ [doctest] pyarrow._s3fs.S3FileSystem 
_____________________
   EXAMPLE LOCATION UNKNOWN, not showing all tests of that example
   ??? >>> s3.get_file_info(fs.FileSelector(
   ??? ...    
'power-analysis-ready-datastore/power_901_constants.zarr/FROCEAN', 
recursive=True
   ??? ... ))
   UNEXPECTED EXCEPTION: OSError("When listing objects under key 
'power_901_constants.zarr/FROCEAN/' in bucket 'power-analysis-ready-datastore': 
AWS Error ACCESS_DENIED during ListObjectsV2 operation: Access Denied")
   Traceback (most recent call last):
     File "/opt/conda/envs/arrow/lib/python3.10/doctest.py", line 1350, in __run
       exec(compile(example.source, filename, "single",
     File "<doctest pyarrow._s3fs.S3FileSystem[2]>", line 1, in <module>
     File "pyarrow/_fs.pyx", line 580, in pyarrow._fs.FileSystem.get_file_info
     File "pyarrow/error.pxi", line 155, in 
pyarrow.lib.pyarrow_internal_check_status
     File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
   OSError: When listing objects under key 'power_901_constants.zarr/FROCEAN/' 
in bucket 'power-analysis-ready-datastore': AWS Error ACCESS_DENIED during 
ListObjectsV2 operation: Access Denied
   
/opt/conda/envs/arrow/lib/python3.10/site-packages/pyarrow/_s3fs.cpython-310-x86_64-linux-gnu.so:None:
 UnexpectedException
   =========================== short test summary info 
============================
   SKIPPED [2] 
opt/conda/envs/arrow/lib/python3.10/site-packages/_pytest/doctest.py:458: all 
tests skipped by +SKIP option
   =================== 1 failed, 379 passed, 2 skipped in 5.54s 
===================
   ```
   
   ### Component(s)
   
   Continuous Integration, Documentation, Python


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to