⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️Hi! The buildbotPPC64LE Fedora Stable Clang 3.14 (tier-3) has failed when building commit9ff705c. 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/#/builders/1779/builds/301) and take a look at the build logs.
- Check if the failure is related to this commit (9ff705c) 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/#/builders/1779/builds/301 Failed tests: - test_external_inspection
- test_source_encoding
Failed subtests: - test_utf8_bom_and_non_utf8_first_coding_line - test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_non_utf8_first_coding_line
- test_non_utf8_third_line_error - test.test_source_encoding.FileSourceEncodingTest.test_non_utf8_third_line_error
- test_non_utf8_second_line_error - test.test_source_encoding.FileSourceEncodingTest.test_non_utf8_second_line_error
- test_utf_8_non_utf8_third_line_error - test.test_source_encoding.FileSourceEncodingTest.test_utf_8_non_utf8_third_line_error
- test_utf8_bom_and_non_utf8_second_coding_line - test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_non_utf8_second_coding_line
- test_non_utf8_shebang_error - test.test_source_encoding.FileSourceEncodingTest.test_non_utf8_shebang_error
- test_utf8_bom_non_utf8_third_line_error - test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_non_utf8_third_line_error
- test_only_active_thread - test.test_external_inspection.TestGetStackTrace.test_only_active_thread
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last): File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line343, intest_non_utf8_third_line_errorself.check_script_error(src,~~~~~~~~~~~~~~~~~~~~~~~^^^^^br"Non-UTF-8 code starting with.* on line 3",^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lineno=3)^^^^^^^^^ File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line524, incheck_script_error line= line.encode(sys.stderr.encoding, sys.stderr.errors)TypeError:encode() argument 'encoding' must be str, not NoneTraceback (most recent call last): File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line327, intest_non_utf8_shebang_errorself.check_script_error(src,br"Non-UTF-8 code starting with.* on line 1",~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lineno=1)^^^^^^^^^ File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line524, incheck_script_error line= line.encode(sys.stderr.encoding, sys.stderr.errors)TypeError:encode() argument 'encoding' must be str, not NoneTraceback (most recent call last): File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line308, intest_utf8_bom_and_non_utf8_second_coding_lineself.check_script_error(src,~~~~~~~~~~~~~~~~~~~~~~~^^^^^br"encoding problem: iso-8859-15 with BOM",^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lineno=2)^^^^^^^^^ File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line524, incheck_script_error line= line.encode(sys.stderr.encoding, sys.stderr.errors)TypeError:encode() argument 'encoding' must be str, not NoneTraceback (most recent call last): File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line334, intest_non_utf8_second_line_errorself.check_script_error(src,~~~~~~~~~~~~~~~~~~~~~~~^^^^^br"Non-UTF-8 code starting with.* on line 2",^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lineno=2)^^^^^^^^^ File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line524, incheck_script_error line= line.encode(sys.stderr.encoding, sys.stderr.errors)TypeError:encode() argument 'encoding' must be str, not NoneTraceback (most recent call last): File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line300, intest_utf8_bom_and_non_utf8_first_coding_lineself.check_script_error(src,~~~~~~~~~~~~~~~~~~~~~~~^^^^^br"encoding problem: iso-8859-15 with BOM",^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lineno=1)^^^^^^^^^ File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line524, incheck_script_error line= line.encode(sys.stderr.encoding, sys.stderr.errors)TypeError:encode() argument 'encoding' must be str, not NoneTraceback (most recent call last): File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line352, intest_utf8_bom_non_utf8_third_line_errorself.check_script_error(src,~~~~~~~~~~~~~~~~~~~~~~~^^^^^br"Non-UTF-8 code starting with.* on line 3|"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^br"'utf-8' codec can't decode byte",^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lineno=3)^^^^^^^^^ File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line524, incheck_script_error line= line.encode(sys.stderr.encoding, sys.stderr.errors)TypeError:encode() argument 'encoding' must be str, not NoneTraceback (most recent call last): File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_external_inspection.py", line1246, intest_only_active_threadself.assertEqual(~~~~~~~~~~~~~~~~^len(gil_traces),1,"Should have exactly one GIL holder"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ )^AssertionError:0 != 1 : Should have exactly one GIL holderTraceback (most recent call last): File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line362, intest_utf_8_non_utf8_third_line_errorself.check_script_error(src,~~~~~~~~~~~~~~~~~~~~~~~^^^^^br"Non-UTF-8 code starting with.* on line 3|"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^br"'utf-8' codec can't decode byte",^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lineno=3)^^^^^^^^^ File"/home/buildbot/buildarea/3.14.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_source_encoding.py", line524, incheck_script_error line= line.encode(sys.stderr.encoding, sys.stderr.errors)TypeError:encode() argument 'encoding' must be str, not None |
Uh oh!
There was an error while loading.Please reload this page.