Sep 06 06:44:10.029 INFO checking gauss-0.5.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 06:44:10.029 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 06:44:10.029 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:44:10.251 INFO blam! a3c0cd21b30cfdb2363bbbaf2e8396916bfae4212dfecb261c47db0f70cd6e56 Sep 06 06:44:10.254 INFO running `"docker" "start" "-a" "a3c0cd21b30cfdb2363bbbaf2e8396916bfae4212dfecb261c47db0f70cd6e56"` Sep 06 06:44:11.418 INFO kablam! usermod: no changes Sep 06 06:44:11.826 INFO kablam! Checking rc v0.1.1 Sep 06 06:44:11.826 INFO kablam! Checking cssparser v0.6.0 Sep 06 06:44:11.834 INFO kablam! Checking redis v0.5.4 Sep 06 06:44:11.870 INFO kablam! Checking rustfm v0.1.2 Sep 06 06:44:15.362 INFO kablam! Checking selectors v0.12.0 Sep 06 06:44:20.799 INFO kablam! Checking kuchiki v0.3.4 Sep 06 06:44:22.890 INFO kablam! Checking gauss v0.5.0 (file:///source) Sep 06 06:44:25.881 INFO kablam! warning: unused `#[macro_use]` import Sep 06 06:44:25.881 INFO kablam! --> src/main.rs:11:1 Sep 06 06:44:25.881 INFO kablam! | Sep 06 06:44:25.881 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Sep 06 06:44:25.881 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:44:25.898 INFO kablam! | Sep 06 06:44:25.898 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 06:44:25.898 INFO kablam! Sep 06 06:44:26.131 INFO kablam! warning: unused `#[macro_use]` import Sep 06 06:44:26.131 INFO kablam! --> src/main.rs:11:1 Sep 06 06:44:26.131 INFO kablam! | Sep 06 06:44:26.131 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Sep 06 06:44:26.131 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:44:26.138 INFO kablam! | Sep 06 06:44:26.138 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 06:44:26.138 INFO kablam! Sep 06 06:44:26.473 INFO kablam! warning: variable does not need to be mutable Sep 06 06:44:26.473 INFO kablam! --> src/plugins/seen.rs:68:73 Sep 06 06:44:26.473 INFO kablam! | Sep 06 06:44:26.473 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Sep 06 06:44:26.473 INFO kablam! | ----^ Sep 06 06:44:26.473 INFO kablam! | | Sep 06 06:44:26.473 INFO kablam! | help: remove this `mut` Sep 06 06:44:26.478 INFO kablam! | Sep 06 06:44:26.478 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 06:44:26.479 INFO kablam! Sep 06 06:44:26.579 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:44:26.579 INFO kablam! --> src/main.rs:1:12 Sep 06 06:44:26.579 INFO kablam! | Sep 06 06:44:26.579 INFO kablam! 1 | #![feature(proc_macro)] Sep 06 06:44:26.579 INFO kablam! | ^^^^^^^^^^ Sep 06 06:44:26.594 INFO kablam! | Sep 06 06:44:26.594 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:44:26.594 INFO kablam! Sep 06 06:44:26.595 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Sep 06 06:44:26.595 INFO kablam! --> src/plugin.rs:6:46 Sep 06 06:44:26.595 INFO kablam! | Sep 06 06:44:26.595 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Sep 06 06:44:26.595 INFO kablam! | ^^^^^^^ Sep 06 06:44:26.595 INFO kablam! | Sep 06 06:44:26.595 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 06 06:44:26.595 INFO kablam! Sep 06 06:44:26.595 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Sep 06 06:44:26.595 INFO kablam! --> src/plugin.rs:7:47 Sep 06 06:44:26.595 INFO kablam! | Sep 06 06:44:26.595 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Sep 06 06:44:26.595 INFO kablam! | ^^^^^^^ Sep 06 06:44:26.595 INFO kablam! Sep 06 06:44:26.600 INFO kablam! warning: variable does not need to be mutable Sep 06 06:44:26.600 INFO kablam! --> src/plugins/seen.rs:68:73 Sep 06 06:44:26.600 INFO kablam! | Sep 06 06:44:26.600 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Sep 06 06:44:26.600 INFO kablam! | ----^ Sep 06 06:44:26.600 INFO kablam! | | Sep 06 06:44:26.600 INFO kablam! | help: remove this `mut` Sep 06 06:44:26.601 INFO kablam! | Sep 06 06:44:26.601 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 06:44:26.601 INFO kablam! Sep 06 06:44:26.657 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:44:26.657 INFO kablam! --> src/main.rs:1:12 Sep 06 06:44:26.657 INFO kablam! | Sep 06 06:44:26.657 INFO kablam! 1 | #![feature(proc_macro)] Sep 06 06:44:26.657 INFO kablam! | ^^^^^^^^^^ Sep 06 06:44:26.662 INFO kablam! | Sep 06 06:44:26.662 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:44:26.663 INFO kablam! Sep 06 06:44:26.664 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Sep 06 06:44:26.664 INFO kablam! --> src/plugin.rs:6:46 Sep 06 06:44:26.664 INFO kablam! | Sep 06 06:44:26.664 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Sep 06 06:44:26.664 INFO kablam! | ^^^^^^^ Sep 06 06:44:26.664 INFO kablam! | Sep 06 06:44:26.664 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 06 06:44:26.665 INFO kablam! Sep 06 06:44:26.665 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Sep 06 06:44:26.665 INFO kablam! --> src/plugin.rs:7:47 Sep 06 06:44:26.665 INFO kablam! | Sep 06 06:44:26.665 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Sep 06 06:44:26.665 INFO kablam! | ^^^^^^^ Sep 06 06:44:26.665 INFO kablam! Sep 06 06:44:26.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.28s Sep 06 06:44:26.758 INFO kablam! su: No module specific data is present Sep 06 06:44:28.592 INFO running `"docker" "rm" "-f" "a3c0cd21b30cfdb2363bbbaf2e8396916bfae4212dfecb261c47db0f70cd6e56"` Sep 06 06:44:28.701 INFO blam! a3c0cd21b30cfdb2363bbbaf2e8396916bfae4212dfecb261c47db0f70cd6e56