[Buildbot-status]Buildbot failure in Python on x86 Gentoo Installed with X 3.x
The Buildbot has detected a failed build on builder x86 Gentoo Installed with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/103/builds/1228
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Xtreak <tirkarthi@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
running: test_socket (248 hour 40 min) !!!!!!!
This may be transient, but it seems that the test is blocking forever.
sys:1: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47929)> == Tests result: INTERRUPTED == Test suite interrupted by signal SIGINT. 1 test omitted: test_socket 406 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: 248 hour 43 min Tests result: INTERRUPTED program finished with exit code 130 elapsedTime=895397.448603
On Tue, 31 Jul 2018 at 18:21, <buildbot@python.org> wrote:
The Buildbot has detected a failed build on builder x86 Gentoo Installed with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/103/builds/1228
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Xtreak <tirkarthi@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/
On Tue, Jul 31, 2018 at 1:06 PM Pablo Galindo Salgado <pablogsal@gmail.com> wrote:
running: test_socket (248 hour 40 min) !!!!!!!
This may be transient, but it seems that the test is blocking forever.
FTR, I did just go through and kill off several hung builds about an hour ago. Most were killed via the web UI, but this one I killed locally (because I can and it generates this email :)).
-- Zach
I also created https://bugs.python.org/issue30884 to fix this buildbot, to not run test_socket during hours.
2018-07-31 20:14 GMT+02:00 Zachary Ware <zachary.ware+pydev@gmail.com>:
On Tue, Jul 31, 2018 at 1:06 PM Pablo Galindo Salgado <pablogsal@gmail.com> wrote:
running: test_socket (248 hour 40 min) !!!!!!!
This may be transient, but it seems that the test is blocking forever.
FTR, I did just go through and kill off several hung builds about an hour ago. Most were killed via the web UI, but this one I killed locally (because I can and it generates this email :)).
-- Zach
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/
participants (4)
-
buildbot@python.org
-
Pablo Galindo Salgado
-
Victor Stinner
-
Zachary Ware