[INFO] updating cached repository https://github.com/SasidharGBetha/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] bb38fdcc047c688953f3813d15817b5ad2336e42 [INFO] checking SasidharGBetha/guessing-game against try#b2a885c600d942fb829a214e798f7ae205a0594e for pr-71796 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSasidharGBetha%2Fguessing-game" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 41% (62/150) Checking out files: 42% (63/150) Checking out files: 43% (65/150) Checking out files: 44% (66/150) Checking out files: 45% (68/150) Checking out files: 46% (69/150) Checking out files: 47% (71/150) Checking out files: 48% (72/150) Checking out files: 49% (74/150) Checking out files: 50% (75/150) Checking out files: 51% (77/150) Checking out files: 52% (78/150) Checking out files: 53% (80/150) Checking out files: 54% (81/150) Checking out files: 55% (83/150) Checking out files: 56% (84/150) Checking out files: 57% (86/150) Checking out files: 58% (87/150) Checking out files: 59% (89/150) Checking out files: 60% (90/150) Checking out files: 61% (92/150) Checking out files: 62% (93/150) Checking out files: 63% (95/150) Checking out files: 64% (96/150) Checking out files: 65% (98/150) Checking out files: 66% (99/150) Checking out files: 67% (101/150) Checking out files: 68% (102/150) Checking out files: 69% (104/150) Checking out files: 70% (105/150) Checking out files: 71% (107/150) Checking out files: 72% (108/150) Checking out files: 73% (110/150) Checking out files: 74% (111/150) Checking out files: 75% (113/150) Checking out files: 76% (114/150) Checking out files: 77% (116/150) Checking out files: 78% (117/150) Checking out files: 79% (119/150) Checking out files: 80% (120/150) Checking out files: 81% (122/150) Checking out files: 82% (123/150) Checking out files: 83% (125/150) Checking out files: 84% (126/150) Checking out files: 85% (128/150) Checking out files: 86% (129/150) Checking out files: 87% (131/150) Checking out files: 88% (132/150) Checking out files: 89% (134/150) Checking out files: 90% (135/150) Checking out files: 91% (137/150) Checking out files: 92% (138/150) Checking out files: 93% (140/150) Checking out files: 94% (141/150) Checking out files: 95% (143/150) Checking out files: 96% (144/150) Checking out files: 97% (146/150) Checking out files: 98% (147/150) Checking out files: 99% (149/150) Checking out files: 100% (150/150) Checking out files: 100% (150/150), done. [INFO] validating manifest of git repo https://github.com/SasidharGBetha/guessing-game on toolchain b2a885c600d942fb829a214e798f7ae205a0594e [INFO] running `"/workspace/cargo-home/bin/cargo" "+b2a885c600d942fb829a214e798f7ae205a0594e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/SasidharGBetha/guessing-game [INFO] finished tweaking git repo https://github.com/SasidharGBetha/guessing-game [INFO] tweaked toml for git repo https://github.com/SasidharGBetha/guessing-game written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/SasidharGBetha/guessing-game already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b2a885c600d942fb829a214e798f7ae205a0594e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+b2a885c600d942fb829a214e798f7ae205a0594e" "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] 42b8503086da9163ac9c25c833ef9903a2b1a3f3cdfd0e7697eb8cefedc74b12 [INFO] running `"docker" "start" "-a" "42b8503086da9163ac9c25c833ef9903a2b1a3f3cdfd0e7697eb8cefedc74b12"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking guessing_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::cmp::Ordering` [INFO] [stderr] --> src/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::cmp::Ordering; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::cmp::Ordering` [INFO] [stderr] --> src/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::cmp::Ordering; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.62s [INFO] running `"docker" "inspect" "42b8503086da9163ac9c25c833ef9903a2b1a3f3cdfd0e7697eb8cefedc74b12"` [INFO] running `"docker" "rm" "-f" "42b8503086da9163ac9c25c833ef9903a2b1a3f3cdfd0e7697eb8cefedc74b12"` [INFO] [stdout] 42b8503086da9163ac9c25c833ef9903a2b1a3f3cdfd0e7697eb8cefedc74b12