You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /usr/ports/graphics/py-fury/work-py39/fury-0.9.0 && /usr/bin/env XDG_DATA_HOME=/usr/ports/graphics/py-fury/work-py39 XDG_CONFIG_HOME=/usr/ports/graphics/py-fury/work-py39 XDG_CACHE_HOME=/usr/ports/graphics/py-fury/work-py39/.cache HOME=/usr/ports/graphics/py-fury/work-py39 PATH=/usr/local/libexec/ccache:/usr/ports/graphics/py-fury/work-py39/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/usr/ports/graphics/py-fury/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" CCACHE_DIR="/tmp/.ccache" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" /usr/local/bin/python3.9 -m pytest -k '' -rs -v -o addopts=
===================================================================================================== test session starts ======================================================================================================
platform freebsd13 -- Python 3.9.16, pytest-7.3.1, pluggy-1.0.0 -- /usr/local/bin/python3.9
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/usr/ports/graphics/py-fury/work-py39/fury-0.9.0/.hypothesis/examples')
Using --randomly-seed=876941412
rootdir: /usr/ports/graphics/py-fury/work-py39/fury-0.9.0
configfile: pytest.ini
plugins: forked-1.6.0, hypothesis-6.75.2, mypy-plugins-1.11.1, cov-2.9.0, randomly-3.12.0, timeout-2.1.0, rerunfailures-11.1.2, flaky-3.7.0, xdist-2.5.0, env-0.6.2, mock-3.10.0, subtests-0.11.0, checkdocs-2.9.0, black-0.3.12, mypy-0.10.3, flake8-1.1.1, enabler-2.1.1
collected 282 items
fury/tests/test_gltf.py::test_export_gltf PASSED [ 0%]
fury/tests/test_gltf.py::test_simple_animation PASSED [ 0%]
fury/tests/test_gltf.py::test_colors FAILED [ 1%]
fury/tests/test_gltf.py::test_load_texture PASSED [ 1%]
fury/tests/test_gltf.py::test_skinning PASSED [ 1%]
fury/tests/test_gltf.py::test_load_gltf PASSED [ 2%]
fury/tests/test_gltf.py::test_orientation PASSED [ 2%]
fury/tests/test_gltf.py::test_morphing PASSED [ 2%]
fury/ui/tests/test_containers.py::test_grid_ui2 PASSED [ 3%]
fury/ui/tests/test_containers.py::test_ui_tab_ui PASSED [ 3%]
fury/ui/tests/test_containers.py::test_ui_image_container_2d PASSED [ 3%]
fury/ui/tests/test_containers.py::test_wrong_interactor_style PASSED [ 4%]
fury/ui/tests/test_containers.py::test_grid_ui1 Fatal Python error: Bus error
Thread 0x00000008b9b04b00 (most recent call first):
File "/usr/local/lib/python3.9/socket.py", line 293 in accept
File "/usr/local/lib/python3.9/site-packages/pytest_rerunfailures.py", line 470 in run_server
File "/usr/local/lib/python3.9/threading.py", line 917 in run
File "/usr/local/lib/python3.9/threading.py", line 980 in _bootstrap_inner
File "/usr/local/lib/python3.9/threading.py", line 937 in _bootstrap
Current thread 0x00000008282ac000 (most recent call first):
File "/usr/ports/graphics/py-fury/work-py39/fury-0.9.0/fury/window.py", line 553 in start
File "/usr/ports/graphics/py-fury/work-py39/fury-0.9.0/fury/ui/tests/test_containers.py", line 114 in test_grid_ui1
File "/usr/local/lib/python3.9/site-packages/_pytest/python.py", line 194 in pytest_pyfunc_call
File "/usr/local/lib/python3.9/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/usr/local/lib/python3.9/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/usr/local/lib/python3.9/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/usr/local/lib/python3.9/site-packages/_pytest/python.py", line 1799 in runtest
File "/usr/local/lib/python3.9/site-packages/_pytest/runner.py", line 169 in pytest_runtest_call
File "/usr/local/lib/python3.9/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/usr/local/lib/python3.9/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/usr/local/lib/python3.9/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/usr/local/lib/python3.9/site-packages/_pytest/runner.py", line 262 in <lambda>
File "/usr/local/lib/python3.9/site-packages/_pytest/runner.py", line 341 in from_call
File "/usr/local/lib/python3.9/site-packages/_pytest/runner.py", line 261 in call_runtest_hook
File "/usr/local/lib/python3.9/site-packages/flaky/flaky_pytest_plugin.py", line 138 in call_and_report
File "/usr/local/lib/python3.9/site-packages/_pytest/runner.py", line 133 in runtestprotocol
File "/usr/local/lib/python3.9/site-packages/_pytest/runner.py", line 114 in pytest_runtest_protocol
File "/usr/local/lib/python3.9/site-packages/flaky/flaky_pytest_plugin.py", line 94 in pytest_runtest_protocol
File "/usr/local/lib/python3.9/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/usr/local/lib/python3.9/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/usr/local/lib/python3.9/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/usr/local/lib/python3.9/site-packages/_pytest/main.py", line 348 in pytest_runtestloop
File "/usr/local/lib/python3.9/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/usr/local/lib/python3.9/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/usr/local/lib/python3.9/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/usr/local/lib/python3.9/site-packages/_pytest/main.py", line 323 in _main
File "/usr/local/lib/python3.9/site-packages/_pytest/main.py", line 269 in wrap_session
File "/usr/local/lib/python3.9/site-packages/_pytest/main.py", line 316 in pytest_cmdline_main
File "/usr/local/lib/python3.9/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/usr/local/lib/python3.9/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/usr/local/lib/python3.9/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/usr/local/lib/python3.9/site-packages/_pytest/config/__init__.py", line 166 in main
File "/usr/local/lib/python3.9/site-packages/_pytest/config/__init__.py", line 189 in console_main
File "/usr/local/lib/python3.9/site-packages/pytest/__main__.py", line 5 in <module>
File "/usr/local/lib/python3.9/runpy.py", line 87 in _run_code
File "/usr/local/lib/python3.9/runpy.py", line 197 in _run_module_as_main
*** Signal 10
Version: 0.9.0
Python-3.9
FreeBSD 13.2
The text was updated successfully, but these errors were encountered:
yurivict
changed the title
Tests fail with sihnal 10
Tests fail with signal 10
Jun 7, 2023
Description
Version: 0.9.0
Python-3.9
FreeBSD 13.2
The text was updated successfully, but these errors were encountered: