Nov 30 19:17:34.110 INFO checking mpris-1.1.0 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 19:17:34.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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 30 19:17:34.527 INFO [stdout] af4c0267d3e10ac8448d290cdaa8469ff24b652ea41568eb0e7125c6c2646f02 Nov 30 19:17:34.536 INFO running `"docker" "start" "-a" "af4c0267d3e10ac8448d290cdaa8469ff24b652ea41568eb0e7125c6c2646f02"` Nov 30 19:17:36.635 INFO [stderr] usermod: no changes Nov 30 19:17:36.788 INFO [stderr] Compiling derive_is_enum_variant v0.1.1 Nov 30 19:17:36.788 INFO [stderr] Compiling darling_core v0.4.0 Nov 30 19:17:36.788 INFO [stderr] Compiling enum-kinds v0.4.1 Nov 30 19:17:51.498 INFO [stderr] Compiling darling_macro v0.4.0 Nov 30 19:17:56.445 INFO [stderr] Compiling darling v0.4.0 Nov 30 19:17:59.964 INFO [stderr] Compiling from_variants_impl v0.3.0 Nov 30 19:18:05.315 INFO [stderr] Checking from_variants v0.3.0 Nov 30 19:18:05.689 INFO [stderr] Checking mpris v1.1.0 (/source) Nov 30 19:18:07.424 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.424 INFO [stderr] --> src/extensions.rs:40:29 Nov 30 19:18:07.424 INFO [stderr] | Nov 30 19:18:07.424 INFO [stderr] 40 | assert_eq!(duration.as_millis(), 5543); Nov 30 19:18:07.424 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.424 INFO [stderr] | Nov 30 19:18:07.424 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 30 19:18:07.424 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.424 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.424 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 30 19:18:07.424 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 30 19:18:07.424 INFO [stderr] Nov 30 19:18:07.424 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.424 INFO [stderr] --> src/extensions.rs:46:29 Nov 30 19:18:07.424 INFO [stderr] | Nov 30 19:18:07.425 INFO [stderr] 46 | assert_eq!(duration.as_micros(), 5_543_210); Nov 30 19:18:07.425 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.425 INFO [stderr] | Nov 30 19:18:07.425 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.425 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.425 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 30 19:18:07.425 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 30 19:18:07.425 INFO [stderr] Nov 30 19:18:07.449 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.449 INFO [stderr] --> src/player.rs:153:62 Nov 30 19:18:07.449 INFO [stderr] | Nov 30 19:18:07.449 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Nov 30 19:18:07.449 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.449 INFO [stderr] | Nov 30 19:18:07.449 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 30 19:18:07.449 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.449 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.449 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 30 19:18:07.449 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 30 19:18:07.450 INFO [stderr] Nov 30 19:18:07.464 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.464 INFO [stderr] --> src/player.rs:339:26 Nov 30 19:18:07.464 INFO [stderr] | Nov 30 19:18:07.464 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Nov 30 19:18:07.464 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.464 INFO [stderr] | Nov 30 19:18:07.464 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.464 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.464 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 30 19:18:07.464 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 30 19:18:07.464 INFO [stderr] Nov 30 19:18:07.465 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.465 INFO [stderr] --> src/player.rs:346:28 Nov 30 19:18:07.465 INFO [stderr] | Nov 30 19:18:07.465 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Nov 30 19:18:07.465 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.465 INFO [stderr] | Nov 30 19:18:07.465 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.465 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.465 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 30 19:18:07.465 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 30 19:18:07.466 INFO [stderr] Nov 30 19:18:07.493 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.493 INFO [stderr] --> src/pooled_connection.rs:104:28 Nov 30 19:18:07.493 INFO [stderr] | Nov 30 19:18:07.493 INFO [stderr] 104 | .map(|d| d.as_millis()) Nov 30 19:18:07.493 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.493 INFO [stderr] | Nov 30 19:18:07.493 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.493 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.493 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 30 19:18:07.493 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 30 19:18:07.494 INFO [stderr] Nov 30 19:18:07.513 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.513 INFO [stderr] --> src/progress.rs:268:51 Nov 30 19:18:07.513 INFO [stderr] | Nov 30 19:18:07.513 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Nov 30 19:18:07.513 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.513 INFO [stderr] | Nov 30 19:18:07.513 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.513 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.513 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 30 19:18:07.513 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 30 19:18:07.513 INFO [stderr] Nov 30 19:18:07.692 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.692 INFO [stderr] --> src/player.rs:153:62 Nov 30 19:18:07.692 INFO [stderr] | Nov 30 19:18:07.692 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Nov 30 19:18:07.692 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.692 INFO [stderr] | Nov 30 19:18:07.692 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.692 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.692 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 30 19:18:07.692 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 30 19:18:07.692 INFO [stderr] Nov 30 19:18:07.716 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.716 INFO [stderr] --> src/player.rs:339:26 Nov 30 19:18:07.716 INFO [stderr] | Nov 30 19:18:07.716 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Nov 30 19:18:07.716 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.716 INFO [stderr] | Nov 30 19:18:07.716 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.716 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.716 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 30 19:18:07.716 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 30 19:18:07.716 INFO [stderr] Nov 30 19:18:07.716 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.716 INFO [stderr] --> src/player.rs:346:28 Nov 30 19:18:07.716 INFO [stderr] | Nov 30 19:18:07.716 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Nov 30 19:18:07.716 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.716 INFO [stderr] | Nov 30 19:18:07.716 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.716 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.716 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 30 19:18:07.716 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 30 19:18:07.716 INFO [stderr] Nov 30 19:18:07.760 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.760 INFO [stderr] --> src/pooled_connection.rs:104:28 Nov 30 19:18:07.760 INFO [stderr] | Nov 30 19:18:07.760 INFO [stderr] 104 | .map(|d| d.as_millis()) Nov 30 19:18:07.760 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.760 INFO [stderr] | Nov 30 19:18:07.760 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.760 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.760 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 30 19:18:07.760 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 30 19:18:07.760 INFO [stderr] Nov 30 19:18:07.788 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 19:18:07.788 INFO [stderr] --> src/progress.rs:268:51 Nov 30 19:18:07.788 INFO [stderr] | Nov 30 19:18:07.788 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Nov 30 19:18:07.788 INFO [stderr] | ^^^^^^^^^ Nov 30 19:18:07.788 INFO [stderr] | Nov 30 19:18:07.788 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 19:18:07.788 INFO [stderr] = note: for more information, see issue #48919 Nov 30 19:18:07.788 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 30 19:18:07.788 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 30 19:18:07.788 INFO [stderr] Nov 30 19:18:15.540 INFO [stderr] warning: unused import: `Event` Nov 30 19:18:15.540 INFO [stderr] --> examples/events.rs:3:13 Nov 30 19:18:15.540 INFO [stderr] | Nov 30 19:18:15.540 INFO [stderr] 3 | use mpris::{Event, PlayerFinder}; Nov 30 19:18:15.540 INFO [stderr] | ^^^^^ Nov 30 19:18:15.540 INFO [stderr] | Nov 30 19:18:15.540 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 19:18:15.540 INFO [stderr] Nov 30 19:18:16.116 INFO [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Nov 30 19:18:16.116 INFO [stderr] --> examples/get_metadata.rs:11:37 Nov 30 19:18:16.116 INFO [stderr] | Nov 30 19:18:16.116 INFO [stderr] 11 | for (i, cause) in error.causes().enumerate() { Nov 30 19:18:16.116 INFO [stderr] | ^^^^^^ Nov 30 19:18:16.116 INFO [stderr] | Nov 30 19:18:16.116 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 30 19:18:16.116 INFO [stderr] Nov 30 19:18:16.159 INFO [stderr] warning: use of deprecated item 'mpris::Player::get_metadata_hash': This is an experimental function until full Metadata overhaul in 2.0. Nov 30 19:18:16.159 INFO [stderr] --> examples/get_metadata.rs:49:14 Nov 30 19:18:16.159 INFO [stderr] | Nov 30 19:18:16.159 INFO [stderr] 49 | .get_metadata_hash() Nov 30 19:18:16.159 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 30 19:18:16.159 INFO [stderr] Nov 30 19:18:16.848 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.18s Nov 30 19:18:16.857 INFO [stderr] su: No module specific data is present Nov 30 19:18:17.655 INFO running `"docker" "inspect" "af4c0267d3e10ac8448d290cdaa8469ff24b652ea41568eb0e7125c6c2646f02"` Nov 30 19:18:17.994 INFO running `"docker" "rm" "-f" "af4c0267d3e10ac8448d290cdaa8469ff24b652ea41568eb0e7125c6c2646f02"` Nov 30 19:18:18.236 INFO [stdout] af4c0267d3e10ac8448d290cdaa8469ff24b652ea41568eb0e7125c6c2646f02