[INFO] updating cached repository https://github.com/wizmanjohn/Guessing-Game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c178d7df7694f0e3b26788fe05c135a4e760d44f [INFO] checking wizmanjohn/Guessing-Game against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwizmanjohn%2FGuessing-Game" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 57% (170/296) Checking out files: 58% (172/296) Checking out files: 59% (175/296) Checking out files: 60% (178/296) Checking out files: 61% (181/296) Checking out files: 62% (184/296) Checking out files: 63% (187/296) Checking out files: 64% (190/296) Checking out files: 65% (193/296) Checking out files: 66% (196/296) Checking out files: 67% (199/296) Checking out files: 68% (202/296) Checking out files: 69% (205/296) Checking out files: 70% (208/296) Checking out files: 71% (211/296) Checking out files: 72% (214/296) Checking out files: 73% (217/296) Checking out files: 74% (220/296) Checking out files: 75% (222/296) Checking out files: 76% (225/296) Checking out files: 77% (228/296) Checking out files: 78% (231/296) Checking out files: 79% (234/296) Checking out files: 80% (237/296) Checking out files: 81% (240/296) Checking out files: 82% (243/296) Checking out files: 83% (246/296) Checking out files: 84% (249/296) Checking out files: 85% (252/296) Checking out files: 86% (255/296) Checking out files: 87% (258/296) Checking out files: 88% (261/296) Checking out files: 89% (264/296) Checking out files: 90% (267/296) Checking out files: 91% (270/296) Checking out files: 92% (273/296) Checking out files: 93% (276/296) Checking out files: 94% (279/296) Checking out files: 95% (282/296) Checking out files: 96% (285/296) Checking out files: 97% (288/296) Checking out files: 97% (289/296) Checking out files: 98% (291/296) Checking out files: 99% (294/296) Checking out files: 100% (296/296) Checking out files: 100% (296/296), done. [INFO] validating manifest of git repo https://github.com/wizmanjohn/Guessing-Game on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wizmanjohn/Guessing-Game [INFO] finished tweaking git repo https://github.com/wizmanjohn/Guessing-Game [INFO] tweaked toml for git repo https://github.com/wizmanjohn/Guessing-Game written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/wizmanjohn/Guessing-Game already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "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] eae81a073a2c0628b4a3e14d054e7576ebc8b8d08b333d8c4215c0aade645bb5 [INFO] running `"docker" "start" "-a" "eae81a073a2c0628b4a3e14d054e7576ebc8b8d08b333d8c4215c0aade645bb5"` [INFO] [stderr] Checking guessing_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `guess` in this scope [INFO] [stderr] --> src/main.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | match guess.cmp(&secret_number) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `secret_number` in this scope [INFO] [stderr] --> src/main.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | match guess.cmp(&secret_number) { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `guessing_game`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `guess` in this scope [INFO] [stderr] --> src/main.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | match guess.cmp(&secret_number) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `secret_number` in this scope [INFO] [stderr] --> src/main.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | match guess.cmp(&secret_number) { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `guessing_game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eae81a073a2c0628b4a3e14d054e7576ebc8b8d08b333d8c4215c0aade645bb5"` [INFO] running `"docker" "rm" "-f" "eae81a073a2c0628b4a3e14d054e7576ebc8b8d08b333d8c4215c0aade645bb5"` [INFO] [stdout] eae81a073a2c0628b4a3e14d054e7576ebc8b8d08b333d8c4215c0aade645bb5