Oct 12 12:05:55.417 INFO checking tkilbourn/rustfmt-test against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 12:05:55.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 12:05:55.940 INFO blam! bb53b77464c8bd6f7b3210d7559d7e52784ae450b0fa9ef7e68de1d2103aa7d5 Oct 12 12:05:55.942 INFO running `"docker" "start" "-a" "bb53b77464c8bd6f7b3210d7559d7e52784ae450b0fa9ef7e68de1d2103aa7d5"` Oct 12 12:05:57.772 INFO kablam! usermod: no changes Oct 12 12:05:57.816 INFO kablam! Checking rustfmt-test v0.1.0 (/source) Oct 12 12:05:58.064 INFO kablam! warning: unused variable: `that` Oct 12 12:05:58.064 INFO kablam! --> src/other.rs:2:5 Oct 12 12:05:58.064 INFO kablam! | Oct 12 12:05:58.064 INFO kablam! 2 | that: u64, does: u32, Oct 12 12:05:58.064 INFO kablam! | ^^^^ help: consider using `_that` instead Oct 12 12:05:58.064 INFO kablam! | Oct 12 12:05:58.064 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:05:58.064 INFO kablam! Oct 12 12:05:58.064 INFO kablam! warning: unused variable: `does` Oct 12 12:05:58.064 INFO kablam! --> src/other.rs:2:16 Oct 12 12:05:58.064 INFO kablam! | Oct 12 12:05:58.064 INFO kablam! 2 | that: u64, does: u32, Oct 12 12:05:58.064 INFO kablam! | ^^^^ help: consider using `_does` instead Oct 12 12:05:58.064 INFO kablam! Oct 12 12:05:58.064 INFO kablam! warning: unused variable: `not` Oct 12 12:05:58.064 INFO kablam! --> src/other.rs:3:5 Oct 12 12:05:58.064 INFO kablam! | Oct 12 12:05:58.064 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 12 12:05:58.064 INFO kablam! | ^^^ help: consider using `_not` instead Oct 12 12:05:58.064 INFO kablam! Oct 12 12:05:58.064 INFO kablam! warning: unused variable: `follow` Oct 12 12:05:58.065 INFO kablam! --> src/other.rs:3:15 Oct 12 12:05:58.065 INFO kablam! | Oct 12 12:05:58.065 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 12 12:05:58.065 INFO kablam! | ^^^^^^ help: consider using `_follow` instead Oct 12 12:05:58.065 INFO kablam! Oct 12 12:05:58.065 INFO kablam! warning: unused variable: `the` Oct 12 12:05:58.065 INFO kablam! --> src/other.rs:3:31 Oct 12 12:05:58.065 INFO kablam! | Oct 12 12:05:58.065 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 12 12:05:58.065 INFO kablam! | ^^^ help: consider using `_the` instead Oct 12 12:05:58.065 INFO kablam! Oct 12 12:05:58.065 INFO kablam! warning: unused variable: `rules` Oct 12 12:05:58.065 INFO kablam! --> src/other.rs:4:5 Oct 12 12:05:58.065 INFO kablam! | Oct 12 12:05:58.065 INFO kablam! 4 | rules: &[u8]) -> Oct 12 12:05:58.065 INFO kablam! | ^^^^^ help: consider using `_rules` instead Oct 12 12:05:58.065 INFO kablam! Oct 12 12:05:58.088 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:05:58.088 INFO kablam! --> src/main.rs:4:5 Oct 12 12:05:58.088 INFO kablam! | Oct 12 12:05:58.088 INFO kablam! 4 | other::long_function(0, 1, 1.5, String::new(), 2, &[0]); Oct 12 12:05:58.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:05:58.088 INFO kablam! | Oct 12 12:05:58.088 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 12:05:58.088 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:05:58.088 INFO kablam! Oct 12 12:05:58.132 INFO kablam! warning: unused variable: `that` Oct 12 12:05:58.132 INFO kablam! --> src/other.rs:2:5 Oct 12 12:05:58.132 INFO kablam! | Oct 12 12:05:58.132 INFO kablam! 2 | that: u64, does: u32, Oct 12 12:05:58.132 INFO kablam! | ^^^^ help: consider using `_that` instead Oct 12 12:05:58.132 INFO kablam! | Oct 12 12:05:58.132 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:05:58.132 INFO kablam! Oct 12 12:05:58.132 INFO kablam! warning: unused variable: `does` Oct 12 12:05:58.132 INFO kablam! --> src/other.rs:2:16 Oct 12 12:05:58.132 INFO kablam! | Oct 12 12:05:58.132 INFO kablam! 2 | that: u64, does: u32, Oct 12 12:05:58.132 INFO kablam! | ^^^^ help: consider using `_does` instead Oct 12 12:05:58.132 INFO kablam! Oct 12 12:05:58.132 INFO kablam! warning: unused variable: `not` Oct 12 12:05:58.132 INFO kablam! --> src/other.rs:3:5 Oct 12 12:05:58.133 INFO kablam! | Oct 12 12:05:58.133 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 12 12:05:58.133 INFO kablam! | ^^^ help: consider using `_not` instead Oct 12 12:05:58.133 INFO kablam! Oct 12 12:05:58.133 INFO kablam! warning: unused variable: `follow` Oct 12 12:05:58.133 INFO kablam! --> src/other.rs:3:15 Oct 12 12:05:58.133 INFO kablam! | Oct 12 12:05:58.133 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 12 12:05:58.133 INFO kablam! | ^^^^^^ help: consider using `_follow` instead Oct 12 12:05:58.133 INFO kablam! Oct 12 12:05:58.133 INFO kablam! warning: unused variable: `the` Oct 12 12:05:58.133 INFO kablam! --> src/other.rs:3:31 Oct 12 12:05:58.133 INFO kablam! | Oct 12 12:05:58.133 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 12 12:05:58.133 INFO kablam! | ^^^ help: consider using `_the` instead Oct 12 12:05:58.133 INFO kablam! Oct 12 12:05:58.133 INFO kablam! warning: unused variable: `rules` Oct 12 12:05:58.133 INFO kablam! --> src/other.rs:4:5 Oct 12 12:05:58.133 INFO kablam! | Oct 12 12:05:58.133 INFO kablam! 4 | rules: &[u8]) -> Oct 12 12:05:58.133 INFO kablam! | ^^^^^ help: consider using `_rules` instead Oct 12 12:05:58.133 INFO kablam! Oct 12 12:05:58.143 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:05:58.143 INFO kablam! --> src/main.rs:4:5 Oct 12 12:05:58.143 INFO kablam! | Oct 12 12:05:58.143 INFO kablam! 4 | other::long_function(0, 1, 1.5, String::new(), 2, &[0]); Oct 12 12:05:58.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:05:58.143 INFO kablam! | Oct 12 12:05:58.143 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 12:05:58.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:05:58.143 INFO kablam! Oct 12 12:05:58.169 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.37s Oct 12 12:05:58.172 INFO kablam! su: No module specific data is present Oct 12 12:05:58.789 INFO running `"docker" "rm" "-f" "bb53b77464c8bd6f7b3210d7559d7e52784ae450b0fa9ef7e68de1d2103aa7d5"` Oct 12 12:05:59.000 INFO blam! bb53b77464c8bd6f7b3210d7559d7e52784ae450b0fa9ef7e68de1d2103aa7d5