Skip to content

[Python][C++][CI] test_s3_options crash on macOS #48540

@pitrou

Description

@pitrou

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions