kou commented on PR #12763:
URL: https://github.com/apache/arrow/pull/12763#issuecomment-1114515619

   It seems that testbench doesn't work on arm64 macOS because of 
https://github.com/grpc/grpc/issues/28387 :
   
   
https://github.com/ursacomputing/crossbow/runs/6252603874?check_suite_focus=true#step:10:413
   
   ```text
   ---------------------------- Captured stderr setup 
-----------------------------
   Traceback (most recent call last):
     File 
"/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", 
line 187, in _run_module_as_main
       mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
     File 
"/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", 
line 146, in _get_module_details
       return _get_module_details(pkg_main_name, error)
     File 
"/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", 
line 110, in _get_module_details
       __import__(pkg_name)
     File 
"/Users/github/actions-runner/_work/crossbow/crossbow/test-arm64-env/lib/python3.10/site-packages/testbench/__init__.py",
 line 15, in <module>
       from . import (
     File 
"/Users/github/actions-runner/_work/crossbow/crossbow/test-arm64-env/lib/python3.10/site-packages/testbench/error.py",
 line 21, in <module>
       import grpc
     File 
"/Users/github/actions-runner/_work/crossbow/crossbow/test-arm64-env/lib/python3.10/site-packages/grpc/__init__.py",
 line 22, in <module>
       from grpc import _compression
     File 
"/Users/github/actions-runner/_work/crossbow/crossbow/test-arm64-env/lib/python3.10/site-packages/grpc/_compression.py",
 line 15, in <module>
       from grpc._cython import cygrpc
   ImportError: 
dlopen(/Users/github/actions-runner/_work/crossbow/crossbow/test-arm64-env/lib/python3.10/site-packages/grpc/_cython/cygrpc.cpython-310-darwin.so,
 2): no suitable image found.  Did find:
        
/Users/github/actions-runner/_work/crossbow/crossbow/test-arm64-env/lib/python3.10/site-packages/grpc/_cython/cygrpc.cpython-310-darwin.so:
 mach-o, but wrong architecture
        
/Users/github/actions-runner/_work/crossbow/crossbow/test-arm64-env/lib/python3.10/site-packages/grpc/_cython/cygrpc.cpython-310-darwin.so:
 mach-o, but wrong architecture
   _ ERROR at setup of 
test_filesystem_is_functional_after_pickling[GcsFileSystem] _
   ```


-- 
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]

Reply via email to