Oct 27 19:01:13.592 INFO checking mpris-1.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:01:13.592 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 19:01:14.011 INFO blam! 39dddeebfb28b7a3b5b2d172a240a4122b76e4c513bc4a998a6ad0f6259076db Oct 27 19:01:14.019 INFO running `"docker" "start" "-a" "39dddeebfb28b7a3b5b2d172a240a4122b76e4c513bc4a998a6ad0f6259076db"` Oct 27 19:01:15.714 INFO kablam! usermod: no changes Oct 27 19:01:15.887 INFO kablam! Compiling libdbus-sys v0.1.4 Oct 27 19:01:15.887 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Oct 27 19:01:15.887 INFO kablam! Compiling darling_core v0.4.0 Oct 27 19:01:15.887 INFO kablam! Compiling enum-kinds v0.4.1 Oct 27 19:01:21.619 INFO kablam! Checking dbus v0.6.3 Oct 27 19:01:38.331 INFO kablam! Compiling darling_macro v0.4.0 Oct 27 19:01:43.789 INFO kablam! Compiling darling v0.4.0 Oct 27 19:01:47.132 INFO kablam! Compiling from_variants_impl v0.3.0 Oct 27 19:01:52.910 INFO kablam! Checking from_variants v0.3.0 Oct 27 19:01:53.515 INFO kablam! Checking mpris v1.1.0 (/source) Oct 27 19:01:55.618 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.618 INFO kablam! --> src/extensions.rs:40:29 Oct 27 19:01:55.618 INFO kablam! | Oct 27 19:01:55.618 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Oct 27 19:01:55.618 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.618 INFO kablam! | Oct 27 19:01:55.618 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 27 19:01:55.618 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.618 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.618 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 27 19:01:55.618 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 27 19:01:55.618 INFO kablam! Oct 27 19:01:55.618 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.618 INFO kablam! --> src/extensions.rs:46:29 Oct 27 19:01:55.618 INFO kablam! | Oct 27 19:01:55.618 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Oct 27 19:01:55.618 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.618 INFO kablam! | Oct 27 19:01:55.618 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.618 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.618 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 27 19:01:55.618 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 27 19:01:55.618 INFO kablam! Oct 27 19:01:55.691 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.691 INFO kablam! --> src/player.rs:153:62 Oct 27 19:01:55.692 INFO kablam! | Oct 27 19:01:55.692 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Oct 27 19:01:55.692 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.692 INFO kablam! | Oct 27 19:01:55.693 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 27 19:01:55.693 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.693 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.694 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 27 19:01:55.694 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 27 19:01:55.694 INFO kablam! Oct 27 19:01:55.699 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.699 INFO kablam! --> src/player.rs:339:26 Oct 27 19:01:55.700 INFO kablam! | Oct 27 19:01:55.700 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Oct 27 19:01:55.700 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.700 INFO kablam! | Oct 27 19:01:55.701 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.701 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.701 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 27 19:01:55.701 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 27 19:01:55.702 INFO kablam! Oct 27 19:01:55.702 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.702 INFO kablam! --> src/player.rs:346:28 Oct 27 19:01:55.703 INFO kablam! | Oct 27 19:01:55.703 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Oct 27 19:01:55.703 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.703 INFO kablam! | Oct 27 19:01:55.704 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.704 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.704 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 27 19:01:55.704 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 27 19:01:55.705 INFO kablam! Oct 27 19:01:55.727 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.727 INFO kablam! --> src/pooled_connection.rs:104:28 Oct 27 19:01:55.728 INFO kablam! | Oct 27 19:01:55.728 INFO kablam! 104 | .map(|d| d.as_millis()) Oct 27 19:01:55.728 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.729 INFO kablam! | Oct 27 19:01:55.729 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.729 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.729 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 27 19:01:55.730 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 27 19:01:55.730 INFO kablam! Oct 27 19:01:55.763 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.764 INFO kablam! --> src/progress.rs:268:51 Oct 27 19:01:55.764 INFO kablam! | Oct 27 19:01:55.764 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Oct 27 19:01:55.764 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.765 INFO kablam! | Oct 27 19:01:55.765 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.765 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.765 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 27 19:01:55.766 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 27 19:01:55.766 INFO kablam! Oct 27 19:01:55.792 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.793 INFO kablam! --> src/player.rs:153:62 Oct 27 19:01:55.793 INFO kablam! | Oct 27 19:01:55.799 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Oct 27 19:01:55.799 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.799 INFO kablam! | Oct 27 19:01:55.803 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.803 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.803 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 27 19:01:55.803 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 27 19:01:55.803 INFO kablam! Oct 27 19:01:55.803 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.803 INFO kablam! --> src/player.rs:339:26 Oct 27 19:01:55.803 INFO kablam! | Oct 27 19:01:55.803 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Oct 27 19:01:55.803 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.803 INFO kablam! | Oct 27 19:01:55.803 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.803 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.803 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 27 19:01:55.804 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 27 19:01:55.804 INFO kablam! Oct 27 19:01:55.804 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.804 INFO kablam! --> src/player.rs:346:28 Oct 27 19:01:55.804 INFO kablam! | Oct 27 19:01:55.804 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Oct 27 19:01:55.804 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.804 INFO kablam! | Oct 27 19:01:55.804 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.804 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.804 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 27 19:01:55.804 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 27 19:01:55.804 INFO kablam! Oct 27 19:01:55.830 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.831 INFO kablam! --> src/pooled_connection.rs:104:28 Oct 27 19:01:55.831 INFO kablam! | Oct 27 19:01:55.831 INFO kablam! 104 | .map(|d| d.as_millis()) Oct 27 19:01:55.831 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.831 INFO kablam! | Oct 27 19:01:55.831 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.831 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.831 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 27 19:01:55.831 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 27 19:01:55.831 INFO kablam! Oct 27 19:01:55.855 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 19:01:55.855 INFO kablam! --> src/progress.rs:268:51 Oct 27 19:01:55.855 INFO kablam! | Oct 27 19:01:55.855 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Oct 27 19:01:55.855 INFO kablam! | ^^^^^^^^^ Oct 27 19:01:55.855 INFO kablam! | Oct 27 19:01:55.855 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 19:01:55.855 INFO kablam! = note: for more information, see issue #48919 Oct 27 19:01:55.855 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 27 19:01:55.855 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 27 19:01:55.855 INFO kablam! Oct 27 19:02:02.461 INFO kablam! warning: unused import: `Event` Oct 27 19:02:02.462 INFO kablam! --> examples/events.rs:3:13 Oct 27 19:02:02.462 INFO kablam! | Oct 27 19:02:02.463 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Oct 27 19:02:02.464 INFO kablam! | ^^^^^ Oct 27 19:02:02.475 INFO kablam! | Oct 27 19:02:02.476 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:02:02.476 INFO kablam! Oct 27 19:02:02.536 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 27 19:02:02.537 INFO kablam! --> examples/get_metadata.rs:11:37 Oct 27 19:02:02.537 INFO kablam! | Oct 27 19:02:02.538 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Oct 27 19:02:02.538 INFO kablam! | ^^^^^^ Oct 27 19:02:02.539 INFO kablam! | Oct 27 19:02:02.540 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:02:02.540 INFO kablam! Oct 27 19:02:02.573 INFO kablam! warning: use of deprecated item 'mpris::Player::get_metadata_hash': This is an experimental function until full Metadata overhaul in 2.0. Oct 27 19:02:02.574 INFO kablam! --> examples/get_metadata.rs:49:14 Oct 27 19:02:02.574 INFO kablam! | Oct 27 19:02:02.575 INFO kablam! 49 | .get_metadata_hash() Oct 27 19:02:02.575 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 19:02:02.576 INFO kablam! Oct 27 19:02:02.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.92s Oct 27 19:02:02.675 INFO kablam! su: No module specific data is present Oct 27 19:02:04.120 INFO running `"docker" "rm" "-f" "39dddeebfb28b7a3b5b2d172a240a4122b76e4c513bc4a998a6ad0f6259076db"` Oct 27 19:02:04.403 INFO blam! 39dddeebfb28b7a3b5b2d172a240a4122b76e4c513bc4a998a6ad0f6259076db