Open Zeta611 opened 1 year ago
저도 비슷한 오류 있었는데 그대로 다시 채점하니까 됐어요!
@baehyunsol 그런가요 ㅠ 저는 다섯 번 다시 제출했는데 잘 안되네요..
저도 동일한 오류 발생합니다...
저 역시 동일한 오류가 발생합니다. Rustup repo에 동일 이슈가 있던데 이 문제이려나요? Issue
혹시 계속 같은 문제가 발생하는지 궁금합니다-
@jeehoonkang 넵 계속 같은 문제가 발생하고 있습니다. 방금 제출했는데, 제출 ID는 18900입니다. 혹시나 해서 로컬에서 assignment02_grade.rs를 실행해봤는데 통과하는 것으로 보아 코드 문제는 아닌 듯합니다.
@jeehoonkang 저 역시 다시 제출해도 같은 문제가 발생합니다.
저도 동일한 오류가 발생합니다. 저는 2월 6일에 assignment 2,3,6을 제출해 테스트를 통과했었는데, 같은 코드를 다시 제출하니 오류가 발생하고 통과하지 못하는 것을 확인했습니다.
통과했을 때의 log는 아래와 같습니다.
===== SETUP =====
===== CHECK =====
[2023-02-06 05:59:41,800: WARNING/ForkPoolWorker-32] Demoting to runner...
info: downloading installer
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
warning: Updating existing toolchain, profile choice will be ignored
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.67.0 (fc594f156 2023-01-24)
Rust is installed now. Great!
To get started you may need to restart your current shell.
This would reload your PATH environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source "$HOME/.cargo/env"
Cloning into 'cs220'...
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.67.0 (fc594f156 2023-01-24)
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.69.0-nightly (75a0be98f 2023-02-05)
info: checking for self-updates
Compiling proc-macro2 v1.0.47
Compiling quote v1.0.21
Compiling unicode-ident v1.0.5
통과하지 못하는 지금의 log는 다음과 같습니다.
===== SETUP =====
===== CHECK =====
[2023-02-09 14:30:00,579: WARNING/ForkPoolWorker-32] Demoting to runner...
info: downloading installer
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
warning: Updating existing toolchain, profile choice will be ignored
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.67.0 (fc594f156 2023-01-24)
Rust is installed now. Great!
To get started you may need to restart your current shell.
This would reload your PATH environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source "$HOME/.cargo/env"
Cloning into 'cs220'...
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.67.0 (fc594f156 2023-01-24)
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: latest update on 2023-02-09, rust version 1.69.0-nightly (ef934d9b6 2023-02-08)
info: downloading component 'rust-src'
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: removing previous version of component 'rust-src'
info: removing previous version of component 'cargo'
info: removing previous version of component 'clippy'
info: removing previous version of component 'rust-docs'
warning: during uninstall component rust-docs was not found
info: removing previous version of component 'rust-std'
warning: during uninstall component rust-std was not found
info: removing previous version of component 'rustc'
warning: during uninstall component rustc was not found
info: removing previous version of component 'rustfmt'
warning: during uninstall component rustfmt was not found
info: installing component 'rust-src'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: rolling back changes
error: could not rename component file from '/home/runner/.rustup/tmp/bq0shcpmpjglr40h_dir/bk' to '/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/etc'
error: could not rename component file from '/home/runner/.rustup/tmp/rj61roanz0bpjeur_dir/bk' to '/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/share/zsh'
다음과 같은 오류가 발생하면서 채점이 진행되지 않습니다.