Your message dated Sun, 16 Jan 2022 10:18:48 +0000
with message-id <e1n92ca-000cvk...@fasolo.debian.org>
and subject line Bug#1002094: fixed in compyle 0.8.1-1
has caused the Debian Bug report #1002094,
regarding compyle: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.10 3.9" returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1002094: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002094
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: compyle
Version: 0.7-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:237: python3.10 setup.py config 
> running config
> I: pybuild base:237: python3.9 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/template.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/api.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/transpiler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/extern.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/translator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/parallel.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/array.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/cuda.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/ext_module.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/jit.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/cython_generator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/low_level.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/profile.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/sort.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/capture_stream.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/ast_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/opencl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> copying compyle/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/thrust
> copying compyle/thrust/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/thrust
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_parallel.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_gpu_struct.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_jit.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_capture_stream.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_cython_generator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_template.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_transpiler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_translator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_ast_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_ext_module.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_low_level.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_cuda.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_array.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/py3_code.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> copying compyle/tests/test_profile.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/template.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/api.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/transpiler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/extern.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/translator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/parallel.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/array.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/cuda.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/ext_module.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/jit.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/cython_generator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/low_level.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/profile.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/sort.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/capture_stream.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/ast_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/opencl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> copying compyle/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/thrust
> copying compyle/thrust/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/thrust
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_parallel.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_gpu_struct.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_jit.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_capture_stream.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_cython_generator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_template.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_transpiler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_translator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_ast_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_ext_module.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_low_level.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_cuda.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_array.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/py3_code.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
> copying compyle/tests/test_profile.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build; python3.10 -m pytest 
> --ignore=compyle/tests/test_cuda.py -vs -k "not 
> test_that_multiple_compiles_do_not_occur_for_same_source"
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 -- 
> /usr/bin/python3.10
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>
> collecting ... collected 295 items / 1 deselected / 294 selected
> 
> compyle/tests/test_array.py::test_reserve[cython] PASSED
> compyle/tests/test_array.py::test_reserve[opencl] Fatal Python error: 
> Segmentation fault
> 
> Current thread 0x00007f3b673c9740 (most recent call first):
>   File "/usr/lib/python3/dist-packages/pyopencl/__init__.py", line 740 in 
> program_build
>   File "/usr/lib/python3/dist-packages/pyopencl/cache.py", line 395 in 
> _create_built_program_from_source_cached
>   File "/usr/lib/python3/dist-packages/pyopencl/cache.py", line 473 in 
> create_built_program_from_source_cached
>   File "/usr/lib/python3/dist-packages/pyopencl/__init__.py", line 537 in 
> <lambda>
>   File "/usr/lib/python3/dist-packages/pyopencl/__init__.py", line 557 in 
> _build_and_catch_errors
>   File "/usr/lib/python3/dist-packages/pyopencl/__init__.py", line 536 in 
> build
>   File "/usr/lib/python3/dist-packages/pyopencl/elementwise.py", line 107 in 
> get_elwise_program
>   File "/usr/lib/python3/dist-packages/pyopencl/elementwise.py", line 154 in 
> get_elwise_kernel_and_types
>   File "/usr/lib/python3/dist-packages/pyopencl/elementwise.py", line 172 in 
> get_elwise_kernel
>   File "/usr/lib/python3/dist-packages/pyopencl/elementwise.py", line 708 in 
> get_fill_kernel
>   File "/usr/lib/python3/dist-packages/pyopencl/tools.py", line 103 in wrapper
>   File "/usr/lib/python3/dist-packages/pyopencl/array.py", line 955 in _fill
>   File "/usr/lib/python3/dist-packages/pyopencl/array.py", line 200 in 
> kernel_runner
>   File "/usr/lib/python3/dist-packages/pyopencl/array.py", line 1471 in fill
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/array.py", 
> line 856 in fill
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests/test_array.py",
>  line 15 in make_dev_array
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build/compyle/tests/test_array.py",
>  line 32 in test_reserve
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 183 in 
> pytest_pyfunc_call
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1641 in 
> runtest
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 162 in 
> pytest_runtest_call
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 255 in 
> <lambda>
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 311 in 
> from_call
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 254 in 
> call_runtest_hook
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 215 in 
> call_and_report
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 126 in 
> runtestprotocol
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 109 in 
> pytest_runtest_protocol
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 348 in 
> pytest_runtestloop
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 323 in _main
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 269 in 
> wrap_session
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 316 in 
> pytest_cmdline_main
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 162 
> in main
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 185 
> in console_main
>   File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 5 in <module>
>   File "/usr/lib/python3.10/runpy.py", line 86 in _run_code
>   File "/usr/lib/python3.10/runpy.py", line 196 in _run_module_as_main
> 
> Extension modules: numpy.core._multiarray_umath, 
> numpy.core._multiarray_tests, numpy.linalg.lapack_lite, 
> 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, markupsafe._speedups (total: 15)
> Segmentation fault
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=139: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_compyle/build; python3.10 -m pytest 
> --ignore=compyle/tests/test_cuda.py -vs -k "not 
> test_that_multiple_compiles_do_not_occur_for_same_source"
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build; 
> python3.9 -m pytest --ignore=compyle/tests/test_cuda.py -vs -k "not 
> test_that_multiple_compiles_do_not_occur_for_same_source"
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.9, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 -- 
> /usr/bin/python3.9
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>
> collecting ... collected 295 items / 1 deselected / 294 selected
> 
> compyle/tests/test_array.py::test_reserve[cython] PASSED
> compyle/tests/test_array.py::test_reserve[opencl] Fatal Python error: 
> Segmentation fault
> 
> Current thread 0x00007f902b5a2740 (most recent call first):
>   File "/usr/lib/python3/dist-packages/pyopencl/__init__.py", line 740 in 
> program_build
>   File "/usr/lib/python3/dist-packages/pyopencl/cache.py", line 395 in 
> _create_built_program_from_source_cached
>   File "/usr/lib/python3/dist-packages/pyopencl/cache.py", line 473 in 
> create_built_program_from_source_cached
>   File "/usr/lib/python3/dist-packages/pyopencl/__init__.py", line 537 in 
> <lambda>
>   File "/usr/lib/python3/dist-packages/pyopencl/__init__.py", line 557 in 
> _build_and_catch_errors
>   File "/usr/lib/python3/dist-packages/pyopencl/__init__.py", line 536 in 
> build
>   File "/usr/lib/python3/dist-packages/pyopencl/elementwise.py", line 107 in 
> get_elwise_program
>   File "/usr/lib/python3/dist-packages/pyopencl/elementwise.py", line 154 in 
> get_elwise_kernel_and_types
>   File "/usr/lib/python3/dist-packages/pyopencl/elementwise.py", line 172 in 
> get_elwise_kernel
>   File "/usr/lib/python3/dist-packages/pyopencl/elementwise.py", line 708 in 
> get_fill_kernel
>   File "/usr/lib/python3/dist-packages/pyopencl/tools.py", line 103 in wrapper
>   File "/usr/lib/python3/dist-packages/pyopencl/array.py", line 955 in _fill
>   File "/usr/lib/python3/dist-packages/pyopencl/array.py", line 200 in 
> kernel_runner
>   File "/usr/lib/python3/dist-packages/pyopencl/array.py", line 1471 in fill
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/array.py", line 
> 856 in fill
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests/test_array.py",
>  line 15 in make_dev_array
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build/compyle/tests/test_array.py",
>  line 32 in test_reserve
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 183 in 
> pytest_pyfunc_call
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1641 in 
> runtest
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 162 in 
> pytest_runtest_call
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 255 in 
> <lambda>
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 311 in 
> from_call
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 254 in 
> call_runtest_hook
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 215 in 
> call_and_report
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 126 in 
> runtestprotocol
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 109 in 
> pytest_runtest_protocol
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 348 in 
> pytest_runtestloop
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 323 in _main
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 269 in 
> wrap_session
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 316 in 
> pytest_cmdline_main
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in 
> _multicall
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in <lambda>
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in 
> _hookexec
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in __call__
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 162 
> in main
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 185 
> in console_main
>   File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 5 in <module>
>   File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
>   File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
> Segmentation fault
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=139: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_compyle/build; python3.9 -m pytest 
> --ignore=compyle/tests/test_cuda.py -vs -k "not 
> test_that_multiple_compiles_do_not_occur_for_same_source"
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 
> 3.9" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/compyle_0.7-4_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: compyle
Source-Version: 0.8.1-1
Done: Antonio Valentino <antonio.valent...@tiscali.it>

