Coder Social home page Coder Social logo

Comments (3)

jdblischak avatar jdblischak commented on July 2, 2024

This looks like a legitimate error that needs addressed. The tests are failing for all platforms (only the osx-arm64 jobs passed because the tests aren't run when cross-compiling).

Below is the error. Note that I replaced the long path to the test env with $TEST_ENV

+ pytest -v '--ignore-glob=*_examples.py' '--ignore-glob=*_dask.py'
============================= test session starts ==============================
platform linux -- Python 3.9.19, pytest-8.1.1, pluggy-1.4.0 -- $PREFIX/bin/python3.9
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('$SRC_DIR/.hypothesis/examples'))
rootdir: $SRC_DIR
plugins: hypothesis-6.100.0
Fatal Python error: Segmentation fault

Current thread 0x00007f325dac4740 (most recent call first):
  File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 1173 in create_module
  File "<frozen importlib._bootstrap>", line 565 in module_from_spec
  File "<frozen importlib._bootstrap>", line 666 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
  File "$TEST_ENV/lib/python3.9/site-packages/pyarrow/__init__.py", line 65 in <module>
  File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 850 in exec_module
  File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
  File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 1181 in exec_module
  File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
  File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1058 in _handle_fromlist
  File "$TEST_ENV/lib/python3.9/site-packages/pandas/core/dtypes/dtypes.py", line 24 in <module>
  File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 850 in exec_module
  File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
  File "$TEST_ENV/lib/python3.9/site-packages/pandas/core/api.py", line 9 in <module>
  File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 850 in exec_module
  File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
  File "$TEST_ENV/lib/python3.9/site-packages/pandas/__init__.py", line 49 in <module>
  File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 850 in exec_module
  File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/outcomes.py", line 227 in importorskip
  File "/home/conda/feedstock_root/build_artifacts/tiledb-py_1712545738632/test_tmp/tiledb/tests/test_fixes.py", line 15 in <module>
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/assertion/rewrite.py", line 178 in exec_module
  File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
  File "<frozen importlib._bootstrap>", line 1030 in _gcd_import
  File "$TEST_ENV/lib/python3.9/importlib/__init__.py", line 127 in import_module
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/pathlib.py", line 584 in import_path
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/python.py", line 520 in importtestmodule
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/python.py", line 573 in _getobj
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/python.py", line 315 in obj
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/python.py", line 589 in _register_setup_module_fixture
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/python.py", line 576 in collect
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/runner.py", line 388 in collect
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/runner.py", line 340 in from_call
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/runner.py", line 390 in pytest_make_collect_report
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_callers.py", line 102 in _multicall
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_manager.py", line 119 in _hookexec
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_hooks.py", line 501 in __call__
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/runner.py", line 565 in collect_one_node
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 839 in _collect_one_node
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 976 in genitems
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 981 in genitems
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 981 in genitems
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 981 in genitems
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 813 in perform_collect
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 349 in pytest_collection
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_callers.py", line 102 in _multicall
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_manager.py", line 119 in _hookexec
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_hooks.py", line 501 in __call__
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 338 in _main
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 285 in wrap_session
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/main.py", line 332 in pytest_cmdline_main
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_callers.py", line 102 in _multicall
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_manager.py", line 119 in _hookexec
  File "$TEST_ENV/lib/python3.9/site-packages/pluggy/_hooks.py", line 501 in __call__
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/config/__init__.py", line 174 in main
  File "$TEST_ENV/lib/python3.9/site-packages/_pytest/config/__init__.py", line 197 in console_main
  File "$TEST_ENV/bin/pytest", line 11 in <module>
/home/conda/feedstock_root/build_artifacts/tiledb-py_1712545738632/test_tmp/run_test.sh: line 9:  1176 Segmentation fault      (core dumped) pytest -v --ignore-glob='*_examples.py' --ignore-glob='*_dask.py'
WARNING: Tests failed for tiledb-py-0.27.2.dev8.2024_04_07-py39hcce3fa4_0.conda - moving package to /home/conda/feedstock_root/build_artifacts/broken
TESTS FAILED: tiledb-py-0.27.2.dev8.2024_04_07-py39hcce3fa4_0.conda

from conda-forge-nightly-controller.

github-actions avatar github-actions commented on July 2, 2024

Nightly feedstock build failure for TileDB-Py%20Feedstock%20Testing at https://dev.azure.com/TileDB-Inc/CI/_build?definitionId=5&_a=summary

from conda-forge-nightly-controller.

jdblischak avatar jdblischak commented on July 2, 2024

The Monday night job passed after a restart of a spurious download failure. Looking upstream in the TileDB-Py dev branch, I don't see any commits that could have caused the Sunday night failure.

I think this Issue can be closed now

from conda-forge-nightly-controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.