runtime error

Exit code: 1. Reason: ic=True, backend=current_platform.simple_compile_backend) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/torch/__init__.py", line 2543, in fn return compile( ^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/torch/__init__.py", line 2562, in compile from torch._inductor.compiler_bisector import CompilerBisector File "/usr/local/lib/python3.12/dist-packages/torch/_inductor/compiler_bisector.py", line 628, in <module> CompilerBisector.bisection_enabled = get_is_bisection_enabled() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/torch/_inductor/compiler_bisector.py", line 623, in get_is_bisection_enabled CompilerBisector.get_subsystem() is not None ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/torch/_inductor/compiler_bisector.py", line 207, in get_subsystem file_path = os.path.join(cls.get_dir(), "bisect_status.txt") ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/torch/_inductor/compiler_bisector.py", line 125, in get_dir return f"{cache_dir() if not cls.in_process_cache else cls.in_process_cache}/{SUBDIR_NAME}" ^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/torch/_inductor/runtime/cache_dir_utils.py", line 13, in cache_dir os.environ["TORCHINDUCTOR_CACHE_DIR"] = cache_dir = default_cache_dir() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/torch/_inductor/runtime/cache_dir_utils.py", line 19, in default_cache_dir sanitized_username = re.sub(r'[\\/:*?"<>|]', "_", getpass.getuser()) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/getpass.py", line 169, in getuser return pwd.getpwuid(os.getuid())[0] ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: 'getpwuid(): uid not found: 1000'

Container logs:

Fetching error logs...