This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-11-15.16:48:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573836528.18.0.349305867542.issue38276@roundup.psfhosted.org>
In-reply-to
Content
AMD64 Fedora Stable Refleaks 3.8:
https://buildbot.python.org/all/#/builders/260/builds/50

...
test_devnull_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_devnull_output (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_exec_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_shell_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
Timeout (3:15:00)!
Thread 0x00007f59c7bf0740 (most recent call first):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.refleak/build/Lib/selectors.py", line 468 in select
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.refleak/build/Lib/asyncio/base_events.py", line 1808 in _run_once
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.refleak/build/Lib/asyncio/base_events.py", line 563 in run_forever
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.refleak/build/Lib/asyncio/base_events.py", line 595 in run_until_complete
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_asyncio/test_subprocess.py", line 440 in test_cancel_make_subprocess_transport_exec
  (...)
History
Date User Action Args
2019-11-15 16:48:48vstinnersetrecipients: + vstinner
2019-11-15 16:48:48vstinnersetmessageid: <1573836528.18.0.349305867542.issue38276@roundup.psfhosted.org>
2019-11-15 16:48:48vstinnerlinkissue38276 messages
2019-11-15 16:48:48vstinnercreate