Oct 22 03:04:37.262 INFO checking gauss-0.5.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:04:37.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 22 03:04:37.814 INFO blam! ca8020be6a6d761d7b3437e22df4ba6d5720c2fc4561d85ace47dc840519dc2b Oct 22 03:04:37.815 INFO running `"docker" "start" "-a" "ca8020be6a6d761d7b3437e22df4ba6d5720c2fc4561d85ace47dc840519dc2b"` Oct 22 03:04:39.088 INFO kablam! usermod: no changes Oct 22 03:04:39.365 INFO kablam! Checking cssparser v0.6.0 Oct 22 03:04:39.365 INFO kablam! Compiling string_cache v0.2.29 Oct 22 03:04:39.365 INFO kablam! Checking redis v0.5.4 Oct 22 03:04:39.380 INFO kablam! Compiling html5ever v0.5.4 Oct 22 03:04:39.380 INFO kablam! Checking irc v0.11.8 Oct 22 03:04:39.404 INFO kablam! Checking rustfm v0.1.2 Oct 22 03:04:48.962 INFO kablam! Checking selectors v0.12.0 Oct 22 03:04:56.632 INFO kablam! Checking kuchiki v0.3.4 Oct 22 03:05:00.750 INFO kablam! Checking gauss v0.5.0 (/source) Oct 22 03:05:07.292 INFO kablam! warning: unused `#[macro_use]` import Oct 22 03:05:07.293 INFO kablam! --> src/main.rs:11:1 Oct 22 03:05:07.293 INFO kablam! | Oct 22 03:05:07.293 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Oct 22 03:05:07.294 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:05:07.294 INFO kablam! | Oct 22 03:05:07.294 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:05:07.294 INFO kablam! Oct 22 03:05:07.383 INFO kablam! warning: unused `#[macro_use]` import Oct 22 03:05:07.384 INFO kablam! --> src/main.rs:11:1 Oct 22 03:05:07.384 INFO kablam! | Oct 22 03:05:07.385 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Oct 22 03:05:07.385 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:05:07.385 INFO kablam! | Oct 22 03:05:07.386 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:05:07.386 INFO kablam! Oct 22 03:05:07.606 INFO kablam! warning: variable does not need to be mutable Oct 22 03:05:07.606 INFO kablam! --> src/plugins/seen.rs:68:73 Oct 22 03:05:07.607 INFO kablam! | Oct 22 03:05:07.607 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Oct 22 03:05:07.607 INFO kablam! | ----^ Oct 22 03:05:07.608 INFO kablam! | | Oct 22 03:05:07.608 INFO kablam! | help: remove this `mut` Oct 22 03:05:07.608 INFO kablam! | Oct 22 03:05:07.609 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:05:07.609 INFO kablam! Oct 22 03:05:07.648 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 22 03:05:07.648 INFO kablam! --> src/main.rs:1:12 Oct 22 03:05:07.648 INFO kablam! | Oct 22 03:05:07.648 INFO kablam! 1 | #![feature(proc_macro)] Oct 22 03:05:07.648 INFO kablam! | ^^^^^^^^^^ Oct 22 03:05:07.648 INFO kablam! | Oct 22 03:05:07.648 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 03:05:07.648 INFO kablam! Oct 22 03:05:07.648 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 22 03:05:07.648 INFO kablam! --> src/plugin.rs:6:46 Oct 22 03:05:07.648 INFO kablam! | Oct 22 03:05:07.648 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Oct 22 03:05:07.648 INFO kablam! | ^^^^^^^ Oct 22 03:05:07.648 INFO kablam! | Oct 22 03:05:07.648 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 22 03:05:07.648 INFO kablam! Oct 22 03:05:07.648 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 22 03:05:07.648 INFO kablam! --> src/plugin.rs:7:47 Oct 22 03:05:07.648 INFO kablam! | Oct 22 03:05:07.648 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Oct 22 03:05:07.648 INFO kablam! | ^^^^^^^ Oct 22 03:05:07.648 INFO kablam! Oct 22 03:05:07.844 INFO kablam! warning: variable does not need to be mutable Oct 22 03:05:07.844 INFO kablam! --> src/plugins/seen.rs:68:73 Oct 22 03:05:07.844 INFO kablam! | Oct 22 03:05:07.844 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Oct 22 03:05:07.844 INFO kablam! | ----^ Oct 22 03:05:07.844 INFO kablam! | | Oct 22 03:05:07.844 INFO kablam! | help: remove this `mut` Oct 22 03:05:07.844 INFO kablam! | Oct 22 03:05:07.844 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:05:07.844 INFO kablam! Oct 22 03:05:07.914 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 22 03:05:07.914 INFO kablam! --> src/main.rs:1:12 Oct 22 03:05:07.914 INFO kablam! | Oct 22 03:05:07.914 INFO kablam! 1 | #![feature(proc_macro)] Oct 22 03:05:07.914 INFO kablam! | ^^^^^^^^^^ Oct 22 03:05:07.914 INFO kablam! | Oct 22 03:05:07.914 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 03:05:07.914 INFO kablam! Oct 22 03:05:07.914 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 22 03:05:07.914 INFO kablam! --> src/plugin.rs:6:46 Oct 22 03:05:07.914 INFO kablam! | Oct 22 03:05:07.914 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Oct 22 03:05:07.914 INFO kablam! | ^^^^^^^ Oct 22 03:05:07.914 INFO kablam! | Oct 22 03:05:07.914 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 22 03:05:07.914 INFO kablam! Oct 22 03:05:07.914 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 22 03:05:07.914 INFO kablam! --> src/plugin.rs:7:47 Oct 22 03:05:07.914 INFO kablam! | Oct 22 03:05:07.914 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Oct 22 03:05:07.914 INFO kablam! | ^^^^^^^ Oct 22 03:05:07.914 INFO kablam! Oct 22 03:05:08.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.88s Oct 22 03:05:08.016 INFO kablam! su: No module specific data is present Oct 22 03:05:08.580 INFO running `"docker" "rm" "-f" "ca8020be6a6d761d7b3437e22df4ba6d5720c2fc4561d85ace47dc840519dc2b"` Oct 22 03:05:08.876 INFO blam! ca8020be6a6d761d7b3437e22df4ba6d5720c2fc4561d85ace47dc840519dc2b