You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/14 19:44:32 UTC

[GitHub] [arrow] kszucs edited a comment on pull request #12320: ARROW-15483: [Release] Revamp the verification scripts [WIP]

kszucs edited a comment on pull request #12320:
URL: https://github.com/apache/arrow/pull/12320#issuecomment-1039482726


   The macOS M1 builds are failing for the following reason:
   
   ```
   52/63 Test #54: arrow-python-test ........................***Failed    0.38 sec
   [6887](https://github.com/ursacomputing/crossbow/runs/5072222108?check_suite_focus=true#step:4:6887)
   Running arrow-python-test, redirecting output into /var/folders/cn/d0vdy6t94_77fwckh55bz2300000gq/T/arrow-HEAD.XXXXX.CaNNtqXw/build/build/test-logs/arrow-python-test.txt (attempt 1/1)
   [6888](https://github.com/ursacomputing/crossbow/runs/5072222108?check_suite_focus=true#step:4:6888)
   ModuleNotFoundError: No module named 'numpy'
   ```
   
   I don't see why this error occurs since numpy can be located during compilation and the tests run inside the virtualenv which *should* [have numpy installed](https://github.com/ursacomputing/crossbow/runs/5072240887?check_suite_focus=true#step:4:232). The same tests pass on the github hosted amd64 runners so this can be related to the self-hosted M1 machines's configuration. 
   
   I'd rather defer this issue to a follow-up task, so we can start to exercise the verification builds on a nightly basis.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org