[INFO] cloning repository RemiliaForever/bilibili-live-notifier [INFO] running `"git" "clone" "--bare" "git://github.com/RemiliaForever/bilibili-live-notifier.git" "work/cache/sources/gh/RemiliaForever/bilibili-live-notifier"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/RemiliaForever/bilibili-live-notifier'... [INFO] running `"git" "clone" "work/cache/sources/gh/RemiliaForever/bilibili-live-notifier" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RemiliaForever/bilibili-live-notifier"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RemiliaForever/bilibili-live-notifier'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RemiliaForever/bilibili-live-notifier" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RemiliaForever/bilibili-live-notifier"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of RemiliaForever/bilibili-live-notifier on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing RemiliaForever/bilibili-live-notifier against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 3ce9037102f8c214c8a41a9c037c01a657f5c7ca6b0a62550acfd6dabfb49fa7 [INFO] running `"docker" "start" "-a" "3ce9037102f8c214c8a41a9c037c01a657f5c7ca6b0a62550acfd6dabfb49fa7"` [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 19.80s [INFO] running `"docker" "inspect" "3ce9037102f8c214c8a41a9c037c01a657f5c7ca6b0a62550acfd6dabfb49fa7"` [INFO] running `"docker" "rm" "-f" "3ce9037102f8c214c8a41a9c037c01a657f5c7ca6b0a62550acfd6dabfb49fa7"` [INFO] [stdout] 3ce9037102f8c214c8a41a9c037c01a657f5c7ca6b0a62550acfd6dabfb49fa7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 47740118061c0116668351b419e89b467bc8022656c650aa9a37972524c1ec5e [INFO] running `"docker" "start" "-a" "47740118061c0116668351b419e89b467bc8022656c650aa9a37972524c1ec5e"` [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: 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] Finished dev [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `"docker" "inspect" "47740118061c0116668351b419e89b467bc8022656c650aa9a37972524c1ec5e"` [INFO] running `"docker" "rm" "-f" "47740118061c0116668351b419e89b467bc8022656c650aa9a37972524c1ec5e"` [INFO] [stdout] 47740118061c0116668351b419e89b467bc8022656c650aa9a37972524c1ec5e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 57e927cb94fa4310168342fb0e10854f3b03265798b05159d5589ae7f7c32a71 [INFO] running `"docker" "start" "-a" "57e927cb94fa4310168342fb0e10854f3b03265798b05159d5589ae7f7c32a71"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/bilibili_live_notifier-623ef6cd64a9b301 [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-3f632fc23fdda145 [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-5f85408991558ab7 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test join_channel ... ok [INFO] [stderr] Doc-tests bilibili-live-notifier [INFO] [stdout] [INFO] [stdout] test result: ok. 1 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] running `"docker" "inspect" "57e927cb94fa4310168342fb0e10854f3b03265798b05159d5589ae7f7c32a71"` [INFO] running `"docker" "rm" "-f" "57e927cb94fa4310168342fb0e10854f3b03265798b05159d5589ae7f7c32a71"` [INFO] [stdout] 57e927cb94fa4310168342fb0e10854f3b03265798b05159d5589ae7f7c32a71