Nov 18 05:55:12.636 INFO testing mpris-1.1.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 05:55:12.638 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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 18 05:55:13.145 INFO [stdout] f206df88d8a9d1d38e7d5a57351bf386d69d92f597ce228db5675566a1ec74b7 Nov 18 05:55:13.148 INFO running `"docker" "start" "-a" "f206df88d8a9d1d38e7d5a57351bf386d69d92f597ce228db5675566a1ec74b7"` Nov 18 05:55:14.742 INFO [stderr] usermod: no changes Nov 18 05:55:14.921 INFO [stderr] Compiling syn v0.13.11 Nov 18 05:55:14.924 INFO [stderr] Compiling derive_is_enum_variant v0.1.1 Nov 18 05:55:14.924 INFO [stderr] Compiling enum-kinds v0.4.1 Nov 18 05:55:41.308 INFO [stderr] Compiling darling_core v0.4.0 Nov 18 05:55:50.731 INFO [stderr] Compiling darling_macro v0.4.0 Nov 18 05:55:55.831 INFO [stderr] Compiling darling v0.4.0 Nov 18 05:55:59.467 INFO [stderr] Compiling from_variants_impl v0.3.0 Nov 18 05:56:06.029 INFO [stderr] Compiling from_variants v0.3.0 Nov 18 05:56:06.603 INFO [stderr] Compiling mpris v1.1.0 (/source) Nov 18 05:56:08.183 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:08.184 INFO [stderr] --> src/player.rs:153:62 Nov 18 05:56:08.184 INFO [stderr] | Nov 18 05:56:08.184 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Nov 18 05:56:08.185 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:08.185 INFO [stderr] | Nov 18 05:56:08.185 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 18 05:56:08.185 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:08.186 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:08.186 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:56:08.186 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:56:08.186 INFO [stderr] Nov 18 05:56:08.191 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:08.191 INFO [stderr] --> src/player.rs:339:26 Nov 18 05:56:08.192 INFO [stderr] | Nov 18 05:56:08.192 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Nov 18 05:56:08.192 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:08.193 INFO [stderr] | Nov 18 05:56:08.193 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:08.193 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:08.193 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:56:08.194 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:56:08.194 INFO [stderr] Nov 18 05:56:08.194 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:08.194 INFO [stderr] --> src/player.rs:346:28 Nov 18 05:56:08.195 INFO [stderr] | Nov 18 05:56:08.195 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Nov 18 05:56:08.195 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:08.195 INFO [stderr] | Nov 18 05:56:08.196 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:08.196 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:08.196 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:56:08.196 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:56:08.197 INFO [stderr] Nov 18 05:56:08.223 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:08.223 INFO [stderr] --> src/pooled_connection.rs:104:28 Nov 18 05:56:08.223 INFO [stderr] | Nov 18 05:56:08.223 INFO [stderr] 104 | .map(|d| d.as_millis()) Nov 18 05:56:08.223 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:08.223 INFO [stderr] | Nov 18 05:56:08.223 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:08.223 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:08.223 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:56:08.223 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:56:08.223 INFO [stderr] Nov 18 05:56:08.252 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:08.252 INFO [stderr] --> src/progress.rs:268:51 Nov 18 05:56:08.252 INFO [stderr] | Nov 18 05:56:08.252 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Nov 18 05:56:08.252 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:08.252 INFO [stderr] | Nov 18 05:56:08.252 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:08.252 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:08.252 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:56:08.252 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:56:08.252 INFO [stderr] Nov 18 05:56:10.605 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.83s Nov 18 05:56:10.612 INFO [stderr] su: No module specific data is present Nov 18 05:56:11.350 INFO running `"docker" "inspect" "f206df88d8a9d1d38e7d5a57351bf386d69d92f597ce228db5675566a1ec74b7"` Nov 18 05:56:11.533 INFO running `"docker" "rm" "-f" "f206df88d8a9d1d38e7d5a57351bf386d69d92f597ce228db5675566a1ec74b7"` Nov 18 05:56:11.823 INFO [stdout] f206df88d8a9d1d38e7d5a57351bf386d69d92f597ce228db5675566a1ec74b7 Nov 18 05:56:11.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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 18 05:56:12.365 INFO [stdout] 51e7ec145c0889e513ef310ab01218a6d3185e1e977ccf1c016b33478813b4b7 Nov 18 05:56:12.369 INFO running `"docker" "start" "-a" "51e7ec145c0889e513ef310ab01218a6d3185e1e977ccf1c016b33478813b4b7"` Nov 18 05:56:13.461 INFO [stderr] usermod: no changes Nov 18 05:56:13.649 INFO [stderr] Compiling mpris v1.1.0 (/source) Nov 18 05:56:19.491 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:19.491 INFO [stderr] --> src/extensions.rs:40:29 Nov 18 05:56:19.491 INFO [stderr] | Nov 18 05:56:19.491 INFO [stderr] 40 | assert_eq!(duration.as_millis(), 5543); Nov 18 05:56:19.491 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:19.491 INFO [stderr] | Nov 18 05:56:19.491 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 18 05:56:19.491 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:19.491 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:19.491 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:56:19.491 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:56:19.491 INFO [stderr] Nov 18 05:56:19.491 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:19.491 INFO [stderr] --> src/extensions.rs:46:29 Nov 18 05:56:19.491 INFO [stderr] | Nov 18 05:56:19.491 INFO [stderr] 46 | assert_eq!(duration.as_micros(), 5_543_210); Nov 18 05:56:19.491 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:19.491 INFO [stderr] | Nov 18 05:56:19.491 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:19.491 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:19.491 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:56:19.491 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:56:19.491 INFO [stderr] Nov 18 05:56:19.635 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:19.635 INFO [stderr] --> src/player.rs:153:62 Nov 18 05:56:19.635 INFO [stderr] | Nov 18 05:56:19.635 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Nov 18 05:56:19.635 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:19.635 INFO [stderr] | Nov 18 05:56:19.635 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:19.635 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:19.635 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:56:19.635 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:56:19.635 INFO [stderr] Nov 18 05:56:19.643 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:19.643 INFO [stderr] --> src/player.rs:339:26 Nov 18 05:56:19.643 INFO [stderr] | Nov 18 05:56:19.643 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Nov 18 05:56:19.643 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:19.644 INFO [stderr] | Nov 18 05:56:19.644 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:19.644 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:19.644 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:56:19.644 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:56:19.644 INFO [stderr] Nov 18 05:56:19.644 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:19.644 INFO [stderr] --> src/player.rs:346:28 Nov 18 05:56:19.644 INFO [stderr] | Nov 18 05:56:19.644 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Nov 18 05:56:19.644 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:19.644 INFO [stderr] | Nov 18 05:56:19.644 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:19.647 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:19.647 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:56:19.647 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:56:19.647 INFO [stderr] Nov 18 05:56:19.687 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:19.687 INFO [stderr] --> src/pooled_connection.rs:104:28 Nov 18 05:56:19.687 INFO [stderr] | Nov 18 05:56:19.687 INFO [stderr] 104 | .map(|d| d.as_millis()) Nov 18 05:56:19.687 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:19.699 INFO [stderr] | Nov 18 05:56:19.699 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:19.699 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:19.699 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:56:19.699 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:56:19.699 INFO [stderr] Nov 18 05:56:19.795 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:56:19.795 INFO [stderr] --> src/progress.rs:268:51 Nov 18 05:56:19.795 INFO [stderr] | Nov 18 05:56:19.795 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Nov 18 05:56:19.795 INFO [stderr] | ^^^^^^^^^ Nov 18 05:56:19.795 INFO [stderr] | Nov 18 05:56:19.795 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 18 05:56:19.795 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:56:19.795 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:56:19.795 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:56:19.795 INFO [stderr] Nov 18 05:56:20.071 INFO [stderr] warning: unused import: `Event` Nov 18 05:56:20.071 INFO [stderr] --> examples/events.rs:3:13 Nov 18 05:56:20.071 INFO [stderr] | Nov 18 05:56:20.071 INFO [stderr] 3 | use mpris::{Event, PlayerFinder}; Nov 18 05:56:20.071 INFO [stderr] | ^^^^^ Nov 18 05:56:20.071 INFO [stderr] | Nov 18 05:56:20.071 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 05:56:20.071 INFO [stderr] Nov 18 05:56:20.958 INFO [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Nov 18 05:56:20.967 INFO [stderr] --> examples/get_metadata.rs:11:37 Nov 18 05:56:20.967 INFO [stderr] | Nov 18 05:56:20.968 INFO [stderr] 11 | for (i, cause) in error.causes().enumerate() { Nov 18 05:56:20.968 INFO [stderr] | ^^^^^^ Nov 18 05:56:20.979 INFO [stderr] | Nov 18 05:56:20.979 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 05:56:20.979 INFO [stderr] Nov 18 05:56:21.155 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 18 05:56:21.163 INFO [stderr] --> examples/get_metadata.rs:49:14 Nov 18 05:56:21.164 INFO [stderr] | Nov 18 05:56:21.164 INFO [stderr] 49 | .get_metadata_hash() Nov 18 05:56:21.164 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 18 05:56:21.168 INFO [stderr] Nov 18 05:56:28.455 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.96s Nov 18 05:56:28.459 INFO [stderr] su: No module specific data is present Nov 18 05:56:29.169 INFO running `"docker" "inspect" "51e7ec145c0889e513ef310ab01218a6d3185e1e977ccf1c016b33478813b4b7"` Nov 18 05:56:29.369 INFO running `"docker" "rm" "-f" "51e7ec145c0889e513ef310ab01218a6d3185e1e977ccf1c016b33478813b4b7"` Nov 18 05:56:29.599 INFO [stdout] 51e7ec145c0889e513ef310ab01218a6d3185e1e977ccf1c016b33478813b4b7