Oct 27 10:01:34.316 INFO checking RemiliaForever/bilibili-live-notifier against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:01:34.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 10:01:35.152 INFO blam! a45b66eb67bb48535694e265acc775f8a9b3e5d029a7c6a8bab63685d866f6f7 Oct 27 10:01:35.153 INFO running `"docker" "start" "-a" "a45b66eb67bb48535694e265acc775f8a9b3e5d029a7c6a8bab63685d866f6f7"` Oct 27 10:01:36.499 INFO kablam! usermod: no changes Oct 27 10:01:36.674 INFO kablam! Checking error-chain v0.10.0 Oct 27 10:01:37.765 INFO kablam! Checking notify-rust v3.4.2 Oct 27 10:01:38.960 INFO kablam! Checking bilibili-live-notifier v0.1.0 (/source) Oct 27 10:01:40.954 INFO kablam! warning: enum is never used: `Color` Oct 27 10:01:40.954 INFO kablam! --> src/notify.rs:7:1 Oct 27 10:01:40.954 INFO kablam! | Oct 27 10:01:40.954 INFO kablam! 7 | enum Color { Oct 27 10:01:40.954 INFO kablam! | ^^^^^^^^^^ Oct 27 10:01:40.954 INFO kablam! | Oct 27 10:01:40.954 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:01:40.954 INFO kablam! Oct 27 10:01:40.954 INFO kablam! warning: struct is never constructed: `Message` Oct 27 10:01:40.954 INFO kablam! --> src/notify.rs:11:1 Oct 27 10:01:40.955 INFO kablam! | Oct 27 10:01:40.955 INFO kablam! 11 | struct Message { Oct 27 10:01:40.955 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 10:01:40.955 INFO kablam! Oct 27 10:01:40.955 INFO kablam! warning: struct is never constructed: `Buffer` Oct 27 10:01:40.955 INFO kablam! --> src/notify.rs:17:1 Oct 27 10:01:40.955 INFO kablam! | Oct 27 10:01:40.955 INFO kablam! 17 | struct Buffer { Oct 27 10:01:40.955 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 10:01:40.955 INFO kablam! Oct 27 10:01:40.955 INFO kablam! warning: struct is never constructed: `BufferConfig` Oct 27 10:01:40.955 INFO kablam! --> src/notify.rs:22:1 Oct 27 10:01:40.955 INFO kablam! | Oct 27 10:01:40.955 INFO kablam! 22 | struct BufferConfig { Oct 27 10:01:40.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:01:40.955 INFO kablam! Oct 27 10:01:40.956 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:40.956 INFO kablam! --> src/notify.rs:28:5 Oct 27 10:01:40.956 INFO kablam! | Oct 27 10:01:40.956 INFO kablam! 28 | / Notification::new() Oct 27 10:01:40.956 INFO kablam! 29 | | .appname("bilbili-live-notifier") Oct 27 10:01:40.956 INFO kablam! 30 | | .id(3) Oct 27 10:01:40.956 INFO kablam! 31 | | .timeout(0) Oct 27 10:01:40.956 INFO kablam! 32 | | .body(&format!("{} : {}", name, content)) Oct 27 10:01:40.956 INFO kablam! 33 | | .hint(NotificationHint::X(512)) Oct 27 10:01:40.956 INFO kablam! 34 | | .show(); Oct 27 10:01:40.956 INFO kablam! | |________________^ Oct 27 10:01:40.963 INFO kablam! | Oct 27 10:01:40.963 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:01:40.963 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:40.963 INFO kablam! Oct 27 10:01:40.963 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:40.964 INFO kablam! --> src/notify.rs:45:5 Oct 27 10:01:40.964 INFO kablam! | Oct 27 10:01:40.964 INFO kablam! 45 | / Notification::new() Oct 27 10:01:40.964 INFO kablam! 46 | | .appname("bilbili-live-notifier") Oct 27 10:01:40.964 INFO kablam! 47 | | .id(2) Oct 27 10:01:40.964 INFO kablam! 48 | | .timeout(0) Oct 27 10:01:40.964 INFO kablam! ... | Oct 27 10:01:40.964 INFO kablam! 52 | | )) Oct 27 10:01:40.964 INFO kablam! 53 | | .show(); Oct 27 10:01:40.964 INFO kablam! | |________________^ Oct 27 10:01:40.964 INFO kablam! | Oct 27 10:01:40.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:40.965 INFO kablam! Oct 27 10:01:40.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:40.965 INFO kablam! --> src/notify.rs:58:5 Oct 27 10:01:40.965 INFO kablam! | Oct 27 10:01:40.965 INFO kablam! 58 | / Notification::new() Oct 27 10:01:40.965 INFO kablam! 59 | | .appname("bilbili-live-notifier") Oct 27 10:01:40.965 INFO kablam! 60 | | .id(1) Oct 27 10:01:40.966 INFO kablam! 61 | | .timeout(0) Oct 27 10:01:40.966 INFO kablam! 62 | | .body(&format!("欢迎 {} 来到直播间!", name)) Oct 27 10:01:40.966 INFO kablam! 63 | | .show(); Oct 27 10:01:40.966 INFO kablam! | |________________^ Oct 27 10:01:40.966 INFO kablam! | Oct 27 10:01:40.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:40.966 INFO kablam! Oct 27 10:01:41.227 INFO kablam! warning: enum is never used: `Color` Oct 27 10:01:41.228 INFO kablam! --> src/notify.rs:7:1 Oct 27 10:01:41.228 INFO kablam! | Oct 27 10:01:41.228 INFO kablam! 7 | enum Color { Oct 27 10:01:41.228 INFO kablam! | ^^^^^^^^^^ Oct 27 10:01:41.229 INFO kablam! | Oct 27 10:01:41.229 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:01:41.229 INFO kablam! Oct 27 10:01:41.229 INFO kablam! warning: struct is never constructed: `Message` Oct 27 10:01:41.230 INFO kablam! --> src/notify.rs:11:1 Oct 27 10:01:41.230 INFO kablam! | Oct 27 10:01:41.230 INFO kablam! 11 | struct Message { Oct 27 10:01:41.230 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 10:01:41.231 INFO kablam! Oct 27 10:01:41.231 INFO kablam! warning: struct is never constructed: `Buffer` Oct 27 10:01:41.231 INFO kablam! --> src/notify.rs:17:1 Oct 27 10:01:41.231 INFO kablam! | Oct 27 10:01:41.232 INFO kablam! 17 | struct Buffer { Oct 27 10:01:41.232 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 10:01:41.232 INFO kablam! Oct 27 10:01:41.232 INFO kablam! warning: struct is never constructed: `BufferConfig` Oct 27 10:01:41.233 INFO kablam! --> src/notify.rs:22:1 Oct 27 10:01:41.233 INFO kablam! | Oct 27 10:01:41.233 INFO kablam! 22 | struct BufferConfig { Oct 27 10:01:41.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:01:41.234 INFO kablam! Oct 27 10:01:41.236 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:41.236 INFO kablam! --> src/notify.rs:28:5 Oct 27 10:01:41.236 INFO kablam! | Oct 27 10:01:41.237 INFO kablam! 28 | / Notification::new() Oct 27 10:01:41.237 INFO kablam! 29 | | .appname("bilbili-live-notifier") Oct 27 10:01:41.237 INFO kablam! 30 | | .id(3) Oct 27 10:01:41.237 INFO kablam! 31 | | .timeout(0) Oct 27 10:01:41.238 INFO kablam! 32 | | .body(&format!("{} : {}", name, content)) Oct 27 10:01:41.238 INFO kablam! 33 | | .hint(NotificationHint::X(512)) Oct 27 10:01:41.238 INFO kablam! 34 | | .show(); Oct 27 10:01:41.238 INFO kablam! | |________________^ Oct 27 10:01:41.239 INFO kablam! | Oct 27 10:01:41.239 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:01:41.239 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:41.239 INFO kablam! Oct 27 10:01:41.240 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:41.240 INFO kablam! --> src/notify.rs:45:5 Oct 27 10:01:41.240 INFO kablam! | Oct 27 10:01:41.241 INFO kablam! 45 | / Notification::new() Oct 27 10:01:41.241 INFO kablam! 46 | | .appname("bilbili-live-notifier") Oct 27 10:01:41.241 INFO kablam! 47 | | .id(2) Oct 27 10:01:41.241 INFO kablam! 48 | | .timeout(0) Oct 27 10:01:41.242 INFO kablam! ... | Oct 27 10:01:41.242 INFO kablam! 52 | | )) Oct 27 10:01:41.242 INFO kablam! 53 | | .show(); Oct 27 10:01:41.242 INFO kablam! | |________________^ Oct 27 10:01:41.243 INFO kablam! | Oct 27 10:01:41.243 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:41.243 INFO kablam! Oct 27 10:01:41.244 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:41.244 INFO kablam! --> src/notify.rs:58:5 Oct 27 10:01:41.244 INFO kablam! | Oct 27 10:01:41.244 INFO kablam! 58 | / Notification::new() Oct 27 10:01:41.244 INFO kablam! 59 | | .appname("bilbili-live-notifier") Oct 27 10:01:41.245 INFO kablam! 60 | | .id(1) Oct 27 10:01:41.245 INFO kablam! 61 | | .timeout(0) Oct 27 10:01:41.245 INFO kablam! 62 | | .body(&format!("欢迎 {} 来到直播间!", name)) Oct 27 10:01:41.245 INFO kablam! 63 | | .show(); Oct 27 10:01:41.246 INFO kablam! | |________________^ Oct 27 10:01:41.246 INFO kablam! | Oct 27 10:01:41.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:41.246 INFO kablam! Oct 27 10:01:41.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.77s Oct 27 10:01:41.297 INFO kablam! su: No module specific data is present Oct 27 10:01:42.322 INFO running `"docker" "rm" "-f" "a45b66eb67bb48535694e265acc775f8a9b3e5d029a7c6a8bab63685d866f6f7"` Oct 27 10:01:42.691 INFO blam! a45b66eb67bb48535694e265acc775f8a9b3e5d029a7c6a8bab63685d866f6f7