Sep 14 12:56:59.603 INFO checking mpris-1.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:56:59.603 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:56:59.603 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:56:59.762 INFO blam! bc977484c1299d6a5c7ca62754e1c150067d8e25189cbe04056169d4bb9b3db2 Sep 14 12:56:59.768 INFO running `"docker" "start" "-a" "bc977484c1299d6a5c7ca62754e1c150067d8e25189cbe04056169d4bb9b3db2"` Sep 14 12:57:01.001 INFO kablam! usermod: no changes Sep 14 12:57:01.129 INFO kablam! Compiling libdbus-sys v0.1.3 Sep 14 12:57:01.139 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Sep 14 12:57:01.139 INFO kablam! Compiling enum-kinds v0.4.1 Sep 14 12:57:03.597 INFO kablam! Checking dbus v0.6.2 Sep 14 12:57:09.436 INFO kablam! Checking mpris v1.1.0 (file:///source) Sep 14 12:57:10.339 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.339 INFO kablam! --> src/extensions.rs:40:29 Sep 14 12:57:10.339 INFO kablam! | Sep 14 12:57:10.339 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Sep 14 12:57:10.339 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.339 INFO kablam! | Sep 14 12:57:10.339 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 14 12:57:10.339 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.339 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.339 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 14 12:57:10.339 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 14 12:57:10.339 INFO kablam! Sep 14 12:57:10.339 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.339 INFO kablam! --> src/extensions.rs:46:29 Sep 14 12:57:10.339 INFO kablam! | Sep 14 12:57:10.339 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Sep 14 12:57:10.339 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.339 INFO kablam! | Sep 14 12:57:10.339 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.339 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.339 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 14 12:57:10.339 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 14 12:57:10.339 INFO kablam! Sep 14 12:57:10.391 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.391 INFO kablam! --> src/player.rs:153:62 Sep 14 12:57:10.391 INFO kablam! | Sep 14 12:57:10.391 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 14 12:57:10.391 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.391 INFO kablam! | Sep 14 12:57:10.391 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 14 12:57:10.391 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.391 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.391 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 14 12:57:10.391 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 14 12:57:10.391 INFO kablam! Sep 14 12:57:10.402 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.402 INFO kablam! --> src/player.rs:339:26 Sep 14 12:57:10.402 INFO kablam! | Sep 14 12:57:10.402 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 14 12:57:10.402 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.402 INFO kablam! | Sep 14 12:57:10.402 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.402 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.402 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 14 12:57:10.402 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 14 12:57:10.402 INFO kablam! Sep 14 12:57:10.402 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.403 INFO kablam! --> src/player.rs:346:28 Sep 14 12:57:10.403 INFO kablam! | Sep 14 12:57:10.403 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 14 12:57:10.403 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.408 INFO kablam! | Sep 14 12:57:10.408 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.408 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.408 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 14 12:57:10.408 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 14 12:57:10.408 INFO kablam! Sep 14 12:57:10.435 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.435 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 14 12:57:10.435 INFO kablam! | Sep 14 12:57:10.435 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 14 12:57:10.435 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.435 INFO kablam! | Sep 14 12:57:10.435 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.435 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.435 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 14 12:57:10.435 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 14 12:57:10.435 INFO kablam! Sep 14 12:57:10.457 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.457 INFO kablam! --> src/progress.rs:268:51 Sep 14 12:57:10.457 INFO kablam! | Sep 14 12:57:10.457 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 14 12:57:10.457 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.457 INFO kablam! | Sep 14 12:57:10.458 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.458 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.458 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 14 12:57:10.458 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 14 12:57:10.458 INFO kablam! Sep 14 12:57:10.510 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.511 INFO kablam! --> src/player.rs:153:62 Sep 14 12:57:10.511 INFO kablam! | Sep 14 12:57:10.511 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 14 12:57:10.511 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.511 INFO kablam! | Sep 14 12:57:10.511 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.511 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.511 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 14 12:57:10.511 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 14 12:57:10.511 INFO kablam! Sep 14 12:57:10.519 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.519 INFO kablam! --> src/player.rs:339:26 Sep 14 12:57:10.519 INFO kablam! | Sep 14 12:57:10.519 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 14 12:57:10.519 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.519 INFO kablam! | Sep 14 12:57:10.519 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.519 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.519 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 14 12:57:10.519 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 14 12:57:10.519 INFO kablam! Sep 14 12:57:10.519 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.520 INFO kablam! --> src/player.rs:346:28 Sep 14 12:57:10.520 INFO kablam! | Sep 14 12:57:10.520 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 14 12:57:10.520 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.520 INFO kablam! | Sep 14 12:57:10.520 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.520 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.520 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 14 12:57:10.520 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 14 12:57:10.520 INFO kablam! Sep 14 12:57:10.550 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.550 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 14 12:57:10.550 INFO kablam! | Sep 14 12:57:10.550 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 14 12:57:10.550 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.550 INFO kablam! | Sep 14 12:57:10.550 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.550 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.550 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 14 12:57:10.550 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 14 12:57:10.550 INFO kablam! Sep 14 12:57:10.573 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:57:10.573 INFO kablam! --> src/progress.rs:268:51 Sep 14 12:57:10.573 INFO kablam! | Sep 14 12:57:10.573 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 14 12:57:10.573 INFO kablam! | ^^^^^^^^^ Sep 14 12:57:10.573 INFO kablam! | Sep 14 12:57:10.573 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:57:10.573 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:57:10.573 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 14 12:57:10.573 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 14 12:57:10.573 INFO kablam! Sep 14 12:57:11.916 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 14 12:57:11.916 INFO kablam! --> examples/get_metadata.rs:11:37 Sep 14 12:57:11.916 INFO kablam! | Sep 14 12:57:11.916 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Sep 14 12:57:11.916 INFO kablam! | ^^^^^^ Sep 14 12:57:11.916 INFO kablam! | Sep 14 12:57:11.916 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 12:57:11.916 INFO kablam! Sep 14 12:57:11.935 INFO kablam! warning: unused import: `Event` Sep 14 12:57:11.935 INFO kablam! --> examples/events.rs:3:13 Sep 14 12:57:11.935 INFO kablam! | Sep 14 12:57:11.935 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Sep 14 12:57:11.935 INFO kablam! | ^^^^^ Sep 14 12:57:11.935 INFO kablam! | Sep 14 12:57:11.935 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 12:57:11.935 INFO kablam! Sep 14 12:57:11.954 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 14 12:57:11.954 INFO kablam! --> examples/get_metadata.rs:49:14 Sep 14 12:57:11.954 INFO kablam! | Sep 14 12:57:11.954 INFO kablam! 49 | .get_metadata_hash() Sep 14 12:57:11.954 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 12:57:11.954 INFO kablam! Sep 14 12:57:12.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.01s Sep 14 12:57:12.047 INFO kablam! su: No module specific data is present Sep 14 12:57:12.515 INFO running `"docker" "rm" "-f" "bc977484c1299d6a5c7ca62754e1c150067d8e25189cbe04056169d4bb9b3db2"` Sep 14 12:57:12.618 INFO blam! bc977484c1299d6a5c7ca62754e1c150067d8e25189cbe04056169d4bb9b3db2