kou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1107663691
The following failures seem related: 1. test-debian-11-python-3 https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=23857&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=10545 ```text __________ ERROR at setup of test_filesystem_pickling[GcsFileSystem] ___________ request = <SubRequest 'gcsfs' for <Function test_filesystem_pickling[GcsFileSystem]>> gcs_server = {'connection': ('localhost', 43715), 'process': <Popen: returncode: None args: ['/usr/bin/python3', '-m', 'testbench', '--po...>} @pytest.fixture def gcsfs(request, gcs_server): request.config.pyarrow.requires('gcs') > from pyarrow.fs import GcsFileSystem usr/local/lib/python3.9/dist-packages/pyarrow/tests/test_fs.py:209: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = 'GcsFileSystem' def __getattr__(name): if name in _not_imported: > raise ImportError( "The pyarrow installation is not built with support for " "'{0}'".format(name) ) E ImportError: The pyarrow installation is not built with support for 'GcsFileSystem' usr/local/lib/python3.9/dist-packages/pyarrow/fs.py:65: ImportError _ ERROR at setup of test_filesystem_is_functional_after_pickling[GcsFileSystem] _ request = <SubRequest 'gcsfs' for <Function test_filesystem_is_functional_after_pickling[GcsFileSystem]>> gcs_server = {'connection': ('localhost', 43715), 'process': <Popen: returncode: None args: ['/usr/bin/python3', '-m', 'testbench', '--po...>} @pytest.fixture def gcsfs(request, gcs_server): request.config.pyarrow.requires('gcs') > from pyarrow.fs import GcsFileSystem usr/local/lib/python3.9/dist-packages/pyarrow/tests/test_fs.py:209: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = 'GcsFileSystem' ) E ImportError: The pyarrow installation is not built with support for 'GcsFileSystem' usr/local/lib/python3.9/dist-packages/pyarrow/fs.py:65: ImportError ``` 2. test-fedora-35-python-3 https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=23882&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=10931 ```text __________ ERROR at setup of test_filesystem_pickling[GcsFileSystem] ___________ request = <SubRequest 'gcsfs' for <Function test_filesystem_pickling[GcsFileSystem]>> gcs_server = {'connection': ('localhost', 35351), 'process': <Popen: returncode: None args: ['/usr/bin/python3', '-m', 'testbench', '--po...>} "'{0}'".format(name) ) E ImportError: The pyarrow installation is not built with support for 'GcsFileSystem' usr/local/lib64/python3.10/site-packages/pyarrow/fs.py:65: ImportError _ ERROR at setup of test_filesystem_is_functional_after_pickling[GcsFileSystem] _ request = <SubRequest 'gcsfs' for <Function test_filesystem_is_functional_after_pickling[GcsFileSystem]>> gcs_server = {'connection': ('localhost', 35351), 'process': <Popen: returncode: None args: ['/usr/bin/python3', '-m', 'testbench', '--po...>} @pytest.fixture def gcsfs(request, gcs_server): request.config.pyarrow.requires('gcs') > from pyarrow.fs import GcsFileSystem usr/local/lib64/python3.10/site-packages/pyarrow/tests/test_fs.py:209: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = 'GcsFileSystem' def __getattr__(name): if name in _not_imported: > raise ImportError( "The pyarrow installation is not built with support for " "'{0}'".format(name) ) E ImportError: The pyarrow installation is not built with support for 'GcsFileSystem' usr/local/lib64/python3.10/site-packages/pyarrow/fs.py:65: ImportError ``` 3. test-ubuntu-22.04-cpp https://github.com/ursacomputing/crossbow/runs/6135491980?check_suite_focus=true#step:5:651 ```text CMake Error at cmake_modules/ThirdpartyToolchain.cmake:247 (find_package): By not providing "Findgoogle_cloud_cpp_storage.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "google_cloud_cpp_storage", but CMake did not find one. Could not find a package configuration file provided by "google_cloud_cpp_storage" with any of the following names: google_cloud_cpp_storageConfig.cmake google_cloud_cpp_storage-config.cmake Add the installation prefix of "google_cloud_cpp_storage" to CMAKE_PREFIX_PATH or set "google_cloud_cpp_storage_DIR" to a directory containing one of the above files. If "google_cloud_cpp_storage" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:3944 (resolve_dependency) CMakeLists.txt:552 (include) ``` -- 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]
