Eric Engestrom
bc38b68ab8
ci_run_n_monitor: read job logs as utf-8
Fixes regular crashes like this one:
Traceback (most recent call last):
File "bin/ci/ci_run_n_monitor.py", line 478, in <module>
print_log(cur_project, target_job_id)
File "bin/ci/ci_run_n_monitor.py", line 270, in print_log
lines = job.trace().decode("raw_unicode_escape").splitlines()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'rawunicodeescape' codec can't decode bytes in position 6090-6091: truncated \uXXXX escape
decoding with 'raw_unicode_escape' codec failed
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27653>
2024-02-29 14:17:02 +00:00
..
2023-12-19 10:09:35 +00:00
2023-01-16 15:27:38 +00:00
2024-01-17 13:10:07 +00:00
2024-01-17 13:10:07 +00:00
2024-01-20 00:02:56 +00:00
2024-01-20 00:02:56 +00:00
2024-02-29 14:17:02 +00:00
2023-08-03 23:21:31 +00:00
2023-12-19 10:09:35 +00:00
2022-12-19 16:36:19 +01:00
2024-01-29 18:21:29 +00:00
2024-02-29 14:11:32 +00:00
2023-08-03 23:21:32 +00:00
2022-12-19 16:36:19 +01:00
2023-10-24 12:57:14 +00:00
2023-10-14 11:28:56 +00:00
2023-11-08 02:18:17 +00:00
2023-11-08 02:18:17 +00:00
2024-01-17 13:10:07 +00:00
2023-04-19 14:36:37 +00:00
2023-10-20 08:23:24 +00:00
2023-08-03 23:21:32 +00:00