gem5-users@gem5.org

The gem5 Users mailing list

View all threads

System tests failure with decode error in python files

FH
Fami H
Tue, Jun 21, 2022 3:19 PM

Hi all,

When I run system tests on my code, I get the following error related to
the files generated in the build folder. I have not modified those files, I
have cleaned the build folder and rebuilt gem5 but still get the same error
for all the architectures. Does anyone have any clue on why this is
happening?

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbd in position 0: invalid
start byte

At:

build/GCN3_X86/python/gem5/resources/downloader.py(80):
_get_resources_json

build/GCN3_X86/python/gem5/resources/downloader.py(207):
get_resources_json_obj

build/GCN3_X86/python/gem5/resources/resource.py(162): init

/mnt/efs/home/fhosseini/cleangem5/gem5/tests/gem5/configs/simple_binary_run.py(95):
<module>

build/GCN3_X86/python/m5/main.py(442): main

Thank you,

Fateme

Hi all, When I run system tests on my code, I get the following error related to the files generated in the build folder. I have not modified those files, I have cleaned the build folder and rebuilt gem5 but still get the same error for all the architectures. Does anyone have any clue on why this is happening? UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbd in position 0: invalid start byte At: build/GCN3_X86/python/gem5/resources/downloader.py(80): _get_resources_json build/GCN3_X86/python/gem5/resources/downloader.py(207): get_resources_json_obj build/GCN3_X86/python/gem5/resources/resource.py(162): __init__ /mnt/efs/home/fhosseini/cleangem5/gem5/tests/gem5/configs/simple_binary_run.py(95): <module> build/GCN3_X86/python/m5/main.py(442): main Thank you, Fateme