[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] b2dee5e7d7622f9841927ba40e15e9c82cf29112c81f7ab7246cbb32d3f458e4 [INFO] running `"docker" "start" "-a" "b2dee5e7d7622f9841927ba40e15e9c82cf29112c81f7ab7246cbb32d3f458e4"` [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.63s [INFO] running `"docker" "inspect" "b2dee5e7d7622f9841927ba40e15e9c82cf29112c81f7ab7246cbb32d3f458e4"` [INFO] running `"docker" "rm" "-f" "b2dee5e7d7622f9841927ba40e15e9c82cf29112c81f7ab7246cbb32d3f458e4"` [INFO] [stdout] b2dee5e7d7622f9841927ba40e15e9c82cf29112c81f7ab7246cbb32d3f458e4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9280b6cd20f9e3050c4883b1b9ae44b3941c4c075787a78f38cfd21e254bdf93 [INFO] running `"docker" "start" "-a" "9280b6cd20f9e3050c4883b1b9ae44b3941c4c075787a78f38cfd21e254bdf93"` [INFO] [stderr] Compiling bilibili-live-notifier v0.1.0 (/opt/crater/workdir) [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: 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: 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 1.17s [INFO] running `"docker" "inspect" "9280b6cd20f9e3050c4883b1b9ae44b3941c4c075787a78f38cfd21e254bdf93"` [INFO] running `"docker" "rm" "-f" "9280b6cd20f9e3050c4883b1b9ae44b3941c4c075787a78f38cfd21e254bdf93"` [INFO] [stdout] 9280b6cd20f9e3050c4883b1b9ae44b3941c4c075787a78f38cfd21e254bdf93 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] c30412b64cef4c1a15719f5b81b71b9a66cd676a1fbe5b72704a0ee0acffecab [INFO] running `"docker" "start" "-a" "c30412b64cef4c1a15719f5b81b71b9a66cd676a1fbe5b72704a0ee0acffecab"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/bilibili_live_notifier-f63215db880070d9 [INFO] [stderr] Running /opt/crater/target/debug/deps/bilibili_live_notifier-381939feeda888cb [INFO] [stderr] Running /opt/crater/target/debug/deps/package-fe67c5dfff0667a8 [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] [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] [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" "c30412b64cef4c1a15719f5b81b71b9a66cd676a1fbe5b72704a0ee0acffecab"` [INFO] running `"docker" "rm" "-f" "c30412b64cef4c1a15719f5b81b71b9a66cd676a1fbe5b72704a0ee0acffecab"` [INFO] [stdout] c30412b64cef4c1a15719f5b81b71b9a66cd676a1fbe5b72704a0ee0acffecab