We believe that the bug you reported is fixed in the latest version of
compyle, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated compyle 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 16 Jan 2022 09:24:56 +0000
Source: compyle
Architecture: source
Version: 0.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Closes: 1002094
Changes:
 compyle (0.8.1-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #1002094).
   * Update the d/watch file.
   * Update the d/copyright files.
   * debian/patches:
     - drop 0002-Python-3.9.patch and 0003-Fix-32bit.patch,
       applied upstream
     - refresh remaining patches.
   * debian/rules:
     - set PYOPENCL_CTX=0.
   * debian/control:
     - add (explicit) build dependency on pocl-opencl-icd.
Checksums-Sha1:
 931b1573dd5cbf92c95cea2e8147f2e15d7e5120 2172 compyle_0.8.1-1.dsc
 0bbd2cba944a37df2ad0faa69f31ff3dafa4b2ec 123066 compyle_0.8.1.orig.tar.gz
 a41e6aeb7a11235e8c4c44bfb789e38caf9a5e7a 4268 compyle_0.8.1-1.debian.tar.xz
 99f17f687e028273d262edea9d5d2104c7e89d93 8304 compyle_0.8.1-1_amd64.buildinfo
Checksums-Sha256:
 c5fbb6a42001d5b5d9cd623417fc5cdeaa981214119ce7ab1b198527aa7974c8 2172 
compyle_0.8.1-1.dsc
 3c0eea6e2457ce94c2661bdec827b569564a361a750c8c66e82c684bebbbcda7 123066 
compyle_0.8.1.orig.tar.gz
 ff49c98d5575838d367b24609cd6fe0e9bc1a9564a855a74b67f1e7c62e0e495 4268 
compyle_0.8.1-1.debian.tar.xz
 57818d5d9ed0e612442777acec02dc9a80b1d0c6cd538700a686e16e7b528682 8304 
compyle_0.8.1-1_amd64.buildinfo
Files:
 ba1a892f1c68769f462c3c29fb2b1955 2172 python optional compyle_0.8.1-1.dsc
 0b42ee0f4bae395c17c831a0a3dcd816 123066 python optional 
compyle_0.8.1.orig.tar.gz
 25e8f1cabc2151c567740611a22e19e5 4268 python optional 
compyle_0.8.1-1.debian.tar.xz
 0122b85e9401cbf7e34c6c39d123c973 8304 python optional 
compyle_0.8.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJRBAEBCAA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmHj64kdHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBLO5A//e4Ao0fby2k8Z95lC
508FORSmgruuL1XBTSuwmshDDQXPUuVw03u95xmzxVQjyAiEn8Ad1ASrNALs4/am
0kgv1NL5/AdXSJgKIpSxbUZDQdNzd/cmJ0LXxDgrOn2i/GOkEBYdd7ST+E2YqNyl
fFuW4ZG3+gWpbcYZH9klkbpe7jNnYbGa0m+EBL+eLVz6ZYuf0ATKGz2EUn5oRZN0
gxmMgkUIJ/s4msP8b70a+2+7/qWpzR4sOclfxv1W51Rs9cwT1f0Zy9LnB31U1hJy
6nBDJcQJYFrDqTgu/9nNSAJrzuBUIoN2LULGVpPFdaP6xtiWj1rUzPm8nuhAUoDU
v5tMmITeEvN/em/QOCLQL8dfRqUXWFBuCGlF0gsQf9mWivF7LP4UBQBUnI/H+oUa
ufkMKQV6Xk6NaiZ9atJIcOltKl5a3Z2g0K84YQJjt8mGoa42b2I/aksNnxTFqFuZ
/HOat+mp2E4C6Zj8P0X6Oi0sJCA1k/I0Jn50FihTqKId0rEyoS+NrR8w3qo1RaGr
2V9OXYnsVWF+WZ+TxDCzgJ+xOZv8i+IahakyHYs0QE5H1SPYM8eKnDfWCK6vTHn9
NG+H+ClJpuoVh2BLe9MRf0xbOMvdI7Q2lwse9VJPHbPYAov8woREbSGeF6DkDgWW
D0bhIV1amC5b05Kh9uz4j+xtuq4=
=fhZw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to