Oct 27 10:01:34.256 INFO checking RemiliaForever/bilibili-live-notifier against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:01:34.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.104 INFO blam! 586ebdf6436130ecc5196c9b296044983438d12246d9102c31bce4a4a7f3ec75 Oct 27 10:01:35.107 INFO running `"docker" "start" "-a" "586ebdf6436130ecc5196c9b296044983438d12246d9102c31bce4a4a7f3ec75"` Oct 27 10:01:36.779 INFO kablam! usermod: no changes Oct 27 10:01:36.947 INFO kablam! Compiling dbus v0.4.1 Oct 27 10:01:36.955 INFO kablam! Checking error-chain v0.10.0 Oct 27 10:01:41.583 INFO kablam! warning: redundant linker flag specified for library `dbus-1` Oct 27 10:01:41.583 INFO kablam! Oct 27 10:01:41.684 INFO kablam! Checking notify-rust v3.4.2 Oct 27 10:01:42.848 INFO kablam! Checking bilibili-live-notifier v0.1.0 (/source) Oct 27 10:01:44.939 INFO kablam! warning: enum is never used: `Color` Oct 27 10:01:44.939 INFO kablam! --> src/notify.rs:7:1 Oct 27 10:01:44.939 INFO kablam! | Oct 27 10:01:44.939 INFO kablam! 7 | enum Color { Oct 27 10:01:44.939 INFO kablam! | ^^^^^^^^^^ Oct 27 10:01:44.939 INFO kablam! | Oct 27 10:01:44.939 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:01:44.939 INFO kablam! Oct 27 10:01:44.939 INFO kablam! warning: struct is never constructed: `Message` Oct 27 10:01:44.939 INFO kablam! --> src/notify.rs:11:1 Oct 27 10:01:44.939 INFO kablam! | Oct 27 10:01:44.939 INFO kablam! 11 | struct Message { Oct 27 10:01:44.939 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 10:01:44.939 INFO kablam! Oct 27 10:01:44.939 INFO kablam! warning: struct is never constructed: `Buffer` Oct 27 10:01:44.939 INFO kablam! --> src/notify.rs:17:1 Oct 27 10:01:44.939 INFO kablam! | Oct 27 10:01:44.939 INFO kablam! 17 | struct Buffer { Oct 27 10:01:44.939 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 10:01:44.939 INFO kablam! Oct 27 10:01:44.939 INFO kablam! warning: struct is never constructed: `BufferConfig` Oct 27 10:01:44.939 INFO kablam! --> src/notify.rs:22:1 Oct 27 10:01:44.939 INFO kablam! | Oct 27 10:01:44.939 INFO kablam! 22 | struct BufferConfig { Oct 27 10:01:44.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:01:44.939 INFO kablam! Oct 27 10:01:44.943 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:44.943 INFO kablam! --> src/notify.rs:28:5 Oct 27 10:01:44.943 INFO kablam! | Oct 27 10:01:44.943 INFO kablam! 28 | / Notification::new() Oct 27 10:01:44.943 INFO kablam! 29 | | .appname("bilbili-live-notifier") Oct 27 10:01:44.943 INFO kablam! 30 | | .id(3) Oct 27 10:01:44.943 INFO kablam! 31 | | .timeout(0) Oct 27 10:01:44.943 INFO kablam! 32 | | .body(&format!("{} : {}", name, content)) Oct 27 10:01:44.943 INFO kablam! 33 | | .hint(NotificationHint::X(512)) Oct 27 10:01:44.943 INFO kablam! 34 | | .show(); Oct 27 10:01:44.943 INFO kablam! | |________________^ Oct 27 10:01:44.943 INFO kablam! | Oct 27 10:01:44.943 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:01:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:44.943 INFO kablam! Oct 27 10:01:44.943 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:44.943 INFO kablam! --> src/notify.rs:45:5 Oct 27 10:01:44.943 INFO kablam! | Oct 27 10:01:44.943 INFO kablam! 45 | / Notification::new() Oct 27 10:01:44.943 INFO kablam! 46 | | .appname("bilbili-live-notifier") Oct 27 10:01:44.943 INFO kablam! 47 | | .id(2) Oct 27 10:01:44.943 INFO kablam! 48 | | .timeout(0) Oct 27 10:01:44.943 INFO kablam! ... | Oct 27 10:01:44.943 INFO kablam! 52 | | )) Oct 27 10:01:44.943 INFO kablam! 53 | | .show(); Oct 27 10:01:44.943 INFO kablam! | |________________^ Oct 27 10:01:44.943 INFO kablam! | Oct 27 10:01:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:44.943 INFO kablam! Oct 27 10:01:44.943 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:44.943 INFO kablam! --> src/notify.rs:58:5 Oct 27 10:01:44.943 INFO kablam! | Oct 27 10:01:44.943 INFO kablam! 58 | / Notification::new() Oct 27 10:01:44.943 INFO kablam! 59 | | .appname("bilbili-live-notifier") Oct 27 10:01:44.943 INFO kablam! 60 | | .id(1) Oct 27 10:01:44.943 INFO kablam! 61 | | .timeout(0) Oct 27 10:01:44.943 INFO kablam! 62 | | .body(&format!("欢迎 {} 来到直播间!", name)) Oct 27 10:01:44.943 INFO kablam! 63 | | .show(); Oct 27 10:01:44.943 INFO kablam! | |________________^ Oct 27 10:01:44.943 INFO kablam! | Oct 27 10:01:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:44.943 INFO kablam! Oct 27 10:01:45.023 INFO kablam! warning: enum is never used: `Color` Oct 27 10:01:45.023 INFO kablam! --> src/notify.rs:7:1 Oct 27 10:01:45.023 INFO kablam! | Oct 27 10:01:45.023 INFO kablam! 7 | enum Color { Oct 27 10:01:45.023 INFO kablam! | ^^^^^^^^^^ Oct 27 10:01:45.023 INFO kablam! | Oct 27 10:01:45.023 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:01:45.023 INFO kablam! Oct 27 10:01:45.023 INFO kablam! warning: struct is never constructed: `Message` Oct 27 10:01:45.023 INFO kablam! --> src/notify.rs:11:1 Oct 27 10:01:45.023 INFO kablam! | Oct 27 10:01:45.023 INFO kablam! 11 | struct Message { Oct 27 10:01:45.023 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 10:01:45.023 INFO kablam! Oct 27 10:01:45.023 INFO kablam! warning: struct is never constructed: `Buffer` Oct 27 10:01:45.023 INFO kablam! --> src/notify.rs:17:1 Oct 27 10:01:45.023 INFO kablam! | Oct 27 10:01:45.023 INFO kablam! 17 | struct Buffer { Oct 27 10:01:45.023 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 10:01:45.023 INFO kablam! Oct 27 10:01:45.023 INFO kablam! warning: struct is never constructed: `BufferConfig` Oct 27 10:01:45.023 INFO kablam! --> src/notify.rs:22:1 Oct 27 10:01:45.023 INFO kablam! | Oct 27 10:01:45.023 INFO kablam! 22 | struct BufferConfig { Oct 27 10:01:45.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:01:45.023 INFO kablam! Oct 27 10:01:45.023 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:45.023 INFO kablam! --> src/notify.rs:28:5 Oct 27 10:01:45.023 INFO kablam! | Oct 27 10:01:45.023 INFO kablam! 28 | / Notification::new() Oct 27 10:01:45.023 INFO kablam! 29 | | .appname("bilbili-live-notifier") Oct 27 10:01:45.023 INFO kablam! 30 | | .id(3) Oct 27 10:01:45.023 INFO kablam! 31 | | .timeout(0) Oct 27 10:01:45.023 INFO kablam! 32 | | .body(&format!("{} : {}", name, content)) Oct 27 10:01:45.023 INFO kablam! 33 | | .hint(NotificationHint::X(512)) Oct 27 10:01:45.023 INFO kablam! 34 | | .show(); Oct 27 10:01:45.023 INFO kablam! | |________________^ Oct 27 10:01:45.023 INFO kablam! | Oct 27 10:01:45.023 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:01:45.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:45.023 INFO kablam! Oct 27 10:01:45.023 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:45.023 INFO kablam! --> src/notify.rs:45:5 Oct 27 10:01:45.023 INFO kablam! | Oct 27 10:01:45.023 INFO kablam! 45 | / Notification::new() Oct 27 10:01:45.023 INFO kablam! 46 | | .appname("bilbili-live-notifier") Oct 27 10:01:45.023 INFO kablam! 47 | | .id(2) Oct 27 10:01:45.023 INFO kablam! 48 | | .timeout(0) Oct 27 10:01:45.023 INFO kablam! ... | Oct 27 10:01:45.023 INFO kablam! 52 | | )) Oct 27 10:01:45.023 INFO kablam! 53 | | .show(); Oct 27 10:01:45.024 INFO kablam! | |________________^ Oct 27 10:01:45.024 INFO kablam! | Oct 27 10:01:45.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:45.024 INFO kablam! Oct 27 10:01:45.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:01:45.031 INFO kablam! --> src/notify.rs:58:5 Oct 27 10:01:45.031 INFO kablam! | Oct 27 10:01:45.031 INFO kablam! 58 | / Notification::new() Oct 27 10:01:45.031 INFO kablam! 59 | | .appname("bilbili-live-notifier") Oct 27 10:01:45.031 INFO kablam! 60 | | .id(1) Oct 27 10:01:45.031 INFO kablam! 61 | | .timeout(0) Oct 27 10:01:45.031 INFO kablam! 62 | | .body(&format!("欢迎 {} 来到直播间!", name)) Oct 27 10:01:45.031 INFO kablam! 63 | | .show(); Oct 27 10:01:45.031 INFO kablam! | |________________^ Oct 27 10:01:45.031 INFO kablam! | Oct 27 10:01:45.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:01:45.031 INFO kablam! Oct 27 10:01:45.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.27s Oct 27 10:01:45.083 INFO kablam! su: No module specific data is present Oct 27 10:01:46.159 INFO running `"docker" "rm" "-f" "586ebdf6436130ecc5196c9b296044983438d12246d9102c31bce4a4a7f3ec75"` Oct 27 10:01:46.518 INFO blam! 586ebdf6436130ecc5196c9b296044983438d12246d9102c31bce4a4a7f3ec75