mhlinoer opened a new issue, #47275: URL: https://github.com/apache/arrow/issues/47275
### Describe the usage question you have. Please include as many useful details as possible. ## Description I built and compiled pyarrow from the source code, and when I ran the unit tests after the build was complete, an error occurred at `pyarrow/tests/test_pandas.py`. ## env ``` [2025/08/07 20:18:09.925 GMT+08:00] -- System processor: x86_64 [2025/08/07 20:18:09.925 GMT+08:00] -- Arrow build warning level: PRODUCTION [2025/08/07 20:18:09.925 GMT+08:00] -- Using ld linker [2025/08/07 20:18:09.925 GMT+08:00] -- Build Type: RELEASE [2025/08/07 20:18:09.925 GMT+08:00] -- CMAKE_C_FLAGS: -Wall -fno-semantic-interposition -msse4.2 -fstack-protector-all -fPIC -D_FORTIFY_SOURCE=2 -O2 -ftrapv -fdiagnostics-color=always -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized [2025/08/07 20:18:09.925 GMT+08:00] -- CMAKE_CXX_FLAGS: -Wno-noexcept-type -Wall -fno-semantic-interposition -msse4.2 -fstack-protector-all -fPIC -D_FORTIFY_SOURCE=2 -O2 -ftrapv -fdiagnostics-color=always -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized [2025/08/07 20:18:09.925 GMT+08:00] -- Generator: Unix Makefiles [2025/08/07 20:18:09.925 GMT+08:00] -- Build output directory: ***//arrow/python/build/temp.linux-x86_64-cpython-311/release [2025/08/07 20:18:10.441 GMT+08:00] -- Found NumPy version: 2.3.1 [2025/08/07 20:18:10.442 GMT+08:00] -- NumPy include dir: /opt/buildtools/python-3.11.4/lib/python3.11/site-packages/numpy/_core/include [2025/08/07 20:18:10.442 GMT+08:00] -- Arrow version: 16.0.0 [2025/08/07 20:18:10.442 GMT+08:00] -- Found the Arrow shared library: /usr1/local/lib/libarrow.so.1600.0.0 [2025/08/07 20:18:10.442 GMT+08:00] -- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND [2025/08/07 20:18:10.442 GMT+08:00] -- Found the Arrow static library: /usr1/local/lib/libarrow.a [2025/08/07 20:18:10.442 GMT+08:00] -- Parquet Encryption is NOT Enabled [2025/08/07 20:18:10.442 GMT+08:00] -- Configuring done [2025/08/07 20:18:10.442 GMT+08:00] -- Generating done [2025/08/07 20:18:10.442 GMT+08:00] -- Build files have been written to: ***//arrow/python/build/temp.linux-x86_64-cpython-311 [2025/08/07 20:18:10.442 GMT+08:00] -- Finished cmake for PyArrow [2025/08/07 20:18:10.442 GMT+08:00] -- Running cmake --build for PyArrow [2025/08/07 20:18:10.442 GMT+08:00] cmake --build . --config release -- ``` ## error msg ``` [2025/08/07 20:32:59.260 GMT+08:00] ...............................s......................................sFatal Python error: Aborted [2025/08/07 20:32:59.260 GMT+08:00] [2025/08/07 20:32:59.260 GMT+08:00] Current thread 0x00007f3efe49a740 (most recent call first): [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pyarrow/tests/test_pandas.py", line 1564 in test_timestamp_to_pandas_out_of_bounds [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/python.py", line 156 in pytest_pyfunc_call [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_callers.py", line 121 in _multicall [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_*****.py", line 120 in _hookexec [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_hooks.py", line 512 in __call__ [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/python.py", line 1670 in runtest [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/runner.py", line 178 in pytest_runtest_call [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_callers.py", line 121 in _multicall [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_*****.py", line 120 in _hookexec [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_hooks.py", line 512 in __call__ [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/runner.py", line 246 in <lambda> [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/runner.py", line 344 in from_call [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/runner.py", line 245 in call_and_report [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/runner.py", line 136 in runtestprotocol [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/runner.py", line 117 in pytest_runtest_protocol [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_callers.py", line 121 in _multicall [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_*****.py", line 120 in _hookexec [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_hooks.py", line 512 in __call__ [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/main.py", line 367 in pytest_runtestloop [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_callers.py", line 121 in _multicall [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_*****.py", line 120 in _hookexec [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_hooks.py", line 512 in __call__ [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/main.py", line 343 in _main [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/main.py", line 289 in wrap_session [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/main.py", line 336 in pytest_cmdline_main [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_callers.py", line 121 in _multicall [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_*****.py", line 120 in _hookexec [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pluggy/_hooks.py", line 512 in __call__ [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/config/__init__.py", line 175 in main [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/_pytest/config/__init__.py", line 201 in console_main [2025/08/07 20:32:59.260 GMT+08:00] File "/opt/buildtools/python-3.11.4/lib/python3.11/site-packages/pytest/__main__.py", line 9 in <module> [2025/08/07 20:32:59.260 GMT+08:00] File "<frozen runpy>", line 88 in _run_code [2025/08/07 20:32:59.260 GMT+08:00] File "<frozen runpy>", line 198 in _run_module_as_main [2025/08/07 20:32:59.260 GMT+08:00] [2025/08/07 20:32:59.260 GMT+08:00] Extension modules: numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, pyarrow.lib, pyarrow._fs, cython.cimports.libc.math, pyarrow._compute, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.dtypes, pandas._libs.tslibs.base, pandas._libs.tslibs.nattype, pandas._libs.tslibs.timezones, pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, pandas._libs.tslibs.tzconversion, pandas._libs.tslibs.timestamps, pandas._libs.properties, pandas._libs.tslibs.offsets, pandas._libs.tslibs.strptime, pandas._libs.tslibs.parsing, pandas._libs.tslibs.conversion, pandas._libs.tslibs.period, pandas._libs.tslibs.vectorized, pandas._libs.ops_dispatch, pandas._libs.missing, pandas._libs.hashtable, pandas._libs.algos, pandas._libs.interval, pandas._libs.lib, pandas._libs.ops, pandas._libs.hashing, pandas._libs.arrays, pandas._libs.tslib, pandas._libs.sparse, pandas._libs.internals, pandas._libs.indexing, pandas._libs.index, pandas._libs.writers, pandas._libs.join, pandas._libs.window.aggregations, pandas._libs.window.indexers, pandas._libs.reshape, pandas._libs.groupby, pandas._libs.json, pandas._libs.parsers, pandas._libs.testing, pyarrow._parquet, _cffi_backend, pyarrow._pyarrow_cpp_tests, pyarrow._csv, pyarrow._feather, pyarrow._json, numpy.linalg.lapack_lite (total: 64) [2025/08/07 20:32:59.260 GMT+08:00] .cloudbuild/run_tests.sh: line 55: 10921 Aborted (core dumped) python -m pytest -r s --pyargs pyarrow ``` ### Component(s) 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]
