Sep 17 21:08:43.434 INFO checking mpris-1.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 21:08:43.434 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 21:08:43.435 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:08:43.900 INFO blam! ea091268f25c386eda2fa86ab3de579996bcb345faace58430f13c3fe1a9a4e2 Sep 17 21:08:43.902 INFO running `"docker" "start" "-a" "ea091268f25c386eda2fa86ab3de579996bcb345faace58430f13c3fe1a9a4e2"` Sep 17 21:08:46.035 INFO kablam! usermod: no changes Sep 17 21:08:46.236 INFO kablam! Compiling syn v0.13.11 Sep 17 21:08:46.236 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Sep 17 21:08:46.236 INFO kablam! Compiling enum-kinds v0.4.1 Sep 17 21:08:46.247 INFO kablam! Checking dbus v0.6.2 Sep 17 21:09:03.594 INFO kablam! Compiling darling_core v0.4.0 Sep 17 21:09:08.467 INFO kablam! Compiling darling_macro v0.4.0 Sep 17 21:09:10.880 INFO kablam! Compiling darling v0.4.0 Sep 17 21:09:12.092 INFO kablam! Compiling from_variants_impl v0.3.0 Sep 17 21:09:15.539 INFO kablam! Checking from_variants v0.3.0 Sep 17 21:09:15.745 INFO kablam! Checking mpris v1.1.0 (/source) Sep 17 21:09:16.618 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.618 INFO kablam! --> src/player.rs:153:62 Sep 17 21:09:16.618 INFO kablam! | Sep 17 21:09:16.618 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 17 21:09:16.618 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.618 INFO kablam! | Sep 17 21:09:16.618 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 17 21:09:16.618 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.618 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.618 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 17 21:09:16.618 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 17 21:09:16.618 INFO kablam! Sep 17 21:09:16.635 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.635 INFO kablam! --> src/player.rs:339:26 Sep 17 21:09:16.635 INFO kablam! | Sep 17 21:09:16.635 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 17 21:09:16.635 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.635 INFO kablam! | Sep 17 21:09:16.635 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.635 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.635 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 17 21:09:16.635 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 17 21:09:16.635 INFO kablam! Sep 17 21:09:16.635 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.635 INFO kablam! --> src/player.rs:346:28 Sep 17 21:09:16.635 INFO kablam! | Sep 17 21:09:16.635 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 17 21:09:16.635 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.635 INFO kablam! | Sep 17 21:09:16.635 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.635 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.635 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 17 21:09:16.635 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 17 21:09:16.635 INFO kablam! Sep 17 21:09:16.647 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.647 INFO kablam! --> src/extensions.rs:40:29 Sep 17 21:09:16.647 INFO kablam! | Sep 17 21:09:16.647 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Sep 17 21:09:16.647 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.647 INFO kablam! | Sep 17 21:09:16.647 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 17 21:09:16.647 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.647 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.647 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 17 21:09:16.647 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 17 21:09:16.647 INFO kablam! Sep 17 21:09:16.652 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.652 INFO kablam! --> src/extensions.rs:46:29 Sep 17 21:09:16.652 INFO kablam! | Sep 17 21:09:16.652 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Sep 17 21:09:16.652 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.652 INFO kablam! | Sep 17 21:09:16.652 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.652 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.652 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 17 21:09:16.652 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 17 21:09:16.652 INFO kablam! Sep 17 21:09:16.665 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.665 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 17 21:09:16.665 INFO kablam! | Sep 17 21:09:16.665 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 17 21:09:16.665 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.665 INFO kablam! | Sep 17 21:09:16.665 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.665 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.665 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 17 21:09:16.665 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 17 21:09:16.665 INFO kablam! Sep 17 21:09:16.691 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.691 INFO kablam! --> src/progress.rs:268:51 Sep 17 21:09:16.691 INFO kablam! | Sep 17 21:09:16.691 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 17 21:09:16.691 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.691 INFO kablam! | Sep 17 21:09:16.691 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.691 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.691 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 17 21:09:16.691 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 17 21:09:16.691 INFO kablam! Sep 17 21:09:16.831 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.831 INFO kablam! --> src/player.rs:153:62 Sep 17 21:09:16.831 INFO kablam! | Sep 17 21:09:16.831 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 17 21:09:16.831 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.831 INFO kablam! | Sep 17 21:09:16.831 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.831 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.831 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 17 21:09:16.831 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 17 21:09:16.831 INFO kablam! Sep 17 21:09:16.851 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.851 INFO kablam! --> src/player.rs:339:26 Sep 17 21:09:16.851 INFO kablam! | Sep 17 21:09:16.851 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 17 21:09:16.851 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.851 INFO kablam! | Sep 17 21:09:16.851 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.851 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.851 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 17 21:09:16.851 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 17 21:09:16.851 INFO kablam! Sep 17 21:09:16.851 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.851 INFO kablam! --> src/player.rs:346:28 Sep 17 21:09:16.851 INFO kablam! | Sep 17 21:09:16.851 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 17 21:09:16.851 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.851 INFO kablam! | Sep 17 21:09:16.851 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.851 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.851 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 17 21:09:16.851 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 17 21:09:16.851 INFO kablam! Sep 17 21:09:16.883 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.883 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 17 21:09:16.883 INFO kablam! | Sep 17 21:09:16.883 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 17 21:09:16.883 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.883 INFO kablam! | Sep 17 21:09:16.883 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.883 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.883 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 17 21:09:16.883 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 17 21:09:16.883 INFO kablam! Sep 17 21:09:16.911 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 21:09:16.911 INFO kablam! --> src/progress.rs:268:51 Sep 17 21:09:16.911 INFO kablam! | Sep 17 21:09:16.911 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 17 21:09:16.911 INFO kablam! | ^^^^^^^^^ Sep 17 21:09:16.911 INFO kablam! | Sep 17 21:09:16.911 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 21:09:16.911 INFO kablam! = note: for more information, see issue #48919 Sep 17 21:09:16.911 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 17 21:09:16.911 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 17 21:09:16.911 INFO kablam! Sep 17 21:09:18.493 INFO kablam! warning: unused import: `Event` Sep 17 21:09:18.494 INFO kablam! --> examples/events.rs:3:13 Sep 17 21:09:18.494 INFO kablam! | Sep 17 21:09:18.495 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Sep 17 21:09:18.495 INFO kablam! | ^^^^^ Sep 17 21:09:18.495 INFO kablam! | Sep 17 21:09:18.496 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 21:09:18.496 INFO kablam! Sep 17 21:09:19.144 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 17 21:09:19.144 INFO kablam! --> examples/get_metadata.rs:11:37 Sep 17 21:09:19.145 INFO kablam! | Sep 17 21:09:19.145 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Sep 17 21:09:19.146 INFO kablam! | ^^^^^^ Sep 17 21:09:19.146 INFO kablam! | Sep 17 21:09:19.146 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 21:09:19.147 INFO kablam! Sep 17 21:09:19.207 INFO kablam! warning: use of deprecated item 'mpris::Player::get_metadata_hash': This is an experimental function until full Metadata overhaul in 2.0. Sep 17 21:09:19.208 INFO kablam! --> examples/get_metadata.rs:49:14 Sep 17 21:09:19.208 INFO kablam! | Sep 17 21:09:19.208 INFO kablam! 49 | .get_metadata_hash() Sep 17 21:09:19.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 21:09:19.209 INFO kablam! Sep 17 21:09:19.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.21s Sep 17 21:09:19.291 INFO kablam! su: No module specific data is present Sep 17 21:09:19.969 INFO running `"docker" "rm" "-f" "ea091268f25c386eda2fa86ab3de579996bcb345faace58430f13c3fe1a9a4e2"` Sep 17 21:09:20.127 INFO blam! ea091268f25c386eda2fa86ab3de579996bcb345faace58430f13c3fe1a9a4e2