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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   `test_s3_options` has started crashing on macOS CI builds:
   https://github.com/apache/arrow/actions/runs/20185836834/job/57955476278
   
   The only significant difference with a [previous successful 
build](https://github.com/apache/arrow/actions/runs/20168766516/job/57898672109)
 is probably that the AWS SDK was upgraded in Homebrew:
   * before:
   ```
   -- Found AWS SDK for C++, Version: 1.11.690, Install Root:/opt/homebrew, 
Platform Prefix:, Platform Dependent Libraries: pthread;curl
   -- Components specified for AWSSDK: 
config;s3;transfer;identity-management;sts, application will be depending on 
libs: 
aws-cpp-sdk-config;aws-cpp-sdk-transfer;aws-cpp-sdk-identity-management;aws-cpp-sdk-cognito-identity;aws-cpp-sdk-sts;aws-cpp-sdk-s3;aws-cpp-sdk-core
   ```
   * after:
   ```
   -- Found AWS SDK for C++, Version: 1.11.705, Install Root:/opt/homebrew, 
Platform Prefix:, Platform Dependent Libraries: pthread;curl
   -- Components specified for AWSSDK: 
config;s3;transfer;identity-management;sts, application will be depending on 
libs: 
aws-cpp-sdk-config;aws-cpp-sdk-transfer;aws-cpp-sdk-identity-management;aws-cpp-sdk-cognito-identity;aws-cpp-sdk-sts;aws-cpp-sdk-s3;aws-cpp-sdk-core
   ```
   
   
   ### Component(s)
   
   Continuous Integration, Python, C++


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