Sep 01 13:36:32.879 INFO checking mpris-1.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 13:36:32.879 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 13:36:32.879 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 13:36:33.046 INFO blam! 30142327af570d75e1add1f5f0bc130a4f631985779f209577158d9c9dbd1f3d Sep 01 13:36:33.048 INFO running `"docker" "start" "-a" "30142327af570d75e1add1f5f0bc130a4f631985779f209577158d9c9dbd1f3d"` Sep 01 13:36:33.792 INFO kablam! Compiling syn v0.13.11 Sep 01 13:36:33.792 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Sep 01 13:36:33.792 INFO kablam! Compiling enum-kinds v0.4.1 Sep 01 13:36:33.795 INFO kablam! Checking dbus v0.6.2 Sep 01 13:36:57.467 INFO kablam! Compiling darling_core v0.4.0 Sep 01 13:37:05.546 INFO kablam! Compiling darling_macro v0.4.0 Sep 01 13:37:08.440 INFO kablam! Compiling darling v0.4.0 Sep 01 13:37:10.143 INFO kablam! Compiling from_variants_impl v0.3.0 Sep 01 13:37:14.451 INFO kablam! Checking from_variants v0.3.0 Sep 01 13:37:14.803 INFO kablam! Checking mpris v1.1.0 (file:///source) Sep 01 13:37:16.233 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.233 INFO kablam! --> src/extensions.rs:40:29 Sep 01 13:37:16.233 INFO kablam! | Sep 01 13:37:16.233 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Sep 01 13:37:16.233 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.233 INFO kablam! | Sep 01 13:37:16.233 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 01 13:37:16.233 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.233 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.233 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 01 13:37:16.233 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 01 13:37:16.233 INFO kablam! Sep 01 13:37:16.235 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.235 INFO kablam! --> src/extensions.rs:46:29 Sep 01 13:37:16.235 INFO kablam! | Sep 01 13:37:16.235 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Sep 01 13:37:16.236 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.236 INFO kablam! | Sep 01 13:37:16.236 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.236 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.236 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 01 13:37:16.236 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 01 13:37:16.236 INFO kablam! Sep 01 13:37:16.394 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.394 INFO kablam! --> src/player.rs:153:62 Sep 01 13:37:16.394 INFO kablam! | Sep 01 13:37:16.394 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 01 13:37:16.394 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.395 INFO kablam! | Sep 01 13:37:16.395 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 01 13:37:16.395 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.395 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.395 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 01 13:37:16.395 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 01 13:37:16.395 INFO kablam! Sep 01 13:37:16.425 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.425 INFO kablam! --> src/player.rs:339:26 Sep 01 13:37:16.425 INFO kablam! | Sep 01 13:37:16.426 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 01 13:37:16.426 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.426 INFO kablam! | Sep 01 13:37:16.426 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.426 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.426 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 01 13:37:16.426 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 01 13:37:16.426 INFO kablam! Sep 01 13:37:16.426 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.426 INFO kablam! --> src/player.rs:346:28 Sep 01 13:37:16.426 INFO kablam! | Sep 01 13:37:16.427 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 01 13:37:16.427 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.427 INFO kablam! | Sep 01 13:37:16.427 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.427 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.427 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 01 13:37:16.427 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 01 13:37:16.427 INFO kablam! Sep 01 13:37:16.477 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.477 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 01 13:37:16.477 INFO kablam! | Sep 01 13:37:16.477 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 01 13:37:16.477 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.477 INFO kablam! | Sep 01 13:37:16.477 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.477 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.477 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 01 13:37:16.477 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 01 13:37:16.477 INFO kablam! Sep 01 13:37:16.505 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.505 INFO kablam! --> src/progress.rs:268:51 Sep 01 13:37:16.505 INFO kablam! | Sep 01 13:37:16.505 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 01 13:37:16.505 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.505 INFO kablam! | Sep 01 13:37:16.505 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.506 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.506 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 01 13:37:16.506 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 01 13:37:16.506 INFO kablam! Sep 01 13:37:16.563 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.563 INFO kablam! --> src/player.rs:153:62 Sep 01 13:37:16.563 INFO kablam! | Sep 01 13:37:16.563 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 01 13:37:16.563 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.563 INFO kablam! | Sep 01 13:37:16.563 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.563 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.563 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 01 13:37:16.563 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 01 13:37:16.564 INFO kablam! Sep 01 13:37:16.597 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.597 INFO kablam! --> src/player.rs:339:26 Sep 01 13:37:16.597 INFO kablam! | Sep 01 13:37:16.597 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 01 13:37:16.597 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.597 INFO kablam! | Sep 01 13:37:16.597 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.598 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.598 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 01 13:37:16.598 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 01 13:37:16.598 INFO kablam! Sep 01 13:37:16.598 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.598 INFO kablam! --> src/player.rs:346:28 Sep 01 13:37:16.598 INFO kablam! | Sep 01 13:37:16.598 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 01 13:37:16.598 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.598 INFO kablam! | Sep 01 13:37:16.598 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.598 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.598 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 01 13:37:16.598 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 01 13:37:16.599 INFO kablam! Sep 01 13:37:16.674 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.674 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 01 13:37:16.674 INFO kablam! | Sep 01 13:37:16.674 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 01 13:37:16.674 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.674 INFO kablam! | Sep 01 13:37:16.675 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.675 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.675 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 01 13:37:16.675 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 01 13:37:16.675 INFO kablam! Sep 01 13:37:16.728 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 13:37:16.728 INFO kablam! --> src/progress.rs:268:51 Sep 01 13:37:16.728 INFO kablam! | Sep 01 13:37:16.728 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 01 13:37:16.729 INFO kablam! | ^^^^^^^^^ Sep 01 13:37:16.729 INFO kablam! | Sep 01 13:37:16.729 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 13:37:16.729 INFO kablam! = note: for more information, see issue #48919 Sep 01 13:37:16.729 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 01 13:37:16.729 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 01 13:37:16.729 INFO kablam! Sep 01 13:37:19.506 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 01 13:37:19.506 INFO kablam! --> examples/get_metadata.rs:11:37 Sep 01 13:37:19.506 INFO kablam! | Sep 01 13:37:19.506 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Sep 01 13:37:19.506 INFO kablam! | ^^^^^^ Sep 01 13:37:19.507 INFO kablam! | Sep 01 13:37:19.507 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 13:37:19.508 INFO kablam! Sep 01 13:37:19.583 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 01 13:37:19.583 INFO kablam! --> examples/get_metadata.rs:49:14 Sep 01 13:37:19.583 INFO kablam! | Sep 01 13:37:19.583 INFO kablam! 49 | .get_metadata_hash() Sep 01 13:37:19.583 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 13:37:19.583 INFO kablam! Sep 01 13:37:20.324 INFO kablam! warning: unused import: `Event` Sep 01 13:37:20.324 INFO kablam! --> examples/events.rs:3:13 Sep 01 13:37:20.324 INFO kablam! | Sep 01 13:37:20.324 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Sep 01 13:37:20.324 INFO kablam! | ^^^^^ Sep 01 13:37:20.326 INFO kablam! | Sep 01 13:37:20.326 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 13:37:20.326 INFO kablam! Sep 01 13:37:20.638 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.91s Sep 01 13:37:20.646 INFO kablam! su: No module specific data is present Sep 01 13:37:21.289 INFO running `"docker" "rm" "-f" "30142327af570d75e1add1f5f0bc130a4f631985779f209577158d9c9dbd1f3d"` Sep 01 13:37:21.370 INFO blam! 30142327af570d75e1add1f5f0bc130a4f631985779f209577158d9c9dbd1f3d