Your message dated Mon, 20 Feb 2023 23:05:05 +0000
with message-id <[email protected]>
and subject line Bug#1031293: fixed in python-zstandard 0.20.0-1
has caused the Debian Bug report #1031293,
regarding python-zstandard: FTBFS: ImportError: zstd C API versions mismatch; 
Python bindings were not compiled/linked against expected zstd version (10504 
returned by the lib, 10504 hardcoded in zstd headers, 10502 hardcoded in the 
cext)
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 [email protected]
immediately.)


-- 
1031293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031293
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-zstandard
Version: 0.19.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230216 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cd docs; LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 sphinx-build -bhtml . _build/html    
> Running Sphinx v5.3.0
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 14 source files that are out of date
> updating environment: [new config] 14 added, 0 changed, 0 removed
> reading sources... [  7%] api_usage
> reading sources... [ 14%] buffer
> reading sources... [ 21%] compression_parameters
> reading sources... [ 28%] compressor
> reading sources... [ 35%] concepts
> reading sources... [ 42%] contributing
> reading sources... [ 50%] decompressor
> reading sources... [ 57%] dictionaries
> reading sources... [ 64%] index
> reading sources... [ 71%] installing
> reading sources... [ 78%] misc_apis
> reading sources... [ 85%] multithreaded
> reading sources... [ 92%] news
> reading sources... [100%] projectinfo
> 
> WARNING: autodoc: failed to import class 'BufferSegment' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'BufferSegments' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'BufferWithSegments' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'BufferWithSegmentsCollection' from 
> module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionParameters' from 
> module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressor' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionWriter' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionReader' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionObj' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionChunker' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdDecompressor' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdDecompressionWriter' from 
> module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdDecompressionReader' from 
> module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdDecompressionObj' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'ZstdCompressionDict' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'train_dictionary' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'get_frame_parameters' from 
> module 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'frame_header_size' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'frame_content_size' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import class 'FrameParameters' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 
> 'estimate_decompression_context_size' from module 'zstandard'; the following 
> exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'open' from module 'zstandard'; 
> the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'compress' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> WARNING: autodoc: failed to import function 'decompress' from module 
> 'zstandard'; the following exception was raised:
> No module named 'zstandard'
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  7%] api_usage
> writing output... [ 14%] buffer
> writing output... [ 21%] compression_parameters
> writing output... [ 28%] compressor
> writing output... [ 35%] concepts
> writing output... [ 42%] contributing
> writing output... [ 50%] decompressor
> writing output... [ 57%] dictionaries
> writing output... [ 64%] index
> writing output... [ 71%] installing
> writing output... [ 78%] misc_apis
> writing output... [ 85%] multithreaded
> writing output... [ 92%] news
> writing output... [100%] projectinfo
> 
> generating indices... genindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 24 warnings.
> 
> The HTML pages are in _build/html.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py test 
> /<<PKGBUILDDIR>>/setup.py:32: DeprecationWarning: distutils Version classes 
> are deprecated. Use packaging.version instead.
>   cffi_version = LooseVersion(cffi.__version__)
> /<<PKGBUILDDIR>>/setup.py:33: DeprecationWarning: distutils Version classes 
> are deprecated. Use packaging.version instead.
>   if cffi_version < LooseVersion(MINIMUM_CFFI_VERSION):
> not modified: 'build/zstandard/_cffi.c'
> generating build/zstandard/_cffi.c
> (already up-to-date)
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> creating zstandard.egg-info
> writing zstandard.egg-info/PKG-INFO
> writing dependency_links to zstandard.egg-info/dependency_links.txt
> writing requirements to zstandard.egg-info/requires.txt
> writing top-level names to zstandard.egg-info/top_level.txt
> writing manifest file 'zstandard.egg-info/SOURCES.txt'
> reading manifest file 'zstandard.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'zstandard.egg-info/SOURCES.txt'
> running build_ext
> building 'zstandard.backend_c' extension
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ic-ext 
> -I/usr/include/python3.11 -c c-ext/backend_c.c -o 
> build/temp.linux-x86_64-cpython-311/c-ext/backend_c.o -DZSTD_MULTITHREAD 
> -I/usr/include
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 
> -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/c-ext/backend_c.o 
> -L/usr/lib/x86_64-linux-gnu -lzstd -o 
> /<<PKGBUILDDIR>>/zstandard/backend_c.cpython-311-x86_64-linux-gnu.so
> building 'zstandard._cffi' extension
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/<<PKGBUILDDIR>>/zstd -I/usr/include/python3.11 -c build/zstandard/_cffi.c 
> -o build/temp.linux-x86_64-cpython-311/build/zstandard/_cffi.o
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/<<PKGBUILDDIR>>/zstd -I/usr/include/python3.11 -c zstd/zstdlib.c -o 
> build/temp.linux-x86_64-cpython-311/zstd/zstdlib.o
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 
> -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-cpython-311/build/zstandard/_cffi.o 
> build/temp.linux-x86_64-cpython-311/zstd/zstdlib.o 
> -L/usr/lib/x86_64-linux-gnu -o 
> /<<PKGBUILDDIR>>/zstandard/_cffi.cpython-311-x86_64-linux-gnu.so
> test_decompressor_stream_reader 
> (unittest.loader._FailedTest.test_decompressor_stream_reader) ... ERROR
> test_decompressor_read_to_iter 
> (unittest.loader._FailedTest.test_decompressor_read_to_iter) ... ERROR
> test_compressor_read_to_iter 
> (unittest.loader._FailedTest.test_compressor_read_to_iter) ... ERROR
> test_compressor_chunker (unittest.loader._FailedTest.test_compressor_chunker) 
> ... ERROR
> test_decompressor_fuzzing 
> (unittest.loader._FailedTest.test_decompressor_fuzzing) ... ERROR
> test_data_structures (unittest.loader._FailedTest.test_data_structures) ... 
> ERROR
> test_decompressor_decompress 
> (unittest.loader._FailedTest.test_decompressor_decompress) ... ERROR
> test_compressor_copy_stream 
> (unittest.loader._FailedTest.test_compressor_copy_stream) ... ERROR
> test_decompressor_decompressobj 
> (unittest.loader._FailedTest.test_decompressor_decompressobj) ... ERROR
> test_estimate_sizes (unittest.loader._FailedTest.test_estimate_sizes) ... 
> ERROR
> test_decompressor_multi_decompress_to_buffer 
> (unittest.loader._FailedTest.test_decompressor_multi_decompress_to_buffer) 
> ... ERROR
> test_decompressor_stream_writer 
> (unittest.loader._FailedTest.test_decompressor_stream_writer) ... ERROR
> test_compressor (unittest.loader._FailedTest.test_compressor) ... ERROR
> test_data_structures_fuzzing 
> (unittest.loader._FailedTest.test_data_structures_fuzzing) ... ERROR
> test_compressor_stream_reader 
> (unittest.loader._FailedTest.test_compressor_stream_reader) ... ERROR
> test_decompressor (unittest.loader._FailedTest.test_decompressor) ... ERROR
> test_decompressor_copy_stream 
> (unittest.loader._FailedTest.test_decompressor_copy_stream) ... ERROR
> test_module_attributes (unittest.loader._FailedTest.test_module_attributes) 
> ... ERROR
> test_train_dictionary (unittest.loader._FailedTest.test_train_dictionary) ... 
> ERROR
> test_compressor_compress 
> (unittest.loader._FailedTest.test_compressor_compress) ... ERROR
> test_utility (unittest.loader._FailedTest.test_utility) ... ERROR
> test_compressor_multi_compress_to_buffer 
> (unittest.loader._FailedTest.test_compressor_multi_compress_to_buffer) ... 
> ERROR
> test_buffer_util (unittest.loader._FailedTest.test_buffer_util) ... ERROR
> test_compressor_compressobj 
> (unittest.loader._FailedTest.test_compressor_compressobj) ... ERROR
> test_compressor_stream_writer 
> (unittest.loader._FailedTest.test_compressor_stream_writer) ... ERROR
> test_open (unittest.loader._FailedTest.test_open) ... ERROR
> test_compressor_fuzzing (unittest.loader._FailedTest.test_compressor_fuzzing) 
> ... ERROR
> test_decompressor_content_dict_chain 
> (unittest.loader._FailedTest.test_decompressor_content_dict_chain) ... ERROR
> 
> ======================================================================
> ERROR: test_decompressor_stream_reader 
> (unittest.loader._FailedTest.test_decompressor_stream_reader)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_decompressor_stream_reader
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor_stream_reader.py", line 5, 
> in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor_read_to_iter 
> (unittest.loader._FailedTest.test_decompressor_read_to_iter)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_decompressor_read_to_iter
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor_read_to_iter.py", line 7, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_read_to_iter 
> (unittest.loader._FailedTest.test_compressor_read_to_iter)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor_read_to_iter
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_read_to_iter.py", line 4, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_chunker 
> (unittest.loader._FailedTest.test_compressor_chunker)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor_chunker
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_chunker.py", line 3, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor_fuzzing 
> (unittest.loader._FailedTest.test_decompressor_fuzzing)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_decompressor_fuzzing
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor_fuzzing.py", line 11, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_data_structures (unittest.loader._FailedTest.test_data_structures)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_data_structures
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_data_structures.py", line 3, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor_decompress 
> (unittest.loader._FailedTest.test_decompressor_decompress)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_decompressor_decompress
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor_decompress.py", line 3, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_copy_stream 
> (unittest.loader._FailedTest.test_compressor_copy_stream)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor_copy_stream
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_copy_stream.py", line 5, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor_decompressobj 
> (unittest.loader._FailedTest.test_decompressor_decompressobj)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_decompressor_decompressobj
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor_decompressobj.py", line 3, 
> in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_estimate_sizes (unittest.loader._FailedTest.test_estimate_sizes)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_estimate_sizes
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_estimate_sizes.py", line 3, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor_multi_decompress_to_buffer 
> (unittest.loader._FailedTest.test_decompressor_multi_decompress_to_buffer)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> test_decompressor_multi_decompress_to_buffer
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/tests/test_decompressor_multi_decompress_to_buffer.py", 
> line 4, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor_stream_writer 
> (unittest.loader._FailedTest.test_decompressor_stream_writer)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_decompressor_stream_writer
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor_stream_writer.py", line 7, 
> in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor (unittest.loader._FailedTest.test_compressor)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor.py", line 3, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_data_structures_fuzzing 
> (unittest.loader._FailedTest.test_data_structures_fuzzing)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_data_structures_fuzzing
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_data_structures_fuzzing.py", line 10, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_stream_reader 
> (unittest.loader._FailedTest.test_compressor_stream_reader)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor_stream_reader
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_stream_reader.py", line 4, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor (unittest.loader._FailedTest.test_decompressor)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_decompressor
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor.py", line 3, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor_copy_stream 
> (unittest.loader._FailedTest.test_decompressor_copy_stream)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_decompressor_copy_stream
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor_copy_stream.py", line 5, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_module_attributes 
> (unittest.loader._FailedTest.test_module_attributes)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_module_attributes
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_module_attributes.py", line 3, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_train_dictionary 
> (unittest.loader._FailedTest.test_train_dictionary)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_train_dictionary
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_train_dictionary.py", line 4, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_compress 
> (unittest.loader._FailedTest.test_compressor_compress)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor_compress
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_compress.py", line 4, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_utility (unittest.loader._FailedTest.test_utility)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_utility
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_utility.py", line 3, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_multi_compress_to_buffer 
> (unittest.loader._FailedTest.test_compressor_multi_compress_to_buffer)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> test_compressor_multi_compress_to_buffer
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_multi_compress_to_buffer.py", 
> line 4, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_buffer_util (unittest.loader._FailedTest.test_buffer_util)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_buffer_util
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_buffer_util.py", line 4, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_compressobj 
> (unittest.loader._FailedTest.test_compressor_compressobj)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor_compressobj
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_compressobj.py", line 5, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_stream_writer 
> (unittest.loader._FailedTest.test_compressor_stream_writer)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor_stream_writer
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_stream_writer.py", line 8, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_open (unittest.loader._FailedTest.test_open)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_open
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_open.py", line 6, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_compressor_fuzzing 
> (unittest.loader._FailedTest.test_compressor_fuzzing)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_compressor_fuzzing
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_compressor_fuzzing.py", line 11, in 
> <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ======================================================================
> ERROR: test_decompressor_content_dict_chain 
> (unittest.loader._FailedTest.test_decompressor_content_dict_chain)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: 
> test_decompressor_content_dict_chain
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/tests/test_decompressor_content_dict_chain.py", line 
> 3, in <module>
>     import zstandard as zstd
>   File "/<<PKGBUILDDIR>>/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
>     ^^^^^^^^^^^^^^^^^^^^^^^^
> ImportError: zstd C API versions mismatch; Python bindings were not 
> compiled/linked against expected zstd version (10504 returned by the lib, 
> 10504 hardcoded in zstd headers, 10502 hardcoded in the cext)
> 
> 
> ----------------------------------------------------------------------
> Ran 28 tests in 0.004s
> 
> FAILED (errors=28)
> Test failed: <unittest.runner.TextTestResult run=28 errors=28 failures=0>
> error: Test failed: <unittest.runner.TextTestResult run=28 errors=28 
> failures=0>
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: 
> python3.11 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2023/02/16/python-zstandard_0.19.0-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230216;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230216&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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: python-zstandard
Source-Version: 0.20.0-1
Done: Boyuan Yang <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-zstandard, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <[email protected]> (supplier of updated python-zstandard 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 20 Feb 2023 17:29:29 -0500
Source: python-zstandard
Architecture: source
Version: 0.20.0-1
Distribution: unstable
Urgency: high
Maintainer: Debian Python Team <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1031293
Changes:
 python-zstandard (0.20.0-1) unstable; urgency=high
 .
   * New upstream release.
     + Fix compatibility with libzstd 1.5.4. (Closes: #1031293)
   * debian/control: Explicitly require libzstd-dev (>= 1.5.4~).
Checksums-Sha1:
 fda91775974447d6038a3c21eabac59ab288c319 2306 python-zstandard_0.20.0-1.dsc
 e3cfd9da196ac89afa3b2f95f5d25cf42c75b77a 712241 
python-zstandard_0.20.0.orig.tar.gz
 a1bfc858739ae9fab5d39240cd92ce2a5ec3e3df 4772 
python-zstandard_0.20.0-1.debian.tar.xz
 5d4ec4e0cb8ff0fd75e7745e09fab56475be2d67 8738 
python-zstandard_0.20.0-1_amd64.buildinfo
Checksums-Sha256:
 f525eeeb7cccf7996441c9e2ab731088bdc2e888686f97539fd8d29e7d8dfa64 2306 
python-zstandard_0.20.0-1.dsc
 4f44f00c8abb5faf051c900576816bec6612bb975fcbccf383b72087e78f30d0 712241 
python-zstandard_0.20.0.orig.tar.gz
 1ed647a09bb6e7e4e7f5c8048189b32b368eee69f8da47383208731581ccf709 4772 
python-zstandard_0.20.0-1.debian.tar.xz
 709414f3c2c1ab6e5338efb6caf8f688060d9ab750f3d5c727062a08dc86fb1a 8738 
python-zstandard_0.20.0-1_amd64.buildinfo
Files:
 a196e7b3dfc0e6e90ef032db41606bad 2306 python optional 
python-zstandard_0.20.0-1.dsc
 f217399f9bf01dc6f12bf4a27aec7aa1 712241 python optional 
python-zstandard_0.20.0.orig.tar.gz
 6a6dceca02a5cd5998a7955f2b023e5a 4772 python optional 
python-zstandard_0.20.0-1.debian.tar.xz
 b81c5ac090ba798392792d64679bb2d4 8738 python optional 
python-zstandard_0.20.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmPz9gEACgkQwpPntGGC
Ws5r9xAApVn2qpv4COOt6u8yyi+71IhSq0Km00j4tKZJA62XMn/tSIft3No7X6ZQ
bp6hTFJn3ZhnmTAVPqYEF2thmngzFp1NgTIXqOTT4GRifY9++649lExM9ehvF6zT
S7RaLupf58ZEX3tjAE73biil+4hzwAu48hG0EWqn6TA5m8ZhmS6d0CYsZmLIGjr3
zJVbEeCgZ6tL7p5YG2vRc0STGgn7qosV/9VZBWk3CLfiHvJbeb3D1dn/Kl9C/EHE
rwuT1Dd13jhSG/hnDYDwAYAmN4HnrWj/A6a6nFID0SXyYepWH1RyflF+fKI6n0On
xyGNMwAXq98lgrgOOSlFCIqiw/1AMzHX9DYdWGMVIE8FvaeF2XsA/5ah3h22nD+I
m2p0o1E6bD5Gy6gUThisOJBuhpXYcv1aTXSiMI/yDPWh+fVzeRDo+ABIMY9YcwoD
5NNTGqKlEm+kLd3UiPSPNtQJHfeMi7qVWeCYq5hv0AGO0HZfTz2YTBVKDItLi1ag
lbvBRuIMVvcFO59kWPuWERg5lixP0Ceh0cwMXuomVDfKHQ9B3YdnuRIdsxuSEz4U
NrSPXQ9QZrZtmKA/wagsDs4TFJ8mjEiTyDE1MtyPE+Cw19w0kPcZYD8MXiLJOs40
hY/n+IcK27vxsxOO7zgs9oVM8ym3SUdrJoLRdLpBoYOQmcAob/A=
=2Lcj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to