zeroshade commented on PR #14255: URL: https://github.com/apache/arrow/pull/14255#issuecomment-1281481374
@pitrou looks like it still failed to load those packages via mingw which then caused the test failures. The error `exit status 0xc0000139` is Windows `MinGW` saying that it couldn't load the dynamic library at runtime, which this test is testing using CGO to use the Arrow C++ memory pool as the allocator for Go's memory. One of the packages it failed to install and load was arrow-9.0.0 which would explain why it couldn't load the dynamic library at runtime. I'm not quite sure what to do here as this is the third restarted build in a row that has experienced this issue with MSYS2 -- 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]
