Oct 21 20:37:54.683 INFO checking RemiliaForever/bilibili-live-notifier against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:37:54.683 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 21 20:37:54.970 INFO blam! dc0ebf834564c68da7f0f9083cbb9ecca7e80043a7b088b0741263f81519251e Oct 21 20:37:54.973 INFO running `"docker" "start" "-a" "dc0ebf834564c68da7f0f9083cbb9ecca7e80043a7b088b0741263f81519251e"` Oct 21 20:37:55.580 INFO kablam! usermod: no changes Oct 21 20:37:55.676 INFO kablam! Compiling dbus v0.4.1 Oct 21 20:37:55.676 INFO kablam! Checking error-chain v0.10.0 Oct 21 20:37:59.549 INFO kablam! warning: redundant linker flag specified for library `dbus-1` Oct 21 20:37:59.549 INFO kablam! Oct 21 20:37:59.718 INFO kablam! Checking notify-rust v3.4.2 Oct 21 20:38:00.856 INFO kablam! Checking bilibili-live-notifier v0.1.0 (/source) Oct 21 20:38:02.424 INFO kablam! warning: enum is never used: `Color` Oct 21 20:38:02.424 INFO kablam! --> src/notify.rs:7:1 Oct 21 20:38:02.424 INFO kablam! | Oct 21 20:38:02.424 INFO kablam! 7 | enum Color { Oct 21 20:38:02.424 INFO kablam! | ^^^^^^^^^^ Oct 21 20:38:02.424 INFO kablam! | Oct 21 20:38:02.424 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:38:02.424 INFO kablam! Oct 21 20:38:02.424 INFO kablam! warning: struct is never constructed: `Message` Oct 21 20:38:02.424 INFO kablam! --> src/notify.rs:11:1 Oct 21 20:38:02.424 INFO kablam! | Oct 21 20:38:02.424 INFO kablam! 11 | struct Message { Oct 21 20:38:02.424 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:38:02.424 INFO kablam! Oct 21 20:38:02.424 INFO kablam! warning: struct is never constructed: `Buffer` Oct 21 20:38:02.424 INFO kablam! --> src/notify.rs:17:1 Oct 21 20:38:02.424 INFO kablam! | Oct 21 20:38:02.424 INFO kablam! 17 | struct Buffer { Oct 21 20:38:02.424 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:38:02.424 INFO kablam! Oct 21 20:38:02.424 INFO kablam! warning: struct is never constructed: `BufferConfig` Oct 21 20:38:02.424 INFO kablam! --> src/notify.rs:22:1 Oct 21 20:38:02.424 INFO kablam! | Oct 21 20:38:02.424 INFO kablam! 22 | struct BufferConfig { Oct 21 20:38:02.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:38:02.424 INFO kablam! Oct 21 20:38:02.424 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:38:02.424 INFO kablam! --> src/notify.rs:28:5 Oct 21 20:38:02.424 INFO kablam! | Oct 21 20:38:02.424 INFO kablam! 28 | / Notification::new() Oct 21 20:38:02.424 INFO kablam! 29 | | .appname("bilbili-live-notifier") Oct 21 20:38:02.424 INFO kablam! 30 | | .id(3) Oct 21 20:38:02.424 INFO kablam! 31 | | .timeout(0) Oct 21 20:38:02.424 INFO kablam! 32 | | .body(&format!("{} : {}", name, content)) Oct 21 20:38:02.424 INFO kablam! 33 | | .hint(NotificationHint::X(512)) Oct 21 20:38:02.424 INFO kablam! 34 | | .show(); Oct 21 20:38:02.424 INFO kablam! | |________________^ Oct 21 20:38:02.424 INFO kablam! | Oct 21 20:38:02.424 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:38:02.425 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:38:02.425 INFO kablam! Oct 21 20:38:02.425 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:38:02.425 INFO kablam! --> src/notify.rs:45:5 Oct 21 20:38:02.425 INFO kablam! | Oct 21 20:38:02.425 INFO kablam! 45 | / Notification::new() Oct 21 20:38:02.425 INFO kablam! 46 | | .appname("bilbili-live-notifier") Oct 21 20:38:02.425 INFO kablam! 47 | | .id(2) Oct 21 20:38:02.425 INFO kablam! 48 | | .timeout(0) Oct 21 20:38:02.425 INFO kablam! ... | Oct 21 20:38:02.425 INFO kablam! 52 | | )) Oct 21 20:38:02.425 INFO kablam! 53 | | .show(); Oct 21 20:38:02.425 INFO kablam! | |________________^ Oct 21 20:38:02.425 INFO kablam! | Oct 21 20:38:02.425 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:38:02.425 INFO kablam! Oct 21 20:38:02.425 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:38:02.425 INFO kablam! --> src/notify.rs:58:5 Oct 21 20:38:02.425 INFO kablam! | Oct 21 20:38:02.425 INFO kablam! 58 | / Notification::new() Oct 21 20:38:02.425 INFO kablam! 59 | | .appname("bilbili-live-notifier") Oct 21 20:38:02.425 INFO kablam! 60 | | .id(1) Oct 21 20:38:02.425 INFO kablam! 61 | | .timeout(0) Oct 21 20:38:02.425 INFO kablam! 62 | | .body(&format!("欢迎 {} 来到直播间!", name)) Oct 21 20:38:02.425 INFO kablam! 63 | | .show(); Oct 21 20:38:02.425 INFO kablam! | |________________^ Oct 21 20:38:02.425 INFO kablam! | Oct 21 20:38:02.425 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:38:02.425 INFO kablam! Oct 21 20:38:02.809 INFO kablam! warning: enum is never used: `Color` Oct 21 20:38:02.809 INFO kablam! --> src/notify.rs:7:1 Oct 21 20:38:02.809 INFO kablam! | Oct 21 20:38:02.810 INFO kablam! 7 | enum Color { Oct 21 20:38:02.810 INFO kablam! | ^^^^^^^^^^ Oct 21 20:38:02.811 INFO kablam! | Oct 21 20:38:02.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:38:02.811 INFO kablam! Oct 21 20:38:02.811 INFO kablam! warning: struct is never constructed: `Message` Oct 21 20:38:02.812 INFO kablam! --> src/notify.rs:11:1 Oct 21 20:38:02.812 INFO kablam! | Oct 21 20:38:02.812 INFO kablam! 11 | struct Message { Oct 21 20:38:02.813 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:38:02.813 INFO kablam! Oct 21 20:38:02.814 INFO kablam! warning: struct is never constructed: `Buffer` Oct 21 20:38:02.814 INFO kablam! --> src/notify.rs:17:1 Oct 21 20:38:02.814 INFO kablam! | Oct 21 20:38:02.814 INFO kablam! 17 | struct Buffer { Oct 21 20:38:02.815 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:38:02.815 INFO kablam! Oct 21 20:38:02.815 INFO kablam! warning: struct is never constructed: `BufferConfig` Oct 21 20:38:02.816 INFO kablam! --> src/notify.rs:22:1 Oct 21 20:38:02.816 INFO kablam! | Oct 21 20:38:02.816 INFO kablam! 22 | struct BufferConfig { Oct 21 20:38:02.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:38:02.817 INFO kablam! Oct 21 20:38:02.817 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:38:02.817 INFO kablam! --> src/notify.rs:28:5 Oct 21 20:38:02.817 INFO kablam! | Oct 21 20:38:02.818 INFO kablam! 28 | / Notification::new() Oct 21 20:38:02.818 INFO kablam! 29 | | .appname("bilbili-live-notifier") Oct 21 20:38:02.818 INFO kablam! 30 | | .id(3) Oct 21 20:38:02.818 INFO kablam! 31 | | .timeout(0) Oct 21 20:38:02.819 INFO kablam! 32 | | .body(&format!("{} : {}", name, content)) Oct 21 20:38:02.819 INFO kablam! 33 | | .hint(NotificationHint::X(512)) Oct 21 20:38:02.819 INFO kablam! 34 | | .show(); Oct 21 20:38:02.819 INFO kablam! | |________________^ Oct 21 20:38:02.820 INFO kablam! | Oct 21 20:38:02.820 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:38:02.821 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:38:02.821 INFO kablam! Oct 21 20:38:02.822 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:38:02.822 INFO kablam! --> src/notify.rs:45:5 Oct 21 20:38:02.822 INFO kablam! | Oct 21 20:38:02.822 INFO kablam! 45 | / Notification::new() Oct 21 20:38:02.823 INFO kablam! 46 | | .appname("bilbili-live-notifier") Oct 21 20:38:02.823 INFO kablam! 47 | | .id(2) Oct 21 20:38:02.823 INFO kablam! 48 | | .timeout(0) Oct 21 20:38:02.824 INFO kablam! ... | Oct 21 20:38:02.824 INFO kablam! 52 | | )) Oct 21 20:38:02.824 INFO kablam! 53 | | .show(); Oct 21 20:38:02.824 INFO kablam! | |________________^ Oct 21 20:38:02.825 INFO kablam! | Oct 21 20:38:02.825 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:38:02.825 INFO kablam! Oct 21 20:38:02.825 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:38:02.826 INFO kablam! --> src/notify.rs:58:5 Oct 21 20:38:02.826 INFO kablam! | Oct 21 20:38:02.826 INFO kablam! 58 | / Notification::new() Oct 21 20:38:02.827 INFO kablam! 59 | | .appname("bilbili-live-notifier") Oct 21 20:38:02.827 INFO kablam! 60 | | .id(1) Oct 21 20:38:02.827 INFO kablam! 61 | | .timeout(0) Oct 21 20:38:02.827 INFO kablam! 62 | | .body(&format!("欢迎 {} 来到直播间!", name)) Oct 21 20:38:02.828 INFO kablam! 63 | | .show(); Oct 21 20:38:02.828 INFO kablam! | |________________^ Oct 21 20:38:02.828 INFO kablam! | Oct 21 20:38:02.828 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:38:02.829 INFO kablam! Oct 21 20:38:02.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.27s Oct 21 20:38:02.885 INFO kablam! su: No module specific data is present Oct 21 20:38:03.579 INFO running `"docker" "rm" "-f" "dc0ebf834564c68da7f0f9083cbb9ecca7e80043a7b088b0741263f81519251e"` Oct 21 20:38:03.920 INFO blam! dc0ebf834564c68da7f0f9083cbb9ecca7e80043a7b088b0741263f81519251e