Oct 13 02:54:24.606 INFO checking Ragnyll/rust_variables against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:54:24.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 02:54:24.920 INFO blam! 8f7245a52b314d536cfcceb3da3b1a9ca66ddc5f74376ccbb68ded78989803a0 Oct 13 02:54:24.926 INFO running `"docker" "start" "-a" "8f7245a52b314d536cfcceb3da3b1a9ca66ddc5f74376ccbb68ded78989803a0"` Oct 13 02:54:25.811 INFO kablam! usermod: no changes Oct 13 02:54:25.856 INFO kablam! Checking variables v0.1.0 (/source) Oct 13 02:54:26.864 INFO kablam! warning: unused variable: `difference` Oct 13 02:54:26.864 INFO kablam! --> src/main.rs:41:9 Oct 13 02:54:26.864 INFO kablam! | Oct 13 02:54:26.864 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 13 02:54:26.864 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 13 02:54:26.864 INFO kablam! | Oct 13 02:54:26.864 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:54:26.864 INFO kablam! Oct 13 02:54:26.864 INFO kablam! warning: unused variable: `product` Oct 13 02:54:26.865 INFO kablam! --> src/main.rs:44:9 Oct 13 02:54:26.865 INFO kablam! | Oct 13 02:54:26.865 INFO kablam! 44 | let product = 4 * 30; Oct 13 02:54:26.865 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 13 02:54:26.865 INFO kablam! Oct 13 02:54:26.865 INFO kablam! warning: unused variable: `quotient` Oct 13 02:54:26.865 INFO kablam! --> src/main.rs:47:9 Oct 13 02:54:26.865 INFO kablam! | Oct 13 02:54:26.865 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 13 02:54:26.865 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 13 02:54:26.865 INFO kablam! Oct 13 02:54:26.865 INFO kablam! warning: unused variable: `remainder` Oct 13 02:54:26.865 INFO kablam! --> src/main.rs:50:9 Oct 13 02:54:26.865 INFO kablam! | Oct 13 02:54:26.865 INFO kablam! 50 | let remainder = 43 % 5; Oct 13 02:54:26.865 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 13 02:54:26.865 INFO kablam! Oct 13 02:54:26.865 INFO kablam! warning: unused variable: `t` Oct 13 02:54:26.865 INFO kablam! --> src/main.rs:53:9 Oct 13 02:54:26.865 INFO kablam! | Oct 13 02:54:26.865 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 13 02:54:26.865 INFO kablam! | ^ help: consider using `_t` instead Oct 13 02:54:26.865 INFO kablam! Oct 13 02:54:26.865 INFO kablam! warning: unused variable: `f` Oct 13 02:54:26.865 INFO kablam! --> src/main.rs:55:9 Oct 13 02:54:26.865 INFO kablam! | Oct 13 02:54:26.865 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 13 02:54:26.865 INFO kablam! | ^ help: consider using `_f` instead Oct 13 02:54:26.865 INFO kablam! Oct 13 02:54:26.865 INFO kablam! warning: unused variable: `x` Oct 13 02:54:26.865 INFO kablam! --> src/main.rs:59:10 Oct 13 02:54:26.865 INFO kablam! | Oct 13 02:54:26.865 INFO kablam! 59 | let (x, y, z) = tup; Oct 13 02:54:26.865 INFO kablam! | ^ help: consider using `_x` instead Oct 13 02:54:26.865 INFO kablam! Oct 13 02:54:26.865 INFO kablam! warning: unused variable: `z` Oct 13 02:54:26.865 INFO kablam! --> src/main.rs:59:16 Oct 13 02:54:26.865 INFO kablam! | Oct 13 02:54:26.865 INFO kablam! 59 | let (x, y, z) = tup; Oct 13 02:54:26.865 INFO kablam! | ^ help: consider using `_z` instead Oct 13 02:54:26.865 INFO kablam! Oct 13 02:54:26.865 INFO kablam! warning: unused variable: `first` Oct 13 02:54:26.865 INFO kablam! --> src/main.rs:67:9 Oct 13 02:54:26.865 INFO kablam! | Oct 13 02:54:26.865 INFO kablam! 67 | let first = months[0]; Oct 13 02:54:26.865 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 13 02:54:26.865 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `difference` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:41:9 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 13 02:54:27.080 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `product` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:44:9 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 44 | let product = 4 * 30; Oct 13 02:54:27.080 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `quotient` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:47:9 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 13 02:54:27.080 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `remainder` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:50:9 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 50 | let remainder = 43 % 5; Oct 13 02:54:27.080 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `t` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:53:9 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 13 02:54:27.080 INFO kablam! | ^ help: consider using `_t` instead Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `f` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:55:9 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 13 02:54:27.080 INFO kablam! | ^ help: consider using `_f` instead Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `x` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:59:10 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 59 | let (x, y, z) = tup; Oct 13 02:54:27.080 INFO kablam! | ^ help: consider using `_x` instead Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `z` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:59:16 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 59 | let (x, y, z) = tup; Oct 13 02:54:27.080 INFO kablam! | ^ help: consider using `_z` instead Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.080 INFO kablam! warning: unused variable: `first` Oct 13 02:54:27.080 INFO kablam! --> src/main.rs:67:9 Oct 13 02:54:27.080 INFO kablam! | Oct 13 02:54:27.080 INFO kablam! 67 | let first = months[0]; Oct 13 02:54:27.080 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 13 02:54:27.080 INFO kablam! Oct 13 02:54:27.101 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 13 02:54:27.108 INFO kablam! su: No module specific data is present Oct 13 02:54:27.654 INFO running `"docker" "rm" "-f" "8f7245a52b314d536cfcceb3da3b1a9ca66ddc5f74376ccbb68ded78989803a0"` Oct 13 02:54:27.900 INFO blam! 8f7245a52b314d536cfcceb3da3b1a9ca66ddc5f74376ccbb68ded78989803a0