You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MINGW64 + CLANG64: aws-sdk-cpp 1.11.479 -> 1.11.801 stopped sending Content-Md5 on DeleteObjects; the bundled MinIO (RELEASE.2024-09-13) still requires it. Fix: bump bundled MinIO, or configure the SDK to keep sending MD5 (?).
Draft PR with a very temporary workaround (pin the packages to last known good versions) : #49931
This issue tracks reverting to current upstream MSYS2 packages once
Describe the bug, including details regarding any error messages, version, and platform.
The MINGW64 and CLANG64 MinGW jobs in
.github/workflows/cpp.ymlhave failed every run since 2026 April 30 - first failure on main: https://github.com/apache/arrow/actions/runs/25213414021/job/73928546151#step:12:2644Recent failure 2026 May 05 - https://github.com/apache/arrow/actions/runs/25379694834/job/74424280352#step:12:2468
Likely triggered by two MSYS2 updates:
gcc 15.2 -> 16.1probably made thethread_localrace inThreadPool([C++][CI] arrow-json-test segfaults occasionally on AMD64 Windows MinGW MINGW64 C++ job #49272) crash now on every run. Expected fix: GH-49272: [C++][CI] Fix intermittent segfault in arrow-json-test with MinGW #49462.aws-sdk-cpp 1.11.479 -> 1.11.801stopped sendingContent-Md5onDeleteObjects; the bundled MinIO (RELEASE.2024-09-13) still requires it. Fix: bump bundled MinIO, or configure the SDK to keep sending MD5 (?).Draft PR with a very temporary workaround (pin the packages to last known good versions) : #49931
This issue tracks reverting to current upstream MSYS2 packages once
Component(s)
Continuous Integration, C++