Oct 26 19:19:50.068 INFO checking tkilbourn/rustfmt-test against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:19:50.070 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 26 19:19:50.605 INFO blam! 4bc8ba0abc5da536df00b81deeded1431d9892f49fb6aa62eb8160a97407d6a6 Oct 26 19:19:50.608 INFO running `"docker" "start" "-a" "4bc8ba0abc5da536df00b81deeded1431d9892f49fb6aa62eb8160a97407d6a6"` Oct 26 19:19:51.899 INFO kablam! usermod: no changes Oct 26 19:19:51.974 INFO kablam! Checking rustfmt-test v0.1.0 (/source) Oct 26 19:19:52.251 INFO kablam! warning: unused variable: `that` Oct 26 19:19:52.251 INFO kablam! --> src/other.rs:2:5 Oct 26 19:19:52.252 INFO kablam! | Oct 26 19:19:52.252 INFO kablam! 2 | that: u64, does: u32, Oct 26 19:19:52.253 INFO kablam! | ^^^^ help: consider using `_that` instead Oct 26 19:19:52.253 INFO kablam! | Oct 26 19:19:52.253 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:19:52.253 INFO kablam! Oct 26 19:19:52.254 INFO kablam! warning: unused variable: `does` Oct 26 19:19:52.254 INFO kablam! --> src/other.rs:2:16 Oct 26 19:19:52.254 INFO kablam! | Oct 26 19:19:52.255 INFO kablam! 2 | that: u64, does: u32, Oct 26 19:19:52.255 INFO kablam! | ^^^^ help: consider using `_does` instead Oct 26 19:19:52.255 INFO kablam! Oct 26 19:19:52.256 INFO kablam! warning: unused variable: `not` Oct 26 19:19:52.256 INFO kablam! --> src/other.rs:3:5 Oct 26 19:19:52.256 INFO kablam! | Oct 26 19:19:52.257 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 26 19:19:52.257 INFO kablam! | ^^^ help: consider using `_not` instead Oct 26 19:19:52.257 INFO kablam! Oct 26 19:19:52.257 INFO kablam! warning: unused variable: `follow` Oct 26 19:19:52.258 INFO kablam! --> src/other.rs:3:15 Oct 26 19:19:52.258 INFO kablam! | Oct 26 19:19:52.258 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 26 19:19:52.259 INFO kablam! | ^^^^^^ help: consider using `_follow` instead Oct 26 19:19:52.259 INFO kablam! Oct 26 19:19:52.259 INFO kablam! warning: unused variable: `the` Oct 26 19:19:52.260 INFO kablam! --> src/other.rs:3:31 Oct 26 19:19:52.260 INFO kablam! | Oct 26 19:19:52.260 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 26 19:19:52.261 INFO kablam! | ^^^ help: consider using `_the` instead Oct 26 19:19:52.261 INFO kablam! Oct 26 19:19:52.261 INFO kablam! warning: unused variable: `rules` Oct 26 19:19:52.262 INFO kablam! --> src/other.rs:4:5 Oct 26 19:19:52.262 INFO kablam! | Oct 26 19:19:52.262 INFO kablam! 4 | rules: &[u8]) -> Oct 26 19:19:52.262 INFO kablam! | ^^^^^ help: consider using `_rules` instead Oct 26 19:19:52.263 INFO kablam! Oct 26 19:19:52.263 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:19:52.263 INFO kablam! --> src/main.rs:4:5 Oct 26 19:19:52.264 INFO kablam! | Oct 26 19:19:52.264 INFO kablam! 4 | other::long_function(0, 1, 1.5, String::new(), 2, &[0]); Oct 26 19:19:52.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:19:52.265 INFO kablam! | Oct 26 19:19:52.265 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:19:52.265 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:19:52.266 INFO kablam! Oct 26 19:19:52.377 INFO kablam! warning: unused variable: `that` Oct 26 19:19:52.377 INFO kablam! --> src/other.rs:2:5 Oct 26 19:19:52.378 INFO kablam! | Oct 26 19:19:52.378 INFO kablam! 2 | that: u64, does: u32, Oct 26 19:19:52.378 INFO kablam! | ^^^^ help: consider using `_that` instead Oct 26 19:19:52.379 INFO kablam! | Oct 26 19:19:52.379 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:19:52.379 INFO kablam! Oct 26 19:19:52.380 INFO kablam! warning: unused variable: `does` Oct 26 19:19:52.380 INFO kablam! --> src/other.rs:2:16 Oct 26 19:19:52.380 INFO kablam! | Oct 26 19:19:52.380 INFO kablam! 2 | that: u64, does: u32, Oct 26 19:19:52.381 INFO kablam! | ^^^^ help: consider using `_does` instead Oct 26 19:19:52.381 INFO kablam! Oct 26 19:19:52.381 INFO kablam! warning: unused variable: `not` Oct 26 19:19:52.382 INFO kablam! --> src/other.rs:3:5 Oct 26 19:19:52.382 INFO kablam! | Oct 26 19:19:52.382 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 26 19:19:52.383 INFO kablam! | ^^^ help: consider using `_not` instead Oct 26 19:19:52.383 INFO kablam! Oct 26 19:19:52.383 INFO kablam! warning: unused variable: `follow` Oct 26 19:19:52.384 INFO kablam! --> src/other.rs:3:15 Oct 26 19:19:52.384 INFO kablam! | Oct 26 19:19:52.384 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 26 19:19:52.385 INFO kablam! | ^^^^^^ help: consider using `_follow` instead Oct 26 19:19:52.385 INFO kablam! Oct 26 19:19:52.385 INFO kablam! warning: unused variable: `the` Oct 26 19:19:52.385 INFO kablam! --> src/other.rs:3:31 Oct 26 19:19:52.386 INFO kablam! | Oct 26 19:19:52.386 INFO kablam! 3 | not: f32, follow: String, the: usize, Oct 26 19:19:52.386 INFO kablam! | ^^^ help: consider using `_the` instead Oct 26 19:19:52.387 INFO kablam! Oct 26 19:19:52.387 INFO kablam! warning: unused variable: `rules` Oct 26 19:19:52.387 INFO kablam! --> src/other.rs:4:5 Oct 26 19:19:52.388 INFO kablam! | Oct 26 19:19:52.388 INFO kablam! 4 | rules: &[u8]) -> Oct 26 19:19:52.388 INFO kablam! | ^^^^^ help: consider using `_rules` instead Oct 26 19:19:52.389 INFO kablam! Oct 26 19:19:52.424 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:19:52.424 INFO kablam! --> src/main.rs:4:5 Oct 26 19:19:52.424 INFO kablam! | Oct 26 19:19:52.425 INFO kablam! 4 | other::long_function(0, 1, 1.5, String::new(), 2, &[0]); Oct 26 19:19:52.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:19:52.425 INFO kablam! | Oct 26 19:19:52.426 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:19:52.426 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:19:52.426 INFO kablam! Oct 26 19:19:52.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.49s Oct 26 19:19:52.427 INFO kablam! su: No module specific data is present Oct 26 19:19:53.616 INFO running `"docker" "rm" "-f" "4bc8ba0abc5da536df00b81deeded1431d9892f49fb6aa62eb8160a97407d6a6"` Oct 26 19:19:53.983 INFO blam! 4bc8ba0abc5da536df00b81deeded1431d9892f49fb6aa62eb8160a97407d6a6