Oct 27 22:05:32.571 INFO checking gauss-0.5.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:05:32.571 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 27 22:05:33.088 INFO blam! 6d55b8128dbaa2850d6260149e4e2dcf119551cbf7fffdee2665a7aaedd8c5e1 Oct 27 22:05:33.091 INFO running `"docker" "start" "-a" "6d55b8128dbaa2850d6260149e4e2dcf119551cbf7fffdee2665a7aaedd8c5e1"` Oct 27 22:05:35.109 INFO kablam! usermod: no changes Oct 27 22:05:35.388 INFO kablam! Checking rc v0.1.1 Oct 27 22:05:35.448 INFO kablam! Checking cssparser v0.6.0 Oct 27 22:05:35.450 INFO kablam! Compiling string_cache v0.2.29 Oct 27 22:05:35.451 INFO kablam! Compiling html5ever v0.5.4 Oct 27 22:05:35.467 INFO kablam! Checking irc v0.11.8 Oct 27 22:05:35.469 INFO kablam! Checking rustfm v0.1.2 Oct 27 22:05:48.739 INFO kablam! Checking selectors v0.12.0 Oct 27 22:05:57.275 INFO kablam! Checking kuchiki v0.3.4 Oct 27 22:06:01.863 INFO kablam! Checking gauss v0.5.0 (/source) Oct 27 22:06:09.651 INFO kablam! warning: unused `#[macro_use]` import Oct 27 22:06:09.651 INFO kablam! --> src/main.rs:11:1 Oct 27 22:06:09.651 INFO kablam! | Oct 27 22:06:09.651 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Oct 27 22:06:09.651 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:06:09.651 INFO kablam! | Oct 27 22:06:09.651 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:06:09.651 INFO kablam! Oct 27 22:06:09.851 INFO kablam! warning: unused `#[macro_use]` import Oct 27 22:06:09.852 INFO kablam! --> src/main.rs:11:1 Oct 27 22:06:09.853 INFO kablam! | Oct 27 22:06:09.854 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Oct 27 22:06:09.854 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:06:09.855 INFO kablam! | Oct 27 22:06:09.855 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:06:09.856 INFO kablam! Oct 27 22:06:10.207 INFO kablam! warning: variable does not need to be mutable Oct 27 22:06:10.208 INFO kablam! --> src/plugins/seen.rs:68:73 Oct 27 22:06:10.209 INFO kablam! | Oct 27 22:06:10.209 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Oct 27 22:06:10.210 INFO kablam! | ----^ Oct 27 22:06:10.211 INFO kablam! | | Oct 27 22:06:10.211 INFO kablam! | help: remove this `mut` Oct 27 22:06:10.212 INFO kablam! | Oct 27 22:06:10.212 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:06:10.213 INFO kablam! Oct 27 22:06:10.295 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 22:06:10.296 INFO kablam! --> src/main.rs:1:12 Oct 27 22:06:10.296 INFO kablam! | Oct 27 22:06:10.297 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 22:06:10.298 INFO kablam! | ^^^^^^^^^^ Oct 27 22:06:10.298 INFO kablam! | Oct 27 22:06:10.299 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 22:06:10.299 INFO kablam! Oct 27 22:06:10.300 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 27 22:06:10.300 INFO kablam! --> src/plugin.rs:6:46 Oct 27 22:06:10.301 INFO kablam! | Oct 27 22:06:10.301 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Oct 27 22:06:10.302 INFO kablam! | ^^^^^^^ Oct 27 22:06:10.303 INFO kablam! | Oct 27 22:06:10.303 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 22:06:10.304 INFO kablam! Oct 27 22:06:10.304 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 27 22:06:10.305 INFO kablam! --> src/plugin.rs:7:47 Oct 27 22:06:10.305 INFO kablam! | Oct 27 22:06:10.305 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Oct 27 22:06:10.305 INFO kablam! | ^^^^^^^ Oct 27 22:06:10.305 INFO kablam! Oct 27 22:06:10.496 INFO kablam! warning: variable does not need to be mutable Oct 27 22:06:10.496 INFO kablam! --> src/plugins/seen.rs:68:73 Oct 27 22:06:10.496 INFO kablam! | Oct 27 22:06:10.496 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Oct 27 22:06:10.496 INFO kablam! | ----^ Oct 27 22:06:10.496 INFO kablam! | | Oct 27 22:06:10.496 INFO kablam! | help: remove this `mut` Oct 27 22:06:10.496 INFO kablam! | Oct 27 22:06:10.496 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:06:10.496 INFO kablam! Oct 27 22:06:10.564 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 22:06:10.564 INFO kablam! --> src/main.rs:1:12 Oct 27 22:06:10.564 INFO kablam! | Oct 27 22:06:10.564 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 22:06:10.564 INFO kablam! | ^^^^^^^^^^ Oct 27 22:06:10.564 INFO kablam! | Oct 27 22:06:10.564 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 22:06:10.564 INFO kablam! Oct 27 22:06:10.565 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 27 22:06:10.566 INFO kablam! --> src/plugin.rs:6:46 Oct 27 22:06:10.566 INFO kablam! | Oct 27 22:06:10.566 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Oct 27 22:06:10.566 INFO kablam! | ^^^^^^^ Oct 27 22:06:10.566 INFO kablam! | Oct 27 22:06:10.566 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 22:06:10.566 INFO kablam! Oct 27 22:06:10.567 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 27 22:06:10.567 INFO kablam! --> src/plugin.rs:7:47 Oct 27 22:06:10.567 INFO kablam! | Oct 27 22:06:10.567 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Oct 27 22:06:10.567 INFO kablam! | ^^^^^^^ Oct 27 22:06:10.567 INFO kablam! Oct 27 22:06:10.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.49s Oct 27 22:06:10.664 INFO kablam! su: No module specific data is present Oct 27 22:06:11.915 INFO running `"docker" "rm" "-f" "6d55b8128dbaa2850d6260149e4e2dcf119551cbf7fffdee2665a7aaedd8c5e1"` Oct 27 22:06:12.227 INFO blam! 6d55b8128dbaa2850d6260149e4e2dcf119551cbf7fffdee2665a7aaedd8c5e1