Your message dated Sat, 16 Mar 2024 16:35:47 +0000
with message-id <[email protected]>
and subject line Bug#1058305: fixed in ipykernel 6.29.3-1
has caused the Debian Bug report #1058305,
regarding ipykernel: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-i python{version} -p "3.12 3.11" returned exit code 13
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.)


-- 
1058305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058305
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ipykernel
Version: 6.24.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:310: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12 
> * Building wheel...
> 0.00s - Debugger warning: It seems that frozen modules are being used, which 
> may
> 0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
> 0.00s - to python to disable frozen modules.
> 0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to 
> disable this validation.
> Successfully built ipykernel-6.24.0-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11 
> * Building wheel...
> 0.00s - Debugger warning: It seems that frozen modules are being used, which 
> may
> 0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
> 0.00s - to python to disable frozen modules.
> 0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to 
> disable this validation.
> Successfully built ipykernel-6.24.0-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; 
> python3.12 -m pytest -v -k 'not test_init_ipc_socket'
> ImportError while loading conftest 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ipykernel/tests/conftest.py'.
> ipykernel/__init__.py:5: in <module>
>     from .connect import *  # noqa
> ipykernel/connect.py:11: in <module>
>     import jupyter_client
> /usr/lib/python3/dist-packages/jupyter_client/__init__.py:8: in <module>
>     from .asynchronous import AsyncKernelClient  # noqa
> /usr/lib/python3/dist-packages/jupyter_client/asynchronous/__init__.py:1: in 
> <module>
>     from .client import AsyncKernelClient  # noqa
> /usr/lib/python3/dist-packages/jupyter_client/asynchronous/client.py:6: in 
> <module>
>     from jupyter_client.channels import HBChannel
> /usr/lib/python3/dist-packages/jupyter_client/channels.py:15: in <module>
>     from .session import Session
> /usr/lib/python3/dist-packages/jupyter_client/session.py:54: in <module>
>     from jupyter_client.jsonutil import extract_dates
> /usr/lib/python3/dist-packages/jupyter_client/jsonutil.py:15: in <module>
>     from dateutil.parser import parse as _dateutil_parse  # type: ignore
> /usr/lib/python3/dist-packages/dateutil/parser/__init__.py:2: in <module>
>     from ._parser import parse, parser, parserinfo, ParserError
> /usr/lib/python3/dist-packages/dateutil/parser/_parser.py:50: in <module>
>     from .. import tz
> /usr/lib/python3/dist-packages/dateutil/tz/__init__.py:2: in <module>
>     from .tz import *
> /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: in <module>
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> E   DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated 
> and scheduled for removal in a future version. Use timezone-aware objects to 
> represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, 
> datetime.UTC).
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=4: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m pytest -v -k 
> 'not test_init_ipc_socket'
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest -v -k 'not test_init_ipc_socket'
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0 -- 
> /usr/bin/python3.11
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> testpaths: ipykernel/tests, ipykernel/inprocess/tests
> plugins: asyncio-0.20.3, timeout-2.2.0, flaky-3.7.0
> asyncio: mode=Mode.AUTO
> timeout: 300.0s
> timeout method: signal
> timeout func_only: False
> collecting ... collected 179 items / 1 deselected / 178 selected
> 
> ipykernel/tests/test_async.py::test_async_await PASSED          
>          [  0%]
> ipykernel/tests/test_async.py::test_async_interrupt[asyncio] 
> PASSED      [  1%]
> ipykernel/tests/test_async.py::test_async_interrupt[trio] 
> PASSED         [  1%]
> ipykernel/tests/test_async.py::test_async_interrupt[curio] SKIPPED 
> (...) [  2%]
> ipykernel/tests/test_comm.py::test_comm PASSED                  
>          [  2%]
> ipykernel/tests/test_comm.py::test_comm_manager PASSED          
>          [  3%]
> ipykernel/tests/test_comm.py::test_comm_in_manager PASSED       
>          [  3%]
> ipykernel/tests/test_connect.py::test_get_connection_file 
> PASSED         [  4%]
> ipykernel/tests/test_connect.py::test_get_connection_info 
> PASSED         [  5%]
> ipykernel/tests/test_connect.py::test_port_bind_failure_raises 
> PASSED    [  5%]
> ipykernel/tests/test_connect.py::test_port_bind_failure_recovery 
> PASSED  [  6%]
> ipykernel/tests/test_connect.py::test_port_bind_failure_gives_up_retries 
> PASSED [  6%]
> ipykernel/tests/test_debugger.py::test_debug_initialize PASSED  
>          [  7%]
> ipykernel/tests/test_debugger.py::test_attach_debug PASSED      
>          [  7%]
> ipykernel/tests/test_debugger.py::test_set_breakpoints PASSED   
>          [  8%]
> ipykernel/tests/test_debugger.py::test_stop_on_breakpoint 
> PASSED         [  8%]
> ipykernel/tests/test_debugger.py::test_breakpoint_in_cell_with_leading_empty_lines
>  SKIPPED [  9%]
> ipykernel/tests/test_debugger.py::test_rich_inspect_not_at_breakpoint 
> PASSED [ 10%]
> ipykernel/tests/test_debugger.py::test_rich_inspect_at_breakpoint 
> PASSED [ 10%]
> ipykernel/tests/test_debugger.py::test_convert_to_long_pathname 
> PASSED   [ 11%]
> ipykernel/tests/test_debugger.py::test_copy_to_globals PASSED   
>          [ 11%]
> ipykernel/tests/test_embed_kernel.py::test_embed_kernel_basic 
> PASSED     [ 12%]
> ipykernel/tests/test_embed_kernel.py::test_embed_kernel_namespace 
> PASSED [ 12%]
> ipykernel/tests/test_embed_kernel.py::test_embed_kernel_reentrant 
> PASSED [ 13%]
> ipykernel/tests/test_embed_kernel.py::test_embed_kernel_func NOTE: When using 
> the `ipython kernel` entry point, Ctrl-C will not work.
> 
> To exit, you will have to explicitly quit this process, by either sending
> "quit" from a client, or using Ctrl-\ in UNIX-like environments.
> 
> To read more about this, see https://github.com/ipython/ipython/issues/2049
> 
> 
> To connect another client to this kernel, use:
>     --existing kernel-3462940.json
> PASSED      [ 14%]
> ipykernel/tests/test_eventloop.py::test_asyncio_interrupt 
> PASSED         [ 14%]
> ipykernel/tests/test_eventloop.py::test_tk_loop PASSED          
>          [ 15%]
> ipykernel/tests/test_eventloop.py::test_asyncio_loop PASSED     
>          [ 15%]
> ipykernel/tests/test_eventloop.py::test_enable_gui PASSED       
>          [ 16%]
> ipykernel/tests/test_eventloop.py::test_cocoa_loop SKIPPED 
> (MacOS-only)  [ 16%]
> ipykernel/tests/test_eventloop.py::test_qt_enable_gui SKIPPED (No 
> vi...) [ 17%]
> ipykernel/tests/test_heartbeat.py::test_port_bind_failure_raises 
> PASSED  [ 17%]
> ipykernel/tests/test_heartbeat.py::test_port_bind_success 
> PASSED         [ 18%]
> ipykernel/tests/test_heartbeat.py::test_port_bind_failure_recovery 
> PASSED [ 19%]
> ipykernel/tests/test_heartbeat.py::test_port_bind_failure_gives_up_retries 
> PASSED [ 19%]
> ipykernel/tests/test_io.py::test_io_api PASSED                  
>          [ 20%]
> ipykernel/tests/test_io.py::test_io_isatty PASSED               
>          [ 20%]
> ipykernel/tests/test_io.py::test_io_thread PASSED               
>          [ 21%]
> ipykernel/tests/test_io.py::test_background_socket PASSED       
>          [ 21%]
> ipykernel/tests/test_io.py::test_outstream PASSED               
>          [ 22%]
> ipykernel/tests/test_io.py::test_event_pipe_gc PASSED           
>          [ 23%]
> ipykernel/tests/test_io.py::test_echo_watch PASSED              
>          [ 23%]
> ipykernel/tests/test_ipkernel_direct.py::test_properities 
> PASSED         [ 24%]
> ipykernel/tests/test_ipkernel_direct.py::test_direct_kernel_info_request 
> PASSED [ 24%]
> ipykernel/tests/test_ipkernel_direct.py::test_direct_execute_request 
> PASSED [ 25%]
> ipykernel/tests/test_ipkernel_direct.py::test_direct_execute_request_aborting 
> PASSED [ 25%]
> ipykernel/tests/test_ipkernel_direct.py::test_complete_request 
> PASSED    [ 26%]
> ipykernel/tests/test_ipkernel_direct.py::test_inspect_request 
> PASSED     [ 26%]
> ipykernel/tests/test_ipkernel_direct.py::test_history_request 
> PASSED     [ 27%]
> ipykernel/tests/test_ipkernel_direct.py::test_comm_info_request 
> PASSED   [ 28%]
> ipykernel/tests/test_ipkernel_direct.py::test_direct_interrupt_request 
> PASSED [ 28%]
> ipykernel/tests/test_ipkernel_direct.py::test_is_complete_request 
> PASSED [ 29%]
> ipykernel/tests/test_ipkernel_direct.py::test_do_apply PASSED   
>          [ 29%]
> ipykernel/tests/test_ipkernel_direct.py::test_direct_debug_request 
> PASSED [ 30%]
> ipykernel/tests/test_ipkernel_direct.py::test_direct_clear 
> PASSED        [ 30%]
> ipykernel/tests/test_ipkernel_direct.py::test_cancel_on_sigint 
> PASSED    [ 31%]
> ipykernel/tests/test_ipkernel_direct.py::test_dispatch_debugpy 
> PASSED    [ 32%]
> ipykernel/tests/test_ipkernel_direct.py::test_start PASSED      
>          [ 32%]
> ipykernel/tests/test_ipkernel_direct.py::test_start_no_debugpy 
> PASSED    [ 33%]
> ipykernel/tests/test_ipkernel_direct.py::test_create_comm 
> PASSED         [ 33%]
> ipykernel/tests/test_ipkernel_direct.py::test_finish_metadata 
> PASSED     [ 34%]
> ipykernel/tests/test_ipkernel_direct.py::test_do_debug_request 
> PASSED    [ 34%]
> ipykernel/tests/test_jsonutil.py::test SKIPPED (json_clean is a 
> no-op)   [ 35%]
> ipykernel/tests/test_jsonutil.py::test_encode_images SKIPPED 
> (json_c...) [ 35%]
> ipykernel/tests/test_jsonutil.py::test_lambda SKIPPED (json_clean 
> is...) [ 36%]
> ipykernel/tests/test_jsonutil.py::test_exception SKIPPED 
> (json_clean...) [ 37%]
> ipykernel/tests/test_jsonutil.py::test_unicode_dict SKIPPED 
> (json_cl...) [ 37%]
> ipykernel/tests/test_kernel.py::test_simple_print PASSED        
>          [ 38%]
> ipykernel/tests/test_kernel.py::test_capture_fd SKIPPED (Currently 
> d...) [ 38%]
> ipykernel/tests/test_kernel.py::test_subprocess_peek_at_stream_fileno 
> SKIPPED [ 39%]
> ipykernel/tests/test_kernel.py::test_sys_path PASSED            
>          [ 39%]
> ipykernel/tests/test_kernel.py::test_sys_path_profile_dir 
> PASSED         [ 40%]
> ipykernel/tests/test_kernel.py::test_subprocess_print PASSED    
>          [ 41%]
> ipykernel/tests/test_kernel.py::test_subprocess_noprint PASSED  
>          [ 41%]
> ipykernel/tests/test_kernel.py::test_subprocess_error PASSED    
>          [ 42%]
> ipykernel/tests/test_kernel.py::test_raw_input PASSED           
>          [ 42%]
> ipykernel/tests/test_kernel.py::test_save_history PASSED        
>          [ 43%]
> ipykernel/tests/test_kernel.py::test_smoke_faulthandler PASSED  
>          [ 43%]
> ipykernel/tests/test_kernel.py::test_help_output PASSED         
>          [ 44%]
> ipykernel/tests/test_kernel.py::test_is_complete PASSED         
>          [ 44%]
> ipykernel/tests/test_kernel.py::test_complete SKIPPED (only run on 
> W...) [ 45%]
> ipykernel/tests/test_kernel.py::test_matplotlib_inline_on_import 
> SKIPPED [ 46%]
> ipykernel/tests/test_kernel.py::test_message_order PASSED       
>          [ 46%]
> ipykernel/tests/test_kernel.py::test_unc_paths SKIPPED (test only 
> on...) [ 47%]
> ipykernel/tests/test_kernel.py::test_shutdown PASSED            
>          [ 47%]
> ipykernel/tests/test_kernel.py::test_interrupt_during_input 
> PASSED       [ 48%]
> ipykernel/tests/test_kernel.py::test_interrupt_with_message 
> PASSED       [ 48%]
> ipykernel/tests/test_kernel.py::test_interrupt_during_pdb_set_trace 
> PASSED [ 49%]
> ipykernel/tests/test_kernel.py::test_control_thread_priority 
> PASSED      [ 50%]
> ipykernel/tests/test_kernel.py::test_shutdown_subprocesses SKIPPED 
> (...) [ 50%]
> ipykernel/tests/test_kernel_direct.py::test_direct_kernel_info_request 
> PASSED [ 51%]
> ipykernel/tests/test_kernel_direct.py::test_direct_execute_request 
> PASSED [ 51%]
> ipykernel/tests/test_kernel_direct.py::test_direct_execute_request_aborting 
> PASSED [ 52%]
> ipykernel/tests/test_kernel_direct.py::test_direct_execute_request_error 
> PASSED [ 52%]
> ipykernel/tests/test_kernel_direct.py::test_complete_request 
> PASSED      [ 53%]
> ipykernel/tests/test_kernel_direct.py::test_inspect_request 
> PASSED       [ 53%]
> ipykernel/tests/test_kernel_direct.py::test_history_request 
> PASSED       [ 54%]
> ipykernel/tests/test_kernel_direct.py::test_comm_info_request 
> PASSED     [ 55%]
> ipykernel/tests/test_kernel_direct.py::test_direct_interrupt_request 
> PASSED [ 55%]
> ipykernel/tests/test_kernel_direct.py::test_direct_shutdown_request 
> PASSED [ 56%]
> ipykernel/tests/test_kernel_direct.py::test_is_complete_request 
> PASSED   [ 56%]
> ipykernel/tests/test_kernel_direct.py::test_direct_debug_request 
> PASSED  [ 57%]
> ipykernel/tests/test_kernel_direct.py::test_deprecated_features 
> PASSED   [ 57%]
> ipykernel/tests/test_kernel_direct.py::test_process_control 
> PASSED       [ 58%]
> ipykernel/tests/test_kernel_direct.py::test_should_handle 
> PASSED         [ 58%]
> ipykernel/tests/test_kernel_direct.py::test_dispatch_shell 
> PASSED        [ 59%]
> ipykernel/tests/test_kernel_direct.py::test_do_one_iteration 
> PASSED      [ 60%]
> ipykernel/tests/test_kernel_direct.py::test_publish_debug_event 
> PASSED   [ 60%]
> ipykernel/tests/test_kernel_direct.py::test_connect_request 
> PASSED       [ 61%]
> ipykernel/tests/test_kernel_direct.py::test_send_interrupt_children 
> PASSED [ 61%]
> ipykernel/tests/test_kernelapp.py::test_blackhole PASSED        
>          [ 62%]
> ipykernel/tests/test_kernelapp.py::test_start_app PASSED        
>          [ 62%]
> ipykernel/tests/test_kernelapp.py::test_trio_loop PASSED        
>          [ 63%]
> ipykernel/tests/test_kernelspec.py::test_make_ipkernel_cmd 
> PASSED        [ 64%]
> ipykernel/tests/test_kernelspec.py::test_get_kernel_dict PASSED 
>          [ 64%]
> ipykernel/tests/test_kernelspec.py::test_get_kernel_dict_with_profile 
> PASSED [ 65%]
> ipykernel/tests/test_kernelspec.py::test_write_kernel_spec 
> PASSED        [ 65%]
> ipykernel/tests/test_kernelspec.py::test_write_kernel_spec_path 
> PASSED   [ 66%]
> ipykernel/tests/test_kernelspec.py::test_install_kernelspec 
> PASSED       [ 66%]
> ipykernel/tests/test_kernelspec.py::test_install_user PASSED    
>          [ 67%]
> ipykernel/tests/test_kernelspec.py::test_install PASSED         
>          [ 67%]
> ipykernel/tests/test_kernelspec.py::test_install_profile PASSED 
>          [ 68%]
> ipykernel/tests/test_kernelspec.py::test_install_display_name_overrides_profile
>  PASSED [ 69%]
> ipykernel/tests/test_kernelspec.py::test_install_env[None] 
> PASSED        [ 69%]
> ipykernel/tests/test_kernelspec.py::test_install_env[env1] 
> PASSED        [ 70%]
> ipykernel/tests/test_kernelspec.py::test_install_env[env2] 
> PASSED        [ 70%]
> ipykernel/tests/test_message_spec.py::test_execute PASSED       
>          [ 71%]
> ipykernel/tests/test_message_spec.py::test_execute_silent 
> PASSED         [ 71%]
> ipykernel/tests/test_message_spec.py::test_execute_error PASSED 
>          [ 72%]
> ipykernel/tests/test_message_spec.py::test_execute_inc PASSED   
>          [ 73%]
> ipykernel/tests/test_message_spec.py::test_execute_stop_on_error 
> PASSED  [ 73%]
> ipykernel/tests/test_message_spec.py::test_non_execute_stop_on_error 
> PASSED [ 74%]
> ipykernel/tests/test_message_spec.py::test_user_expressions 
> PASSED       [ 74%]
> ipykernel/tests/test_message_spec.py::test_user_expressions_fail 
> PASSED  [ 75%]
> ipykernel/tests/test_message_spec.py::test_oinfo PASSED         
>          [ 75%]
> ipykernel/tests/test_message_spec.py::test_oinfo_found PASSED   
>          [ 76%]
> ipykernel/tests/test_message_spec.py::test_oinfo_detail PASSED  
>          [ 76%]
> ipykernel/tests/test_message_spec.py::test_oinfo_not_found 
> PASSED        [ 77%]
> ipykernel/tests/test_message_spec.py::test_complete PASSED      
>          [ 78%]
> ipykernel/tests/test_message_spec.py::test_kernel_info_request 
> PASSED    [ 78%]
> ipykernel/tests/test_message_spec.py::test_connect_request 
> PASSED        [ 79%]
> ipykernel/tests/test_message_spec.py::test_comm_info_request 
> PASSED      [ 79%]
> ipykernel/tests/test_message_spec.py::test_single_payload 
> PASSED         [ 80%]
> ipykernel/tests/test_message_spec.py::test_is_complete PASSED   
>          [ 80%]
> ipykernel/tests/test_message_spec.py::test_history_range PASSED 
>          [ 81%]
> ipykernel/tests/test_message_spec.py::test_history_tail PASSED  
>          [ 82%]
> ipykernel/tests/test_message_spec.py::test_history_search 
> PASSED         [ 82%]
> ipykernel/tests/test_message_spec.py::test_stream PASSED        
>          [ 83%]
> ipykernel/tests/test_message_spec.py::test_display_data PASSED  
>          [ 83%]
> ipykernel/tests/test_parentpoller.py::test_parent_poller_unix 
> PASSED     [ 84%]
> ipykernel/tests/test_parentpoller.py::test_parent_poller_windows 
> SKIPPED [ 84%]
> ipykernel/tests/test_pickleutil.py::test_no_closure PASSED      
>          [ 85%]
> ipykernel/tests/test_pickleutil.py::test_generator_closure 
> PASSED        [ 85%]
> ipykernel/tests/test_pickleutil.py::test_nested_closure PASSED  
>          [ 86%]
> ipykernel/tests/test_pickleutil.py::test_closure PASSED         
>          [ 87%]
> ipykernel/tests/test_pickleutil.py::test_uncan_bytes_buffer 
> PASSED       [ 87%]
> ipykernel/tests/test_start_kernel.py::test_ipython_start_kernel_userns 
> PASSED [ 88%]
> ipykernel/tests/test_start_kernel.py::test_ipython_start_kernel_no_userns 
> PASSED [ 88%]
> ipykernel/tests/test_zmq_shell.py::ZMQDisplayPublisherTests::test_display_hook_halts_send
>  PASSED [ 89%]
> ipykernel/tests/test_zmq_shell.py::ZMQDisplayPublisherTests::test_display_hook_return_calls_send
>  PASSED [ 89%]
> ipykernel/tests/test_zmq_shell.py::ZMQDisplayPublisherTests::test_display_publisher_creation
>  PASSED [ 90%]
> ipykernel/tests/test_zmq_shell.py::ZMQDisplayPublisherTests::test_publish 
> PASSED [ 91%]
> ipykernel/tests/test_zmq_shell.py::ZMQDisplayPublisherTests::test_thread_local_hooks
>  PASSED [ 91%]
> ipykernel/tests/test_zmq_shell.py::ZMQDisplayPublisherTests::test_unregister_hook
>  PASSED [ 92%]
> ipykernel/tests/test_zmq_shell.py::test_magics PASSED           
>          [ 92%]
> ipykernel/tests/test_zmq_shell.py::test_zmq_interactive_shell 
> PASSED     [ 93%]
> ipykernel/inprocess/tests/test_kernel.py::test_with_cell_id 
> PASSED       [ 93%]
> ipykernel/inprocess/tests/test_kernel.py::test_pylab SKIPPED (This 
> t...) [ 94%]
> ipykernel/inprocess/tests/test_kernel.py::test_raw_input PASSED 
>          [ 94%]
> ipykernel/inprocess/tests/test_kernel.py::test_stdout PASSED    
>          [ 95%]
> ipykernel/inprocess/tests/test_kernel.py::test_capfd SKIPPED 
> (Curren...) [ 96%]
> ipykernel/inprocess/tests/test_kernel.py::test_getpass_stream 
> PASSED     [ 96%]
> ipykernel/inprocess/tests/test_kernel.py::test_do_execute 
> PASSED         [ 97%]
> ipykernel/inprocess/tests/test_kernelmanager.py::InProcessKernelManagerTestCase::test_complete
>  PASSED [ 97%]
> ipykernel/inprocess/tests/test_kernelmanager.py::InProcessKernelManagerTestCase::test_execute
>  PASSED [ 98%]
> ipykernel/inprocess/tests/test_kernelmanager.py::InProcessKernelManagerTestCase::test_history
>  PASSED [ 98%]
> ipykernel/inprocess/tests/test_kernelmanager.py::InProcessKernelManagerTestCase::test_inspect
>  PASSED [ 99%]
> ipykernel/inprocess/tests/test_kernelmanager.py::InProcessKernelManagerTestCase::test_interface
>  PASSED [100%]
> 
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/jupyter_client/connect.py:27
>   /usr/lib/python3/dist-packages/jupyter_client/connect.py:27: 
> DeprecationWarning: Jupyter is migrating its paths to use standard 
> platformdirs
>   given by the platformdirs library.  To remove this warning and
>   see the appropriate new directories, set the environment variable
>   `JUPYTER_PLATFORM_DIRS=1` and then run `jupyter --paths`.
>   The use of platformdirs will be the default in `jupyter_core` v6
>     from jupyter_core.paths import jupyter_data_dir
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ===Flaky Test Report===
> 
> test_embed_kernel_basic passed 1 out of the required 1 times. Success!
> test_embed_kernel_namespace passed 1 out of the required 1 times. Success!
> test_embed_kernel_reentrant passed 1 out of the required 1 times. Success!
> test_subprocess_print passed 1 out of the required 1 times. Success!
> test_subprocess_noprint passed 1 out of the required 1 times. Success!
> test_subprocess_error passed 1 out of the required 1 times. Success!
> test_ipython_start_kernel_userns passed 1 out of the required 1 times. 
> Success!
> test_ipython_start_kernel_no_userns passed 1 out of the required 1 times. 
> Success!
> test_interface passed 1 out of the required 1 times. Success!
> 
> ===End Flaky Test Report===
> ============================= slowest 10 durations 
> =============================
> 5.82s call     ipykernel/tests/test_async.py::test_async_interrupt[asyncio]
> 3.17s call     ipykernel/tests/test_kernel.py::test_control_thread_priority
> 2.55s call     ipykernel/tests/test_kernel.py::test_subprocess_print
> 2.46s call     
> ipykernel/tests/test_message_spec.py::test_execute_stop_on_error
> 2.36s call     ipykernel/tests/test_kernel.py::test_interrupt_during_input
> 2.22s call     
> ipykernel/tests/test_kernel.py::test_interrupt_during_pdb_set_trace
> 2.15s call     ipykernel/tests/test_kernel.py::test_interrupt_with_message
> 1.98s call     
> ipykernel/tests/test_embed_kernel.py::test_embed_kernel_reentrant
> 1.77s call     ipykernel/tests/test_io.py::test_echo_watch
> 1.58s setup    ipykernel/tests/test_debugger.py::test_copy_to_globals
> =========================== short test summary info 
> ============================
> SKIPPED [1] ipykernel/tests/test_async.py:38: Requires curio
> SKIPPED [1] ipykernel/tests/test_debugger.py:164: TODO Does not work 
> on Python 3.10
> SKIPPED [1] ipykernel/tests/test_eventloop.py:123: MacOS-only
> SKIPPED [1] ipykernel/tests/test_eventloop.py:128: No viable version 
> of PyQt or PySide installed.
> SKIPPED [1] ipykernel/tests/test_jsonutil.py:36: json_clean is a 
> no-op
> SKIPPED [1] ipykernel/tests/test_jsonutil.py:72: json_clean is a 
> no-op
> SKIPPED [1] ipykernel/tests/test_jsonutil.py:99: json_clean is a 
> no-op
> SKIPPED [1] ipykernel/tests/test_jsonutil.py:105: json_clean is a 
> no-op
> SKIPPED [1] ipykernel/tests/test_jsonutil.py:116: json_clean is a 
> no-op
> SKIPPED [1] ipykernel/tests/test_kernel.py:60: Currently don't 
> capture during test as pytest does its own capturing
> SKIPPED [1] ipykernel/tests/test_kernel.py:72: Currently don't 
> capture during test as pytest does its own capturing
> SKIPPED [1] ipykernel/tests/test_kernel.py:285: only run on Windows
> SKIPPED [1] ipykernel/tests/test_kernel.py:313: this test requires 
> matplotlib
> SKIPPED [1] ipykernel/tests/test_kernel.py:344: test only on windows
> SKIPPED [1] ipykernel/tests/test_kernel.py:528: Stalls on linux
> SKIPPED [1] ipykernel/tests/test_parentpoller.py:29: only works on 
> windows
> SKIPPED [1] ipykernel/inprocess/tests/test_kernel.py:57: This test 
> requires matplotlib
> SKIPPED [1] ipykernel/inprocess/tests/test_kernel.py:91: Currently 
> don't capture during test as pytest does its own capturing
> ===== 160 passed, 18 skipped, 1 
> deselected, 1 warning in 72.18s (0:01:12) 
> ======
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/ipykernel_6.24.0-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[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: ipykernel
Source-Version: 6.29.3-1
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ipykernel, 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.
Alexandre Detiste <[email protected]> (supplier of updated ipykernel 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, 11 Jan 2024 23:25:38 +0100
Source: ipykernel
Architecture: source
Version: 6.29.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1056413 1058305
Changes:
 ipykernel (6.29.3-1) unstable; urgency=medium
 .
   [ Alexandre Detiste ]
   * Team Upload
   * New upstream version (Closes: #1056413, #1058305)
   * refresh patches
   * remove ref. to "mock", package uses "unittest.mock"
 .
   [ Emmanuel Arias ]
   * Reorder sequence of d/control fields by cme (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Remove patch fix_asyncio.patch that is missing from
     debian/patches/series.
   * d/salsa-ci.yml: Enable salsa-ci.
   * d/tests/pytest: Update autopgktest to make it work.
   * d/tests/control: Add Restrictions: allow-stderr.
Checksums-Sha1:
 a425a4da47f93aa8765e6545e0d7249520817d97 2709 ipykernel_6.29.3-1.dsc
 2efec28fe428e550972274fa5b75baa72e90e0fa 164420 ipykernel_6.29.3.orig.tar.gz
 8486169c1e5bdb8d1523e0c9d0c05293f3a4a54f 5960 ipykernel_6.29.3-1.debian.tar.xz
 746785e022d75e3cbbf38146c98c130c88cfc85b 10045 
ipykernel_6.29.3-1_amd64.buildinfo
Checksums-Sha256:
 dbe10d722944d7933c98d36bdd673bd710e193b945461fe2688831a6c6aa99d5 2709 
ipykernel_6.29.3-1.dsc
 0c8cb3885ea50ca72f2a8c51e1332b2dc4bff92fbb48e33ea8bc2ff9bec3e62d 164420 
ipykernel_6.29.3.orig.tar.gz
 a38fd176d4d98d58cc9dc371c9f153beef89c8a6d853ac281a92b44d424beb92 5960 
ipykernel_6.29.3-1.debian.tar.xz
 2a3b34e2fb03b8beea42f3ccadf7b24204ed0359cf19c8f44c8a81bef6de3495 10045 
ipykernel_6.29.3-1_amd64.buildinfo
Files:
 38317ada5a0fdf8f74ada4bfc8319ca1 2709 python optional ipykernel_6.29.3-1.dsc
 d8f078f7131471fc90112933ff612cd0 164420 python optional 
ipykernel_6.29.3.orig.tar.gz
 91abd4da03d36f879b672daf4e7075b4 5960 python optional 
ipykernel_6.29.3-1.debian.tar.xz
 ea64f5ed3a6cd06eb019c6e4267fd0e4 10045 python optional 
ipykernel_6.29.3-1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmX1x1MSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxnUQQAJeVJ+P2Y3RYFjVAy4LuWkgz566m17Qr
uMqimIbdK8qNhp634r0SaxxZxaMMpfRHr1sNeWbKaW4L8yHNi6WX0v7f8hAqYemj
HNzLZxP0Qy35VUljsCs9PEJ7/j62xasJ6GsG1JuLG6BH+ZiiaN8qgF+aehr9i7EI
Dc0YZNupHbvwpYkJaLPrcPRutKiVx3I3H6lC4ZYRjAjngDqwh6+uuahA6UtbS/uk
lHH4oLMMG4pXHE94nqtPYPQPvR0vxaGTTbEax6LX+cwcgFsIxs5fBsbhzNxnrQd4
SsB7kx8bSTmXgEo33p/HkkNabgOoow2guV8IBczvJ6XJnDgDUYBINGUpfaqKGVRV
qoyfDkr1OzuaZmltcOhmHY6VIT634v3PGgyclruiVIDEaTrCuXFIliGNba6gH5Dd
I8KZ4+MiAd+9gsB2MeFrua3txe3TysiWv/yqJI2TRqq8wGb3m5psBA2luYDs1NWI
yu275/Sq8u2YrFLPJdI4wh6qviJ0ICBlF8K0tVXgzV0HBrECNqvaEc5013H1b7BE
CzjleRr6lOOzEHJ5WEEpAyCFutvnf9T3DAvWD4PoMq2qBAAzMkhk42L6n6ryyOIt
DCkIARms6nk/3xExS/DeqSQE0ceqJ/ZPeKp0BXO5K9GnEXnP15aG64pphjmUNsiM
26nqWyPWbAB6
=HMkk
-----END PGP SIGNATURE-----

Attachment: pgpFGG5r_Y_VF.pgp
Description: PGP signature


--- End Message ---

Reply via email to