Buildbot failure in Python on POWER6 AIX 3.9
The Buildbot has detected a new failure on builder POWER6 AIX 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/330/builds/221
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: aixtools-aix-power6
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
404 tests OK.
10 slowest tests:
- test_venv: 3 min 43 sec
- test_concurrent_futures: 3 min 22 sec
- test_subprocess: 3 min 17 sec
- test_tokenize: 2 min 29 sec
- test_compileall: 2 min 20 sec
- test_unparse: 2 min 18 sec
- test_distutils: 2 min 17 sec
- test_multiprocessing_spawn: 2 min 14 sec
- test_multiprocessing_forkserver: 2 min 2 sec
- test_zipfile: 1 min 54 sec
2 tests failed: test_math test_tcl
19 tests skipped: test_devpoll test_epoll test_gdb test_idle test_ioctl test_kqueue test_msilib test_ossaudiodev test_spwd test_startfile test_tix test_tk test_ttk_guionly test_unicode_file test_unicode_file_functions test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_math test_tcl
Total duration: 37 min 55 sec
Captured traceback
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_math.py", line 1968, in test_nextafter self.assertIsNaN(math.nextafter(NAN, 1.0)) File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_math.py", line 2015, in assertIsNaN self.fail("Expected a NaN, got {!r}.".format(value)) AssertionError: Expected a NaN, got 1.0.
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 475, in test_passing_values self.assertEqual(passValue(i), i if self.wantobjects else str(i)) AssertionError: '9223372036854775808' != 9223372036854775808
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 441, in test_expr_bignum self.assertEqual(result, i) AssertionError: <bignum object: '9223372036854775808'> != 9223372036854775808
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 148, in test_getint self.assertEqual(tcl.getint(' %d ' % i), i) AssertionError: -9223372036854775808 != 9223372036854775808
Test report
Failed tests:
- test_tcl
- test_math
Failed subtests:
- test_expr_bignum - test.test_tcl.TclTest
- test_getint - test.test_tcl.TclTest
- test_nextafter - test.test_math.MathTests
- test_passing_values - test.test_tcl.TclTest
Sincerely, -The Buildbot
https://bugs.python.org/issue42749
====================================================================== FAIL: test_expr_bignum (test.test_tcl.TclTest)
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 441, in test_expr_bignum self.assertEqual(result, i) AssertionError: <bignum object: '9223372036854775808'> != 9223372036854775808
====================================================================== FAIL: test_getint (test.test_tcl.TclTest)
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 148, in test_getint self.assertEqual(tcl.getint(' %d ' % i), i) AssertionError: -9223372036854775808 != 9223372036854775808
====================================================================== FAIL: test_passing_values (test.test_tcl.TclTest)
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 475, in test_passing_values self.assertEqual(passValue(i), i if self.wantobjects else str(i)) AssertionError: '9223372036854775808' != 9223372036854775808
On Thu, Dec 24, 2020 at 8:51 PM <buildbot@python.org> wrote:
The Buildbot has detected a new failure on builder POWER6 AIX 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/330/builds/221
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: aixtools-aix-power6
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
404 tests OK.
10 slowest tests:
- test_venv: 3 min 43 sec
- test_concurrent_futures: 3 min 22 sec
- test_subprocess: 3 min 17 sec
- test_tokenize: 2 min 29 sec
- test_compileall: 2 min 20 sec
- test_unparse: 2 min 18 sec
- test_distutils: 2 min 17 sec
- test_multiprocessing_spawn: 2 min 14 sec
- test_multiprocessing_forkserver: 2 min 2 sec
- test_zipfile: 1 min 54 sec
2 tests failed: test_math test_tcl
19 tests skipped: test_devpoll test_epoll test_gdb test_idle test_ioctl test_kqueue test_msilib test_ossaudiodev test_spwd test_startfile test_tix test_tk test_ttk_guionly test_unicode_file test_unicode_file_functions test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_math test_tcl
Total duration: 37 min 55 sec
Captured traceback
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_math.py", line 1968, in test_nextafter self.assertIsNaN(math.nextafter(NAN, 1.0)) File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_math.py", line 2015, in assertIsNaN self.fail("Expected a NaN, got {!r}.".format(value)) AssertionError: Expected a NaN, got 1.0.
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 475, in test_passing_values self.assertEqual(passValue(i), i if self.wantobjects else str(i)) AssertionError: '9223372036854775808' != 9223372036854775808
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 441, in test_expr_bignum self.assertEqual(result, i) AssertionError: <bignum object: '9223372036854775808'> != 9223372036854775808
Traceback (most recent call last): File "/home/aixtools/buildarea/3.9.aixtools-aix-power6/build/Lib/test/test_tcl.py", line 148, in test_getint self.assertEqual(tcl.getint(' %d ' % i), i) AssertionError: -9223372036854775808 != 9223372036854775808
Test report
Failed tests:
- test_tcl
- test_math
Failed subtests:
- test_expr_bignum - test.test_tcl.TclTest
- test_getint - test.test_tcl.TclTest
- test_nextafter - test.test_math.MathTests
- test_passing_values - test.test_tcl.TclTest
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/ Member address: vstinner@python.org
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (2)
-
buildbot@python.org -
Victor Stinner