Oct 13 15:00:19.007 INFO checking gauss-0.5.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 15:00:19.013 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 15:00:19.524 INFO blam! 6befa631b3de3888df6515afc68c382b936417819c316bfed7e32d471a058ac5 Oct 13 15:00:19.540 INFO running `"docker" "start" "-a" "6befa631b3de3888df6515afc68c382b936417819c316bfed7e32d471a058ac5"` Oct 13 15:00:20.512 INFO kablam! usermod: no changes Oct 13 15:00:20.832 INFO kablam! Checking sha1 v0.1.1 Oct 13 15:00:20.832 INFO kablam! Checking cssparser v0.6.0 Oct 13 15:00:20.832 INFO kablam! Compiling string_cache v0.2.29 Oct 13 15:00:20.832 INFO kablam! Compiling html5ever v0.5.4 Oct 13 15:00:20.832 INFO kablam! Checking irc v0.11.8 Oct 13 15:00:20.832 INFO kablam! Checking rustfm v0.1.2 Oct 13 15:00:23.812 INFO kablam! Checking redis v0.5.4 Oct 13 15:00:36.048 INFO kablam! Checking selectors v0.12.0 Oct 13 15:00:45.182 INFO kablam! Checking kuchiki v0.3.4 Oct 13 15:00:49.780 INFO kablam! Checking gauss v0.5.0 (/source) Oct 13 15:00:58.681 INFO kablam! warning: unused `#[macro_use]` import Oct 13 15:00:58.681 INFO kablam! --> src/main.rs:11:1 Oct 13 15:00:58.681 INFO kablam! | Oct 13 15:00:58.682 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Oct 13 15:00:58.682 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:00:58.682 INFO kablam! | Oct 13 15:00:58.682 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:00:58.683 INFO kablam! Oct 13 15:00:58.844 INFO kablam! warning: unused `#[macro_use]` import Oct 13 15:00:58.844 INFO kablam! --> src/main.rs:11:1 Oct 13 15:00:58.844 INFO kablam! | Oct 13 15:00:58.844 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Oct 13 15:00:58.844 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:00:58.844 INFO kablam! | Oct 13 15:00:58.844 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:00:58.844 INFO kablam! Oct 13 15:00:59.072 INFO kablam! warning: variable does not need to be mutable Oct 13 15:00:59.072 INFO kablam! --> src/plugins/seen.rs:68:73 Oct 13 15:00:59.072 INFO kablam! | Oct 13 15:00:59.072 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Oct 13 15:00:59.072 INFO kablam! | ----^ Oct 13 15:00:59.072 INFO kablam! | | Oct 13 15:00:59.072 INFO kablam! | help: remove this `mut` Oct 13 15:00:59.072 INFO kablam! | Oct 13 15:00:59.072 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:00:59.072 INFO kablam! Oct 13 15:00:59.120 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 15:00:59.120 INFO kablam! --> src/main.rs:1:12 Oct 13 15:00:59.120 INFO kablam! | Oct 13 15:00:59.120 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 15:00:59.120 INFO kablam! | ^^^^^^^^^^ Oct 13 15:00:59.120 INFO kablam! | Oct 13 15:00:59.120 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:00:59.120 INFO kablam! Oct 13 15:00:59.124 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 13 15:00:59.124 INFO kablam! --> src/plugin.rs:6:46 Oct 13 15:00:59.124 INFO kablam! | Oct 13 15:00:59.124 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Oct 13 15:00:59.124 INFO kablam! | ^^^^^^^ Oct 13 15:00:59.124 INFO kablam! | Oct 13 15:00:59.124 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 15:00:59.124 INFO kablam! Oct 13 15:00:59.124 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 13 15:00:59.124 INFO kablam! --> src/plugin.rs:7:47 Oct 13 15:00:59.124 INFO kablam! | Oct 13 15:00:59.124 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Oct 13 15:00:59.124 INFO kablam! | ^^^^^^^ Oct 13 15:00:59.124 INFO kablam! Oct 13 15:00:59.364 INFO kablam! warning: variable does not need to be mutable Oct 13 15:00:59.364 INFO kablam! --> src/plugins/seen.rs:68:73 Oct 13 15:00:59.364 INFO kablam! | Oct 13 15:00:59.364 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Oct 13 15:00:59.364 INFO kablam! | ----^ Oct 13 15:00:59.364 INFO kablam! | | Oct 13 15:00:59.364 INFO kablam! | help: remove this `mut` Oct 13 15:00:59.364 INFO kablam! | Oct 13 15:00:59.364 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:00:59.364 INFO kablam! Oct 13 15:00:59.420 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 15:00:59.420 INFO kablam! --> src/main.rs:1:12 Oct 13 15:00:59.420 INFO kablam! | Oct 13 15:00:59.420 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 15:00:59.420 INFO kablam! | ^^^^^^^^^^ Oct 13 15:00:59.420 INFO kablam! | Oct 13 15:00:59.420 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:00:59.420 INFO kablam! Oct 13 15:00:59.420 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 13 15:00:59.420 INFO kablam! --> src/plugin.rs:6:46 Oct 13 15:00:59.420 INFO kablam! | Oct 13 15:00:59.420 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Oct 13 15:00:59.420 INFO kablam! | ^^^^^^^ Oct 13 15:00:59.420 INFO kablam! | Oct 13 15:00:59.421 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 15:00:59.421 INFO kablam! Oct 13 15:00:59.421 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 13 15:00:59.421 INFO kablam! --> src/plugin.rs:7:47 Oct 13 15:00:59.421 INFO kablam! | Oct 13 15:00:59.421 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Oct 13 15:00:59.421 INFO kablam! | ^^^^^^^ Oct 13 15:00:59.421 INFO kablam! Oct 13 15:00:59.477 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.93s Oct 13 15:00:59.512 INFO kablam! su: No module specific data is present Oct 13 15:01:00.752 INFO running `"docker" "rm" "-f" "6befa631b3de3888df6515afc68c382b936417819c316bfed7e32d471a058ac5"` Oct 13 15:01:01.026 INFO blam! 6befa631b3de3888df6515afc68c382b936417819c316bfed7e32d471a058ac5