⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️Hi! The buildbotAMD64 FreeBSD Shared 3.x has failed when building commit4823d9a. What do you need to do: - Don't panic.
- Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/483/builds/469) and take a look at the build logs.
- Check if the failure is related to this commit (4823d9a) or if it is a false positive.
- If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/483/builds/469 Failed tests: - test_marshal
- test_traceback
- test_code
Failed subtests: - test_endline_and_columntable_none_when_no_debug_ranges_env - test.test_code.CodeTest
- test_endline_and_columntable_none_when_no_debug_ranges - test.test_code.CodeTest
- test_no_caret_with_no_debug_ranges_flag - test.test_traceback.TracebackCases
- test_no_columntable_and_endlinetable_with_no_debug_ranges - test.test_marshal.CodeTestCase
- test_no_caret_with_no_debug_ranges_flag_python_traceback - test.test_traceback.TracebackCases
Summary of the results of the build (if available): == Tests result: FAILURE then FAILURE == 404 tests OK. 10 slowest tests: - test_smtpnet: 6 min 6 sec
- test_nntplib: 3 min 45 sec
- test_concurrent_futures: 3 min 33 sec
- test_multiprocessing_spawn: 2 min 2 sec
- test_multiprocessing_forkserver: 2 min 2 sec
- test_unparse: 2 min 2 sec
- test_urllib2: 2 min 1 sec
- test_tokenize: 1 min 42 sec
- test_multiprocessing_fork: 1 min 34 sec
- test_asyncio: 1 min 23 sec
3 tests failed: test_code test_marshal test_traceback 20 tests skipped: test_dbm_gnu test_devpoll test_epoll test_idle test_ioctl test_msilib test_ossaudiodev test_readline test_spwd test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64 3 re-run tests: test_code test_marshal test_traceback Total duration: 14 min 59 sec Click to see traceback logsTracebackErrorCaretTests) ... okTracebackCases)----------------------------------------------------------------------Traceback (most recent call last): File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_traceback.py", line110, intest_no_caret_with_no_debug_ranges_flag_python_traceback _, _, stderr= assert_python_ok( File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line160, inassert_python_okreturn _assert_python(True,*args,**env_vars)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line145, in_assert_python res.fail(cmd_line)^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line72, infailraiseAssertionError("Process return code is%d\n"AssertionError:Process return code is 1command line: ['/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/python', '-X', 'faulthandler', '-X', 'no_debug_ranges', '@test_77265_tmpæ']TracebackCases)----------------------------------------------------------------------Traceback (most recent call last): File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_traceback.py", line110, intest_no_caret_with_no_debug_ranges_flag_python_traceback _, _, stderr= assert_python_ok( File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line160, inassert_python_okreturn _assert_python(True,*args,**env_vars)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line145, in_assert_python res.fail(cmd_line)^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line72, infailraiseAssertionError("Process return code is%d\n"AssertionError:Process return code is 1command line: ['/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/python', '-X', 'faulthandler', '-X', 'no_debug_ranges', '@test_80109_tmpæ']Traceback (most recent call last): File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_marshal.py", line150, intest_no_columntable_and_endlinetable_with_no_debug_ranges assert_python_ok('-X','no_debug_ranges', File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line160, inassert_python_okreturn _assert_python(True,*args,**env_vars)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line145, in_assert_python res.fail(cmd_line)^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line72, infailraiseAssertionError("Process return code is%d\n"AssertionError:Process return code is 1command line: ['/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/python', '-X', 'faulthandler', '-X', 'no_debug_ranges', '-c', "\nimport sys\nimport marshal\nwith open(sys.argv[1], 'rb') as f:\n co = marshal.load(f)\n\n assert co.co_endlinetable is None\n assert co.co_columntable is None\n", '@test_77265_tmpæ']TracebackFormatTests) ... okTracebackCases) ... okTraceback (most recent call last): File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_code.py", line398, intest_endline_and_columntable_none_when_no_debug_ranges_env assert_python_ok('-c', code,PYTHONNODEBUGRANGES='1',__cleanenv=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line160, inassert_python_okreturn _assert_python(True,*args,**env_vars)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line145, in_assert_python res.fail(cmd_line)^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line72, infailraiseAssertionError("Process return code is%d\n"AssertionError:Process return code is 1command line: ['/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/python', '-X', 'faulthandler', '-c', '\ndef f():\n pass\n\nassert f.__code__.co_endlinetable is None\nassert f.__code__.co_columntable is None\n']TracebackErrorLocationCaretTests) ... okTracebackException) ... okTracebackCases) ... FAILTraceback (most recent call last): File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_code.py", line387, intest_endline_and_columntable_none_when_no_debug_ranges assert_python_ok('-X','no_debug_ranges','-c', code,__cleanenv=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line160, inassert_python_okreturn _assert_python(True,*args,**env_vars)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line145, in_assert_python res.fail(cmd_line)^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line72, infailraiseAssertionError("Process return code is%d\n"AssertionError:Process return code is 1command line: ['/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/python', '-X', 'faulthandler', '-X', 'no_debug_ranges', '-c', '\ndef f():\n pass\n\nassert f.__code__.co_endlinetable is None\nassert f.__code__.co_columntable is None\n']TracebackCases)----------------------------------------------------------------------Traceback (most recent call last): File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_traceback.py", line90, intest_no_caret_with_no_debug_ranges_flagself.assertEqual(len(lines),4)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError:1 != 4Traceback (most recent call last): File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_marshal.py", line150, intest_no_columntable_and_endlinetable_with_no_debug_ranges assert_python_ok('-X','no_debug_ranges', File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line160, inassert_python_okreturn _assert_python(True,*args,**env_vars)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line145, in_assert_python res.fail(cmd_line)^^^^^^^^^^^^^^^^^^ File"/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/support/script_helper.py", line72, infailraiseAssertionError("Process return code is%d\n"AssertionError:Process return code is 1command line: ['/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/python', '-X', 'faulthandler', '-X', 'no_debug_ranges', '-c', "\nimport sys\nimport marshal\nwith open(sys.argv[1], 'rb') as f:\n co = marshal.load(f)\n\n assert co.co_endlinetable is None\n assert co.co_columntable is None\n", '@test_82013_tmpæ'] |
Uh oh!
There was an error while loading.Please reload this page.
To be merged after#26958
This adds the opt-out option and disables the compiler's column information and traceback printing.
https://bugs.python.org/issue43950