Source: python-sparse Version: 0.14.0-1 Severity: serious User: debian...@lists.debian.org Usertags: regression
Hi Maintainer The upload of python-sparse 0.14.0-1 is failing its own autopkgtest on arm64 and s390x [1][2]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/p/python-sparse/testing/arm64/ [2] https://ci.debian.net/packages/p/python-sparse/testing/s390x/ 60s autopkgtest [15:18:15]: test command1: set -e ; cp -r sparse/tests "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m pytest -v ; done 60s autopkgtest [15:18:15]: test command1: [----------------------- 60s Testing with python3.11: 60s ============================= test session starts ============================== 60s platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 -- /usr/bin/python3.11 60s cachedir: .pytest_cache 60s rootdir: /tmp/autopkgtest-lxc.ia_llwxf/downtmp/autopkgtest_tmp 63s collecting ... collected 5496 items 63s 67s tests/test_array_function.py::test_unary[mean] Fatal Python error: Segmentation fault