Your message dated Wed, 05 Aug 2026 09:33:59 +0000
with message-id <[email protected]>
and subject line Bug#1138816: fixed in nbclient 0.11.0-1
has caused the Debian Bug report #1138816,
regarding nbclient: fails to build from source: testsuite failure
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.)
--
1138816: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138816
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nbclient
Version: 0.10.4-1
Severity: serious
Tags: ftbfs
Justification: ftbs
Control: block 1133926 by -1
Hi,
I filed bug #1133926 a month ago, but as nbclient is a key package, it
didn't cause autoremoval. As my out-of-sync bugs are closed immediately,
the bug might have not caused your attention. nbclient fails to build on
the buildds.
https://buildd.debian.org/status/fetch.php?pkg=nbclient&arch=all&ver=0.10.4-2&stamp=1775170677&raw=0
=================================== FAILURES
===================================
[31m[1m______________________ test_many_async_parallel_notebooks
______________________[0m
capfd = <_pytest.capture.CaptureFixture object at 0x7f501a80a8b0>
[0m[37m@flaky[39;49;00m[90m[39;49;00m
[94mdef[39;49;00m[90m
[39;49;00m[92mtest_many_async_parallel_notebooks[39;49;00m(capfd):[90m[39;49;00m
[90m [39;49;00m[33m"""Ensure that when many IPython kernels
are run in parallel, nothing awful happens.[39;49;00m
[33m[39;49;00m
[33m Specifically, many IPython kernels when run simultaneously
would encounter errors[39;49;00m
[33m due to using the same SQLite history database.[39;49;00m
[33m """[39;49;00m[90m[39;49;00m
opts =
{[33m"[39;49;00m[33mkernel_name[39;49;00m[33m"[39;49;00m:
[33m"[39;49;00m[33mpython[39;49;00m[33m"[39;49;00m,
[33m"[39;49;00m[33mtimeout[39;49;00m[33m"[39;49;00m:
[94m5[39;49;00m}[90m[39;49;00m
input_name =
[33m"[39;49;00m[33mHelloWorld.ipynb[39;49;00m[33m"[39;49;00m[90m[39;49;00m
input_file = os.path.join(current_dir,
[33m"[39;49;00m[33mfiles[39;49;00m[33m"[39;49;00m,
input_name)[90m[39;49;00m
res = NBClientTestsBase().build_resources()[90m[39;49;00m
res[[33m"[39;49;00m[33mmetadata[39;49;00m[33m"[39;49;00m][[33m"[39;49;00m[33mpath[39;49;00m[33m"[39;49;00m]
= os.path.join(current_dir,
[33m"[39;49;00m[33mfiles[39;49;00m[33m"[39;49;00m)[90m[39;49;00m
[90m[39;49;00m
[90m# run once, to trigger creating the original
context[39;49;00m[90m[39;49;00m
run_notebook(input_file, opts, res)[90m[39;49;00m
[90m[39;49;00m
[94masync[39;49;00m [94mdef[39;49;00m[90m
[39;49;00m[92mrun_tasks[39;49;00m():[90m[39;49;00m
tasks = [async_run_notebook(input_file, opts, res)
[94mfor[39;49;00m i [95min[39;49;00m
[96mrange[39;49;00m([94m4[39;49;00m)][90m[39;49;00m
[94mawait[39;49;00m asyncio.gather(*tasks)[90m[39;49;00m
[90m[39;49;00m
asyncio.run(run_tasks())[90m[39;49;00m
[90m[39;49;00m
captured = capfd.readouterr()[90m[39;49;00m
> [94massert[39;49;00m
filter_messages_on_error_output(captured.err) ==
[33m"[39;49;00m[33m"[39;49;00m[90m[39;49;00m
[1m[31mE assert 'ERROR:tornad...on non-socket' == ''[0m
[1m[31mE [0m
[1m[31mE [0m[92m+ ERROR:tornado.general:Uncaught exception
in ZMQStream callback[39;49;00m[90m[39;49;00m[0m
[1m[31mE [92m+ Traceback (most recent call
last):[39;49;00m[90m[39;49;00m[0m
[1m[31mE [92m+ File
"/usr/lib/python3/dist-packages/zmq/eventloop/zmqstream.py", line 565,
in _log_error[39;49;00m[90m[39;49;00m[0m
[1m[31mE [92m+ f.result()[39;49;00m[90m[39;49;00m[0m
[1m[31mE [92m+ ~~~~~~~~^^[39;49;00m[90m[39;49;00m[0m
[1m[31mE [92m+ File
"/usr/lib/python3/dist-packages/ipykernel/kernelbase.py", line 348, in
dispatch_control[39;49;00m[90m[39;49;00m...[0m
[1m[31mE [0m
[1m[31mE ...Full output truncated (47 lines hidden), use '-vv'
to show[0m
capfd = <_pytest.capture.CaptureFixture object at 0x7f501a80a8b0>
captured = CaptureResult(out='', err='ERROR:tornado.general:Uncaught
exception in ZMQStream callback\nTraceback (most recent
call...backend.cython._zmq._check_closed\n raise
ZMQError(ENOTSOCK)\nzmq.error.ZMQError: Socket operation on non-socket\n')
input_file =
'/build/reproducible-path/nbclient-0.10.4/.pybuild/cpython3_3.14/build/tests/files/HelloWorld.ipynb'
input_name = 'HelloWorld.ipynb'
opts = {'kernel_name': 'python', 'timeout': 5}
res = {'metadata': {'path':
'/build/reproducible-path/nbclient-0.10.4/.pybuild/cpython3_3.14/build/tests/files'}}
run_tasks = <function
test_many_async_parallel_notebooks.<locals>.run_tasks at 0x7f5018e35590>
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: nbclient
Source-Version: 0.11.0-1
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
nbclient, 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.
Colin Watson <[email protected]> (supplier of updated nbclient 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: Wed, 05 Aug 2026 10:03:44 +0100
Source: nbclient
Architecture: source
Version: 0.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1138816
Changes:
nbclient (0.11.0-1) unstable; urgency=medium
.
* Team upload.
* New upstream release:
- Ignore parallel closing error (closes: #1138816).
* Standards-Version: 4.7.4.
Checksums-Sha1:
e9750fb0648602ca58ca4444a93b0ce23cd4e9f9 3306 nbclient_0.11.0-1.dsc
88570160f3805bcdb78db39ddcc8305b43f5d149 84678 nbclient_0.11.0.orig.tar.gz
f6be0f4095d86f51b4ee71ae2defffb6ed1db2a4 6076 nbclient_0.11.0-1.debian.tar.xz
e17d3bfd15951c5a3da1eb12a7cf20898ac92738 157668 nbclient_0.11.0-1.git.tar.xz
6e2506b4fac256ab85fd1b672f9b24183801dc10 17560
nbclient_0.11.0-1_source.buildinfo
Checksums-Sha256:
0866f2890a3f07b7a6150d1a2840be252264bc583aff2db459cf2a826d03039b 3306
nbclient_0.11.0-1.dsc
148a6671d0c33aa89fdad24a409f57a1e15b6751d06e7a58fa33279577ad5594 84678
nbclient_0.11.0.orig.tar.gz
b7cd05cfb4719f43dbd00294da5f0d0bb998da6aa475869a0d228344334b2f35 6076
nbclient_0.11.0-1.debian.tar.xz
91eebcd39c2e12d9ce6836fabb8b947caca5969550bf1abff7aa374b4d22f55c 157668
nbclient_0.11.0-1.git.tar.xz
303c6a92aaa0bfa38347658a7a0b2cb064c068143bdc7112640e61f050d30993 17560
nbclient_0.11.0-1_source.buildinfo
Files:
e40c21a681e5137a7416aebdd905163f 3306 python optional nbclient_0.11.0-1.dsc
dbe8dcbe42d4302169d0a541ac91ad6e 84678 python optional
nbclient_0.11.0.orig.tar.gz
5f9605019986a2025bff6fa6198250a0 6076 python optional
nbclient_0.11.0-1.debian.tar.xz
6009a0868e246b83d78246cd8ea6f3cb 157668 python None
nbclient_0.11.0-1.git.tar.xz
481620341f2f5f517899f945a2e82cc0 17560 python optional
nbclient_0.11.0-1_source.buildinfo
Git-Tag-Info: tag=3bc3789c928532ad7612b9e6fc08073bac04238c
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmpy/MkACgkQYG0ITkaD
wHmC+xAAm2ND1kjks9iuMOqR9qZrrc+2cXScVcu6qpBnFarMxRUucj0y5H5Emrwk
RofTwdbdo7UHEbvnFxoGTrgkrLKjod8cH624j+3ruGFKEgoPLScG3S51Gwhya5un
3tZQTvkEfwkHbSDL/NrgdF7jpqaNhdKTcOwQq1vIyeWqSM1yvGG59bkuRzgyDPcH
lpZxSC3MeeOm6WWbebTNdyhvFGUoP7Qqqv+hdQi0Yc3zhTP139+Fovr0Eq8NAivB
Tqlr3gEIe+OeBzeosi4byyoEQ9Y1wd/6s3UHd9HIQ3pjdrN8OQOH+fuaIfLBFzcr
IQPa4yhRCZixG1hO86naluE8vBz3/SlxGx/mRZTbrQCXmZPNaZBWobIgwXG1hHQh
1g4EX1Kw/x+Nc6UKxplZ4Zow1Kaw/iXbcgcE78CS0oMGwm0locGgmwDGDa3ofoWE
0ActeLagOwIF1wfIaqnKeTVQDW9JCUK5Em9A4MqxiMtbcjYU9urzqXGnZmOOI+BV
CwvOH0kxrvU44hUF9OBfUZGz+MUNmoK8Nqs+Z/4Ey8oQBI0qLKam5Kv9EXuWzwbe
XUr1cHAXKzBrUwQNOSU8KM4FlugtvsMEddHY/yQFCx7n0p4KsAwRQgJWiU4mjQrc
MIKGza67qsz0m0MjH5OqqsKLndSyAslwikAc+sQZ3Wp69gVHOE0=
=kxK8
-----END PGP SIGNATURE-----
pgpG4kKnZEvdU.pgp
Description: PGP signature
--- End Message ---