-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Component: C++Component: Continuous IntegrationComponent: PythonPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug
Milestone
Description
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 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++
Metadata
Metadata
Assignees
Labels
Component: C++Component: Continuous IntegrationComponent: PythonPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug