[INFO] cloning repository https://github.com/artem-ibragimov/leetcode_rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/artem-ibragimov/leetcode_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartem-ibragimov%2Fleetcode_rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartem-ibragimov%2Fleetcode_rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] df8da1c45fd08243a851343cf17bfcb937c90d3b [INFO] checking artem-ibragimov/leetcode_rust against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartem-ibragimov%2Fleetcode_rust" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/artem-ibragimov/leetcode_rust on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/artem-ibragimov/leetcode_rust [INFO] finished tweaking git repo https://github.com/artem-ibragimov/leetcode_rust [INFO] tweaked toml for git repo https://github.com/artem-ibragimov/leetcode_rust written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/artem-ibragimov/leetcode_rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 15ba6a5afe84745b157a617f680752667fc7f24f333fa18b6294c8ba4f83f689 [INFO] running `"docker" "start" "-a" "15ba6a5afe84745b157a617f680752667fc7f24f333fa18b6294c8ba4f83f689"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking leetcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `remove_nth_from_end` in this scope [INFO] [stderr] --> src/linked_list/remove_nth_node.rs:26:18 [INFO] [stderr] | [INFO] [stderr] 23 | fn remove_nth_from_end_test() { [INFO] [stderr] | ----------------------------- similarly named constant `remove_nth_from_end_test` defined here [INFO] [stderr] ... [INFO] [stderr] 26 | assert_eq!(remove_nth_from_end(before, 2), after); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `remove_nth_from_end_test` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `leetcode`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "15ba6a5afe84745b157a617f680752667fc7f24f333fa18b6294c8ba4f83f689"` [INFO] running `"docker" "rm" "-f" "15ba6a5afe84745b157a617f680752667fc7f24f333fa18b6294c8ba4f83f689"` [INFO] [stdout] 15ba6a5afe84745b157a617f680752667fc7f24f333fa18b6294c8ba4f83f689