Your message dated Sat, 20 Nov 2021 12:48:59 +0000
with message-id <e1mopnf-000hqw...@fasolo.debian.org>
and subject line Bug#999395: fixed in python-zstd 1.5.0.2-1
has caused the Debian Bug report #999395,
regarding python-zstd ftbfs with Python 3.10 (test failures)
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.)


-- 
999395: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999395
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-zstd
Version: 1.4.5.1-3
Severity: important
Tags: ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.10

python-zstd ftbfs with python3-defaults from experimental:

[...]
======================================================================
ERROR: test_compression_default_level (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 19, in
test_compression_default_level
    BaseTestZSTD.helper_compression_default_level(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 71, in
helper_compression_default_level
    CDATA = zstd.compress(tDATA)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_default_level_default (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 25, in
test_compression_default_level_default
    BaseTestZSTD.helper_compression_default_level_default(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 79, in
helper_compression_default_level_default
    CDATA = zstd.compress(tDATA)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_default_level_zero (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 22, in
test_compression_default_level_zero
    BaseTestZSTD.helper_compression_default_level_zero(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 75, in
helper_compression_default_level_zero
    CDATA = zstd.compress(tDATA)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_level1 (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 48, in
test_compression_level1
    BaseTestZSTD.helper_compression_level1(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 119, in helper_compression_level1
    self.assertEqual(DATA, zstd.decompress(zstd.compress(DATA, 1)))
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_level20 (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 54, in
test_compression_level20
    BaseTestZSTD.helper_compression_level20(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 133, in helper_compression_level20
    self.assertEqual(DATA, zstd.decompress(zstd.compress(DATA, 20)))
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_level6 (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 51, in
test_compression_level6
    BaseTestZSTD.helper_compression_level6(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 126, in helper_compression_level6
    self.assertEqual(DATA, zstd.decompress(zstd.compress(DATA, 6)))
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_multi_thread_many (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 40, in
test_compression_multi_thread_many
    BaseTestZSTD.helper_compression_multi_thread_many(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 104, in
helper_compression_multi_thread_many
    CDATA = zstd.compress(tDATA, 6, 16)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_multi_thread_one (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 37, in
test_compression_multi_thread_one
    BaseTestZSTD.helper_compression_multi_thread_one(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 100, in
helper_compression_multi_thread_one
    CDATA = zstd.compress(tDATA, 6, 1)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_negative_level (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 28, in
test_compression_negative_level
    BaseTestZSTD.helper_compression_negative_level(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 86, in
helper_compression_negative_level
    CDATA = zstd.compress(tDATA, -1)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_negative_level_notdefault (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 31, in
test_compression_negative_level_notdefault
    BaseTestZSTD.helper_compression_negative_level_notdefault(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 93, in
helper_compression_negative_level_notdefault
    CDATA = zstd.compress(tDATA, -1)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_random (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 16, in
test_compression_random
    BaseTestZSTD.helper_compression_random(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 68, in helper_compression_random
    self.assertEqual(DATA, zstd.loads(zstd.dumps(DATA)))
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

======================================================================
ERROR: test_compression_wrong_level (tests.test_compress.TestZSTD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/tests/test_compress.py", line 34, in
test_compression_wrong_level
    BaseTestZSTD.helper_compression_wrong_level(self)
  File "/<<PKGBUILDDIR>>/tests/base.py", line 97, in 
helper_compression_wrong_level
    self.assertRaises(zstd.Error, zstd.compress, tDATA, 100)
  File "/usr/lib/python3.10/unittest/case.py", line 738, in assertRaises
    return context.handle('assertRaises', args, kwargs)
  File "/usr/lib/python3.10/unittest/case.py", line 201, in handle
    callable_obj(*args, **kwargs)
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

----------------------------------------------------------------------
Ran 18 tests in 0.007s

FAILED (errors=12, skipped=3)
Test failed: <unittest.runner.TextTestResult run=18 errors=12 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=18 errors=12 failures=0>
E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1:
python3.10 setup.py test

--- End Message ---
--- Begin Message ---
Source: python-zstd
Source-Version: 1.5.0.2-1
Done: Stefano Rivera <stefa...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-zstd, 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 999...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-zstd 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: SHA512

Format: 1.8
Date: Sat, 20 Nov 2021 08:28:30 -0400
Source: python-zstd
Architecture: source
Version: 1.5.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 999395
Changes:
 python-zstd (1.5.0.2-1) unstable; urgency=medium
 .
   [ Stefano Rivera ]
   * Team upload.
   * New upstream release.
     - Supports Python 3.10 (Closes: 999395)
   * Bump copyright years, and collapse common groups.
   * Update standards version to 4.6.0, no changes needed.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 12 to 13.
Checksums-Sha1:
 3025093d4b429fdc5e6c8349bf7c021ebd15d8a6 1531 python-zstd_1.5.0.2-1.dsc
 1176be42b53d99a71a7d7e4e4183c3a727394343 528892 python-zstd_1.5.0.2.orig.tar.gz
 9f0cf5a32f3729ab37a363e14605d3947ae6a35e 2732 
python-zstd_1.5.0.2-1.debian.tar.xz
 1125169e0b803ae43b4a1821dc91d5143c29fea3 6047 
python-zstd_1.5.0.2-1_source.buildinfo
Checksums-Sha256:
 ae9951e46fe4f354276e26ddd428b9dd8b6f7bcce2c97ee0ce55320425b47f05 1531 
python-zstd_1.5.0.2-1.dsc
 8d3388a15135c481b28ca67d079cb5fd79a9691626fd9979e6b4ec00eabb9e79 528892 
python-zstd_1.5.0.2.orig.tar.gz
 16d46d246635ffa3770f682015303e73a910f90f429f6e9298797978741422b0 2732 
python-zstd_1.5.0.2-1.debian.tar.xz
 159497e8c0cba77effec25911fab19a671be83b984cc0cde795a43fe5e8ded32 6047 
python-zstd_1.5.0.2-1_source.buildinfo
Files:
 87a5fe3c774a58f79ad0baace35e068e 1531 python optional python-zstd_1.5.0.2-1.dsc
 ba4d858bf5d2dad7384be7f534419b9a 528892 python optional 
python-zstd_1.5.0.2.orig.tar.gz
 23f890762d81e7edc7ba5666bcb84efc 2732 python optional 
python-zstd_1.5.0.2-1.debian.tar.xz
 583c378fcf4c0b1de8c3aeb71aae3241 6047 python optional 
python-zstd_1.5.0.2-1_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYZjqCxQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2OKHAQD+dqU6IKb1I4eZvLuJHO7udAMyYNPe
XG6Z2MHBIO+QKgEAr4nTFUyJjZ+B1yWs0v9b0ZC7+fgupDIHw8EyWVLMHgU=
=13DI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to