[INFO] cloning repository https://github.com/CJones217/get_going [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CJones217/get_going" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCJones217%2Fget_going"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCJones217%2Fget_going'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1cea5e7ebb5eb1f07450d09f4c04e6647f31f097 [INFO] checking CJones217/get_going against master#339f574809bf8e4166b8de3cdbe7df181d37af3d for pr-71896 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCJones217%2Fget_going" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CJones217/get_going on toolchain 339f574809bf8e4166b8de3cdbe7df181d37af3d [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/CJones217/get_going [INFO] finished tweaking git repo https://github.com/CJones217/get_going [INFO] tweaked toml for git repo https://github.com/CJones217/get_going written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/CJones217/get_going already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "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] 89d69718f8f0b4c56a66fca395410ff5967c63aeb6cd39f8765bfa2aaf8fa7f4 [INFO] running `"docker" "start" "-a" "89d69718f8f0b4c56a66fca395410ff5967c63aeb6cd39f8765bfa2aaf8fa7f4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking get_going v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rand` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use rand::Rng; [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rand` [INFO] [stderr] --> src/main.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | let mut random_number = rand::thread_rng().gen_range(1, list_of_shit.len()); [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rand` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use rand::Rng; [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rand` [INFO] [stderr] --> src/main.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | let mut random_number = rand::thread_rng().gen_range(1, list_of_shit.len()); [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:12:43 [INFO] [stderr] | [INFO] [stderr] 12 | let mut list_of_shit = [defcon0_items,defcon1_items,defcon2_items]; [INFO] [stderr] | ^^^^^^^^^^^^^ expected an array with a fixed size of 4 elements, found one with 3 elements [INFO] [stderr] | [INFO] [stderr] = note: expected type `[&str; 4]` [INFO] [stderr] found array `[&str; 3]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `get_going`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:12:43 [INFO] [stderr] | [INFO] [stderr] 12 | let mut list_of_shit = [defcon0_items,defcon1_items,defcon2_items]; [INFO] [stderr] | ^^^^^^^^^^^^^ expected an array with a fixed size of 4 elements, found one with 3 elements [INFO] [stderr] | [INFO] [stderr] = note: expected type `[&str; 4]` [INFO] [stderr] found array `[&str; 3]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `get_going`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "89d69718f8f0b4c56a66fca395410ff5967c63aeb6cd39f8765bfa2aaf8fa7f4"` [INFO] running `"docker" "rm" "-f" "89d69718f8f0b4c56a66fca395410ff5967c63aeb6cd39f8765bfa2aaf8fa7f4"` [INFO] [stdout] 89d69718f8f0b4c56a66fca395410ff5967c63aeb6cd39f8765bfa2aaf8fa7f4