Source: python-anyio Version: 3.4.0-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: [email protected] Usertags: ftbfs-20211220 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > # see https://github.com/agronholm/anyio/issues/368#issuecomment-915535102 > for the reason to run egg_info > # -W ignore is needed with py3.9.7 as it produces errors with some > DeprecationWarnings > mkdir -p .pybuild/egg > PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/egg \ > dh_auto_test -- \ > --before-test '{interpreter} {dir}/setup.py egg_info > --egg-base={dir}/.pybuild/egg' \ > --test-pytest \ > --test-args '--verbose -W ignore -k "not test_is_block_device"' > I: pybuild pybuild:286: python3.9 /<<PKGBUILDDIR>>/setup.py egg_info > --egg-base=/<<PKGBUILDDIR>>/.pybuild/egg > running egg_info > creating /<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info > writing /<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info/PKG-INFO > writing dependency_links to > /<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info/dependency_links.txt > writing entry points to > /<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info/entry_points.txt > writing requirements to > /<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info/requires.txt > writing top-level names to > /<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info/top_level.txt > writing manifest file > '/<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info/SOURCES.txt' > reading manifest file > '/<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info/SOURCES.txt' > adding license file 'LICENSE' > writing manifest file > '/<<PKGBUILDDIR>>/.pybuild/egg/anyio.egg-info/SOURCES.txt' > I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; > python3.9 -m pytest --verbose -W ignore -k "not test_is_block_device" > ============================= test session starts > ============================== > platform linux -- Python 3.9.9, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 -- > /usr/bin/python3.9 > cachedir: .pytest_cache > hypothesis profile 'default' -> > database=DirectoryBasedExampleDatabase('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/.hypothesis/examples') > rootdir: /<<PKGBUILDDIR>>, configfile: pyproject.toml > plugins: anyio-3.4.0, hypothesis-5.43.3, mock-3.6.1 > collecting ... collected 754 items / 2 deselected / 1 skipped / 751 selected > > tests/test_compat.py::TestMaybeAsync::test_cancel_scope[asyncio] PASSED [ > 0%] > tests/test_compat.py::TestMaybeAsync::test_cancel_scope[asyncio+uvloop] > PASSED [ 0%] > tests/test_compat.py::TestMaybeAsync::test_current_time[asyncio] PASSED [ > 0%] > tests/test_compat.py::TestMaybeAsync::test_current_time[asyncio+uvloop] > PASSED [ 0%] > tests/test_compat.py::TestMaybeAsync::test_current_effective_deadline[asyncio] > PASSED [ 0%] > tests/test_compat.py::TestMaybeAsync::test_current_effective_deadline[asyncio+uvloop] > PASSED [ 0%] > tests/test_compat.py::TestMaybeAsync::test_get_running_tasks[asyncio] PASSED > [ 0%] > tests/test_compat.py::TestMaybeAsync::test_get_running_tasks[asyncio+uvloop] > PASSED [ 1%] > tests/test_compat.py::TestMaybeAsync::test_get_current_task[asyncio] PASSED [ > 1%] > tests/test_compat.py::TestMaybeAsync::test_get_current_task[asyncio+uvloop] > PASSED [ 1%] > tests/test_compat.py::test_maybe_async_cm[asyncio] PASSED [ > 1%] > tests/test_compat.py::test_maybe_async_cm[asyncio+uvloop] PASSED [ > 1%] > tests/test_compat.py::TestDeprecations::test_current_effective_deadlinee[asyncio] > PASSED [ 1%] > tests/test_compat.py::TestDeprecations::test_current_effective_deadlinee[asyncio+uvloop] > PASSED [ 1%] > tests/test_compat.py::TestDeprecations::test_current_time[asyncio] PASSED [ > 1%] > tests/test_compat.py::TestDeprecations::test_current_time[asyncio+uvloop] > PASSED [ 2%] > tests/test_compat.py::TestDeprecations::test_get_current_task[asyncio] PASSED > [ 2%] > tests/test_compat.py::TestDeprecations::test_get_current_task[asyncio+uvloop] > PASSED [ 2%] > tests/test_compat.py::TestDeprecations::test_running_tasks[asyncio] PASSED [ > 2%] > tests/test_compat.py::TestDeprecations::test_running_tasks[asyncio+uvloop] > PASSED [ 2%] > tests/test_compat.py::TestDeprecations::test_open_signal_receiver[asyncio] > PASSED [ 2%] > tests/test_compat.py::TestDeprecations::test_open_signal_receiver[asyncio+uvloop] > PASSED [ 2%] > tests/test_compat.py::TestDeprecations::test_cancelscope_cancel[asyncio] > PASSED [ 3%] > tests/test_compat.py::TestDeprecations::test_cancelscope_cancel[asyncio+uvloop] > PASSED [ 3%] > tests/test_compat.py::TestDeprecations::test_taskgroup_cancel[asyncio] PASSED > [ 3%] > tests/test_compat.py::TestDeprecations::test_taskgroup_cancel[asyncio+uvloop] > PASSED [ 3%] > tests/test_compat.py::TestDeprecations::test_capacitylimiter_acquire_nowait[asyncio] > PASSED [ 3%] > tests/test_compat.py::TestDeprecations::test_capacitylimiter_acquire_nowait[asyncio+uvloop] > PASSED [ 3%] > tests/test_compat.py::TestDeprecations::test_capacitylimiter_acquire_on_behalf_of_nowait[asyncio] > PASSED [ 3%] > tests/test_compat.py::TestDeprecations::test_capacitylimiter_acquire_on_behalf_of_nowait[asyncio+uvloop] > PASSED [ 3%] > tests/test_compat.py::TestDeprecations::test_capacitylimiter_set_total_tokens[asyncio] > PASSED [ 4%] > tests/test_compat.py::TestDeprecations::test_capacitylimiter_set_total_tokens[asyncio+uvloop] > PASSED [ 4%] > tests/test_compat.py::TestDeprecations::test_condition_release[asyncio] > PASSED [ 4%] > tests/test_compat.py::TestDeprecations::test_condition_release[asyncio+uvloop] > PASSED [ 4%] > tests/test_compat.py::TestDeprecations::test_event_set[asyncio] PASSED [ > 4%] > tests/test_compat.py::TestDeprecations::test_event_set[asyncio+uvloop] PASSED > [ 4%] > tests/test_compat.py::TestDeprecations::test_lock_release[asyncio] PASSED [ > 4%] > tests/test_compat.py::TestDeprecations::test_lock_release[asyncio+uvloop] > PASSED [ 5%] > tests/test_compat.py::TestDeprecations::test_memory_object_stream_send_nowait[asyncio] > PASSED [ 5%] > tests/test_compat.py::TestDeprecations::test_memory_object_stream_send_nowait[asyncio+uvloop] > PASSED [ 5%] > tests/test_compat.py::TestDeprecations::test_semaphore_release[asyncio] > PASSED [ 5%] > tests/test_compat.py::TestDeprecations::test_semaphore_release[asyncio+uvloop] > PASSED [ 5%] > tests/test_compat.py::TestDeprecations::test_move_on_after[asyncio] PASSED [ > 5%] > tests/test_compat.py::TestDeprecations::test_move_on_after[asyncio+uvloop] > PASSED [ 5%] > tests/test_compat.py::TestDeprecations::test_fail_after[asyncio] PASSED [ > 5%] > tests/test_compat.py::TestDeprecations::test_fail_after[asyncio+uvloop] > PASSED [ 6%] > tests/test_compat.py::TestDeprecations::test_run_sync_in_worker_thread[asyncio] > PASSED [ 6%] > tests/test_compat.py::TestDeprecations::test_run_sync_in_worker_thread[asyncio+uvloop] > PASSED [ 6%] > tests/test_compat.py::TestDeprecations::test_run_async_from_thread[asyncio] > PASSED [ 6%] > tests/test_compat.py::TestDeprecations::test_run_async_from_thread[asyncio+uvloop] > PASSED [ 6%] > tests/test_compat.py::TestDeprecations::test_run_sync_from_thread[asyncio] > PASSED [ 6%] > tests/test_compat.py::TestDeprecations::test_run_sync_from_thread[asyncio+uvloop] > PASSED [ 6%] > tests/test_compat.py::TestDeprecations::test_current_default_worker_thread_limiter[asyncio] > PASSED [ 7%] > tests/test_compat.py::TestDeprecations::test_current_default_worker_thread_limiter[asyncio+uvloop] > PASSED [ 7%] > tests/test_compat.py::TestDeprecations::test_create_blocking_portal[asyncio] > PASSED [ 7%] > tests/test_compat.py::TestDeprecations::test_create_blocking_portal[asyncio+uvloop] > PASSED [ 7%] > tests/test_compat.py::TestPickle::test_deprecated_awaitable_none PASSED [ > 7%] > tests/test_compat.py::TestPickle::test_deprecated_awaitable_float PASSED [ > 7%] > tests/test_compat.py::TestPickle::test_deprecated_awaitable_list PASSED [ > 7%] > tests/test_debugging.py::test_main_task_name[asyncio] PASSED [ > 7%] > tests/test_debugging.py::test_main_task_name[asyncio+uvloop] PASSED [ > 8%] > tests/test_debugging.py::test_non_main_task_name[asyncio-None-tests.test_debugging.test_non_main_task_name.<locals>.non_main] > PASSED [ 8%] > tests/test_debugging.py::test_non_main_task_name[asyncio-name-b'name'] PASSED > [ 8%] > tests/test_debugging.py::test_non_main_task_name[asyncio-name-name] PASSED [ > 8%] > tests/test_debugging.py::test_non_main_task_name[asyncio--] PASSED [ > 8%] > tests/test_debugging.py::test_non_main_task_name[asyncio+uvloop-None-tests.test_debugging.test_non_main_task_name.<locals>.non_main] > PASSED [ 8%] > tests/test_debugging.py::test_non_main_task_name[asyncio+uvloop-name-b'name'] > PASSED [ 8%] > tests/test_debugging.py::test_non_main_task_name[asyncio+uvloop-name-name] > PASSED [ 9%] > tests/test_debugging.py::test_non_main_task_name[asyncio+uvloop--] PASSED [ > 9%] > tests/test_debugging.py::test_get_running_tasks[asyncio] PASSED [ > 9%] > tests/test_debugging.py::test_get_running_tasks[asyncio+uvloop] PASSED [ > 9%] > tests/test_debugging.py::test_wait_generator_based_task_blocked PASSED [ > 9%] > tests/test_debugging.py::test_wait_all_tasks_blocked_asend[asyncio] PASSED [ > 9%] > tests/test_debugging.py::test_wait_all_tasks_blocked_cancelled_task[asyncio] > PASSED [ 9%] > tests/test_debugging.py::test_wait_all_tasks_blocked_cancelled_task[asyncio+uvloop] > PASSED [ 9%] > tests/test_eventloop.py::test_sleep_until[asyncio] PASSED [ > 10%] > tests/test_eventloop.py::test_sleep_until[asyncio+uvloop] PASSED [ > 10%] > tests/test_eventloop.py::test_sleep_until_in_past[asyncio] PASSED [ > 10%] > tests/test_eventloop.py::test_sleep_until_in_past[asyncio+uvloop] PASSED [ > 10%] > tests/test_eventloop.py::test_sleep_forever[asyncio] PASSED [ > 10%] > tests/test_eventloop.py::test_sleep_forever[asyncio+uvloop] PASSED [ > 10%] > tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio] PASSED [ > 10%] > tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio+uvloop] PASSED [ > 11%] > tests/test_fileio.py::TestAsyncFile::test_read[asyncio] PASSED [ > 11%] > tests/test_fileio.py::TestAsyncFile::test_read[asyncio+uvloop] PASSED [ > 11%] > tests/test_fileio.py::TestAsyncFile::test_write[asyncio] PASSED [ > 11%] > tests/test_fileio.py::TestAsyncFile::test_write[asyncio+uvloop] PASSED [ > 11%] > tests/test_fileio.py::TestAsyncFile::test_async_iteration[asyncio] PASSED [ > 11%] > tests/test_fileio.py::TestAsyncFile::test_async_iteration[asyncio+uvloop] > PASSED [ 11%] > tests/test_fileio.py::TestAsyncFile::test_wrap_file[asyncio] PASSED [ > 11%] > tests/test_fileio.py::TestAsyncFile::test_wrap_file[asyncio+uvloop] PASSED [ > 12%] > tests/test_fileio.py::TestPath::test_properties[asyncio] PASSED [ > 12%] > tests/test_fileio.py::TestPath::test_properties[asyncio+uvloop] PASSED [ > 12%] > tests/test_fileio.py::TestPath::test_repr PASSED [ > 12%] > tests/test_fileio.py::TestPath::test_bytes PASSED [ > 12%] > tests/test_fileio.py::TestPath::test_hash PASSED [ > 12%] > tests/test_fileio.py::TestPath::test_comparison PASSED [ > 12%] > tests/test_fileio.py::TestPath::test_truediv PASSED [ > 13%] > tests/test_fileio.py::TestPath::test_rtruediv PASSED [ > 13%] > tests/test_fileio.py::TestPath::test_parts_property PASSED [ > 13%] > tests/test_fileio.py::TestPath::test_drive_property SKIPPED (Drive o...) [ > 13%] > tests/test_fileio.py::TestPath::test_root_property PASSED [ > 13%] > tests/test_fileio.py::TestPath::test_anchor_property PASSED [ > 13%] > tests/test_fileio.py::TestPath::test_parents_property PASSED [ > 13%] > tests/test_fileio.py::TestPath::test_parent_property PASSED [ > 13%] > tests/test_fileio.py::TestPath::test_name_property PASSED [ > 14%] > tests/test_fileio.py::TestPath::test_suffix_property PASSED [ > 14%] > tests/test_fileio.py::TestPath::test_suffixes_property PASSED [ > 14%] > tests/test_fileio.py::TestPath::test_stem_property PASSED [ > 14%] > tests/test_fileio.py::TestPath::test_absolute[asyncio] PASSED [ > 14%] > tests/test_fileio.py::TestPath::test_absolute[asyncio+uvloop] PASSED [ > 14%] > tests/test_fileio.py::TestPath::test_as_posix SKIPPED (Only makes se...) [ > 14%] > tests/test_fileio.py::TestPath::test_as_uri PASSED [ > 15%] > tests/test_fileio.py::TestPath::test_cwd[asyncio] PASSED [ > 15%] > tests/test_fileio.py::TestPath::test_cwd[asyncio+uvloop] PASSED [ > 15%] > tests/test_fileio.py::TestPath::test_exists[asyncio] PASSED [ > 15%] > tests/test_fileio.py::TestPath::test_exists[asyncio+uvloop] PASSED [ > 15%] > tests/test_fileio.py::TestPath::test_expanduser[asyncio] PASSED [ > 15%] > tests/test_fileio.py::TestPath::test_expanduser[asyncio+uvloop] PASSED [ > 15%] > tests/test_fileio.py::TestPath::test_home[asyncio] PASSED [ > 15%] > tests/test_fileio.py::TestPath::test_home[asyncio+uvloop] PASSED [ > 16%] > tests/test_fileio.py::TestPath::test_is_absolute[/xyz-True] PASSED [ > 16%] > tests/test_fileio.py::TestPath::test_is_absolute[../xyz-False] PASSED [ > 16%] > tests/test_fileio.py::TestPath::test_is_char_device[asyncio] PASSED [ > 16%] > tests/test_fileio.py::TestPath::test_is_char_device[asyncio+uvloop] PASSED [ > 16%] > tests/test_fileio.py::TestPath::test_is_dir[asyncio] PASSED [ > 16%] > tests/test_fileio.py::TestPath::test_is_dir[asyncio+uvloop] PASSED [ > 16%] > tests/test_fileio.py::TestPath::test_is_fifo[asyncio] PASSED [ > 17%] > tests/test_fileio.py::TestPath::test_is_fifo[asyncio+uvloop] PASSED [ > 17%] > tests/test_fileio.py::TestPath::test_is_file[asyncio] PASSED [ > 17%] > tests/test_fileio.py::TestPath::test_is_file[asyncio+uvloop] PASSED [ > 17%] > tests/test_fileio.py::TestPath::test_is_mount[asyncio] PASSED [ > 17%] > tests/test_fileio.py::TestPath::test_is_mount[asyncio+uvloop] PASSED [ > 17%] > tests/test_fileio.py::TestPath::test_is_reserved PASSED [ > 17%] > tests/test_fileio.py::TestPath::test_is_socket[asyncio] PASSED [ > 17%] > tests/test_fileio.py::TestPath::test_is_socket[asyncio+uvloop] PASSED [ > 18%] > tests/test_fileio.py::TestPath::test_is_symlink[asyncio] PASSED [ > 18%] > tests/test_fileio.py::TestPath::test_is_symlink[asyncio+uvloop] PASSED [ > 18%] > tests/test_fileio.py::TestPath::test_is_relative_to[args0-True] PASSED [ > 18%] > tests/test_fileio.py::TestPath::test_is_relative_to[args1-False] PASSED [ > 18%] > tests/test_fileio.py::TestPath::test_glob[asyncio] PASSED [ > 18%] > tests/test_fileio.py::TestPath::test_glob[asyncio+uvloop] PASSED [ > 18%] > tests/test_fileio.py::TestPath::test_rglob[asyncio] PASSED [ > 19%] > tests/test_fileio.py::TestPath::test_rglob[asyncio+uvloop] PASSED [ > 19%] > tests/test_fileio.py::TestPath::test_iterdir[asyncio] PASSED [ > 19%] > tests/test_fileio.py::TestPath::test_iterdir[asyncio+uvloop] PASSED [ > 19%] > tests/test_fileio.py::TestPath::test_joinpath PASSED [ > 19%] > tests/test_fileio.py::TestPath::test_match PASSED [ > 19%] > tests/test_fileio.py::TestPath::test_chmod[asyncio] PASSED [ > 19%] > tests/test_fileio.py::TestPath::test_chmod[asyncio+uvloop] PASSED [ > 19%] > tests/test_fileio.py::TestPath::test_hardlink_to[asyncio] PASSED [ > 20%] > tests/test_fileio.py::TestPath::test_hardlink_to[asyncio+uvloop] PASSED [ > 20%] > tests/test_fileio.py::TestPath::test_lchmod[asyncio] SKIPPED (os.lch...) [ > 20%] > tests/test_fileio.py::TestPath::test_lchmod[asyncio+uvloop] SKIPPED [ > 20%] > tests/test_fileio.py::TestPath::test_lstat[asyncio] PASSED [ > 20%] > tests/test_fileio.py::TestPath::test_lstat[asyncio+uvloop] PASSED [ > 20%] > tests/test_fileio.py::TestPath::test_group[asyncio] PASSED [ > 20%] > tests/test_fileio.py::TestPath::test_group[asyncio+uvloop] PASSED [ > 21%] > tests/test_fileio.py::TestPath::test_mkdir[asyncio] PASSED [ > 21%] > tests/test_fileio.py::TestPath::test_mkdir[asyncio+uvloop] PASSED [ > 21%] > tests/test_fileio.py::TestPath::test_open[asyncio] PASSED [ > 21%] > tests/test_fileio.py::TestPath::test_open[asyncio+uvloop] PASSED [ > 21%] > tests/test_fileio.py::TestPath::test_owner[asyncio] PASSED [ > 21%] > tests/test_fileio.py::TestPath::test_owner[asyncio+uvloop] PASSED [ > 21%] > tests/test_fileio.py::TestPath::test_readlink[asyncio] PASSED [ > 21%] > tests/test_fileio.py::TestPath::test_readlink[asyncio+uvloop] PASSED [ > 22%] > tests/test_fileio.py::TestPath::test_read_bytes[asyncio] PASSED [ > 22%] > tests/test_fileio.py::TestPath::test_read_bytes[asyncio+uvloop] PASSED [ > 22%] > tests/test_fileio.py::TestPath::test_read_text[asyncio] PASSED [ > 22%] > tests/test_fileio.py::TestPath::test_read_text[asyncio+uvloop] PASSED [ > 22%] > tests/test_fileio.py::TestPath::test_rename[asyncio] PASSED [ > 22%] > tests/test_fileio.py::TestPath::test_rename[asyncio+uvloop] PASSED [ > 22%] > tests/test_fileio.py::TestPath::test_replace[asyncio] PASSED [ > 23%] > tests/test_fileio.py::TestPath::test_replace[asyncio+uvloop] PASSED [ > 23%] > tests/test_fileio.py::TestPath::test_resolve[asyncio] PASSED [ > 23%] > tests/test_fileio.py::TestPath::test_resolve[asyncio+uvloop] PASSED [ > 23%] > tests/test_fileio.py::TestPath::test_rmdir[asyncio] PASSED [ > 23%] > tests/test_fileio.py::TestPath::test_rmdir[asyncio+uvloop] PASSED [ > 23%] > tests/test_fileio.py::TestPath::test_samefile[asyncio] PASSED [ > 23%] > tests/test_fileio.py::TestPath::test_samefile[asyncio+uvloop] PASSED [ > 23%] > tests/test_fileio.py::TestPath::test_stat[asyncio] PASSED [ > 24%] > tests/test_fileio.py::TestPath::test_stat[asyncio+uvloop] PASSED [ > 24%] > tests/test_fileio.py::TestPath::test_touch[asyncio] PASSED [ > 24%] > tests/test_fileio.py::TestPath::test_touch[asyncio+uvloop] PASSED [ > 24%] > tests/test_fileio.py::TestPath::test_symlink_to[asyncio] PASSED [ > 24%] > tests/test_fileio.py::TestPath::test_symlink_to[asyncio+uvloop] PASSED [ > 24%] > tests/test_fileio.py::TestPath::test_unlink[asyncio] PASSED [ > 24%] > tests/test_fileio.py::TestPath::test_unlink[asyncio+uvloop] PASSED [ > 25%] > tests/test_fileio.py::TestPath::test_unlink_missing_file[asyncio] PASSED [ > 25%] > tests/test_fileio.py::TestPath::test_unlink_missing_file[asyncio+uvloop] > PASSED [ 25%] > tests/test_fileio.py::TestPath::test_with_name PASSED [ > 25%] > tests/test_fileio.py::TestPath::test_with_stem PASSED [ > 25%] > tests/test_fileio.py::TestPath::test_with_suffix PASSED [ > 25%] > tests/test_fileio.py::TestPath::test_write_bytes[asyncio] PASSED [ > 25%] > tests/test_fileio.py::TestPath::test_write_bytes[asyncio+uvloop] PASSED [ > 25%] > tests/test_fileio.py::TestPath::test_write_text[asyncio] PASSED [ > 26%] > tests/test_fileio.py::TestPath::test_write_text[asyncio+uvloop] PASSED [ > 26%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_thread[asyncio] > PASSED [ 26%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_thread[asyncio+uvloop] > PASSED [ 26%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread[asyncio] > PASSED [ 26%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread[asyncio+uvloop] > PASSED [ 26%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread_pooling > PASSED [ 26%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_thread_exception[asyncio] > PASSED [ 26%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_thread_exception[asyncio+uvloop] > PASSED [ 27%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread_exception[asyncio] > PASSED [ 27%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_sync_from_thread_exception[asyncio+uvloop] > PASSED [ 27%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_anyio_async_func_from_thread[asyncio] > PASSED [ 27%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_anyio_async_func_from_thread[asyncio+uvloop] > PASSED [ 27%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_run_async_from_unclaimed_thread > PASSED [ 27%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_contextvar_propagation[asyncio] > PASSED [ 27%] > tests/test_from_thread.py::TestRunAsyncFromThread::test_contextvar_propagation[asyncio+uvloop] > PASSED [ 28%] > tests/test_from_thread.py::TestRunSyncFromThread::test_run_sync_from_unclaimed_thread > PASSED [ 28%] > tests/test_from_thread.py::TestRunSyncFromThread::test_contextvar_propagation[asyncio] > PASSED [ 28%] > tests/test_from_thread.py::TestRunSyncFromThread::test_contextvar_propagation[asyncio+uvloop] > PASSED [ 28%] > tests/test_from_thread.py::TestBlockingPortal::test_successful_call[asyncio] > PASSED [ 28%] > tests/test_from_thread.py::TestBlockingPortal::test_successful_call[asyncio+uvloop] > PASSED [ 28%] > tests/test_from_thread.py::TestBlockingPortal::test_aexit_with_exception[asyncio] > PASSED [ 28%] > tests/test_from_thread.py::TestBlockingPortal::test_aexit_with_exception[asyncio+uvloop] > PASSED [ 28%] > tests/test_from_thread.py::TestBlockingPortal::test_aexit_without_exception[asyncio] > PASSED [ 29%] > tests/test_from_thread.py::TestBlockingPortal::test_aexit_without_exception[asyncio+uvloop] > PASSED [ 29%] > tests/test_from_thread.py::TestBlockingPortal::test_call_portal_from_event_loop_thread[asyncio] > PASSED [ 29%] > tests/test_from_thread.py::TestBlockingPortal::test_call_portal_from_event_loop_thread[asyncio+uvloop] > PASSED [ 29%] > tests/test_from_thread.py::TestBlockingPortal::test_start_with_new_event_loop[asyncio] > PASSED [ 29%] > tests/test_from_thread.py::TestBlockingPortal::test_start_with_new_event_loop[asyncio+uvloop] > PASSED [ 29%] > tests/test_from_thread.py::TestBlockingPortal::test_start_with_nonexistent_backend > PASSED [ 29%] > tests/test_from_thread.py::TestBlockingPortal::test_call_stopped_portal[asyncio] > PASSED [ 30%] > tests/test_from_thread.py::TestBlockingPortal::test_call_stopped_portal[asyncio+uvloop] > PASSED [ 30%] > tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon[asyncio] > PASSED [ 30%] > tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon[asyncio+uvloop] > PASSED [ 30%] > tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_cancel_later[asyncio] > PASSED [ 30%] > tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_cancel_later[asyncio+uvloop] > PASSED [ 30%] > tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_cancel_immediately[asyncio] > PASSED [ 30%] > tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_cancel_immediately[asyncio+uvloop] > PASSED [ 30%] > tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_with_name[asyncio] > PASSED [ 31%] > tests/test_from_thread.py::TestBlockingPortal::test_start_task_soon_with_name[asyncio+uvloop] > PASSED [ 31%] > tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_success[asyncio] > PASSED [ 31%] > tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_success[asyncio+uvloop] > PASSED [ 31%] > tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_error[asyncio] > PASSED [ 31%] > tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_error[asyncio+uvloop] > PASSED [ 31%] > tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_error_ignore[asyncio] > PASSED [ 31%] > tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_error_ignore[asyncio+uvloop] > PASSED [ 32%] > tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_exception_in_task_group[asyncio] > PASSED [ 32%] > tests/test_from_thread.py::TestBlockingPortal::test_async_context_manager_exception_in_task_group[asyncio+uvloop] > PASSED [ 32%] > tests/test_from_thread.py::TestBlockingPortal::test_start_no_value[asyncio] > PASSED [ 32%] > tests/test_from_thread.py::TestBlockingPortal::test_start_no_value[asyncio+uvloop] > PASSED [ 32%] > tests/test_from_thread.py::TestBlockingPortal::test_start_with_value[asyncio] > PASSED [ 32%] > tests/test_from_thread.py::TestBlockingPortal::test_start_with_value[asyncio+uvloop] > PASSED [ 32%] > tests/test_from_thread.py::TestBlockingPortal::test_start_crash_before_started_call[asyncio] > PASSED [ 32%] > tests/test_from_thread.py::TestBlockingPortal::test_start_crash_before_started_call[asyncio+uvloop] > PASSED [ 33%] > tests/test_from_thread.py::TestBlockingPortal::test_start_crash_after_started_call[asyncio] > PASSED [ 33%] > tests/test_from_thread.py::TestBlockingPortal::test_start_crash_after_started_call[asyncio+uvloop] > PASSED [ 33%] > tests/test_from_thread.py::TestBlockingPortal::test_start_no_started_call[asyncio] > PASSED [ 33%] > tests/test_from_thread.py::TestBlockingPortal::test_start_no_started_call[asyncio+uvloop] > PASSED [ 33%] > tests/test_from_thread.py::TestBlockingPortal::test_start_with_name[asyncio] > PASSED [ 33%] > tests/test_from_thread.py::TestBlockingPortal::test_start_with_name[asyncio+uvloop] > PASSED [ 33%] > tests/test_from_thread.py::TestBlockingPortal::test_contextvar_propagation_sync[asyncio] > PASSED [ 34%] > tests/test_from_thread.py::TestBlockingPortal::test_contextvar_propagation_sync[asyncio+uvloop] > PASSED [ 34%] > tests/test_from_thread.py::TestBlockingPortal::test_contextvar_propagation_async[asyncio] > PASSED [ 34%] > tests/test_from_thread.py::TestBlockingPortal::test_contextvar_propagation_async[asyncio+uvloop] > PASSED [ 34%] > tests/test_from_thread.py::TestBlockingPortal::test_asyncio_run_sync_called[asyncio] > PASSED [ 34%] > tests/test_lowlevel.py::test_checkpoint_if_cancelled[asyncio-False] PASSED [ > 34%] > tests/test_lowlevel.py::test_checkpoint_if_cancelled[asyncio-True] PASSED [ > 34%] > tests/test_lowlevel.py::test_checkpoint_if_cancelled[asyncio+uvloop-False] > PASSED [ 34%] > tests/test_lowlevel.py::test_checkpoint_if_cancelled[asyncio+uvloop-True] > PASSED [ 35%] > tests/test_lowlevel.py::test_cancel_shielded_checkpoint[asyncio-False] PASSED > [ 35%] > tests/test_lowlevel.py::test_cancel_shielded_checkpoint[asyncio-True] PASSED > [ 35%] > tests/test_lowlevel.py::test_cancel_shielded_checkpoint[asyncio+uvloop-False] > PASSED [ 35%] > tests/test_lowlevel.py::test_cancel_shielded_checkpoint[asyncio+uvloop-True] > PASSED [ 35%] > tests/test_lowlevel.py::test_checkpoint[asyncio-False] PASSED [ > 35%] > tests/test_lowlevel.py::test_checkpoint[asyncio-True] PASSED [ > 35%] > tests/test_lowlevel.py::test_checkpoint[asyncio+uvloop-False] PASSED [ > 36%] > tests/test_lowlevel.py::test_checkpoint[asyncio+uvloop-True] PASSED [ > 36%] > tests/test_lowlevel.py::TestRunVar::test_get_set[asyncio] PASSED [ > 36%] > tests/test_lowlevel.py::TestRunVar::test_get_set[asyncio+uvloop] PASSED [ > 36%] > tests/test_lowlevel.py::TestRunVar::test_reset_token_used_on_wrong_runvar[asyncio] > PASSED [ 36%] > tests/test_lowlevel.py::TestRunVar::test_reset_token_used_on_wrong_runvar[asyncio+uvloop] > PASSED [ 36%] > tests/test_lowlevel.py::TestRunVar::test_reset_token_used_twice[asyncio] > PASSED [ 36%] > tests/test_lowlevel.py::TestRunVar::test_reset_token_used_twice[asyncio+uvloop] > PASSED [ 36%] > tests/test_pytest_plugin.py::test_plugin PASSED [ > 37%] > tests/test_pytest_plugin.py::test_asyncio PASSED [ > 37%] > tests/test_pytest_plugin.py::test_autouse_async_fixture PASSED [ > 37%] > tests/test_pytest_plugin.py::test_cancel_scope_in_asyncgen_fixture PASSED [ > 37%] > tests/test_pytest_plugin.py::test_hypothesis_module_mark PASSED [ > 37%] > tests/test_pytest_plugin.py::test_hypothesis_function_mark PASSED [ > 37%] > tests/test_signals.py::test_receive_signals[asyncio] PASSED [ > 37%] > tests/test_signals.py::test_receive_signals[asyncio+uvloop] PASSED [ > 38%] > tests/test_signals.py::test_task_group_cancellation_open[asyncio] PASSED [ > 38%] > tests/test_signals.py::test_task_group_cancellation_open[asyncio+uvloop] > PASSED [ 38%] > tests/test_signals.py::test_task_group_cancellation_consume[asyncio] PASSED [ > 38%] > tests/test_signals.py::test_task_group_cancellation_consume[asyncio+uvloop] > PASSED [ 38%] > tests/test_sockets.py::TestTCPStream::test_extra_attributes[asyncio-ipv4] > PASSED [ 38%] > tests/test_sockets.py::TestTCPStream::test_extra_attributes[asyncio-ipv6] > PASSED [ 38%] > tests/test_sockets.py::TestTCPStream::test_extra_attributes[asyncio+uvloop-ipv4] > PASSED [ 38%] > tests/test_sockets.py::TestTCPStream::test_extra_attributes[asyncio+uvloop-ipv6] > PASSED [ 39%] > tests/test_sockets.py::TestTCPStream::test_send_receive[asyncio-ipv4] PASSED > [ 39%] > tests/test_sockets.py::TestTCPStream::test_send_receive[asyncio-ipv6] PASSED > [ 39%] > tests/test_sockets.py::TestTCPStream::test_send_receive[asyncio+uvloop-ipv4] > PASSED [ 39%] > tests/test_sockets.py::TestTCPStream::test_send_receive[asyncio+uvloop-ipv6] > PASSED [ 39%] > tests/test_sockets.py::TestTCPStream::test_send_large_buffer[asyncio-ipv4] > PASSED [ 39%] > tests/test_sockets.py::TestTCPStream::test_send_large_buffer[asyncio-ipv6] > PASSED [ 39%] > tests/test_sockets.py::TestTCPStream::test_send_large_buffer[asyncio+uvloop-ipv4] > PASSED [ 40%] > tests/test_sockets.py::TestTCPStream::test_send_large_buffer[asyncio+uvloop-ipv6] > PASSED [ 40%] > tests/test_sockets.py::TestTCPStream::test_send_eof[asyncio-ipv4] PASSED [ > 40%] > tests/test_sockets.py::TestTCPStream::test_send_eof[asyncio-ipv6] PASSED [ > 40%] > tests/test_sockets.py::TestTCPStream::test_send_eof[asyncio+uvloop-ipv4] > PASSED [ 40%] > tests/test_sockets.py::TestTCPStream::test_send_eof[asyncio+uvloop-ipv6] > PASSED [ 40%] > tests/test_sockets.py::TestTCPStream::test_iterate[asyncio-ipv4] PASSED [ > 40%] > tests/test_sockets.py::TestTCPStream::test_iterate[asyncio-ipv6] PASSED [ > 40%] > tests/test_sockets.py::TestTCPStream::test_iterate[asyncio+uvloop-ipv4] > PASSED [ 41%] > tests/test_sockets.py::TestTCPStream::test_iterate[asyncio+uvloop-ipv6] > PASSED [ 41%] > tests/test_sockets.py::TestTCPStream::test_socket_options[asyncio-ipv4] > PASSED [ 41%] > tests/test_sockets.py::TestTCPStream::test_socket_options[asyncio-ipv6] > PASSED [ 41%] > tests/test_sockets.py::TestTCPStream::test_socket_options[asyncio+uvloop-ipv4] > PASSED [ 41%] > tests/test_sockets.py::TestTCPStream::test_socket_options[asyncio+uvloop-ipv6] > PASSED [ 41%] > tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio-dualstack] > PASSED [ 41%] > tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio-ipv4] > PASSED [ 42%] > tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio-ipv6] > PASSED [ 42%] > tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio+uvloop-dualstack] > PASSED [ 42%] > tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio+uvloop-ipv4] > PASSED [ 42%] > tests/test_sockets.py::TestTCPStream::test_happy_eyeballs[asyncio+uvloop-ipv6] > PASSED [ 42%] > tests/test_sockets.py::TestTCPStream::test_connection_refused[asyncio-multi] > PASSED [ 42%] > tests/test_sockets.py::TestTCPStream::test_connection_refused[asyncio-single] > PASSED [ 42%] > tests/test_sockets.py::TestTCPStream::test_connection_refused[asyncio+uvloop-multi] > PASSED [ 42%] > tests/test_sockets.py::TestTCPStream::test_connection_refused[asyncio+uvloop-single] > PASSED [ 43%] > tests/test_sockets.py::TestTCPStream::test_receive_timeout[asyncio-ipv4] > PASSED [ 43%] > tests/test_sockets.py::TestTCPStream::test_receive_timeout[asyncio-ipv6] > PASSED [ 43%] > tests/test_sockets.py::TestTCPStream::test_receive_timeout[asyncio+uvloop-ipv4] > PASSED [ 43%] > tests/test_sockets.py::TestTCPStream::test_receive_timeout[asyncio+uvloop-ipv6] > PASSED [ 43%] > tests/test_sockets.py::TestTCPStream::test_concurrent_send[asyncio-ipv4] > PASSED [ 43%] > tests/test_sockets.py::TestTCPStream::test_concurrent_send[asyncio-ipv6] > PASSED [ 43%] > tests/test_sockets.py::TestTCPStream::test_concurrent_send[asyncio+uvloop-ipv4] > PASSED [ 44%] > tests/test_sockets.py::TestTCPStream::test_concurrent_send[asyncio+uvloop-ipv6] > PASSED [ 44%] > tests/test_sockets.py::TestTCPStream::test_concurrent_receive[asyncio-ipv4] > PASSED [ 44%] > tests/test_sockets.py::TestTCPStream::test_concurrent_receive[asyncio-ipv6] > PASSED [ 44%] > tests/test_sockets.py::TestTCPStream::test_concurrent_receive[asyncio+uvloop-ipv4] > PASSED [ 44%] > tests/test_sockets.py::TestTCPStream::test_concurrent_receive[asyncio+uvloop-ipv6] > PASSED [ 44%] > tests/test_sockets.py::TestTCPStream::test_close_during_receive[asyncio-ipv4] > PASSED [ 44%] > tests/test_sockets.py::TestTCPStream::test_close_during_receive[asyncio-ipv6] > PASSED [ 44%] > tests/test_sockets.py::TestTCPStream::test_close_during_receive[asyncio+uvloop-ipv4] > PASSED [ 45%] > tests/test_sockets.py::TestTCPStream::test_close_during_receive[asyncio+uvloop-ipv6] > PASSED [ 45%] > tests/test_sockets.py::TestTCPStream::test_receive_after_close[asyncio-ipv4] > PASSED [ 45%] > tests/test_sockets.py::TestTCPStream::test_receive_after_close[asyncio-ipv6] > PASSED [ 45%] > tests/test_sockets.py::TestTCPStream::test_receive_after_close[asyncio+uvloop-ipv4] > PASSED [ 45%] > tests/test_sockets.py::TestTCPStream::test_receive_after_close[asyncio+uvloop-ipv6] > PASSED [ 45%] > tests/test_sockets.py::TestTCPStream::test_send_after_close[asyncio-ipv4] > PASSED [ 45%] > tests/test_sockets.py::TestTCPStream::test_send_after_close[asyncio-ipv6] > PASSED [ 46%] > tests/test_sockets.py::TestTCPStream::test_send_after_close[asyncio+uvloop-ipv4] > PASSED [ 46%] > tests/test_sockets.py::TestTCPStream::test_send_after_close[asyncio+uvloop-ipv6] > PASSED [ 46%] > tests/test_sockets.py::TestTCPStream::test_send_after_peer_closed[asyncio-ipv4] > PASSED [ 46%] > tests/test_sockets.py::TestTCPStream::test_send_after_peer_closed[asyncio-ipv6] > PASSED [ 46%] > tests/test_sockets.py::TestTCPStream::test_send_after_peer_closed[asyncio+uvloop-ipv4] > PASSED [ 46%] > tests/test_sockets.py::TestTCPStream::test_send_after_peer_closed[asyncio+uvloop-ipv6] > PASSED [ 46%] > tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls[asyncio-ipv4] > PASSED [ 46%] > tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls[asyncio-ipv6] > PASSED [ 47%] > tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls[asyncio+uvloop-ipv4] > PASSED [ 47%] > tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls[asyncio+uvloop-ipv6] > PASSED [ 47%] > tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls_cert_check_fail[asyncio-ipv4] > PASSED [ 47%] > tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls_cert_check_fail[asyncio-ipv6] > PASSED [ 47%] > tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls_cert_check_fail[asyncio+uvloop-ipv4] > PASSED [ 47%] > tests/test_sockets.py::TestTCPStream::test_connect_tcp_with_tls_cert_check_fail[asyncio+uvloop-ipv6] > PASSED [ 47%] > tests/test_sockets.py::TestTCPStream::test_unretrieved_future_exception_server_crash[ipv4-asyncio] > PASSED [ 48%] > tests/test_sockets.py::TestTCPStream::test_unretrieved_future_exception_server_crash[ipv6-asyncio] > PASSED [ 48%] > tests/test_sockets.py::TestTCPListener::test_extra_attributes[asyncio-ipv4] > PASSED [ 48%] > tests/test_sockets.py::TestTCPListener::test_extra_attributes[asyncio-ipv6] > PASSED [ 48%] > tests/test_sockets.py::TestTCPListener::test_extra_attributes[asyncio+uvloop-ipv4] > PASSED [ 48%] > tests/test_sockets.py::TestTCPListener::test_extra_attributes[asyncio+uvloop-ipv6] > PASSED [ 48%] > tests/test_sockets.py::TestTCPListener::test_accept[asyncio-ipv4] PASSED [ > 48%] > tests/test_sockets.py::TestTCPListener::test_accept[asyncio-ipv6] PASSED [ > 48%] > tests/test_sockets.py::TestTCPListener::test_accept[asyncio-both] PASSED [ > 49%] > tests/test_sockets.py::TestTCPListener::test_accept[asyncio+uvloop-ipv4] > PASSED [ 49%] > tests/test_sockets.py::TestTCPListener::test_accept[asyncio+uvloop-ipv6] > PASSED [ 49%] > tests/test_sockets.py::TestTCPListener::test_accept[asyncio+uvloop-both] > PASSED [ 49%] > tests/test_sockets.py::TestTCPListener::test_accept_after_close[asyncio-ipv4] > PASSED [ 49%] > tests/test_sockets.py::TestTCPListener::test_accept_after_close[asyncio-ipv6] > PASSED [ 49%] > tests/test_sockets.py::TestTCPListener::test_accept_after_close[asyncio+uvloop-ipv4] > PASSED [ 49%] > tests/test_sockets.py::TestTCPListener::test_accept_after_close[asyncio+uvloop-ipv6] > PASSED [ 50%] > tests/test_sockets.py::TestTCPListener::test_socket_options[asyncio-ipv4] > PASSED [ 50%] > tests/test_sockets.py::TestTCPListener::test_socket_options[asyncio-ipv6] > PASSED [ 50%] > tests/test_sockets.py::TestTCPListener::test_socket_options[asyncio+uvloop-ipv4] > PASSED [ 50%] > tests/test_sockets.py::TestTCPListener::test_socket_options[asyncio+uvloop-ipv6] > PASSED [ 50%] > tests/test_sockets.py::TestTCPListener::test_reuse_port[asyncio-ipv4] PASSED > [ 50%] > tests/test_sockets.py::TestTCPListener::test_reuse_port[asyncio-ipv6] PASSED > [ 50%] > tests/test_sockets.py::TestTCPListener::test_reuse_port[asyncio+uvloop-ipv4] > PASSED [ 50%] > tests/test_sockets.py::TestTCPListener::test_reuse_port[asyncio+uvloop-ipv6] > PASSED [ 51%] > tests/test_sockets.py::TestTCPListener::test_close_from_other_task[asyncio-ipv4] > PASSED [ 51%] > tests/test_sockets.py::TestTCPListener::test_close_from_other_task[asyncio-ipv6] > PASSED [ 51%] > tests/test_sockets.py::TestTCPListener::test_close_from_other_task[asyncio+uvloop-ipv4] > PASSED [ 51%] > tests/test_sockets.py::TestTCPListener::test_close_from_other_task[asyncio+uvloop-ipv6] > PASSED [ 51%] > tests/test_sockets.py::TestTCPListener::test_send_after_eof[asyncio-ipv4] > PASSED [ 51%] > tests/test_sockets.py::TestTCPListener::test_send_after_eof[asyncio-ipv6] > PASSED [ 51%] > tests/test_sockets.py::TestTCPListener::test_send_after_eof[asyncio+uvloop-ipv4] > PASSED [ 51%] > tests/test_sockets.py::TestTCPListener::test_send_after_eof[asyncio+uvloop-ipv6] > PASSED [ 52%] > tests/test_sockets.py::TestUNIXStream::test_extra_attributes[asyncio] PASSED > [ 52%] > tests/test_sockets.py::TestUNIXStream::test_extra_attributes[asyncio+uvloop] > PASSED [ 52%] > tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio-str] PASSED > [ 52%] > tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio-path] PASSED > [ 52%] > tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio+uvloop-str] > PASSED [ 52%] > tests/test_sockets.py::TestUNIXStream::test_send_receive[asyncio+uvloop-path] > PASSED [ 52%] > tests/test_sockets.py::TestUNIXStream::test_send_large_buffer[asyncio] PASSED > [ 53%] > tests/test_sockets.py::TestUNIXStream::test_send_large_buffer[asyncio+uvloop] > PASSED [ 53%] > tests/test_sockets.py::TestUNIXStream::test_receive_fds[asyncio] PASSED [ > 53%] > tests/test_sockets.py::TestUNIXStream::test_receive_fds[asyncio+uvloop] > PASSED [ 53%] > tests/test_sockets.py::TestUNIXStream::test_receive_fds_bad_args[asyncio] > PASSED [ 53%] > tests/test_sockets.py::TestUNIXStream::test_receive_fds_bad_args[asyncio+uvloop] > PASSED [ 53%] > tests/test_sockets.py::TestUNIXStream::test_send_fds[asyncio] PASSED [ > 53%] > tests/test_sockets.py::TestUNIXStream::test_send_fds[asyncio+uvloop] PASSED [ > 53%] > tests/test_sockets.py::TestUNIXStream::test_send_eof[asyncio] PASSED [ > 54%] > tests/test_sockets.py::TestUNIXStream::test_send_eof[asyncio+uvloop] PASSED [ > 54%] > tests/test_sockets.py::TestUNIXStream::test_iterate[asyncio] PASSED [ > 54%] > tests/test_sockets.py::TestUNIXStream::test_iterate[asyncio+uvloop] PASSED [ > 54%] > tests/test_sockets.py::TestUNIXStream::test_send_fds_bad_args[asyncio] PASSED > [ 54%] > tests/test_sockets.py::TestUNIXStream::test_send_fds_bad_args[asyncio+uvloop] > PASSED [ 54%] > tests/test_sockets.py::TestUNIXStream::test_concurrent_send[asyncio] PASSED [ > 54%] > tests/test_sockets.py::TestUNIXStream::test_concurrent_send[asyncio+uvloop] > PASSED [ 55%] > tests/test_sockets.py::TestUNIXStream::test_concurrent_receive[asyncio] > PASSED [ 55%] > tests/test_sockets.py::TestUNIXStream::test_concurrent_receive[asyncio+uvloop] > PASSED [ 55%] > tests/test_sockets.py::TestUNIXStream::test_close_during_receive[asyncio] > PASSED [ 55%] > tests/test_sockets.py::TestUNIXStream::test_close_during_receive[asyncio+uvloop] > PASSED [ 55%] > tests/test_sockets.py::TestUNIXStream::test_receive_after_close[asyncio] > PASSED [ 55%] > tests/test_sockets.py::TestUNIXStream::test_receive_after_close[asyncio+uvloop] > PASSED [ 55%] > tests/test_sockets.py::TestUNIXStream::test_send_after_close[asyncio] PASSED > [ 55%] > tests/test_sockets.py::TestUNIXStream::test_send_after_close[asyncio+uvloop] > PASSED [ 56%] > tests/test_sockets.py::TestUNIXStream::test_cannot_connect[asyncio] PASSED [ > 56%] > tests/test_sockets.py::TestUNIXStream::test_cannot_connect[asyncio+uvloop] > PASSED [ 56%] > tests/test_sockets.py::TestUNIXListener::test_extra_attributes[asyncio] > PASSED [ 56%] > tests/test_sockets.py::TestUNIXListener::test_extra_attributes[asyncio+uvloop] > PASSED [ 56%] > tests/test_sockets.py::TestUNIXListener::test_accept[asyncio-str] PASSED [ > 56%] > tests/test_sockets.py::TestUNIXListener::test_accept[asyncio-path] PASSED [ > 56%] > tests/test_sockets.py::TestUNIXListener::test_accept[asyncio+uvloop-str] > PASSED [ 57%] > tests/test_sockets.py::TestUNIXListener::test_accept[asyncio+uvloop-path] > PASSED [ 57%] > tests/test_sockets.py::TestUNIXListener::test_socket_options[asyncio] PASSED > [ 57%] > tests/test_sockets.py::TestUNIXListener::test_socket_options[asyncio+uvloop] > PASSED [ 57%] > tests/test_sockets.py::TestUNIXListener::test_send_after_eof[asyncio] PASSED > [ 57%] > tests/test_sockets.py::TestUNIXListener::test_send_after_eof[asyncio+uvloop] > PASSED [ 57%] > tests/test_sockets.py::TestUNIXListener::test_bind_twice[asyncio] PASSED [ > 57%] > tests/test_sockets.py::TestUNIXListener::test_bind_twice[asyncio+uvloop] > PASSED [ 57%] > tests/test_sockets.py::test_multi_listener[asyncio] PASSED [ > 58%] > tests/test_sockets.py::test_multi_listener[asyncio+uvloop] PASSED [ > 58%] > tests/test_sockets.py::TestUDPSocket::test_extra_attributes[asyncio-ipv4] > PASSED [ 58%] > tests/test_sockets.py::TestUDPSocket::test_extra_attributes[asyncio-ipv6] > PASSED [ 58%] > tests/test_sockets.py::TestUDPSocket::test_extra_attributes[asyncio+uvloop-ipv4] > PASSED [ 58%] > tests/test_sockets.py::TestUDPSocket::test_extra_attributes[asyncio+uvloop-ipv6] > PASSED [ 58%] > tests/test_sockets.py::TestUDPSocket::test_send_receive[asyncio-ipv4] PASSED > [ 58%] > tests/test_sockets.py::TestUDPSocket::test_send_receive[asyncio-ipv6] PASSED > [ 59%] > tests/test_sockets.py::TestUDPSocket::test_send_receive[asyncio+uvloop-ipv4] > PASSED [ 59%] > tests/test_sockets.py::TestUDPSocket::test_send_receive[asyncio+uvloop-ipv6] > PASSED [ 59%] > tests/test_sockets.py::TestUDPSocket::test_iterate[asyncio-ipv4] PASSED [ > 59%] > tests/test_sockets.py::TestUDPSocket::test_iterate[asyncio-ipv6] PASSED [ > 59%] > tests/test_sockets.py::TestUDPSocket::test_iterate[asyncio+uvloop-ipv4] > PASSED [ 59%] > tests/test_sockets.py::TestUDPSocket::test_iterate[asyncio+uvloop-ipv6] > PASSED [ 59%] > tests/test_sockets.py::TestUDPSocket::test_reuse_port[asyncio-ipv4] PASSED [ > 59%] > tests/test_sockets.py::TestUDPSocket::test_reuse_port[asyncio-ipv6] PASSED [ > 60%] > tests/test_sockets.py::TestUDPSocket::test_reuse_port[asyncio+uvloop-ipv4] > PASSED [ 60%] > tests/test_sockets.py::TestUDPSocket::test_reuse_port[asyncio+uvloop-ipv6] > PASSED [ 60%] > tests/test_sockets.py::TestUDPSocket::test_concurrent_receive[asyncio-ipv4] > PASSED [ 60%] > tests/test_sockets.py::TestUDPSocket::test_concurrent_receive[asyncio-ipv6] > PASSED [ 60%] > tests/test_sockets.py::TestUDPSocket::test_concurrent_receive[asyncio+uvloop-ipv4] > PASSED [ 60%] > tests/test_sockets.py::TestUDPSocket::test_concurrent_receive[asyncio+uvloop-ipv6] > PASSED [ 60%] > tests/test_sockets.py::TestUDPSocket::test_close_during_receive[asyncio-ipv4] > PASSED [ 61%] > tests/test_sockets.py::TestUDPSocket::test_close_during_receive[asyncio-ipv6] > PASSED [ 61%] > tests/test_sockets.py::TestUDPSocket::test_close_during_receive[asyncio+uvloop-ipv4] > PASSED [ 61%] > tests/test_sockets.py::TestUDPSocket::test_close_during_receive[asyncio+uvloop-ipv6] > PASSED [ 61%] > tests/test_sockets.py::TestUDPSocket::test_receive_after_close[asyncio-ipv4] > PASSED [ 61%] > tests/test_sockets.py::TestUDPSocket::test_receive_after_close[asyncio-ipv6] > PASSED [ 61%] > tests/test_sockets.py::TestUDPSocket::test_receive_after_close[asyncio+uvloop-ipv4] > PASSED [ 61%] > tests/test_sockets.py::TestUDPSocket::test_receive_after_close[asyncio+uvloop-ipv6] > PASSED [ 61%] > tests/test_sockets.py::TestUDPSocket::test_send_after_close[asyncio-ipv4] > PASSED [ 62%] > tests/test_sockets.py::TestUDPSocket::test_send_after_close[asyncio-ipv6] > PASSED [ 62%] > tests/test_sockets.py::TestUDPSocket::test_send_after_close[asyncio+uvloop-ipv4] > PASSED [ 62%] > tests/test_sockets.py::TestUDPSocket::test_send_after_close[asyncio+uvloop-ipv6] > PASSED [ 62%] > tests/test_sockets.py::TestUDPSocket::test_create_unbound_socket[asyncio-ipv4] > PASSED [ 62%] > tests/test_sockets.py::TestUDPSocket::test_create_unbound_socket[asyncio-ipv6] > PASSED [ 62%] > tests/test_sockets.py::TestUDPSocket::test_create_unbound_socket[asyncio+uvloop-ipv4] > PASSED [ 62%] > tests/test_sockets.py::TestUDPSocket::test_create_unbound_socket[asyncio+uvloop-ipv6] > PASSED [ 63%] > tests/test_sockets.py::TestConnectedUDPSocket::test_extra_attributes[asyncio-ipv4] > PASSED [ 63%] > tests/test_sockets.py::TestConnectedUDPSocket::test_extra_attributes[asyncio-ipv6] > PASSED [ 63%] > tests/test_sockets.py::TestConnectedUDPSocket::test_extra_attributes[asyncio+uvloop-ipv4] > PASSED [ 63%] > tests/test_sockets.py::TestConnectedUDPSocket::test_extra_attributes[asyncio+uvloop-ipv6] > PASSED [ 63%] > tests/test_sockets.py::TestConnectedUDPSocket::test_send_receive[asyncio-ipv4] > PASSED [ 63%] > tests/test_sockets.py::TestConnectedUDPSocket::test_send_receive[asyncio-ipv6] > PASSED [ 63%] > tests/test_sockets.py::TestConnectedUDPSocket::test_send_receive[asyncio+uvloop-ipv4] > PASSED [ 63%] > tests/test_sockets.py::TestConnectedUDPSocket::test_send_receive[asyncio+uvloop-ipv6] > PASSED [ 64%] > tests/test_sockets.py::TestConnectedUDPSocket::test_iterate[asyncio-ipv4] > PASSED [ 64%] > tests/test_sockets.py::TestConnectedUDPSocket::test_iterate[asyncio-ipv6] > PASSED [ 64%] > tests/test_sockets.py::TestConnectedUDPSocket::test_iterate[asyncio+uvloop-ipv4] > PASSED [ 64%] > tests/test_sockets.py::TestConnectedUDPSocket::test_iterate[asyncio+uvloop-ipv6] > PASSED [ 64%] > tests/test_sockets.py::TestConnectedUDPSocket::test_reuse_port[asyncio-ipv4] > PASSED [ 64%] > tests/test_sockets.py::TestConnectedUDPSocket::test_reuse_port[asyncio-ipv6] > PASSED [ 64%] > tests/test_sockets.py::TestConnectedUDPSocket::test_reuse_port[asyncio+uvloop-ipv4] > PASSED [ 65%] > tests/test_sockets.py::TestConnectedUDPSocket::test_reuse_port[asyncio+uvloop-ipv6] > PASSED [ 65%] > tests/test_sockets.py::TestConnectedUDPSocket::test_concurrent_receive[asyncio-ipv4] > PASSED [ 65%] > tests/test_sockets.py::TestConnectedUDPSocket::test_concurrent_receive[asyncio-ipv6] > PASSED [ 65%] > tests/test_sockets.py::TestConnectedUDPSocket::test_concurrent_receive[asyncio+uvloop-ipv4] > PASSED [ 65%] > tests/test_sockets.py::TestConnectedUDPSocket::test_concurrent_receive[asyncio+uvloop-ipv6] > PASSED [ 65%] > tests/test_sockets.py::TestConnectedUDPSocket::test_close_during_receive[asyncio-ipv4] > PASSED [ 65%] > tests/test_sockets.py::TestConnectedUDPSocket::test_close_during_receive[asyncio-ipv6] > PASSED [ 65%] > tests/test_sockets.py::TestConnectedUDPSocket::test_close_during_receive[asyncio+uvloop-ipv4] > PASSED [ 66%] > tests/test_sockets.py::TestConnectedUDPSocket::test_close_during_receive[asyncio+uvloop-ipv6] > PASSED [ 66%] > tests/test_sockets.py::TestConnectedUDPSocket::test_receive_after_close[asyncio-ipv4] > PASSED [ 66%] > tests/test_sockets.py::TestConnectedUDPSocket::test_receive_after_close[asyncio-ipv6] > PASSED [ 66%] > tests/test_sockets.py::TestConnectedUDPSocket::test_receive_after_close[asyncio+uvloop-ipv4] > PASSED [ 66%] > tests/test_sockets.py::TestConnectedUDPSocket::test_receive_after_close[asyncio+uvloop-ipv6] > PASSED [ 66%] > tests/test_sockets.py::TestConnectedUDPSocket::test_send_after_close[asyncio-ipv4] > PASSED [ 66%] > tests/test_sockets.py::TestConnectedUDPSocket::test_send_after_close[asyncio-ipv6] > PASSED [ 67%] > tests/test_sockets.py::TestConnectedUDPSocket::test_send_after_close[asyncio+uvloop-ipv4] > PASSED [ 67%] > tests/test_sockets.py::TestConnectedUDPSocket::test_send_after_close[asyncio+uvloop-ipv6] > PASSED [ 67%] > tests/test_sockets.py::test_getaddrinfo[asyncio] PASSED [ > 67%] > tests/test_sockets.py::test_getaddrinfo[asyncio+uvloop] PASSED [ > 67%] > tests/test_sockets.py::test_getaddrinfo_ipv6addr[asyncio-SocketKind.SOCK_STREAM0] > PASSED [ 67%] > tests/test_sockets.py::test_getaddrinfo_ipv6addr[asyncio-SocketKind.SOCK_STREAM1] > PASSED [ 67%] > tests/test_sockets.py::test_getaddrinfo_ipv6addr[asyncio+uvloop-SocketKind.SOCK_STREAM0] > PASSED [ 67%] > tests/test_sockets.py::test_getaddrinfo_ipv6addr[asyncio+uvloop-SocketKind.SOCK_STREAM1] > PASSED [ 68%] > tests/test_sockets.py::test_getnameinfo[asyncio] PASSED [ > 68%] > tests/test_sockets.py::test_getnameinfo[asyncio+uvloop] PASSED [ > 68%] > tests/test_subprocesses.py::test_run_process[asyncio-shell] PASSED [ > 68%] > tests/test_subprocesses.py::test_run_process[asyncio-exec] PASSED [ > 68%] > tests/test_subprocesses.py::test_run_process[asyncio+uvloop-shell] PASSED [ > 68%] > tests/test_subprocesses.py::test_run_process[asyncio+uvloop-exec] PASSED [ > 68%] > tests/test_subprocesses.py::test_run_process_checked[asyncio] PASSED [ > 69%] > tests/test_subprocesses.py::test_run_process_checked[asyncio+uvloop] PASSED [ > 69%] > tests/test_subprocesses.py::test_terminate[asyncio] PASSED [ > 69%] > tests/test_subprocesses.py::test_terminate[asyncio+uvloop] PASSED [ > 69%] > tests/test_subprocesses.py::test_process_cwd[asyncio] PASSED [ > 69%] > tests/test_subprocesses.py::test_process_cwd[asyncio+uvloop] PASSED [ > 69%] > tests/test_subprocesses.py::test_process_env[asyncio] PASSED [ > 69%] > tests/test_subprocesses.py::test_process_env[asyncio+uvloop] PASSED [ > 69%] > tests/test_synchronization.py::TestLock::test_contextmanager[asyncio] PASSED > [ 70%] > tests/test_synchronization.py::TestLock::test_contextmanager[asyncio+uvloop] > PASSED [ 70%] > tests/test_synchronization.py::TestLock::test_manual_acquire[asyncio] PASSED > [ 70%] > tests/test_synchronization.py::TestLock::test_manual_acquire[asyncio+uvloop] > PASSED [ 70%] > tests/test_synchronization.py::TestLock::test_acquire_nowait[asyncio] PASSED > [ 70%] > tests/test_synchronization.py::TestLock::test_acquire_nowait[asyncio+uvloop] > PASSED [ 70%] > tests/test_synchronization.py::TestLock::test_acquire_nowait_wouldblock[asyncio] > PASSED [ 70%] > tests/test_synchronization.py::TestLock::test_acquire_nowait_wouldblock[asyncio+uvloop] > PASSED [ 71%] > tests/test_synchronization.py::TestLock::test_cancel_during_acquire[asyncio-releaselast] > PASSED [ 71%] > tests/test_synchronization.py::TestLock::test_cancel_during_acquire[asyncio-releasefirst] > PASSED [ 71%] > tests/test_synchronization.py::TestLock::test_cancel_during_acquire[asyncio+uvloop-releaselast] > PASSED [ 71%] > tests/test_synchronization.py::TestLock::test_cancel_during_acquire[asyncio+uvloop-releasefirst] > PASSED [ 71%] > tests/test_synchronization.py::TestLock::test_statistics[asyncio] PASSED [ > 71%] > tests/test_synchronization.py::TestLock::test_statistics[asyncio+uvloop] > PASSED [ 71%] > tests/test_synchronization.py::TestEvent::test_event[asyncio] PASSED [ > 71%] > tests/test_synchronization.py::TestEvent::test_event[asyncio+uvloop] PASSED [ > 72%] > tests/test_synchronization.py::TestEvent::test_event_cancel[asyncio] PASSED [ > 72%] > tests/test_synchronization.py::TestEvent::test_event_cancel[asyncio+uvloop] > PASSED [ 72%] > tests/test_synchronization.py::TestEvent::test_statistics[asyncio] PASSED [ > 72%] > tests/test_synchronization.py::TestEvent::test_statistics[asyncio+uvloop] > PASSED [ 72%] > tests/test_synchronization.py::TestCondition::test_contextmanager[asyncio] > PASSED [ 72%] > tests/test_synchronization.py::TestCondition::test_contextmanager[asyncio+uvloop] > PASSED [ 72%] > tests/test_synchronization.py::TestCondition::test_manual_acquire[asyncio] > PASSED [ 73%] > tests/test_synchronization.py::TestCondition::test_manual_acquire[asyncio+uvloop] > PASSED [ 73%] > tests/test_synchronization.py::TestCondition::test_acquire_nowait[asyncio] > PASSED [ 73%] > tests/test_synchronization.py::TestCondition::test_acquire_nowait[asyncio+uvloop] > PASSED [ 73%] > tests/test_synchronization.py::TestCondition::test_acquire_nowait_wouldblock[asyncio] > PASSED [ 73%] > tests/test_synchronization.py::TestCondition::test_acquire_nowait_wouldblock[asyncio+uvloop] > PASSED [ 73%] > tests/test_synchronization.py::TestCondition::test_wait_cancel[asyncio] > PASSED [ 73%] > tests/test_synchronization.py::TestCondition::test_wait_cancel[asyncio+uvloop] > PASSED [ 73%] > tests/test_synchronization.py::TestCondition::test_statistics[asyncio] PASSED > [ 74%] > tests/test_synchronization.py::TestCondition::test_statistics[asyncio+uvloop] > PASSED [ 74%] > tests/test_synchronization.py::TestSemaphore::test_contextmanager[asyncio] > PASSED [ 74%] > tests/test_synchronization.py::TestSemaphore::test_contextmanager[asyncio+uvloop] > PASSED [ 74%] > tests/test_synchronization.py::TestSemaphore::test_manual_acquire[asyncio] > PASSED [ 74%] > tests/test_synchronization.py::TestSemaphore::test_manual_acquire[asyncio+uvloop] > PASSED [ 74%] > tests/test_synchronization.py::TestSemaphore::test_acquire_nowait[asyncio] > PASSED [ 74%] > tests/test_synchronization.py::TestSemaphore::test_acquire_nowait[asyncio+uvloop] > PASSED [ 75%] > tests/test_synchronization.py::TestSemaphore::test_cancel_during_acquire[asyncio-releaselast] > PASSED [ 75%] > tests/test_synchronization.py::TestSemaphore::test_cancel_during_acquire[asyncio-releasefirst] > PASSED [ 75%] > tests/test_synchronization.py::TestSemaphore::test_cancel_during_acquire[asyncio+uvloop-releaselast] > PASSED [ 75%] > tests/test_synchronization.py::TestSemaphore::test_cancel_during_acquire[asyncio+uvloop-releasefirst] > PASSED [ 75%] > tests/test_synchronization.py::TestSemaphore::test_max_value[asyncio-2] > PASSED [ 75%] > tests/test_synchronization.py::TestSemaphore::test_max_value[asyncio-None] > PASSED [ 75%] > tests/test_synchronization.py::TestSemaphore::test_max_value[asyncio+uvloop-2] > PASSED [ 75%] > tests/test_synchronization.py::TestSemaphore::test_max_value[asyncio+uvloop-None] > PASSED [ 76%] > tests/test_synchronization.py::TestSemaphore::test_max_value_exceeded[asyncio] > PASSED [ 76%] > tests/test_synchronization.py::TestSemaphore::test_max_value_exceeded[asyncio+uvloop] > PASSED [ 76%] > tests/test_synchronization.py::TestSemaphore::test_statistics[asyncio] PASSED > [ 76%] > tests/test_synchronization.py::TestSemaphore::test_statistics[asyncio+uvloop] > PASSED [ 76%] > tests/test_synchronization.py::TestSemaphore::test_acquire_race[asyncio] > PASSED [ 76%] > tests/test_synchronization.py::TestSemaphore::test_acquire_race[asyncio+uvloop] > PASSED [ 76%] > tests/test_synchronization.py::TestCapacityLimiter::test_bad_init_type[asyncio] > PASSED [ 76%] > tests/test_synchronization.py::TestCapacityLimiter::test_bad_init_type[asyncio+uvloop] > PASSED [ 77%] > tests/test_synchronization.py::TestCapacityLimiter::test_bad_init_value[asyncio] > PASSED [ 77%] > tests/test_synchronization.py::TestCapacityLimiter::test_bad_init_value[asyncio+uvloop] > PASSED [ 77%] > tests/test_synchronization.py::TestCapacityLimiter::test_borrow[asyncio] > PASSED [ 77%] > tests/test_synchronization.py::TestCapacityLimiter::test_borrow[asyncio+uvloop] > PASSED [ 77%] > tests/test_synchronization.py::TestCapacityLimiter::test_limit[asyncio] > PASSED [ 77%] > tests/test_synchronization.py::TestCapacityLimiter::test_limit[asyncio+uvloop] > PASSED [ 77%] > tests/test_synchronization.py::TestCapacityLimiter::test_borrow_twice[asyncio] > PASSED [ 78%] > tests/test_synchronization.py::TestCapacityLimiter::test_borrow_twice[asyncio+uvloop] > PASSED [ 78%] > tests/test_synchronization.py::TestCapacityLimiter::test_bad_release[asyncio] > PASSED [ 78%] > tests/test_synchronization.py::TestCapacityLimiter::test_bad_release[asyncio+uvloop] > PASSED [ 78%] > tests/test_synchronization.py::TestCapacityLimiter::test_increase_tokens[asyncio] > PASSED [ 78%] > tests/test_synchronization.py::TestCapacityLimiter::test_increase_tokens[asyncio+uvloop] > PASSED [ 78%] > tests/test_synchronization.py::TestCapacityLimiter::test_current_default_thread_limiter[asyncio] > PASSED [ 78%] > tests/test_synchronization.py::TestCapacityLimiter::test_current_default_thread_limiter[asyncio+uvloop] > PASSED [ 78%] > tests/test_synchronization.py::TestCapacityLimiter::test_statistics[asyncio] > PASSED [ 79%] > tests/test_synchronization.py::TestCapacityLimiter::test_statistics[asyncio+uvloop] > PASSED [ 79%] > tests/test_to_process.py::test_run_sync_in_process_pool[asyncio] PASSED [ > 79%] > tests/test_to_process.py::test_run_sync_in_process_pool[asyncio+uvloop] > PASSED [ 79%] > tests/test_to_process.py::test_identical_sys_path[asyncio] PASSED [ > 79%] > tests/test_to_process.py::test_identical_sys_path[asyncio+uvloop] PASSED [ > 79%] > tests/test_to_process.py::test_partial[asyncio] PASSED [ > 79%] > tests/test_to_process.py::test_partial[asyncio+uvloop] PASSED [ > 80%] > tests/test_to_process.py::test_exception[asyncio] PASSED [ > 80%] > tests/test_to_process.py::test_exception[asyncio+uvloop] PASSED [ > 80%] > tests/test_to_process.py::test_print[asyncio] PASSED [ > 80%] > tests/test_to_process.py::test_print[asyncio+uvloop] PASSED [ > 80%] > tests/test_to_process.py::test_cancel_before[asyncio] PASSED [ > 80%] > tests/test_to_process.py::test_cancel_before[asyncio+uvloop] PASSED [ > 80%] > tests/test_to_process.py::test_cancel_during[asyncio] PASSED [ > 80%] > tests/test_to_process.py::test_cancel_during[asyncio+uvloop] PASSED [ > 81%] > tests/test_to_thread.py::test_run_in_thread_cancelled[asyncio] PASSED [ > 81%] > tests/test_to_thread.py::test_run_in_thread_cancelled[asyncio+uvloop] PASSED > [ 81%] > tests/test_to_thread.py::test_run_in_thread_exception[asyncio] PASSED [ > 81%] > tests/test_to_thread.py::test_run_in_thread_exception[asyncio+uvloop] PASSED > [ 81%] > tests/test_to_thread.py::test_run_in_custom_limiter[asyncio] PASSED [ > 81%] > tests/test_to_thread.py::test_run_in_custom_limiter[asyncio+uvloop] PASSED [ > 81%] > tests/test_to_thread.py::test_cancel_worker_thread[asyncio-uncancellable] > PASSED [ 82%] > tests/test_to_thread.py::test_cancel_worker_thread[asyncio-cancellable] > PASSED [ 82%] > tests/test_to_thread.py::test_cancel_worker_thread[asyncio+uvloop-uncancellable] > PASSED [ 82%] > tests/test_to_thread.py::test_cancel_worker_thread[asyncio+uvloop-cancellable] > PASSED [ 82%] > tests/test_to_thread.py::test_cancel_wait_on_thread[asyncio] PASSED [ > 82%] > tests/test_to_thread.py::test_cancel_wait_on_thread[asyncio+uvloop] PASSED [ > 82%] > tests/test_to_thread.py::test_contextvar_propagation[asyncio] PASSED [ > 82%] > tests/test_to_thread.py::test_contextvar_propagation[asyncio+uvloop] PASSED [ > 82%] > tests/test_to_thread.py::test_asynclib_detection[asyncio] PASSED [ > 83%] > tests/test_to_thread.py::test_asynclib_detection[asyncio+uvloop] PASSED [ > 83%] > tests/test_to_thread.py::test_asyncio_cancel_native_task[asyncio] PASSED [ > 83%] > tests/test_to_thread.py::test_asyncio_no_root_task PASSED [ > 83%] > tests/test_to_thread.py::test_asyncio_future_callback_partial PASSED [ > 83%] > tests/test_to_thread.py::test_asyncio_run_sync_no_asyncio_run PASSED [ > 83%] > tests/test_to_thread.py::test_asyncio_run_sync_multiple PASSED [ > 83%] > tests/test_to_thread.py::test_asyncio_no_recycle_stopping_worker PASSED [ > 84%] > tests/streams/test_buffered.py::test_receive_exactly[asyncio] PASSED [ > 84%] > tests/streams/test_buffered.py::test_receive_exactly[asyncio+uvloop] PASSED [ > 84%] > tests/streams/test_buffered.py::test_receive_exactly_incomplete[asyncio] > PASSED [ 84%] > tests/streams/test_buffered.py::test_receive_exactly_incomplete[asyncio+uvloop] > PASSED [ 84%] > tests/streams/test_buffered.py::test_receive_until[asyncio] PASSED [ > 84%] > tests/streams/test_buffered.py::test_receive_until[asyncio+uvloop] PASSED [ > 84%] > tests/streams/test_buffered.py::test_receive_until_incomplete[asyncio] PASSED > [ 84%] > tests/streams/test_buffered.py::test_receive_until_incomplete[asyncio+uvloop] > PASSED [ 85%] > tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio-str] > PASSED [ 85%] > tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio-path] > PASSED [ 85%] > tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+uvloop-str] > PASSED [ 85%] > tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+uvloop-path] > PASSED [ 85%] > tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio] > PASSED [ 85%] > tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio+uvloop] > PASSED [ 85%] > tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio] > PASSED [ 86%] > tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio+uvloop] > PASSED [ 86%] > tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio] PASSED [ > 86%] > tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio+uvloop] > PASSED [ 86%] > tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio] > PASSED [ 86%] > tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio+uvloop] > PASSED [ 86%] > tests/streams/test_file.py::TestFileWriteStream::test_write_file[asyncio] > PASSED [ 86%] > tests/streams/test_file.py::TestFileWriteStream::test_write_file[asyncio+uvloop] > PASSED [ 86%] > tests/streams/test_file.py::TestFileWriteStream::test_append_file[asyncio] > PASSED [ 87%] > tests/streams/test_file.py::TestFileWriteStream::test_append_file[asyncio+uvloop] > PASSED [ 87%] > tests/streams/test_file.py::TestFileWriteStream::test_write_after_close[asyncio] > PASSED [ 87%] > tests/streams/test_file.py::TestFileWriteStream::test_write_after_close[asyncio+uvloop] > PASSED [ 87%] > tests/streams/test_file.py::TestFileWriteStream::test_extra_attributes[asyncio] > PASSED [ 87%] > tests/streams/test_file.py::TestFileWriteStream::test_extra_attributes[asyncio+uvloop] > PASSED [ 87%] > tests/streams/test_memory.py::test_invalid_max_buffer PASSED [ > 87%] > tests/streams/test_memory.py::test_negative_max_buffer PASSED [ > 88%] > tests/streams/test_memory.py::test_receive_then_send[asyncio] PASSED [ > 88%] > tests/streams/test_memory.py::test_receive_then_send[asyncio+uvloop] PASSED [ > 88%] > tests/streams/test_memory.py::test_receive_then_send_nowait[asyncio] PASSED [ > 88%] > tests/streams/test_memory.py::test_receive_then_send_nowait[asyncio+uvloop] > PASSED [ 88%] > tests/streams/test_memory.py::test_send_then_receive_nowait[asyncio] PASSED [ > 88%] > tests/streams/test_memory.py::test_send_then_receive_nowait[asyncio+uvloop] > PASSED [ 88%] > tests/streams/test_memory.py::test_send_is_unblocked_after_receive_nowait[asyncio] > PASSED [ 88%] > tests/streams/test_memory.py::test_send_is_unblocked_after_receive_nowait[asyncio+uvloop] > PASSED [ 89%] > tests/streams/test_memory.py::test_send_nowait_then_receive_nowait[asyncio] > PASSED [ 89%] > tests/streams/test_memory.py::test_send_nowait_then_receive_nowait[asyncio+uvloop] > PASSED [ 89%] > tests/streams/test_memory.py::test_iterate[asyncio] PASSED [ > 89%] > tests/streams/test_memory.py::test_iterate[asyncio+uvloop] PASSED [ > 89%] > tests/streams/test_memory.py::test_receive_send_closed_send_stream[asyncio] > PASSED [ 89%] > tests/streams/test_memory.py::test_receive_send_closed_send_stream[asyncio+uvloop] > PASSED [ 89%] > tests/streams/test_memory.py::test_receive_send_closed_receive_stream[asyncio] > PASSED [ 90%] > tests/streams/test_memory.py::test_receive_send_closed_receive_stream[asyncio+uvloop] > PASSED [ 90%] > tests/streams/test_memory.py::test_cancel_receive[asyncio] PASSED [ > 90%] > tests/streams/test_memory.py::test_cancel_receive[asyncio+uvloop] PASSED [ > 90%] > tests/streams/test_memory.py::test_cancel_send[asyncio] PASSED [ > 90%] > tests/streams/test_memory.py::test_cancel_send[asyncio+uvloop] PASSED [ > 90%] > tests/streams/test_memory.py::test_clone[asyncio] PASSED [ > 90%] > tests/streams/test_memory.py::test_clone[asyncio+uvloop] PASSED [ > 90%] > tests/streams/test_memory.py::test_clone_closed[asyncio] PASSED [ > 91%] > tests/streams/test_memory.py::test_clone_closed[asyncio+uvloop] PASSED [ > 91%] > tests/streams/test_memory.py::test_close_send_while_receiving[asyncio] PASSED > [ 91%] > tests/streams/test_memory.py::test_close_send_while_receiving[asyncio+uvloop] > PASSED [ 91%] > tests/streams/test_memory.py::test_close_receive_while_sending[asyncio] > PASSED [ 91%] > tests/streams/test_memory.py::test_close_receive_while_sending[asyncio+uvloop] > PASSED [ 91%] > tests/streams/test_memory.py::test_receive_after_send_closed[asyncio] PASSED > [ 91%] > tests/streams/test_memory.py::test_receive_after_send_closed[asyncio+uvloop] > PASSED [ 92%] > tests/streams/test_memory.py::test_receive_when_cancelled[asyncio] PASSED [ > 92%] > tests/streams/test_memory.py::test_receive_when_cancelled[asyncio+uvloop] > PASSED [ 92%] > tests/streams/test_memory.py::test_send_when_cancelled[asyncio] PASSED [ > 92%] > tests/streams/test_memory.py::test_send_when_cancelled[asyncio+uvloop] PASSED > [ 92%] > tests/streams/test_memory.py::test_cancel_during_receive[asyncio] PASSED [ > 92%] > tests/streams/test_memory.py::test_cancel_during_receive[asyncio+uvloop] > PASSED [ 92%] > tests/streams/test_memory.py::test_close_receive_after_send[asyncio] PASSED [ > 92%] > tests/streams/test_memory.py::test_close_receive_after_send[asyncio+uvloop] > PASSED [ 93%] > tests/streams/test_memory.py::test_statistics[asyncio] PASSED [ > 93%] > tests/streams/test_memory.py::test_statistics[asyncio+uvloop] PASSED [ > 93%] > tests/streams/test_memory.py::test_sync_close[asyncio] PASSED [ > 93%] > tests/streams/test_memory.py::test_sync_close[asyncio+uvloop] PASSED [ > 93%] > tests/streams/test_stapled.py::TestStapledByteStream::test_receive_send[asyncio] > PASSED [ 93%] > tests/streams/test_stapled.py::TestStapledByteStream::test_receive_send[asyncio+uvloop] > PASSED [ 93%] > tests/streams/test_stapled.py::TestStapledByteStream::test_send_eof[asyncio] > PASSED [ 94%] > tests/streams/test_stapled.py::TestStapledByteStream::test_send_eof[asyncio+uvloop] > PASSED [ 94%] > tests/streams/test_stapled.py::TestStapledByteStream::test_aclose[asyncio] > PASSED [ 94%] > tests/streams/test_stapled.py::TestStapledByteStream::test_aclose[asyncio+uvloop] > PASSED [ 94%] > tests/streams/test_stapled.py::TestStapledObjectStream::test_receive_send[asyncio] > PASSED [ 94%] > tests/streams/test_stapled.py::TestStapledObjectStream::test_receive_send[asyncio+uvloop] > PASSED [ 94%] > tests/streams/test_stapled.py::TestStapledObjectStream::test_send_eof[asyncio] > PASSED [ 94%] > tests/streams/test_stapled.py::TestStapledObjectStream::test_send_eof[asyncio+uvloop] > PASSED [ 94%] > tests/streams/test_stapled.py::TestStapledObjectStream::test_aclose[asyncio] > PASSED [ 95%] > tests/streams/test_stapled.py::TestStapledObjectStream::test_aclose[asyncio+uvloop] > PASSED [ 95%] > tests/streams/test_text.py::test_receive[asyncio] PASSED [ > 95%] > tests/streams/test_text.py::test_receive[asyncio+uvloop] PASSED [ > 95%] > tests/streams/test_text.py::test_send[asyncio] PASSED [ > 95%] > tests/streams/test_text.py::test_send[asyncio+uvloop] PASSED [ > 95%] > tests/streams/test_text.py::test_receive_encoding_error[asyncio] PASSED [ > 95%] > tests/streams/test_text.py::test_receive_encoding_error[asyncio+uvloop] > PASSED [ 96%] > tests/streams/test_text.py::test_send_encoding_error[asyncio] PASSED [ > 96%] > tests/streams/test_text.py::test_send_encoding_error[asyncio+uvloop] PASSED [ > 96%] > tests/streams/test_text.py::test_bidirectional_stream[asyncio] PASSED [ > 96%] > tests/streams/test_text.py::test_bidirectional_stream[asyncio+uvloop] PASSED > [ 96%] > tests/streams/test_tls.py::TestTLSStream::test_send_receive[asyncio] PASSED [ > 96%] > tests/streams/test_tls.py::TestTLSStream::test_send_receive[asyncio+uvloop] > PASSED [ 96%] > tests/streams/test_tls.py::TestTLSStream::test_extra_attributes[asyncio] > PASSED [ 96%] > tests/streams/test_tls.py::TestTLSStream::test_extra_attributes[asyncio+uvloop] > PASSED [ 97%] > tests/streams/test_tls.py::TestTLSStream::test_unwrap[asyncio] PASSED [ > 97%] > tests/streams/test_tls.py::TestTLSStream::test_unwrap[asyncio+uvloop] PASSED > [ 97%] > tests/streams/test_tls.py::TestTLSStream::test_alpn_negotiation[asyncio] > PASSED [ 97%] > tests/streams/test_tls.py::TestTLSStream::test_alpn_negotiation[asyncio+uvloop] > PASSED [ 97%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio-both_standard] > PASSED [ 97%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio-server_standard] > PASSED [ 97%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio-client_standard] > PASSED [ 98%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio-neither_standard] > PASSED [ 98%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio+uvloop-both_standard] > PASSED [ 98%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio+uvloop-server_standard] > PASSED [ 98%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio+uvloop-client_standard] > PASSED [ 98%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eofs[asyncio+uvloop-neither_standard] > PASSED [ 98%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eof_on_receive[asyncio] > PASSED [ 98%] > tests/streams/test_tls.py::TestTLSStream::test_ragged_eof_on_receive[asyncio+uvloop] > PASSED [ 98%] > tests/streams/test_tls.py::TestTLSStream::test_receive_send_after_eof[asyncio] > PASSED [ 99%] > tests/streams/test_tls.py::TestTLSStream::test_receive_send_after_eof[asyncio+uvloop] > PASSED [ 99%] > tests/streams/test_tls.py::TestTLSStream::test_send_eof_not_implemented[asyncio-tlsv13] > PASSED [ 99%] > tests/streams/test_tls.py::TestTLSStream::test_send_eof_not_implemented[asyncio-tlsv12] > PASSED [ 99%] > tests/streams/test_tls.py::TestTLSStream::test_send_eof_not_implemented[asyncio+uvloop-tlsv13] > PASSED [ 99%] > tests/streams/test_tls.py::TestTLSStream::test_send_eof_not_implemented[asyncio+uvloop-tlsv12] > PASSED [ 99%] > tests/streams/test_tls.py::TestTLSListener::test_handshake_fail[asyncio] > PASSED [ 99%] > tests/streams/test_tls.py::TestTLSListener::test_handshake_fail[asyncio+uvloop] > PASSED [100%] > > =========================== short test summary info > ============================ > SKIPPED [1] tests/test_taskgroups.py:57: could not import 'trio': No module > named 'trio' > SKIPPED [1] tests/test_fileio.py:119: Drive only makes sense on Windows > SKIPPED [1] tests/test_fileio.py:159: Only makes sense on Windows > SKIPPED [2] tests/test_fileio.py:318: os.lchmod() is not available > ================ 748 passed, 5 skipped, 2 deselected in 15.91s > ================= > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > create-stamp debian/debhelper-build-stamp > dh_testroot -O--buildsystem=pybuild > dh_prep -O--buildsystem=pybuild > dh_auto_install --destdir=debian/python3-anyio/ -O--buildsystem=pybuild > I: pybuild base:237: /usr/bin/python3 setup.py install --root > /<<PKGBUILDDIR>>/debian/python3-anyio > running install > /usr/lib/python3/dist-packages/setuptools/command/install.py:34: > SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and > pip and other standards-based tools. > warnings.warn( > running build > running build_py > running install_lib > creating /<<PKGBUILDDIR>>/debian/python3-anyio/usr > creating /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib > creating /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9 > creating /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__init__.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__init__.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/buffered.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/text.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/stapled.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/file.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/tls.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/memory.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/__init__.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/__init__.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/stapled.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/stapled.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/text.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/buffered.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/file.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/tls.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/memory.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/tls.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/memory.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/streams/__pycache__/buffered.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__pycache__ > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__init__.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/_subprocesses.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/_streams.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/_testing.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/_resources.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/_tasks.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/_sockets.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/__init__.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_testing.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_resources.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/__init__.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_streams.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_sockets.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_resources.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_subprocesses.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_streams.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_tasks.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_testing.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_subprocesses.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_sockets.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/abc/__pycache__/_tasks.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__pycache__ > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/py.typed -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/to_thread.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/pytest_plugin.py > -> /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__init__.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_subprocesses.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_streams.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_typedattr.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_synchronization.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_fileio.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_testing.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_resources.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_eventloop.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_compat.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_tasks.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_signals.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_sockets.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/__init__.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_exceptions.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_testing.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_resources.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/__init__.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_typedattr.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_streams.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_sockets.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_resources.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_synchronization.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_compat.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_fileio.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_subprocesses.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_streams.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_eventloop.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_tasks.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_testing.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_signals.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_eventloop.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_fileio.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_synchronization.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_subprocesses.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_signals.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_typedattr.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_exceptions.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_sockets.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_tasks.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/__pycache__/_compat.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_core/_exceptions.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_backends/__init__.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_backends/_asyncio.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_backends/_trio.py > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_backends/__pycache__/__init__.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/_backends/__pycache__/_asyncio.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends/__pycache__ > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/lowlevel.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/to_process.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio > copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/from_thread.py -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/__init__.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/from_thread.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/__init__.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/to_thread.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/to_process.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/lowlevel.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/to_thread.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/lowlevel.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/to_process.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/from_thread.cpython-39.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/anyio/__pycache__/pytest_plugin.cpython-39-pytest-6.2.5.pyc > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__pycache__ > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/.hypothesis > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/.hypothesis/examples > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/.hypothesis/examples/0701343892a0009b > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/.hypothesis/examples/0701343892a0009b/38b060a751ac9638 > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/.hypothesis/examples/0701343892a0009b > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/.hypothesis/examples/3a11564b20ceb8b6 > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/.hypothesis/examples/3a11564b20ceb8b6/38b060a751ac9638 > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/.hypothesis/examples/3a11564b20ceb8b6 > creating > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/.hypothesis/examples/2198754e26e4b1cf > copying > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/.hypothesis/examples/2198754e26e4b1cf/38b060a751ac9638 > -> > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/.hypothesis/examples/2198754e26e4b1cf > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/__init__.py > to __init__.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/__init__.py > to __init__.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/buffered.py > to buffered.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/text.py > to text.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/stapled.py > to stapled.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/file.py > to file.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/tls.py > to tls.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/streams/memory.py > to memory.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/__init__.py > to __init__.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/_subprocesses.py > to _subprocesses.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/_streams.py > to _streams.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/_testing.py > to _testing.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/_resources.py > to _resources.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/_tasks.py > to _tasks.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/abc/_sockets.py > to _sockets.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/to_thread.py > to to_thread.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/pytest_plugin.py > to pytest_plugin.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/__init__.py > to __init__.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_subprocesses.py > to _subprocesses.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_streams.py > to _streams.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_typedattr.py > to _typedattr.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_synchronization.py > to _synchronization.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_fileio.py > to _fileio.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_testing.py > to _testing.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_resources.py > to _resources.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_eventloop.py > to _eventloop.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_compat.py > to _compat.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_tasks.py > to _tasks.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_signals.py > to _signals.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_sockets.py > to _sockets.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_core/_exceptions.py > to _exceptions.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends/__init__.py > to __init__.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py > to _asyncio.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/_backends/_trio.py > to _trio.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/lowlevel.py > to lowlevel.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/to_process.py > to to_process.cpython-39.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio/from_thread.py > to from_thread.cpython-39.pyc > running install_egg_info > running egg_info > creating src/anyio.egg-info > writing src/anyio.egg-info/PKG-INFO > writing dependency_links to src/anyio.egg-info/dependency_links.txt > writing entry points to src/anyio.egg-info/entry_points.txt > writing requirements to src/anyio.egg-info/requires.txt > writing top-level names to src/anyio.egg-info/top_level.txt > writing manifest file 'src/anyio.egg-info/SOURCES.txt' > reading manifest file 'src/anyio.egg-info/SOURCES.txt' > adding license file 'LICENSE' > writing manifest file 'src/anyio.egg-info/SOURCES.txt' > Copying src/anyio.egg-info to > /<<PKGBUILDDIR>>/debian/python3-anyio/usr/lib/python3.9/dist-packages/anyio-3.4.0.egg-info > Skipping SOURCES.txt > running install_scripts > dh_installdocs -O--buildsystem=pybuild > dh_installchangelogs -O--buildsystem=pybuild > dh_python3 -O--buildsystem=pybuild > I: dh_python3 pydist:313: Cannot find package that provides contextvars. > Please add package that provides it to Build-Depends or add "contextvars > python3-contextvars" line to debian/py3dist-overrides or add proper > dependency to Depends by hand and ignore this info. > Traceback (most recent call last): > File "/usr/bin/dh_python3", line 280, in <module> > main() > File "/usr/bin/dh_python3", line 201, in main > dependencies.parse(stats, options) > File "/usr/share/dh-python/dhpython/depends.py", line 242, in parse > deps = parse_pydep(self.impl, fn, bdep=self.bdep, **section_options) > File "/usr/share/dh-python/dhpython/pydist.py", line 522, in parse_pydep > for part in dependency.split(',')) > AttributeError: 'NoneType' object has no attribute 'split' > make: *** [debian/rules:8: binary] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/12/20/python-anyio_3.4.0-1_unstable.log 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 marking 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.

