Nov 10 03:06:58.456 INFO checking mpris-1.1.0 against try#dc13be39fae8d4c607889b27de374b52586485a3 for pr-55632 Nov 10 03:06:58.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-5/try#dc13be39fae8d4c607889b27de374b52586485a3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55632/try#dc13be39fae8d4c607889b27de374b52586485a3:/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 +dc13be39fae8d4c607889b27de374b52586485a3-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"` Nov 10 03:06:58.955 INFO blam! c5bc200ee8bb6ed9ed580ab49b6d0f1baad84dec085e18147d1ef03fb36da9eb Nov 10 03:06:58.957 INFO running `"docker" "start" "-a" "c5bc200ee8bb6ed9ed580ab49b6d0f1baad84dec085e18147d1ef03fb36da9eb"` Nov 10 03:07:01.156 INFO kablam! usermod: no changes Nov 10 03:07:01.402 INFO kablam! Compiling syn v0.13.11 Nov 10 03:07:01.404 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Nov 10 03:07:01.404 INFO kablam! Compiling enum-kinds v0.4.1 Nov 10 03:07:25.571 INFO kablam! Compiling darling_core v0.4.0 Nov 10 03:07:33.452 INFO kablam! Compiling darling_macro v0.4.0 Nov 10 03:07:38.096 INFO kablam! Compiling darling v0.4.0 Nov 10 03:07:41.223 INFO kablam! Compiling from_variants_impl v0.3.0 Nov 10 03:07:47.400 INFO kablam! Checking from_variants v0.3.0 Nov 10 03:07:48.019 INFO kablam! Checking mpris v1.1.0 (/source) Nov 10 03:07:50.391 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:50.392 INFO kablam! --> src/player.rs:153:62 Nov 10 03:07:50.392 INFO kablam! | Nov 10 03:07:50.392 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Nov 10 03:07:50.392 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:50.393 INFO kablam! | Nov 10 03:07:50.393 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Nov 10 03:07:50.393 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:50.394 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:50.394 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 10 03:07:50.394 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 10 03:07:50.395 INFO kablam! Nov 10 03:07:50.407 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:50.408 INFO kablam! --> src/player.rs:339:26 Nov 10 03:07:50.408 INFO kablam! | Nov 10 03:07:50.408 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Nov 10 03:07:50.408 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:50.409 INFO kablam! | Nov 10 03:07:50.409 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:50.409 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:50.409 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 10 03:07:50.410 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 10 03:07:50.410 INFO kablam! Nov 10 03:07:50.410 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:50.410 INFO kablam! --> src/player.rs:346:28 Nov 10 03:07:50.411 INFO kablam! | Nov 10 03:07:50.411 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Nov 10 03:07:50.411 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:50.412 INFO kablam! | Nov 10 03:07:50.412 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:50.412 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:50.412 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 10 03:07:50.413 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 10 03:07:50.413 INFO kablam! Nov 10 03:07:50.443 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:50.444 INFO kablam! --> src/pooled_connection.rs:104:28 Nov 10 03:07:50.444 INFO kablam! | Nov 10 03:07:50.444 INFO kablam! 104 | .map(|d| d.as_millis()) Nov 10 03:07:50.444 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:50.445 INFO kablam! | Nov 10 03:07:50.445 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:50.445 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:50.445 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 10 03:07:50.446 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 10 03:07:50.446 INFO kablam! Nov 10 03:07:50.475 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:50.476 INFO kablam! --> src/progress.rs:268:51 Nov 10 03:07:50.476 INFO kablam! | Nov 10 03:07:50.476 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Nov 10 03:07:50.476 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:50.483 INFO kablam! | Nov 10 03:07:50.483 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:50.484 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:50.484 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 10 03:07:50.484 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 10 03:07:50.484 INFO kablam! Nov 10 03:07:50.771 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:50.772 INFO kablam! --> src/extensions.rs:40:29 Nov 10 03:07:50.772 INFO kablam! | Nov 10 03:07:50.772 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Nov 10 03:07:50.773 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:50.773 INFO kablam! | Nov 10 03:07:50.773 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Nov 10 03:07:50.773 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:50.774 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:50.774 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 10 03:07:50.774 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 10 03:07:50.775 INFO kablam! Nov 10 03:07:50.775 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:50.775 INFO kablam! --> src/extensions.rs:46:29 Nov 10 03:07:50.775 INFO kablam! | Nov 10 03:07:50.775 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Nov 10 03:07:50.775 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:50.775 INFO kablam! | Nov 10 03:07:50.775 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:50.775 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:50.775 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 10 03:07:50.775 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 10 03:07:50.775 INFO kablam! Nov 10 03:07:51.291 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:51.291 INFO kablam! --> src/player.rs:153:62 Nov 10 03:07:51.291 INFO kablam! | Nov 10 03:07:51.291 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Nov 10 03:07:51.291 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:51.291 INFO kablam! | Nov 10 03:07:51.292 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:51.292 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:51.292 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 10 03:07:51.292 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 10 03:07:51.292 INFO kablam! Nov 10 03:07:51.306 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:51.306 INFO kablam! --> src/player.rs:339:26 Nov 10 03:07:51.306 INFO kablam! | Nov 10 03:07:51.306 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Nov 10 03:07:51.306 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:51.306 INFO kablam! | Nov 10 03:07:51.307 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:51.307 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:51.307 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 10 03:07:51.307 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 10 03:07:51.307 INFO kablam! Nov 10 03:07:51.307 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:51.307 INFO kablam! --> src/player.rs:346:28 Nov 10 03:07:51.307 INFO kablam! | Nov 10 03:07:51.307 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Nov 10 03:07:51.307 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:51.308 INFO kablam! | Nov 10 03:07:51.308 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:51.308 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:51.308 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 10 03:07:51.308 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 10 03:07:51.308 INFO kablam! Nov 10 03:07:51.336 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:51.336 INFO kablam! --> src/pooled_connection.rs:104:28 Nov 10 03:07:51.336 INFO kablam! | Nov 10 03:07:51.336 INFO kablam! 104 | .map(|d| d.as_millis()) Nov 10 03:07:51.336 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:51.337 INFO kablam! | Nov 10 03:07:51.337 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:51.337 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:51.337 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 10 03:07:51.337 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 10 03:07:51.337 INFO kablam! Nov 10 03:07:51.363 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 03:07:51.363 INFO kablam! --> src/progress.rs:268:51 Nov 10 03:07:51.363 INFO kablam! | Nov 10 03:07:51.363 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Nov 10 03:07:51.363 INFO kablam! | ^^^^^^^^^ Nov 10 03:07:51.363 INFO kablam! | Nov 10 03:07:51.363 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 03:07:51.363 INFO kablam! = note: for more information, see issue #48919 Nov 10 03:07:51.363 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 10 03:07:51.363 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 10 03:07:51.363 INFO kablam! Nov 10 03:07:55.211 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Nov 10 03:07:55.211 INFO kablam! --> examples/get_metadata.rs:11:37 Nov 10 03:07:55.211 INFO kablam! | Nov 10 03:07:55.211 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Nov 10 03:07:55.211 INFO kablam! | ^^^^^^ Nov 10 03:07:55.211 INFO kablam! | Nov 10 03:07:55.211 INFO kablam! = note: #[warn(deprecated)] on by default Nov 10 03:07:55.211 INFO kablam! Nov 10 03:07:55.303 INFO kablam! warning: use of deprecated item 'mpris::Player::get_metadata_hash': This is an experimental function until full Metadata overhaul in 2.0. Nov 10 03:07:55.303 INFO kablam! --> examples/get_metadata.rs:49:14 Nov 10 03:07:55.303 INFO kablam! | Nov 10 03:07:55.303 INFO kablam! 49 | .get_metadata_hash() Nov 10 03:07:55.303 INFO kablam! | ^^^^^^^^^^^^^^^^^ Nov 10 03:07:55.303 INFO kablam! Nov 10 03:07:55.531 INFO kablam! warning: unused import: `Event` Nov 10 03:07:55.531 INFO kablam! --> examples/events.rs:3:13 Nov 10 03:07:55.531 INFO kablam! | Nov 10 03:07:55.531 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Nov 10 03:07:55.531 INFO kablam! | ^^^^^ Nov 10 03:07:55.531 INFO kablam! | Nov 10 03:07:55.531 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 10 03:07:55.531 INFO kablam! Nov 10 03:07:56.605 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 55.42s Nov 10 03:07:56.622 INFO kablam! su: No module specific data is present Nov 10 03:07:57.179 INFO running `"docker" "rm" "-f" "c5bc200ee8bb6ed9ed580ab49b6d0f1baad84dec085e18147d1ef03fb36da9eb"` Nov 10 03:07:57.310 INFO blam! c5bc200ee8bb6ed9ed580ab49b6d0f1baad84dec085e18147d1ef03fb36da9eb