raulcd commented on issue #36026:
URL: https://github.com/apache/arrow/issues/36026#issuecomment-1697519754

   Sorry, it seems I was missing the following to test orc on the Wheels job: 
https://github.com/apache/arrow/pull/37382/commits/ce4fe1cdcc4f688275e08ba640c1a77f0ba30cb2
   I've been able to reproduce the failure on the wheels jobs on [this 
PR](https://github.com/apache/arrow/pull/37382), the failed jobs here:
   * [Python 3.8 
wheel](https://github.com/ursacomputing/crossbow/actions/runs/6010525146/job/16302119137)
   * [Python 3.9 
wheel](https://github.com/ursacomputing/crossbow/actions/runs/6010526204/job/16302121771)
   * [Python 3.10 
wheel](https://github.com/ursacomputing/crossbow/actions/runs/6010526976/job/16302123921)
   * [Python 3.11 
wheel](https://github.com/ursacomputing/crossbow/actions/runs/6010525477/job/16302119626)
   
   <details>
   <summary>stacktrace</summary>
   
   ```
   Python311\Lib\site-packages\pyarrow\tests\test_dataset.py .............. [ 
24%]
   ........................................................................ [ 
24%]
   Fatal Python error: Aborted
   Thread 0x00001ab0 (most recent call first):
     File "C:\Python311\Lib\site-packages\pyarrow\tests\test_dataset.py", line 
261 in to_table
     File "C:\Python311\Lib\site-packages\pyarrow\tests\test_dataset.py", line 
3072 in test_orc_format
     File "C:\Python311\Lib\site-packages\_pytest\python.py", line 194 in 
pytest_pyfunc_call
     File "C:\Python311\Lib\site-packages\pluggy\_callers.py", line 77 in 
_multicall
     File "C:\Python311\Lib\site-packages\pluggy\_manager.py", line 115 in 
_hookexec
     File "C:\Python311\Lib\site-packages\pluggy\_hooks.py", line 493 in 
__call__
     File "C:\Python311\Lib\site-packages\_pytest\python.py", line 1788 in 
runtest
     File "C:\Python311\Lib\site-packages\_pytest\runner.py", line 169 in 
pytest_runtest_call
     File "C:\Python311\Lib\site-packages\pluggy\_callers.py", line 77 in 
_multicall
     File "C:\Python311\Lib\site-packages\pluggy\_manager.py", line 115 in 
_hookexec
     File "C:\Python311\Lib\site-packages\pluggy\_hooks.py", line 493 in 
__call__
     File "C:\Python311\Lib\site-packages\_pytest\runner.py", line 262 in 
<lambda>
     File "C:\Python311\Lib\site-packages\_pytest\runner.py", line 341 in 
from_call
     File "C:\Python311\Lib\site-packages\_pytest\runner.py", line 261 in 
call_runtest_hook
     File "C:\Python311\Lib\site-packages\_pytest\runner.py", line 222 in 
call_and_report
     File "C:\Python311\Lib\site-packages\_pytest\runner.py", line 133 in 
runtestprotocol
     File "C:\Python311\Lib\site-packages\_pytest\runner.py", line 114 in 
pytest_runtest_protocol
     File "C:\Python311\Lib\site-packages\pluggy\_callers.py", line 77 in 
_multicall
     File "C:\Python311\Lib\site-packages\pluggy\_manager.py", line 115 in 
_hookexec
     File "C:\Python311\Lib\site-packages\pluggy\_hooks.py", line 493 in 
__call__
     File "C:\Python311\Lib\site-packages\_pytest\main.py", line 349 in 
pytest_runtestloop
     File "C:\Python311\Lib\site-packages\pluggy\_callers.py", line 77 in 
_multicall
     File "C:\Python311\Lib\site-packages\pluggy\_manager.py", line 115 in 
_hookexec
     File "C:\Python311\Lib\site-packages\pluggy\_hooks.py", line 493 in 
__call__
     File "C:\Python311\Lib\site-packages\_pytest\main.py", line 324 in _main
     File "C:\Python311\Lib\site-packages\_pytest\main.py", line 270 in 
wrap_session
     File "C:\Python311\Lib\site-packages\_pytest\main.py", line 317 in 
pytest_cmdline_main
     File "C:\Python311\Lib\site-packages\pluggy\_callers.py", line 77 in 
_multicall
     File "C:\Python311\Lib\site-packages\pluggy\_manager.py", line 115 in 
_hookexec
     File "C:\Python311\Lib\site-packages\pluggy\_hooks.py", line 493 in 
__call__
     File "C:\Python311\Lib\site-packages\_pytest\config\__init__.py", line 166 
in main
     File "C:\Python311\Lib\site-packages\_pytest\config\__init__.py", line 189 
in console_main
     File "C:\Python311\Scripts\pytest.exe\__main__.py", line 7 in <module>
     File "<frozen runpy>", line 88 in _run_code
     File "<frozen runpy>", line 198 in _run_module_as_main
   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._hdfsio, pyarrow._fs, pyarrow._hdfs, pyarrow._gcsfs, pyarrow._s3fs, 
cython.cimports.libc.math, pyarrow._compute, pyarrow._acero, pyarrow._csv, 
pyarrow._json, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.dtypes, 
pandas._libs.tslibs.base, pandas._libs.tslibs.nattype, 
pandas._libs.tslibs.timezones, pandas._libs.tslibs.ccalendar, 
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.t
 slibs.period, pandas._libs.ts...
   ```
   
   </details>


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