Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-17791

[Python][CI] Some nightly jobs are failing due to ACCESS_DENIED to S3 bucket

    XMLWordPrintableJSON

Details

    Description

      The following nitghly failures:

      Failed Python test_s3_real_aws_region_selection with ACCESS_DENIED:

       =================================== FAILURES ===================================
      ______________________ test_s3_real_aws_region_selection _______________________    @pytest.mark.s3
          def test_s3_real_aws_region_selection():
              # Taken from a registry of open S3-hosted datasets
              # at https://github.com/awslabs/open-data-registry
              fs, path = FileSystem.from_uri('s3://mf-nwp-models/README.txt')
              assert fs.region == 'eu-west-1'
      >       with fs.open_input_stream(path) as f:opt/conda/envs/arrow/lib/python3.10/site-packages/pyarrow/tests/test_fs.py:1660: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      pyarrow/_fs.pyx:805: in pyarrow._fs.FileSystem.open_input_stream
          ???
      pyarrow/error.pxi:144: in pyarrow.lib.pyarrow_internal_check_status
          ???
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >   ???
      E   OSError: When reading information for key 'README.txt' in bucket 'mf-nwp-models': AWS Error ACCESS_DENIED during HeadObject operation: No response body.pyarrow/error.pxi:115: OSError 

      Attachments

        Activity

          People

            assignuser Jacob Wujciak
            raulcd Raúl Cumplido
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: