Sep 04 19:56:39.331 INFO checking gauss-0.5.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 19:56:39.331 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 19:56:39.331 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:56:39.583 INFO blam! 48356590368b2734dcf9b3499c7ef487de2daec00c3ae55f7b7334a502f40fcd Sep 04 19:56:39.585 INFO running `"docker" "start" "-a" "48356590368b2734dcf9b3499c7ef487de2daec00c3ae55f7b7334a502f40fcd"` Sep 04 19:56:40.670 INFO kablam! Checking rc v0.1.1 Sep 04 19:56:40.680 INFO kablam! Checking cssparser v0.6.0 Sep 04 19:56:40.681 INFO kablam! Checking rustfm v0.1.2 Sep 04 19:56:44.483 INFO kablam! Checking selectors v0.12.0 Sep 04 19:56:49.396 INFO kablam! Checking kuchiki v0.3.4 Sep 04 19:56:52.621 INFO kablam! Checking gauss v0.5.0 (file:///source) Sep 04 19:56:58.470 INFO kablam! warning: unused `#[macro_use]` import Sep 04 19:56:58.470 INFO kablam! --> src/main.rs:11:1 Sep 04 19:56:58.470 INFO kablam! | Sep 04 19:56:58.470 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Sep 04 19:56:58.470 INFO kablam! | ^^^^^^^^^^^^ Sep 04 19:56:58.470 INFO kablam! | Sep 04 19:56:58.470 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 19:56:58.470 INFO kablam! Sep 04 19:56:58.475 INFO kablam! warning: unused `#[macro_use]` import Sep 04 19:56:58.476 INFO kablam! --> src/main.rs:11:1 Sep 04 19:56:58.476 INFO kablam! | Sep 04 19:56:58.476 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Sep 04 19:56:58.476 INFO kablam! | ^^^^^^^^^^^^ Sep 04 19:56:58.476 INFO kablam! | Sep 04 19:56:58.476 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 19:56:58.476 INFO kablam! Sep 04 19:56:59.070 INFO kablam! warning: variable does not need to be mutable Sep 04 19:56:59.070 INFO kablam! --> src/plugins/seen.rs:68:73 Sep 04 19:56:59.070 INFO kablam! | Sep 04 19:56:59.070 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Sep 04 19:56:59.070 INFO kablam! | ----^ Sep 04 19:56:59.070 INFO kablam! | | Sep 04 19:56:59.070 INFO kablam! | help: remove this `mut` Sep 04 19:56:59.070 INFO kablam! | Sep 04 19:56:59.070 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 19:56:59.070 INFO kablam! Sep 04 19:56:59.111 INFO kablam! warning: variable does not need to be mutable Sep 04 19:56:59.111 INFO kablam! --> src/plugins/seen.rs:68:73 Sep 04 19:56:59.111 INFO kablam! | Sep 04 19:56:59.111 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Sep 04 19:56:59.111 INFO kablam! | ----^ Sep 04 19:56:59.111 INFO kablam! | | Sep 04 19:56:59.111 INFO kablam! | help: remove this `mut` Sep 04 19:56:59.111 INFO kablam! | Sep 04 19:56:59.111 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 19:56:59.111 INFO kablam! Sep 04 19:56:59.159 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 19:56:59.159 INFO kablam! --> src/main.rs:1:12 Sep 04 19:56:59.159 INFO kablam! | Sep 04 19:56:59.159 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 19:56:59.159 INFO kablam! | ^^^^^^^^^^ Sep 04 19:56:59.159 INFO kablam! | Sep 04 19:56:59.159 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 19:56:59.159 INFO kablam! Sep 04 19:56:59.160 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Sep 04 19:56:59.161 INFO kablam! --> src/plugin.rs:6:46 Sep 04 19:56:59.161 INFO kablam! | Sep 04 19:56:59.161 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Sep 04 19:56:59.161 INFO kablam! | ^^^^^^^ Sep 04 19:56:59.161 INFO kablam! | Sep 04 19:56:59.161 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 04 19:56:59.161 INFO kablam! Sep 04 19:56:59.161 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Sep 04 19:56:59.161 INFO kablam! --> src/plugin.rs:7:47 Sep 04 19:56:59.161 INFO kablam! | Sep 04 19:56:59.161 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Sep 04 19:56:59.161 INFO kablam! | ^^^^^^^ Sep 04 19:56:59.161 INFO kablam! Sep 04 19:56:59.243 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 19:56:59.243 INFO kablam! --> src/main.rs:1:12 Sep 04 19:56:59.243 INFO kablam! | Sep 04 19:56:59.243 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 19:56:59.243 INFO kablam! | ^^^^^^^^^^ Sep 04 19:56:59.243 INFO kablam! | Sep 04 19:56:59.243 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 19:56:59.243 INFO kablam! Sep 04 19:56:59.244 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Sep 04 19:56:59.244 INFO kablam! --> src/plugin.rs:6:46 Sep 04 19:56:59.244 INFO kablam! | Sep 04 19:56:59.244 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Sep 04 19:56:59.244 INFO kablam! | ^^^^^^^ Sep 04 19:56:59.244 INFO kablam! | Sep 04 19:56:59.244 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 04 19:56:59.244 INFO kablam! Sep 04 19:56:59.244 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Sep 04 19:56:59.244 INFO kablam! --> src/plugin.rs:7:47 Sep 04 19:56:59.244 INFO kablam! | Sep 04 19:56:59.244 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Sep 04 19:56:59.244 INFO kablam! | ^^^^^^^ Sep 04 19:56:59.244 INFO kablam! Sep 04 19:56:59.348 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.98s Sep 04 19:56:59.363 INFO kablam! su: No module specific data is present Sep 04 19:56:59.946 INFO running `"docker" "rm" "-f" "48356590368b2734dcf9b3499c7ef487de2daec00c3ae55f7b7334a502f40fcd"` Sep 04 19:57:00.077 INFO blam! 48356590368b2734dcf9b3499c7ef487de2daec00c3ae55f7b7334a502f40fcd