Oct 27 10:03:05.244 INFO checking Ragnyll/rust_variables against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:03:05.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 10:03:05.550 INFO blam! 79fc714e5325b1a52abbc1ae1b2689eeeb4cc07254e97e0869e6db7a7585c36a Oct 27 10:03:05.550 INFO running `"docker" "start" "-a" "79fc714e5325b1a52abbc1ae1b2689eeeb4cc07254e97e0869e6db7a7585c36a"` Oct 27 10:03:06.306 INFO kablam! usermod: no changes Oct 27 10:03:06.354 INFO kablam! Checking variables v0.1.0 (/source) Oct 27 10:03:06.845 INFO kablam! warning: unused variable: `difference` Oct 27 10:03:06.846 INFO kablam! --> src/main.rs:41:9 Oct 27 10:03:06.846 INFO kablam! | Oct 27 10:03:06.846 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 27 10:03:06.846 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 27 10:03:06.846 INFO kablam! | Oct 27 10:03:06.846 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:03:06.846 INFO kablam! Oct 27 10:03:06.847 INFO kablam! warning: unused variable: `product` Oct 27 10:03:06.847 INFO kablam! --> src/main.rs:44:9 Oct 27 10:03:06.847 INFO kablam! | Oct 27 10:03:06.847 INFO kablam! 44 | let product = 4 * 30; Oct 27 10:03:06.847 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 27 10:03:06.847 INFO kablam! Oct 27 10:03:06.847 INFO kablam! warning: unused variable: `quotient` Oct 27 10:03:06.847 INFO kablam! --> src/main.rs:47:9 Oct 27 10:03:06.847 INFO kablam! | Oct 27 10:03:06.847 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 27 10:03:06.847 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 27 10:03:06.847 INFO kablam! Oct 27 10:03:06.848 INFO kablam! warning: unused variable: `remainder` Oct 27 10:03:06.848 INFO kablam! --> src/main.rs:50:9 Oct 27 10:03:06.848 INFO kablam! | Oct 27 10:03:06.848 INFO kablam! 50 | let remainder = 43 % 5; Oct 27 10:03:06.848 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 27 10:03:06.848 INFO kablam! Oct 27 10:03:06.848 INFO kablam! warning: unused variable: `t` Oct 27 10:03:06.848 INFO kablam! --> src/main.rs:53:9 Oct 27 10:03:06.848 INFO kablam! | Oct 27 10:03:06.848 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 27 10:03:06.848 INFO kablam! | ^ help: consider using `_t` instead Oct 27 10:03:06.848 INFO kablam! Oct 27 10:03:06.849 INFO kablam! warning: unused variable: `f` Oct 27 10:03:06.849 INFO kablam! --> src/main.rs:55:9 Oct 27 10:03:06.849 INFO kablam! | Oct 27 10:03:06.849 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 27 10:03:06.849 INFO kablam! | ^ help: consider using `_f` instead Oct 27 10:03:06.849 INFO kablam! Oct 27 10:03:06.849 INFO kablam! warning: unused variable: `x` Oct 27 10:03:06.849 INFO kablam! --> src/main.rs:59:10 Oct 27 10:03:06.849 INFO kablam! | Oct 27 10:03:06.849 INFO kablam! 59 | let (x, y, z) = tup; Oct 27 10:03:06.849 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:03:06.849 INFO kablam! Oct 27 10:03:06.851 INFO kablam! warning: unused variable: `z` Oct 27 10:03:06.851 INFO kablam! --> src/main.rs:59:16 Oct 27 10:03:06.851 INFO kablam! | Oct 27 10:03:06.851 INFO kablam! 59 | let (x, y, z) = tup; Oct 27 10:03:06.851 INFO kablam! | ^ help: consider using `_z` instead Oct 27 10:03:06.851 INFO kablam! Oct 27 10:03:06.851 INFO kablam! warning: unused variable: `first` Oct 27 10:03:06.851 INFO kablam! --> src/main.rs:67:9 Oct 27 10:03:06.851 INFO kablam! | Oct 27 10:03:06.851 INFO kablam! 67 | let first = months[0]; Oct 27 10:03:06.851 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 27 10:03:06.851 INFO kablam! Oct 27 10:03:06.931 INFO kablam! warning: unused variable: `difference` Oct 27 10:03:06.931 INFO kablam! --> src/main.rs:41:9 Oct 27 10:03:06.931 INFO kablam! | Oct 27 10:03:06.931 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 27 10:03:06.931 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 27 10:03:06.931 INFO kablam! | Oct 27 10:03:06.931 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:03:06.931 INFO kablam! Oct 27 10:03:06.931 INFO kablam! warning: unused variable: `product` Oct 27 10:03:06.931 INFO kablam! --> src/main.rs:44:9 Oct 27 10:03:06.931 INFO kablam! | Oct 27 10:03:06.931 INFO kablam! 44 | let product = 4 * 30; Oct 27 10:03:06.931 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 27 10:03:06.931 INFO kablam! Oct 27 10:03:06.931 INFO kablam! warning: unused variable: `quotient` Oct 27 10:03:06.931 INFO kablam! --> src/main.rs:47:9 Oct 27 10:03:06.931 INFO kablam! | Oct 27 10:03:06.931 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 27 10:03:06.931 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 27 10:03:06.932 INFO kablam! Oct 27 10:03:06.932 INFO kablam! warning: unused variable: `remainder` Oct 27 10:03:06.932 INFO kablam! --> src/main.rs:50:9 Oct 27 10:03:06.932 INFO kablam! | Oct 27 10:03:06.932 INFO kablam! 50 | let remainder = 43 % 5; Oct 27 10:03:06.932 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 27 10:03:06.932 INFO kablam! Oct 27 10:03:06.932 INFO kablam! warning: unused variable: `t` Oct 27 10:03:06.932 INFO kablam! --> src/main.rs:53:9 Oct 27 10:03:06.932 INFO kablam! | Oct 27 10:03:06.932 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 27 10:03:06.932 INFO kablam! | ^ help: consider using `_t` instead Oct 27 10:03:06.932 INFO kablam! Oct 27 10:03:06.932 INFO kablam! warning: unused variable: `f` Oct 27 10:03:06.932 INFO kablam! --> src/main.rs:55:9 Oct 27 10:03:06.932 INFO kablam! | Oct 27 10:03:06.932 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 27 10:03:06.932 INFO kablam! | ^ help: consider using `_f` instead Oct 27 10:03:06.932 INFO kablam! Oct 27 10:03:06.933 INFO kablam! warning: unused variable: `x` Oct 27 10:03:06.933 INFO kablam! --> src/main.rs:59:10 Oct 27 10:03:06.933 INFO kablam! | Oct 27 10:03:06.933 INFO kablam! 59 | let (x, y, z) = tup; Oct 27 10:03:06.933 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:03:06.933 INFO kablam! Oct 27 10:03:06.933 INFO kablam! warning: unused variable: `z` Oct 27 10:03:06.933 INFO kablam! --> src/main.rs:59:16 Oct 27 10:03:06.933 INFO kablam! | Oct 27 10:03:06.933 INFO kablam! 59 | let (x, y, z) = tup; Oct 27 10:03:06.933 INFO kablam! | ^ help: consider using `_z` instead Oct 27 10:03:06.933 INFO kablam! Oct 27 10:03:06.933 INFO kablam! warning: unused variable: `first` Oct 27 10:03:06.933 INFO kablam! --> src/main.rs:67:9 Oct 27 10:03:06.933 INFO kablam! | Oct 27 10:03:06.933 INFO kablam! 67 | let first = months[0]; Oct 27 10:03:06.933 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 27 10:03:06.933 INFO kablam! Oct 27 10:03:06.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Oct 27 10:03:06.963 INFO kablam! su: No module specific data is present Oct 27 10:03:07.229 INFO running `"docker" "rm" "-f" "79fc714e5325b1a52abbc1ae1b2689eeeb4cc07254e97e0869e6db7a7585c36a"` Oct 27 10:03:07.351 INFO blam! 79fc714e5325b1a52abbc1ae1b2689eeeb4cc07254e97e0869e6db7a7585c36a