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 2017-09-28.08:12:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506586320.86.0.466225441844.issue31424@psf.upfronthosting.co.za>
In-reply-to
Content
New failure:

http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%203.x/builds/1093/steps/test/logs/stdio

...

running: test_socket (238364 sec)
running: test_socket (238394 sec)
running: test_socket (238424 sec)
running: test_socket (238454 sec)
running: test_socket (238484 sec)
running: test_socket (238514 sec)
2 days, 18:18:45 load avg: 0.37 [407/407] test_socket interrupted
sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 38049)>


Test suite interrupted by signal SIGINT.
1 test omitted:
    test_socket
396 tests OK.

10 tests skipped:
    test_asdl_parser test_devpoll test_gdb test_kqueue test_msilib
    test_startfile test_winconsoleio test_winreg test_winsound
    test_zipfile64

Total duration: 3978 min 46 sec
Tests result: INTERRUPTED
program finished with exit code 130
elapsedTime=238725.770805


I guess that Zachary killed again the process.

Zach: Next time, try to send a SIGUSR1 since regrtest installs a signal handler for this signal, to dump the Python traceback. SIGUSR1 doesn't stop the process, it only dumps the traceback. You should send a following SIGINT/SIGTERM to stop the process. But I never tried this, I don't know if it works.

regrtest should do this automatically after TIMEOUT seconds: bpo-30884.
History
Date User Action Args
2017-09-28 08:12:00vstinnersetrecipients: + vstinner
2017-09-28 08:12:00vstinnersetmessageid: <1506586320.86.0.466225441844.issue31424@psf.upfronthosting.co.za>
2017-09-28 08:12:00vstinnerlinkissue31424 messages
2017-09-28 08:12:00vstinnercreate