Dec 05 10:14:05.104 INFO checking mpris-1.1.0 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 10:14:05.104 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-7/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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"` Dec 05 10:14:05.453 INFO [stdout] 81a0d5250f4f91317a1faac1286f52476c200d27cc19c0eebedc8517f9479d78 Dec 05 10:14:05.457 INFO running `"docker" "start" "-a" "81a0d5250f4f91317a1faac1286f52476c200d27cc19c0eebedc8517f9479d78"` Dec 05 10:14:06.559 INFO [stderr] usermod: no changes Dec 05 10:14:06.790 INFO [stderr] Compiling darling_core v0.4.0 Dec 05 10:14:06.790 INFO [stderr] Compiling enum-kinds v0.4.1 Dec 05 10:14:06.799 INFO [stderr] Checking dbus v0.6.3 Dec 05 10:14:17.551 INFO [stderr] Compiling darling_macro v0.4.0 Dec 05 10:14:20.459 INFO [stderr] Compiling darling v0.4.0 Dec 05 10:14:21.316 INFO [stderr] Compiling from_variants_impl v0.3.0 Dec 05 10:14:24.750 INFO [stderr] Checking from_variants v0.3.0 Dec 05 10:14:25.190 INFO [stderr] Checking mpris v1.1.0 (/source) Dec 05 10:14:26.836 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:26.836 INFO [stderr] --> src/extensions.rs:40:29 Dec 05 10:14:26.836 INFO [stderr] | Dec 05 10:14:26.836 INFO [stderr] 40 | assert_eq!(duration.as_millis(), 5543); Dec 05 10:14:26.836 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:26.836 INFO [stderr] | Dec 05 10:14:26.836 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 05 10:14:26.836 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:26.836 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:26.836 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 05 10:14:26.836 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 10:14:26.836 INFO [stderr] Dec 05 10:14:26.847 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:26.847 INFO [stderr] --> src/extensions.rs:46:29 Dec 05 10:14:26.847 INFO [stderr] | Dec 05 10:14:26.847 INFO [stderr] 46 | assert_eq!(duration.as_micros(), 5_543_210); Dec 05 10:14:26.847 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:26.847 INFO [stderr] | Dec 05 10:14:26.847 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:26.847 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:26.847 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 05 10:14:26.847 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 05 10:14:26.847 INFO [stderr] Dec 05 10:14:27.039 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.039 INFO [stderr] --> src/player.rs:153:62 Dec 05 10:14:27.039 INFO [stderr] | Dec 05 10:14:27.039 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 05 10:14:27.039 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.039 INFO [stderr] | Dec 05 10:14:27.040 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.040 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.040 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 05 10:14:27.040 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 05 10:14:27.040 INFO [stderr] Dec 05 10:14:27.053 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.053 INFO [stderr] --> src/player.rs:339:26 Dec 05 10:14:27.053 INFO [stderr] | Dec 05 10:14:27.053 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 05 10:14:27.053 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.053 INFO [stderr] | Dec 05 10:14:27.054 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.054 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.054 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 05 10:14:27.054 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 05 10:14:27.054 INFO [stderr] Dec 05 10:14:27.055 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.055 INFO [stderr] --> src/player.rs:346:28 Dec 05 10:14:27.055 INFO [stderr] | Dec 05 10:14:27.055 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 05 10:14:27.055 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.056 INFO [stderr] | Dec 05 10:14:27.056 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.056 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.056 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 05 10:14:27.057 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 05 10:14:27.057 INFO [stderr] Dec 05 10:14:27.084 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.084 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 05 10:14:27.084 INFO [stderr] | Dec 05 10:14:27.084 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 05 10:14:27.085 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.085 INFO [stderr] | Dec 05 10:14:27.085 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.085 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.085 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 05 10:14:27.085 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 10:14:27.086 INFO [stderr] Dec 05 10:14:27.105 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.105 INFO [stderr] --> src/progress.rs:268:51 Dec 05 10:14:27.105 INFO [stderr] | Dec 05 10:14:27.106 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 05 10:14:27.106 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.106 INFO [stderr] | Dec 05 10:14:27.106 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.107 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.107 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 05 10:14:27.107 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 10:14:27.107 INFO [stderr] Dec 05 10:14:27.114 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.114 INFO [stderr] --> src/player.rs:153:62 Dec 05 10:14:27.114 INFO [stderr] | Dec 05 10:14:27.114 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 05 10:14:27.114 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.114 INFO [stderr] | Dec 05 10:14:27.114 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 05 10:14:27.114 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.114 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.114 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 05 10:14:27.115 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 05 10:14:27.115 INFO [stderr] Dec 05 10:14:27.127 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.127 INFO [stderr] --> src/player.rs:339:26 Dec 05 10:14:27.127 INFO [stderr] | Dec 05 10:14:27.127 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 05 10:14:27.127 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.127 INFO [stderr] | Dec 05 10:14:27.127 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.127 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.127 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 05 10:14:27.127 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 05 10:14:27.127 INFO [stderr] Dec 05 10:14:27.139 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.139 INFO [stderr] --> src/player.rs:346:28 Dec 05 10:14:27.139 INFO [stderr] | Dec 05 10:14:27.139 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 05 10:14:27.139 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.139 INFO [stderr] | Dec 05 10:14:27.139 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.139 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.140 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 05 10:14:27.140 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 05 10:14:27.140 INFO [stderr] Dec 05 10:14:27.190 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.190 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 05 10:14:27.190 INFO [stderr] | Dec 05 10:14:27.190 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 05 10:14:27.190 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.190 INFO [stderr] | Dec 05 10:14:27.190 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.190 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.190 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 05 10:14:27.191 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 10:14:27.191 INFO [stderr] Dec 05 10:14:27.220 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 10:14:27.220 INFO [stderr] --> src/progress.rs:268:51 Dec 05 10:14:27.220 INFO [stderr] | Dec 05 10:14:27.220 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 05 10:14:27.221 INFO [stderr] | ^^^^^^^^^ Dec 05 10:14:27.221 INFO [stderr] | Dec 05 10:14:27.221 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 10:14:27.221 INFO [stderr] = note: for more information, see issue #48919 Dec 05 10:14:27.221 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 05 10:14:27.222 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 10:14:27.222 INFO [stderr] Dec 05 10:14:33.789 INFO [stderr] warning: unused import: `Event` Dec 05 10:14:33.789 INFO [stderr] --> examples/events.rs:3:13 Dec 05 10:14:33.789 INFO [stderr] | Dec 05 10:14:33.789 INFO [stderr] 3 | use mpris::{Event, PlayerFinder}; Dec 05 10:14:33.789 INFO [stderr] | ^^^^^ Dec 05 10:14:33.789 INFO [stderr] | Dec 05 10:14:33.789 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 10:14:33.789 INFO [stderr] Dec 05 10:14:34.423 INFO [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Dec 05 10:14:34.423 INFO [stderr] --> examples/get_metadata.rs:11:37 Dec 05 10:14:34.423 INFO [stderr] | Dec 05 10:14:34.423 INFO [stderr] 11 | for (i, cause) in error.causes().enumerate() { Dec 05 10:14:34.423 INFO [stderr] | ^^^^^^ Dec 05 10:14:34.423 INFO [stderr] | Dec 05 10:14:34.423 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 10:14:34.423 INFO [stderr] Dec 05 10:14:34.495 INFO [stderr] warning: use of deprecated item 'mpris::Player::get_metadata_hash': This is an experimental function until full Metadata overhaul in 2.0. Dec 05 10:14:34.495 INFO [stderr] --> examples/get_metadata.rs:49:14 Dec 05 10:14:34.495 INFO [stderr] | Dec 05 10:14:34.495 INFO [stderr] 49 | .get_metadata_hash() Dec 05 10:14:34.495 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 05 10:14:34.495 INFO [stderr] Dec 05 10:14:35.149 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.56s Dec 05 10:14:35.154 INFO [stderr] su: No module specific data is present Dec 05 10:14:35.808 INFO running `"docker" "inspect" "81a0d5250f4f91317a1faac1286f52476c200d27cc19c0eebedc8517f9479d78"` Dec 05 10:14:35.957 INFO running `"docker" "rm" "-f" "81a0d5250f4f91317a1faac1286f52476c200d27cc19c0eebedc8517f9479d78"` Dec 05 10:14:36.126 INFO [stdout] 81a0d5250f4f91317a1faac1286f52476c200d27cc19c0eebedc8517f9479d78