Your message dated Thu, 08 Jan 2026 14:23:27 +0000
with message-id <[email protected]>
and subject line Bug#1123368: fixed in zict 3.0.0-5
has caused the Debian Bug report #1123368,
regarding zict: test_stress_different_keys_threadsafe hangs
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.)
--
1123368: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123368
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zict
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu mantic ubuntu-patch
X-Debbugs-Cc: [email protected]
Dear Maintainer,
test_stress_different_keys_threadsafe hangs in autopkgtest on ppc64el. This
issue was fixed upstream[1] and added as a patch in Ubuntu.
In Ubuntu, the attached patch was applied to achieve the following:
* Prevent test timeout on a single CPU (LP: #2033759).
Thanks for considering the patch.
[1]
https://github.com/dask/zict/commit/b142286c09bddd27cba29e0cfb968cfc0ed54233
-- System Information:
Debian Release: bookworm/sid
APT prefers lunar-updates
APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'),
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.2.0-34-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru zict-3.0.0/debian/patches/prevent_test_timeout_on_single_cpu.patch
zict-3.0.0/debian/patches/prevent_test_timeout_on_single_cpu.patch
--- zict-3.0.0/debian/patches/prevent_test_timeout_on_single_cpu.patch
1970-01-01 12:00:00.000000000 +1200
+++ zict-3.0.0/debian/patches/prevent_test_timeout_on_single_cpu.patch
2023-10-02 11:54:38.000000000 +1300
@@ -0,0 +1,20 @@
+Description: Prevent test timeout on a single CPU
+ When running on a single CPU (`taskset -c 0 pytest`), multitasking can
+ misbehave and almost completely starve one of the two threads
+Origin: upstream,
https://github.com/dask/zict/pull/108/commits/17a36dc68964c0f91c2d0fc0e7b8c6dc686251ca
+Bug: https://github.com/dask/zict/pull/108
+Bug-Ubuntu: https://launchpad.net/bugs/2033759
+Last-Update: 2023-10-02
+--- a/zict/tests/utils_test.py
++++ b/zict/tests/utils_test.py
+@@ -169,7 +169,9 @@
+
+ def worker(idx, key, value):
+ barrier.wait()
+- while any(c < 10 for c in counters):
++ # When running on a single CPU (`taskset -c 0 pytest`), multitasking
can
++ # misbehave and almost completely starve one of the two threads
++ while any(c < 10 for c in counters) and all(c < 1000 for c in
counters):
+ z[key] = value
+ try:
+ assert z[key] == value
diff -Nru zict-3.0.0/debian/patches/series zict-3.0.0/debian/patches/series
--- zict-3.0.0/debian/patches/series 2023-07-30 17:09:00.000000000 +1200
+++ zict-3.0.0/debian/patches/series 2023-10-02 11:54:38.000000000 +1300
@@ -1 +1,2 @@
update-pytest-markers.patch
+prevent_test_timeout_on_single_cpu.patch
--- End Message ---
--- Begin Message ---
Source: zict
Source-Version: 3.0.0-5
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
zict, 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.
Santiago Vila <[email protected]> (supplier of updated zict 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: Thu, 08 Jan 2026 14:55:00 +0100
Source: zict
Architecture: source
Version: 3.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1053546 1123368
Changes:
zict (3.0.0-5) unstable; urgency=medium
.
* Team upload.
.
[ Alexandre Detiste ]
* apply Multi-Arch: hint
.
[ Santiago Vila ]
* Fix hang in test_stress_different_keys_threadsafe.
Closes: #1053546, #1123368.
* d/control: Drop "Priority: optional" (default).
* d/control: Update standards-version.
Checksums-Sha1:
2eaa3cc436189a13b4bdea5bbdea275023d0991e 1843 zict_3.0.0-5.dsc
0c59f9663471392faccc6ca77cf4ce12da72bb3a 4560 zict_3.0.0-5.debian.tar.xz
c2c7bad42552c0c7e7cd81307db5a9dd2462c29e 6253 zict_3.0.0-5_source.buildinfo
Checksums-Sha256:
e144c8123fbacfb15ad79493b6635ad1eb77eac00ddb3a5891a98d578df89499 1843
zict_3.0.0-5.dsc
54789e8285c98990f91638a4457dda14e5b55e5bd8bb0c955f62ac0f279e26d8 4560
zict_3.0.0-5.debian.tar.xz
3dd196e90c5db4a6a6f237c678493b1dcbd1b00c81c2c1f3fd512cdf08ca50a9 6253
zict_3.0.0-5_source.buildinfo
Files:
2e997a6c7acd978ec30f4a89bf446d19 1843 python optional zict_3.0.0-5.dsc
43f2a1f3fdb2f6701704a2f156722430 4560 python optional
zict_3.0.0-5.debian.tar.xz
e3418e1d202d5e03d10ca6a64d74ef7c 6253 python optional
zict_3.0.0-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmlfuoUACgkQQc5/C58b
izKPUAgAqVuxASz4AZnJvyw0BoLvYkxoWrghDn2tRY0Z9guHG3ijHu/rPdxbzn5L
cWL0TKi35sZiFPDn53q9te7gC4PfKHlllhfuZVRNyu2TjDlmAG80Fd2N3CdE99D8
Qxk/ceeelXZFiT3HLSF0YtJosY9hAPBkMqA2DEJGukIxMBYYOM+c0NrvIIE7vqXb
sqW2DVBQG9LGj4X6BuXtlpu4s1efZ8qMC9TzkePFZP9mpSKOr94rL4tiRsIFC3/o
62PaWyRqWUCbsMmipB6HlDuhSQYL6SZ6EnudrTvNlBPCMPAUkqH+l3m9/qIIQUer
WFBlknfjoG+lB+JoIweARKWRQcg96g==
=sbjT
-----END PGP SIGNATURE-----
pgpJVl2kvLx7q.pgp
Description: PGP signature
--- End Message ---