Sep 02 07:06:23.080 INFO checking mpris-1.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 07:06:23.080 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 07:06:23.080 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 07:06:23.285 INFO blam! 3eba5e477d4aefe56b4e7614d79131490c430c39b16520a3e061961e7f555062 Sep 02 07:06:23.287 INFO running `"docker" "start" "-a" "3eba5e477d4aefe56b4e7614d79131490c430c39b16520a3e061961e7f555062"` Sep 02 07:06:23.916 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Sep 02 07:06:23.916 INFO kablam! Compiling enum-kinds v0.4.1 Sep 02 07:06:28.755 INFO kablam! Checking mpris v1.1.0 (file:///source) Sep 02 07:06:30.617 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:30.617 INFO kablam! --> src/player.rs:153:62 Sep 02 07:06:30.617 INFO kablam! | Sep 02 07:06:30.617 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 02 07:06:30.617 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:30.617 INFO kablam! | Sep 02 07:06:30.617 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 02 07:06:30.617 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:30.617 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:30.617 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:06:30.617 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:06:30.617 INFO kablam! Sep 02 07:06:30.652 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:30.652 INFO kablam! --> src/player.rs:339:26 Sep 02 07:06:30.652 INFO kablam! | Sep 02 07:06:30.652 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 02 07:06:30.652 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:30.652 INFO kablam! | Sep 02 07:06:30.652 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:30.652 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:30.652 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:06:30.652 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:06:30.653 INFO kablam! Sep 02 07:06:30.654 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:30.654 INFO kablam! --> src/player.rs:346:28 Sep 02 07:06:30.654 INFO kablam! | Sep 02 07:06:30.654 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 02 07:06:30.654 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:30.654 INFO kablam! | Sep 02 07:06:30.654 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:30.654 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:30.654 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:06:30.654 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:06:30.654 INFO kablam! Sep 02 07:06:30.690 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:30.690 INFO kablam! --> src/extensions.rs:40:29 Sep 02 07:06:30.690 INFO kablam! | Sep 02 07:06:30.690 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Sep 02 07:06:30.690 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:30.690 INFO kablam! | Sep 02 07:06:30.691 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 02 07:06:30.691 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:30.691 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:30.691 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:06:30.691 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:06:30.691 INFO kablam! Sep 02 07:06:30.695 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:30.695 INFO kablam! --> src/extensions.rs:46:29 Sep 02 07:06:30.695 INFO kablam! | Sep 02 07:06:30.695 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Sep 02 07:06:30.695 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:30.695 INFO kablam! | Sep 02 07:06:30.695 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:30.695 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:30.695 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:06:30.695 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:06:30.695 INFO kablam! Sep 02 07:06:30.727 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:30.727 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 02 07:06:30.727 INFO kablam! | Sep 02 07:06:30.727 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 02 07:06:30.727 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:30.727 INFO kablam! | Sep 02 07:06:30.728 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:30.728 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:30.728 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:06:30.728 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:06:30.728 INFO kablam! Sep 02 07:06:30.780 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:30.780 INFO kablam! --> src/progress.rs:268:51 Sep 02 07:06:30.780 INFO kablam! | Sep 02 07:06:30.780 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 02 07:06:30.780 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:30.780 INFO kablam! | Sep 02 07:06:30.780 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:30.780 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:30.780 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:06:30.780 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:06:30.780 INFO kablam! Sep 02 07:06:31.102 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:31.102 INFO kablam! --> src/player.rs:153:62 Sep 02 07:06:31.102 INFO kablam! | Sep 02 07:06:31.102 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 02 07:06:31.102 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:31.102 INFO kablam! | Sep 02 07:06:31.102 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:31.102 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:31.102 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:06:31.102 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:06:31.102 INFO kablam! Sep 02 07:06:31.136 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:31.136 INFO kablam! --> src/player.rs:339:26 Sep 02 07:06:31.136 INFO kablam! | Sep 02 07:06:31.136 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 02 07:06:31.136 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:31.136 INFO kablam! | Sep 02 07:06:31.136 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:31.136 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:31.136 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:06:31.136 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:06:31.136 INFO kablam! Sep 02 07:06:31.137 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:31.137 INFO kablam! --> src/player.rs:346:28 Sep 02 07:06:31.137 INFO kablam! | Sep 02 07:06:31.137 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 02 07:06:31.137 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:31.138 INFO kablam! | Sep 02 07:06:31.138 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:31.138 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:31.138 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:06:31.138 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:06:31.138 INFO kablam! Sep 02 07:06:31.211 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:31.211 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 02 07:06:31.211 INFO kablam! | Sep 02 07:06:31.211 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 02 07:06:31.211 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:31.211 INFO kablam! | Sep 02 07:06:31.211 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:31.211 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:31.211 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:06:31.211 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:06:31.211 INFO kablam! Sep 02 07:06:31.265 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:06:31.265 INFO kablam! --> src/progress.rs:268:51 Sep 02 07:06:31.265 INFO kablam! | Sep 02 07:06:31.265 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 02 07:06:31.265 INFO kablam! | ^^^^^^^^^ Sep 02 07:06:31.265 INFO kablam! | Sep 02 07:06:31.265 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:06:31.265 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:06:31.265 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:06:31.265 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:06:31.265 INFO kablam! Sep 02 07:06:34.068 INFO kablam! warning: unused import: `Event` Sep 02 07:06:34.068 INFO kablam! --> examples/events.rs:3:13 Sep 02 07:06:34.068 INFO kablam! | Sep 02 07:06:34.068 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Sep 02 07:06:34.068 INFO kablam! | ^^^^^ Sep 02 07:06:34.069 INFO kablam! | Sep 02 07:06:34.069 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 07:06:34.070 INFO kablam! Sep 02 07:06:34.359 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 02 07:06:34.359 INFO kablam! --> examples/get_metadata.rs:11:37 Sep 02 07:06:34.359 INFO kablam! | Sep 02 07:06:34.359 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Sep 02 07:06:34.359 INFO kablam! | ^^^^^^ Sep 02 07:06:34.359 INFO kablam! | Sep 02 07:06:34.359 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 07:06:34.359 INFO kablam! Sep 02 07:06:34.456 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 02 07:06:34.456 INFO kablam! --> examples/get_metadata.rs:49:14 Sep 02 07:06:34.456 INFO kablam! | Sep 02 07:06:34.456 INFO kablam! 49 | .get_metadata_hash() Sep 02 07:06:34.456 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 07:06:34.456 INFO kablam! Sep 02 07:06:34.533 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.72s Sep 02 07:06:34.542 INFO kablam! su: No module specific data is present Sep 02 07:06:34.840 INFO running `"docker" "rm" "-f" "3eba5e477d4aefe56b4e7614d79131490c430c39b16520a3e061961e7f555062"` Sep 02 07:06:34.956 INFO blam! 3eba5e477d4aefe56b4e7614d79131490c430c39b16520a3e061961e7f555062