Sep 04 10:29:55.095 INFO checking mpris-1.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 10:29:55.096 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 10:29:55.096 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 10:29:55.261 INFO blam! b0d482487e5164651346245ccbcbbf68b6fafea530176373684988508d2beec7 Sep 04 10:29:55.262 INFO running `"docker" "start" "-a" "b0d482487e5164651346245ccbcbbf68b6fafea530176373684988508d2beec7"` Sep 04 10:29:55.961 INFO kablam! Compiling syn v0.13.11 Sep 04 10:29:55.961 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Sep 04 10:29:55.961 INFO kablam! Compiling enum-kinds v0.4.1 Sep 04 10:30:19.694 INFO kablam! Compiling darling_core v0.4.0 Sep 04 10:30:28.089 INFO kablam! Compiling darling_macro v0.4.0 Sep 04 10:30:31.719 INFO kablam! Compiling darling v0.4.0 Sep 04 10:30:33.541 INFO kablam! Compiling from_variants_impl v0.3.0 Sep 04 10:30:37.957 INFO kablam! Checking from_variants v0.3.0 Sep 04 10:30:38.484 INFO kablam! Checking mpris v1.1.0 (file:///source) Sep 04 10:30:40.160 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.160 INFO kablam! --> src/player.rs:153:62 Sep 04 10:30:40.160 INFO kablam! | Sep 04 10:30:40.160 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 04 10:30:40.160 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.160 INFO kablam! | Sep 04 10:30:40.160 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 04 10:30:40.160 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.161 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.161 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 04 10:30:40.161 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 04 10:30:40.161 INFO kablam! Sep 04 10:30:40.181 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.181 INFO kablam! --> src/player.rs:339:26 Sep 04 10:30:40.181 INFO kablam! | Sep 04 10:30:40.181 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 04 10:30:40.181 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.181 INFO kablam! | Sep 04 10:30:40.181 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.181 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.181 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 04 10:30:40.181 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 04 10:30:40.181 INFO kablam! Sep 04 10:30:40.182 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.182 INFO kablam! --> src/player.rs:346:28 Sep 04 10:30:40.182 INFO kablam! | Sep 04 10:30:40.182 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 04 10:30:40.182 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.182 INFO kablam! | Sep 04 10:30:40.182 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.182 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.182 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 04 10:30:40.182 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 04 10:30:40.182 INFO kablam! Sep 04 10:30:40.225 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.225 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 04 10:30:40.225 INFO kablam! | Sep 04 10:30:40.226 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 04 10:30:40.226 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.226 INFO kablam! | Sep 04 10:30:40.226 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.226 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.226 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 04 10:30:40.226 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 10:30:40.226 INFO kablam! Sep 04 10:30:40.255 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.255 INFO kablam! --> src/progress.rs:268:51 Sep 04 10:30:40.255 INFO kablam! | Sep 04 10:30:40.255 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 04 10:30:40.256 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.256 INFO kablam! | Sep 04 10:30:40.256 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.256 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.256 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 04 10:30:40.256 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 10:30:40.256 INFO kablam! Sep 04 10:30:40.297 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.297 INFO kablam! --> src/extensions.rs:40:29 Sep 04 10:30:40.297 INFO kablam! | Sep 04 10:30:40.297 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Sep 04 10:30:40.297 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.297 INFO kablam! | Sep 04 10:30:40.297 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 04 10:30:40.298 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.298 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.298 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 04 10:30:40.298 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 10:30:40.298 INFO kablam! Sep 04 10:30:40.300 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.300 INFO kablam! --> src/extensions.rs:46:29 Sep 04 10:30:40.300 INFO kablam! | Sep 04 10:30:40.300 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Sep 04 10:30:40.300 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.300 INFO kablam! | Sep 04 10:30:40.300 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.300 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.300 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 04 10:30:40.300 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 04 10:30:40.300 INFO kablam! Sep 04 10:30:40.567 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.568 INFO kablam! --> src/player.rs:153:62 Sep 04 10:30:40.568 INFO kablam! | Sep 04 10:30:40.568 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 04 10:30:40.568 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.568 INFO kablam! | Sep 04 10:30:40.568 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.568 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.568 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 04 10:30:40.568 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 04 10:30:40.568 INFO kablam! Sep 04 10:30:40.591 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.591 INFO kablam! --> src/player.rs:339:26 Sep 04 10:30:40.591 INFO kablam! | Sep 04 10:30:40.591 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 04 10:30:40.591 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.591 INFO kablam! | Sep 04 10:30:40.591 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.591 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.591 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 04 10:30:40.591 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 04 10:30:40.591 INFO kablam! Sep 04 10:30:40.592 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.592 INFO kablam! --> src/player.rs:346:28 Sep 04 10:30:40.592 INFO kablam! | Sep 04 10:30:40.592 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 04 10:30:40.592 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.592 INFO kablam! | Sep 04 10:30:40.592 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.592 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.592 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 04 10:30:40.592 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 04 10:30:40.592 INFO kablam! Sep 04 10:30:40.639 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.639 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 04 10:30:40.639 INFO kablam! | Sep 04 10:30:40.639 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 04 10:30:40.639 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.639 INFO kablam! | Sep 04 10:30:40.639 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.639 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.639 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 04 10:30:40.639 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 10:30:40.639 INFO kablam! Sep 04 10:30:40.674 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 10:30:40.675 INFO kablam! --> src/progress.rs:268:51 Sep 04 10:30:40.675 INFO kablam! | Sep 04 10:30:40.675 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 04 10:30:40.675 INFO kablam! | ^^^^^^^^^ Sep 04 10:30:40.675 INFO kablam! | Sep 04 10:30:40.675 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 10:30:40.675 INFO kablam! = note: for more information, see issue #48919 Sep 04 10:30:40.675 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 04 10:30:40.675 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 10:30:40.675 INFO kablam! Sep 04 10:30:42.638 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 04 10:30:42.638 INFO kablam! --> examples/get_metadata.rs:11:37 Sep 04 10:30:42.638 INFO kablam! | Sep 04 10:30:42.638 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Sep 04 10:30:42.638 INFO kablam! | ^^^^^^ Sep 04 10:30:42.638 INFO kablam! | Sep 04 10:30:42.638 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 10:30:42.638 INFO kablam! Sep 04 10:30:42.753 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 04 10:30:42.753 INFO kablam! --> examples/get_metadata.rs:49:14 Sep 04 10:30:42.753 INFO kablam! | Sep 04 10:30:42.753 INFO kablam! 49 | .get_metadata_hash() Sep 04 10:30:42.753 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 10:30:42.753 INFO kablam! Sep 04 10:30:43.175 INFO kablam! warning: unused import: `Event` Sep 04 10:30:43.175 INFO kablam! --> examples/events.rs:3:13 Sep 04 10:30:43.175 INFO kablam! | Sep 04 10:30:43.175 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Sep 04 10:30:43.175 INFO kablam! | ^^^^^ Sep 04 10:30:43.175 INFO kablam! | Sep 04 10:30:43.175 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 10:30:43.175 INFO kablam! Sep 04 10:30:43.345 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.47s Sep 04 10:30:43.354 INFO kablam! su: No module specific data is present Sep 04 10:30:43.967 INFO running `"docker" "rm" "-f" "b0d482487e5164651346245ccbcbbf68b6fafea530176373684988508d2beec7"` Sep 04 10:30:44.115 INFO blam! b0d482487e5164651346245ccbcbbf68b6fafea530176373684988508d2beec7