[INFO] updating cached repository RemiliaForever/bilibili-live-notifier [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/RemiliaForever/bilibili-live-notifier [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/RemiliaForever/bilibili-live-notifier" "work/ex/beta-1.38-1/sources/1.37.0/gh/RemiliaForever/bilibili-live-notifier"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/RemiliaForever/bilibili-live-notifier'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RemiliaForever/bilibili-live-notifier" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RemiliaForever/bilibili-live-notifier"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RemiliaForever/bilibili-live-notifier'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b24a69ddad3cbd1ba612cd76681f4f50404e0741 [INFO] sha for GitHub repo RemiliaForever/bilibili-live-notifier: b24a69ddad3cbd1ba612cd76681f4f50404e0741 [INFO] validating manifest of RemiliaForever/bilibili-live-notifier on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of RemiliaForever/bilibili-live-notifier on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing RemiliaForever/bilibili-live-notifier [INFO] finished frobbing RemiliaForever/bilibili-live-notifier [INFO] frobbed toml for RemiliaForever/bilibili-live-notifier written to work/ex/beta-1.38-1/sources/1.37.0/gh/RemiliaForever/bilibili-live-notifier/Cargo.toml [INFO] started frobbing RemiliaForever/bilibili-live-notifier [INFO] finished frobbing RemiliaForever/bilibili-live-notifier [INFO] frobbed toml for RemiliaForever/bilibili-live-notifier written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RemiliaForever/bilibili-live-notifier/Cargo.toml [INFO] crate RemiliaForever/bilibili-live-notifier already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing RemiliaForever/bilibili-live-notifier against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RemiliaForever/bilibili-live-notifier:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 7e80f820ad59144921cbdab2936be8c09610a7c102aacf966037f0400a116fc2 [INFO] running `"docker" "start" "-a" "7e80f820ad59144921cbdab2936be8c09610a7c102aacf966037f0400a116fc2"` [INFO] [stderr] Compiling libdbus-sys v0.1.4 [INFO] [stderr] Compiling dbus v0.6.3 [INFO] [stderr] Compiling notify-rust v3.5.0 [INFO] [stderr] Compiling bilibili-live-notifier v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `notify_rust::Notification` [INFO] [stderr] --> src/notify.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use notify_rust::Notification; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `notify_rust::NotificationHint` [INFO] [stderr] --> src/notify.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use notify_rust::NotificationHint; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Color` [INFO] [stderr] --> src/notify.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | enum Color { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Message` [INFO] [stderr] --> src/notify.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | struct Message { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Buffer` [INFO] [stderr] --> src/notify.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | struct Buffer { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `BufferConfig` [INFO] [stderr] --> src/notify.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | struct BufferConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `notify_rust::Notification` [INFO] [stderr] --> src/notify.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use notify_rust::Notification; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `notify_rust::NotificationHint` [INFO] [stderr] --> src/notify.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use notify_rust::NotificationHint; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Color` [INFO] [stderr] --> src/notify.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | enum Color { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Message` [INFO] [stderr] --> src/notify.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | struct Message { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Buffer` [INFO] [stderr] --> src/notify.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | struct Buffer { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `BufferConfig` [INFO] [stderr] --> src/notify.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | struct BufferConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.02s [INFO] running `"docker" "inspect" "7e80f820ad59144921cbdab2936be8c09610a7c102aacf966037f0400a116fc2"` [INFO] running `"docker" "rm" "-f" "7e80f820ad59144921cbdab2936be8c09610a7c102aacf966037f0400a116fc2"` [INFO] [stdout] 7e80f820ad59144921cbdab2936be8c09610a7c102aacf966037f0400a116fc2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RemiliaForever/bilibili-live-notifier:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 099028b9e96b9fc6be599ebd8e57397884196b19bbc39b1a1fe0c5fa66b99b3f [INFO] running `"docker" "start" "-a" "099028b9e96b9fc6be599ebd8e57397884196b19bbc39b1a1fe0c5fa66b99b3f"` [INFO] [stderr] Compiling bilibili-live-notifier v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `notify_rust::Notification` [INFO] [stderr] --> src/notify.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use notify_rust::Notification; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `notify_rust::NotificationHint` [INFO] [stderr] --> src/notify.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use notify_rust::NotificationHint; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `notify_rust::Notification` [INFO] [stderr] --> src/notify.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use notify_rust::Notification; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `notify_rust::NotificationHint` [INFO] [stderr] --> src/notify.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use notify_rust::NotificationHint; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `bilibili_live_notifier::package` [INFO] [stderr] --> tests/package.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use bilibili_live_notifier::package; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Color` [INFO] [stderr] --> src/notify.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | enum Color { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Message` [INFO] [stderr] --> src/notify.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | struct Message { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Buffer` [INFO] [stderr] --> src/notify.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | struct Buffer { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `BufferConfig` [INFO] [stderr] --> src/notify.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | struct BufferConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Color` [INFO] [stderr] --> src/notify.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | enum Color { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Message` [INFO] [stderr] --> src/notify.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | struct Message { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Buffer` [INFO] [stderr] --> src/notify.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | struct Buffer { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `BufferConfig` [INFO] [stderr] --> src/notify.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | struct BufferConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `"docker" "inspect" "099028b9e96b9fc6be599ebd8e57397884196b19bbc39b1a1fe0c5fa66b99b3f"` [INFO] running `"docker" "rm" "-f" "099028b9e96b9fc6be599ebd8e57397884196b19bbc39b1a1fe0c5fa66b99b3f"` [INFO] [stdout] 099028b9e96b9fc6be599ebd8e57397884196b19bbc39b1a1fe0c5fa66b99b3f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RemiliaForever/bilibili-live-notifier:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 98b57495aede76ea2b15ec834d53813037188dec33dbd6d333315b7c3ace04de [INFO] running `"docker" "start" "-a" "98b57495aede76ea2b15ec834d53813037188dec33dbd6d333315b7c3ace04de"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/bilibili_live_notifier-4f69108a13253749 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/bilibili_live_notifier-481550604816cdc1 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/package-10aac4273fbc8fa9 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test join_channel ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests bilibili-live-notifier [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "98b57495aede76ea2b15ec834d53813037188dec33dbd6d333315b7c3ace04de"` [INFO] running `"docker" "rm" "-f" "98b57495aede76ea2b15ec834d53813037188dec33dbd6d333315b7c3ace04de"` [INFO] [stdout] 98b57495aede76ea2b15ec834d53813037188dec33dbd6d333315b7c3ace04de