Buildbot failure in Python on AMD64 Windows8.1 Refleaks 2.7
The Buildbot has detected a failed build on builder AMD64 Windows8.1 Refleaks 2.7 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/125/builds/77
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win81-release
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
360 tests OK.
10 slowest tests:
- test_bsddb3: 3919.4s
- test_largefile: 727.0s
- test_mailbox: 427.8s
- test_multiprocessing: 294.1s
- test_ssl: 229.9s
- test_lib2to3: 160.7s
- test_mmap: 158.5s
- test_decimal: 136.0s
- test_urllib2_localnet: 122.1s
- test_shelve: 121.1s
1 test failed: test_ttk_guionly
42 tests skipped: test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl test_commands test_crypt test_curses test_dbm test_dl test_epoll test_fcntl test_fork1 test_gdb test_gdbm test_gl test_grp test_imgfile test_ioctl test_kqueue test_linuxaudiodev test_macos test_macostools test_mhlib test_nis test_openpty test_ossaudiodev test_pipes test_poll test_posix test_pty test_pwd test_readline test_resource test_scriptpackages test_spwd test_sunaudiodev test_threadsignals test_wait3 test_wait4 test_zipfile64 2 skips unexpected on win32: test_gdb test_readline
1 re-run test: test_ttk_guionly
Total duration: 1 hour 25 min
Captured traceback
Traceback (most recent call last): File "D:\buildarea\2.7.ware-win81-release.refleak\build\lib\lib-tk\test\test_ttk\test_widgets.py", line 1096, in test_traversal self.assertEqual(self.nb.select(), str(self.child2)) AssertionError: '.48628808L' != '.48628920L'
Traceback (most recent call last): File "D:\buildarea\2.7.ware-win81-release.refleak\build\lib\lib-tk\test\test_ttk\test_widgets.py", line 1096, in test_traversal self.assertEqual(self.nb.select(), str(self.child2)) AssertionError: '.76761816L' != '.76759128L'
Test report
Failed tests:
- test_ttk_guionly
Failed subtests:
- test_traversal - test_ttk.test_widgets.NotebookTest
Sincerely, -The Buildbot
Hum, Python 2.7 reached end of life. We can keep the regular jobs scheduled when new commits are pushed, but I don't think that we need the schedule Refleak jobs everyday. I wrote a PR to disable that: https://github.com/python/buildmaster-config/pull/165
Victor
Le dim. 9 févr. 2020 à 19:26, <buildbot@python.org> a écrit :
The Buildbot has detected a failed build on builder AMD64 Windows8.1 Refleaks 2.7 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/125/builds/77
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win81-release
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
360 tests OK.
10 slowest tests:
- test_bsddb3: 3919.4s
- test_largefile: 727.0s
- test_mailbox: 427.8s
- test_multiprocessing: 294.1s
- test_ssl: 229.9s
- test_lib2to3: 160.7s
- test_mmap: 158.5s
- test_decimal: 136.0s
- test_urllib2_localnet: 122.1s
- test_shelve: 121.1s
1 test failed: test_ttk_guionly
42 tests skipped: test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl test_commands test_crypt test_curses test_dbm test_dl test_epoll test_fcntl test_fork1 test_gdb test_gdbm test_gl test_grp test_imgfile test_ioctl test_kqueue test_linuxaudiodev test_macos test_macostools test_mhlib test_nis test_openpty test_ossaudiodev test_pipes test_poll test_posix test_pty test_pwd test_readline test_resource test_scriptpackages test_spwd test_sunaudiodev test_threadsignals test_wait3 test_wait4 test_zipfile64 2 skips unexpected on win32: test_gdb test_readline
1 re-run test: test_ttk_guionly
Total duration: 1 hour 25 min
Captured traceback
Traceback (most recent call last): File "D:\buildarea\2.7.ware-win81-release.refleak\build\lib\lib-tk\test\test_ttk\test_widgets.py", line 1096, in test_traversal self.assertEqual(self.nb.select(), str(self.child2)) AssertionError: '.48628808L' != '.48628920L'
Traceback (most recent call last): File "D:\buildarea\2.7.ware-win81-release.refleak\build\lib\lib-tk\test\test_ttk\test_widgets.py", line 1096, in test_traversal self.assertEqual(self.nb.select(), str(self.child2)) AssertionError: '.76761816L' != '.76759128L'
Test report
Failed tests:
- test_ttk_guionly
Failed subtests:
- test_traversal - test_ttk.test_widgets.NotebookTest
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/mailman3/lists/buildbot-status.python.org/
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (2)
-
buildbot@python.org -
Victor Stinner