raulcd opened a new issue, #36201: URL: https://github.com/apache/arrow/issues/36201
### Describe the bug, including details regarding any error messages, version, and platform. The following nightly jobs: * [wheel-manylinux-2-28-cp38-arm64](https://github.com/ursacomputing/crossbow/actions/runs/5320333807/jobs/9633957240) * [wheel-manylinux-2-28-cp39-arm64](https://github.com/ursacomputing/crossbow/actions/runs/5320321966/jobs/9633929863) * [wheel-manylinux-2014-cp310-arm64](https://github.com/ursacomputing/crossbow/actions/runs/5320341397/jobs/9633976139) * [wheel-manylinux-2014-cp39-arm64](https://github.com/ursacomputing/crossbow/actions/runs/5320322269/jobs/9633930458) Have been failing lately with: ``` =================================== FAILURES =================================== __________________________ test_total_bytes_allocated __________________________ def test_total_bytes_allocated(): > assert pa.total_allocated_bytes() == 0 E assert 1216 == 0 E + where 1216 = <built-in function total_allocated_bytes>() E + where <built-in function total_allocated_bytes> = pa.total_allocated_bytes ``` ### Component(s) Continuous Integration, Python -- 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]
