Your message dated Mon, 08 Feb 2021 11:33:31 +0000
with message-id <[email protected]>
and subject line Bug#982134: fixed in python-redis 3.5.3-2
has caused the Debian Bug report #982134,
regarding python-redis: autopkgtest regression in 3.5.3-1
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.)


-- 
982134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982134
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-redis
Version: 3.5.3-1
Severity: serious

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-redis/10295105/log.gz

...
autopkgtest [23:45:04]: test 0002-python3: [-----------------------
+ py3versions -r
+ python3.9 setup.py test
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 redis.egg-info
writing redis.egg-info/PKG-INFO
writing dependency_links to redis.egg-info/dependency_links.txt
writing requirements to redis.egg-info/requires.txt
writing top-level names to redis.egg-info/top_level.txt
writing manifest file 'redis.egg-info/SOURCES.txt'
reading manifest file 'redis.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '__pycache__'
warning: no previously-included files matching '*.pyc' found under directory 
'tests'
writing manifest file 'redis.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File "/tmp/autopkgtest-lxc.gmifqghe/downtmp/build.ljt/src/setup.py", line 4, 
in <module>
    setup()
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in 
setup
    return distutils.core.setup(**attrs)
  File "/usr/lib/python3.9/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 232, 
in run
    self.run_tests()
  File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 250, 
in run_tests
    test = unittest.main(
  File "/usr/lib/python3.9/unittest/main.py", line 100, in __init__
    self.parseArgs(argv)
  File "/usr/lib/python3.9/unittest/main.py", line 124, in parseArgs
    self._do_discovery(argv[2:])
  File "/usr/lib/python3.9/unittest/main.py", line 244, in _do_discovery
    self.createTests(from_discovery=True, Loader=Loader)
  File "/usr/lib/python3.9/unittest/main.py", line 154, in createTests
    self.test = loader.discover(self.start, self.pattern, self.top)
  File "/usr/lib/python3.9/unittest/loader.py", line 349, in discover
    tests = list(self._find_tests(start_dir, pattern))
  File "/usr/lib/python3.9/unittest/loader.py", line 405, in _find_tests
    tests, should_recurse = self._find_test_path(
  File "/usr/lib/python3.9/unittest/loader.py", line 483, in _find_test_path
    tests = self.loadTestsFromModule(package, pattern=pattern)
  File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 50, in 
loadTestsFromModule
    tests.append(self.loadTestsFromName(submodule))
  File "/usr/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File 
"/tmp/autopkgtest-lxc.gmifqghe/downtmp/build.ljt/src/tests/test_connection_pool.py",
 line 11, in <module>
    from .test_pubsub import wait_for_message
  File 
"/tmp/autopkgtest-lxc.gmifqghe/downtmp/build.ljt/src/tests/test_pubsub.py", 
line 470, in <module>
    class TestPubSubSubcommands(object):
  File 
"/tmp/autopkgtest-lxc.gmifqghe/downtmp/build.ljt/src/tests/test_pubsub.py", 
line 472, in TestPubSubSubcommands
    @skip_if_server_version_lt('2.8.0')
  File "/tmp/autopkgtest-lxc.gmifqghe/downtmp/build.ljt/src/tests/conftest.py", 
line 44, in skip_if_server_version_lt
    redis_version = REDIS_INFO["version"]
KeyError: 'version'
autopkgtest [23:45:05]: test 0002-python3: -----------------------]
autopkgtest [23:45:05]: test 0002-python3:  - - - - - - - - - - results - - - - 
- - - - - -
0002-python3         FAIL non-zero exit status 1
...
0002-python3         FAIL non-zero exit status 1
0003-interaction     PASS

--- End Message ---
--- Begin Message ---
Source: python-redis
Source-Version: 3.5.3-2
Done: Sophie Brun <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-redis, 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.
Sophie Brun <[email protected]> (supplier of updated python-redis 
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, 08 Feb 2021 11:30:27 +0100
Source: python-redis
Architecture: source
Version: 3.5.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Sophie Brun <[email protected]>
Closes: 982134
Changes:
 python-redis (3.5.3-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Raphaƫl Hertzog ]
   * Enable salsa-ci to detect autopkgtest failures earlier
 .
   [ Sophie Brun ]
   * Use pytest to run autopkgtest: setup.py test is no
     longer the correct way to run the tests. (Closes: #982134)
Checksums-Sha1:
 cfcc1c37acead62753f87aeb3b9f81997e568968 1816 python-redis_3.5.3-2.dsc
 7347a6e9226d6d7a215694ffbd31ee32f0651517 5132 
python-redis_3.5.3-2.debian.tar.xz
 34175e0933236b0c83c48375fd042b81150024d7 6498 
python-redis_3.5.3-2_source.buildinfo
Checksums-Sha256:
 1de23940ecd798026406a5cbe62c1b8805a06d52795a65a09c0f4f6efecf8955 1816 
python-redis_3.5.3-2.dsc
 b5bfddabbbc003954510094591b77a1f85350b3df02e84fcf9e3b9d872ebe2aa 5132 
python-redis_3.5.3-2.debian.tar.xz
 6734531fc63128d34941a88dc87b2999fd19ec812dff9ad8f180a10018d4c3b1 6498 
python-redis_3.5.3-2_source.buildinfo
Files:
 6c3f56a05c35645545fdf5d1e7e0940c 1816 python optional python-redis_3.5.3-2.dsc
 d4bfb7913fcf1727116ee7e4c3b91471 5132 python optional 
python-redis_3.5.3-2.debian.tar.xz
 0c0eafb96422b9628081491bf12dfdfd 6498 python optional 
python-redis_3.5.3-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAmAhHLwACgkQA4gdq+vC
mrlq9Af9FxIlruwJGtgReURDScjGrhyJuPNiECfev0AhfnBBi/5Qkw5c6Spzp9tR
LZ32lKSVS0UXjv9A9+GqWiQ3P3Br2pDm7Z1nazeZ7JsGRHZmGew5oH6KqmcbZ04N
j7cOzvX4cZINnGWZsmQMqaoh4iElhQnivkFEZxgwVCjCm7PfH0kjrQy7UztnUt7L
uRiRGyEFDwajFyEdBjaBbBOtpy2/H1CR4wAzGMJR72CqupaOBPCnA0WPcpU7Sw6i
XthG5CBGFw1MLMZjMMddRpAKWJ6QP5SwHperN5CX75N3rmHT2eSU2Fn2vgYjO9DW
BFHiIZJwQTyAi+a0hxuswKPT/hUE/w==
=2ztM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to