WORDCHAIN 답안 제출했는데, "채점실패"로 처리되면서,
확인해보면, 아래와 같은 내용입니다.
혹시나 "Special judge" 인가? 하는 거랑 연관 있을까요?
Special judge 검색해서 다 읽어봤는데,
Special judge 가 필요한 경우, 제가 어떻게 해야 하는 건지 전혀 감이 않오네요.
채점 중 예외가 발생했습니다.
익셉션:
스택 트레이스:
Traceback (most recent call last):
File "judge/tasks.py", line 138, in judge_submission
sandbox_env = sandbox.get_sandbox()
File "judge/sandbox.py", line 62, in get_sandbox
return Sandbox(SETTINGS["USER"], SETTINGS["FILESYSTEMSIZE"])
File "judge/sandbox.py", line 76, in __init__
self.isolate_filesystem(fs_size, home_type)
File "judge/sandbox.py", line 147, in isolate_filesystem
os.unlink(join(self.root_mount, "dev", "shm"))
OSError: [Errno 2] No such file or directory: '/root/.sandbox/tmpovHLPM/workdir/root-mount/dev/shm'
zzerross
WORDCHAIN 답안 제출했는데, "채점실패"로 처리되면서,
확인해보면, 아래와 같은 내용입니다.
혹시나 "Special judge" 인가? 하는 거랑 연관 있을까요?
Special judge 검색해서 다 읽어봤는데,
Special judge 가 필요한 경우, 제가 어떻게 해야 하는 건지 전혀 감이 않오네요.
채점 중 예외가 발생했습니다.
익셉션:
스택 트레이스:
Traceback (most recent call last):
File "judge/tasks.py", line 138, in judge_submission
sandbox_env = sandbox.get_sandbox()
File "judge/sandbox.py", line 62, in get_sandbox
return Sandbox(SETTINGS["USER"], SETTINGS["FILESYSTEMSIZE"])
File "judge/sandbox.py", line 76, in __init__
self.isolate_filesystem(fs_size, home_type)
File "judge/sandbox.py", line 147, in isolate_filesystem
os.unlink(join(self.root_mount, "dev", "shm"))
OSError: [Errno 2] No such file or directory: '/root/.sandbox/tmpovHLPM/workdir/root-mount/dev/shm'
10년 전