Oct 11 04:48:22.854 INFO testing RemiliaForever/bilibili-live-notifier against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:48:22.854 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:48:22.854 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:48:23.295 INFO blam! 1d61c6f7e28d574d2282824902d97bf5dd3df61de2861f707f362f94c2ba10ba Oct 11 04:48:23.300 INFO running `"docker" "start" "-a" "1d61c6f7e28d574d2282824902d97bf5dd3df61de2861f707f362f94c2ba10ba"` Oct 11 04:48:24.048 INFO kablam! usermod: no changes Oct 11 04:48:24.212 INFO kablam! Compiling dbus v0.4.1 Oct 11 04:48:24.213 INFO kablam! Compiling error-chain v0.10.0 Oct 11 04:48:28.676 INFO kablam! warning: redundant linker flag specified for library `dbus-1` Oct 11 04:48:28.676 INFO kablam! Oct 11 04:48:31.635 INFO kablam! Compiling notify-rust v3.4.2 Oct 11 04:48:34.212 INFO kablam! Compiling bilibili-live-notifier v0.1.0 (/source) Oct 11 04:48:36.396 INFO kablam! warning: enum is never used: `Color` Oct 11 04:48:36.396 INFO kablam! --> src/notify.rs:7:1 Oct 11 04:48:36.396 INFO kablam! | Oct 11 04:48:36.396 INFO kablam! 7 | enum Color { Oct 11 04:48:36.396 INFO kablam! | ^^^^^^^^^^ Oct 11 04:48:36.396 INFO kablam! | Oct 11 04:48:36.396 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:48:36.397 INFO kablam! Oct 11 04:48:36.397 INFO kablam! warning: struct is never constructed: `Message` Oct 11 04:48:36.397 INFO kablam! --> src/notify.rs:11:1 Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! 11 | struct Message { Oct 11 04:48:36.397 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:48:36.397 INFO kablam! Oct 11 04:48:36.397 INFO kablam! warning: struct is never constructed: `Buffer` Oct 11 04:48:36.397 INFO kablam! --> src/notify.rs:17:1 Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! 17 | struct Buffer { Oct 11 04:48:36.397 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:48:36.397 INFO kablam! Oct 11 04:48:36.397 INFO kablam! warning: struct is never constructed: `BufferConfig` Oct 11 04:48:36.397 INFO kablam! --> src/notify.rs:22:1 Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! 22 | struct BufferConfig { Oct 11 04:48:36.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:36.397 INFO kablam! Oct 11 04:48:36.397 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:48:36.397 INFO kablam! --> src/notify.rs:28:5 Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! 28 | / Notification::new() Oct 11 04:48:36.397 INFO kablam! 29 | | .appname("bilbili-live-notifier") Oct 11 04:48:36.397 INFO kablam! 30 | | .id(3) Oct 11 04:48:36.397 INFO kablam! 31 | | .timeout(0) Oct 11 04:48:36.397 INFO kablam! 32 | | .body(&format!("{} : {}", name, content)) Oct 11 04:48:36.397 INFO kablam! 33 | | .hint(NotificationHint::X(512)) Oct 11 04:48:36.397 INFO kablam! 34 | | .show(); Oct 11 04:48:36.397 INFO kablam! | |________________^ Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:48:36.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:48:36.397 INFO kablam! Oct 11 04:48:36.397 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:48:36.397 INFO kablam! --> src/notify.rs:45:5 Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! 45 | / Notification::new() Oct 11 04:48:36.397 INFO kablam! 46 | | .appname("bilbili-live-notifier") Oct 11 04:48:36.397 INFO kablam! 47 | | .id(2) Oct 11 04:48:36.397 INFO kablam! 48 | | .timeout(0) Oct 11 04:48:36.397 INFO kablam! ... | Oct 11 04:48:36.397 INFO kablam! 52 | | )) Oct 11 04:48:36.397 INFO kablam! 53 | | .show(); Oct 11 04:48:36.397 INFO kablam! | |________________^ Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:48:36.397 INFO kablam! Oct 11 04:48:36.397 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:48:36.397 INFO kablam! --> src/notify.rs:58:5 Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! 58 | / Notification::new() Oct 11 04:48:36.397 INFO kablam! 59 | | .appname("bilbili-live-notifier") Oct 11 04:48:36.397 INFO kablam! 60 | | .id(1) Oct 11 04:48:36.397 INFO kablam! 61 | | .timeout(0) Oct 11 04:48:36.397 INFO kablam! 62 | | .body(&format!("欢迎 {} 来到直播间!", name)) Oct 11 04:48:36.397 INFO kablam! 63 | | .show(); Oct 11 04:48:36.397 INFO kablam! | |________________^ Oct 11 04:48:36.397 INFO kablam! | Oct 11 04:48:36.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:48:36.397 INFO kablam! Oct 11 04:48:38.093 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.99s Oct 11 04:48:38.100 INFO kablam! su: No module specific data is present Oct 11 04:48:38.765 INFO running `"docker" "rm" "-f" "1d61c6f7e28d574d2282824902d97bf5dd3df61de2861f707f362f94c2ba10ba"` Oct 11 04:48:38.961 INFO blam! 1d61c6f7e28d574d2282824902d97bf5dd3df61de2861f707f362f94c2ba10ba Oct 11 04:48:38.968 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:48:38.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:48:39.428 INFO blam! c0401bb7e01f8be2fe4e384a38bf151c33b2b7170c3e1b90aab3d9d77f28202e Oct 11 04:48:39.445 INFO running `"docker" "start" "-a" "c0401bb7e01f8be2fe4e384a38bf151c33b2b7170c3e1b90aab3d9d77f28202e"` Oct 11 04:48:40.599 INFO kablam! usermod: no changes Oct 11 04:48:40.716 INFO kablam! Compiling bilibili-live-notifier v0.1.0 (/source) Oct 11 04:48:42.664 INFO kablam! warning: enum is never used: `Color` Oct 11 04:48:42.664 INFO kablam! --> src/notify.rs:7:1 Oct 11 04:48:42.664 INFO kablam! | Oct 11 04:48:42.664 INFO kablam! 7 | enum Color { Oct 11 04:48:42.664 INFO kablam! | ^^^^^^^^^^ Oct 11 04:48:42.664 INFO kablam! | Oct 11 04:48:42.664 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:48:42.664 INFO kablam! Oct 11 04:48:42.664 INFO kablam! warning: struct is never constructed: `Message` Oct 11 04:48:42.664 INFO kablam! --> src/notify.rs:11:1 Oct 11 04:48:42.664 INFO kablam! | Oct 11 04:48:42.664 INFO kablam! 11 | struct Message { Oct 11 04:48:42.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:48:42.664 INFO kablam! Oct 11 04:48:42.664 INFO kablam! warning: struct is never constructed: `Buffer` Oct 11 04:48:42.664 INFO kablam! --> src/notify.rs:17:1 Oct 11 04:48:42.664 INFO kablam! | Oct 11 04:48:42.664 INFO kablam! 17 | struct Buffer { Oct 11 04:48:42.664 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:48:42.664 INFO kablam! Oct 11 04:48:42.664 INFO kablam! warning: struct is never constructed: `BufferConfig` Oct 11 04:48:42.664 INFO kablam! --> src/notify.rs:22:1 Oct 11 04:48:42.665 INFO kablam! | Oct 11 04:48:42.665 INFO kablam! 22 | struct BufferConfig { Oct 11 04:48:42.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:48:42.665 INFO kablam! Oct 11 04:48:42.668 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:48:42.668 INFO kablam! --> src/notify.rs:28:5 Oct 11 04:48:42.668 INFO kablam! | Oct 11 04:48:42.668 INFO kablam! 28 | / Notification::new() Oct 11 04:48:42.668 INFO kablam! 29 | | .appname("bilbili-live-notifier") Oct 11 04:48:42.668 INFO kablam! 30 | | .id(3) Oct 11 04:48:42.668 INFO kablam! 31 | | .timeout(0) Oct 11 04:48:42.668 INFO kablam! 32 | | .body(&format!("{} : {}", name, content)) Oct 11 04:48:42.668 INFO kablam! 33 | | .hint(NotificationHint::X(512)) Oct 11 04:48:42.668 INFO kablam! 34 | | .show(); Oct 11 04:48:42.668 INFO kablam! | |________________^ Oct 11 04:48:42.668 INFO kablam! | Oct 11 04:48:42.668 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:48:42.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:48:42.668 INFO kablam! Oct 11 04:48:42.668 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:48:42.668 INFO kablam! --> src/notify.rs:45:5 Oct 11 04:48:42.668 INFO kablam! | Oct 11 04:48:42.669 INFO kablam! 45 | / Notification::new() Oct 11 04:48:42.669 INFO kablam! 46 | | .appname("bilbili-live-notifier") Oct 11 04:48:42.669 INFO kablam! 47 | | .id(2) Oct 11 04:48:42.669 INFO kablam! 48 | | .timeout(0) Oct 11 04:48:42.669 INFO kablam! ... | Oct 11 04:48:42.669 INFO kablam! 52 | | )) Oct 11 04:48:42.669 INFO kablam! 53 | | .show(); Oct 11 04:48:42.669 INFO kablam! | |________________^ Oct 11 04:48:42.669 INFO kablam! | Oct 11 04:48:42.669 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:48:42.669 INFO kablam! Oct 11 04:48:42.669 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:48:42.669 INFO kablam! --> src/notify.rs:58:5 Oct 11 04:48:42.669 INFO kablam! | Oct 11 04:48:42.669 INFO kablam! 58 | / Notification::new() Oct 11 04:48:42.669 INFO kablam! 59 | | .appname("bilbili-live-notifier") Oct 11 04:48:42.669 INFO kablam! 60 | | .id(1) Oct 11 04:48:42.669 INFO kablam! 61 | | .timeout(0) Oct 11 04:48:42.669 INFO kablam! 62 | | .body(&format!("欢迎 {} 来到直播间!", name)) Oct 11 04:48:42.669 INFO kablam! 63 | | .show(); Oct 11 04:48:42.669 INFO kablam! | |________________^ Oct 11 04:48:42.669 INFO kablam! | Oct 11 04:48:42.669 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:48:42.669 INFO kablam! Oct 11 04:48:43.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.60s Oct 11 04:48:43.232 INFO kablam! su: No module specific data is present Oct 11 04:48:43.749 INFO running `"docker" "rm" "-f" "c0401bb7e01f8be2fe4e384a38bf151c33b2b7170c3e1b90aab3d9d77f28202e"` Oct 11 04:48:43.912 INFO blam! c0401bb7e01f8be2fe4e384a38bf151c33b2b7170c3e1b90aab3d9d77f28202e Oct 11 04:48:43.913 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:48:43.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:48:44.342 INFO blam! 4f4386c3eeb367dc3e62fc746d5d0bf3e503a263c3f572e2eaa9e3e77e23dc70 Oct 11 04:48:44.349 INFO running `"docker" "start" "-a" "4f4386c3eeb367dc3e62fc746d5d0bf3e503a263c3f572e2eaa9e3e77e23dc70"` Oct 11 04:48:45.336 INFO kablam! usermod: no changes Oct 11 04:48:45.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 04:48:45.424 INFO kablam! Running /target/debug/deps/bilibili_live_notifier-4b14329fbd7fb253 Oct 11 04:48:45.430 INFO kablam! su: No module specific data is present Oct 11 04:48:45.430 INFO blam! Oct 11 04:48:45.430 INFO blam! running 0 tests Oct 11 04:48:45.430 INFO blam! Oct 11 04:48:45.430 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:48:45.430 INFO blam! Oct 11 04:48:45.951 INFO running `"docker" "rm" "-f" "4f4386c3eeb367dc3e62fc746d5d0bf3e503a263c3f572e2eaa9e3e77e23dc70"` Oct 11 04:48:46.257 INFO blam! 4f4386c3eeb367dc3e62fc746d5d0bf3e503a263c3f572e2eaa9e3e77e23dc70