jorisvandenbossche commented on pull request #12588:
URL: https://github.com/apache/arrow/pull/12588#issuecomment-1064245269
This is working now! But the tests are failing ..
```
opt/conda/envs/arrow/lib/python3.8/site-packages/pyarrow/tests/test_strategies.py::test_chunked_arrays
FAILED [ 68%]
Fatal Python error: Segmentation fault
Current thread 0x00007f8d483a6740 (most recent call first):
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pyarrow/tests/strategies.py",
line 311 in arrays
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/core.py",
line 1419 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 874 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/lazy.py",
line 158 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 874 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pyarrow/tests/strategies.py",
line 338 in <listcomp>
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pyarrow/tests/strategies.py",
line 338 in record_batches
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/core.py",
line 1419 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 874 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/lazy.py",
line 158 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 874 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/collections.py",
line 58 in <genexpr>
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/collections.py",
line 58 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 874 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/strategies.py",
line 818 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 874 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/lazy.py",
line 158 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 874 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/strategies.py",
line 818 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 874 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/collections.py",
line 58 in <genexpr>
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/strategies/_internal/collections.py",
line 58 in do_draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py",
line 878 in draw
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/core.py", line
596 in run
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/executors.py",
line 47 in default_new_style_executor
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/core.py", line
637 in execute_once
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/core.py", line
699 in _execute_once_for_engine
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/engine.py",
line 184 in __stoppable_test_function
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/engine.py",
line 208 in test_function
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/engine.py",
line 723 in generate_new_examples
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/engine.py",
line 872 in _run
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/internal/conjecture/engine.py",
line 470 in run
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/core.py", line
776 in run_engine
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/hypothesis/core.py", line
1159 in wrapped_test
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pyarrow/tests/test_strategies.py",
line 55 in test_record_batches
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/python.py", line 192
in pytest_pyfunc_call
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_callers.py", line 39
in _multicall
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_manager.py", line 80
in _hookexec
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_hooks.py",
line 265 in __call__
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/python.py", line
1718 in runtest
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/runner.py", line 168
in pytest_runtest_call
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_callers.py", line 39
in _multicall
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_manager.py", line 80
in _hookexec
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_hooks.py",
line 265 in __call__
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/runner.py", line 261
in <lambda>
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/runner.py", line 340
in from_call
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/runner.py", line 260
in call_runtest_hook
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/runner.py", line 221
in call_and_report
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/runner.py", line 132
in runtestprotocol
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/runner.py", line 113
in pytest_runtest_protocol
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_callers.py", line 39
in _multicall
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_manager.py", line 80
in _hookexec
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_hooks.py",
line 265 in __call__
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/main.py",
line 347 in pytest_runtestloop
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_callers.py", line 39
in _multicall
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_manager.py", line 80
in _hookexec
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_hooks.py",
line 265 in __call__
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/main.py",
line 322 in _main
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/main.py",
line 268 in wrap_session
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/main.py",
line 315 in pytest_cmdline_main
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_callers.py", line 39
in _multicall
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_manager.py", line 80
in _hookexec
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pluggy/_hooks.py",
line 265 in __call__
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/config/__init__.py",
line 165 in main
File
"/opt/conda/envs/arrow/lib/python3.8/site-packages/_pytest/config/__init__.py",
line 188 in console_main
File "/opt/conda/envs/arrow/bin/pytest", line 11 in <module>
/arrow/ci/scripts/python_test.sh: line 55: 12994 Segmentation fault
(core dumped) pytest -r s -v ${PYTEST_ARGS} --pyargs pyarrow
139
Error: `docker-compose --file
/home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm -e
SETUPTOOLS_SCM_PRETEND_VERSION=8.0.0.dev207 conda-python-pandas` exited with a
non-zero exit code 139, see the process log above.
```
--
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]