Skip to content

flaky tests: unicode processing bug #12896

@mattklein123

Description

@mattklein123

#12516

Traceback (most recent call last):
  File "/source/ci/flaky_test/process_xml.py", line 101, in <module>
    output_msg += getGitInfo(CI_TARGET)
  File "/source/ci/flaky_test/process_xml.py", line 76, in getGitInfo
    for line in [next(f) for x in range(6)]:
  File "/source/ci/flaky_test/process_xml.py", line 76, in <listcomp>
    for line in [next(f) for x in range(6)]:
  File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 209: ordinal not in range(128)

cc @stedsome @asraa @lizan

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions