[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.37-6/sources/1.36.0/gh/RemiliaForever/bilibili-live-notifier"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/gh/RemiliaForever/bilibili-live-notifier"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of RemiliaForever/bilibili-live-notifier on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing RemiliaForever/bilibili-live-notifier against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] 25da7dfed5493b172477fa1a077eadda353316681abee6194960aa0afc65ea75 [INFO] running `"docker" "start" "-a" "25da7dfed5493b172477fa1a077eadda353316681abee6194960aa0afc65ea75"` [INFO] [stderr] Compiling libdbus-sys v0.1.4 [INFO] [stderr] Compiling error-chain v0.12.0 [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 16.07s [INFO] running `"docker" "inspect" "25da7dfed5493b172477fa1a077eadda353316681abee6194960aa0afc65ea75"` [INFO] running `"docker" "rm" "-f" "25da7dfed5493b172477fa1a077eadda353316681abee6194960aa0afc65ea75"` [INFO] [stdout] 25da7dfed5493b172477fa1a077eadda353316681abee6194960aa0afc65ea75 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a98228a048a302034539fd39e788c4025924f13bdcb4e812841d5a5fa62954bf [INFO] running `"docker" "start" "-a" "a98228a048a302034539fd39e788c4025924f13bdcb4e812841d5a5fa62954bf"` [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: `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: 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.05s [INFO] running `"docker" "inspect" "a98228a048a302034539fd39e788c4025924f13bdcb4e812841d5a5fa62954bf"` [INFO] running `"docker" "rm" "-f" "a98228a048a302034539fd39e788c4025924f13bdcb4e812841d5a5fa62954bf"` [INFO] [stdout] a98228a048a302034539fd39e788c4025924f13bdcb4e812841d5a5fa62954bf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen"` [INFO] [stdout] ed117743bd3622cff2dd060a530afaed6e1862df9ee335d346a7308e83d59b57 [INFO] running `"docker" "start" "-a" "ed117743bd3622cff2dd060a530afaed6e1862df9ee335d346a7308e83d59b57"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/bilibili_live_notifier-e232de837c89a8a4 [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] [stderr] Running /opt/crater/target/debug/deps/bilibili_live_notifier-7db1ecbe86d2ec5c [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/package-c30c88aae8009104 [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" "ed117743bd3622cff2dd060a530afaed6e1862df9ee335d346a7308e83d59b57"` [INFO] running `"docker" "rm" "-f" "ed117743bd3622cff2dd060a530afaed6e1862df9ee335d346a7308e83d59b57"` [INFO] [stdout] ed117743bd3622cff2dd060a530afaed6e1862df9ee335d346a7308e83d59b57