Dec 12 11:15:01.519 INFO checking mpris-1.1.0 against try#aa9aa79c3c583aab59ac9134542d60a780c35e2e for pr-56677 Dec 12 11:15:01.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56677/worker-7/try#aa9aa79c3c583aab59ac9134542d60a780c35e2e:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56677/try#aa9aa79c3c583aab59ac9134542d60a780c35e2e:/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 +aa9aa79c3c583aab59ac9134542d60a780c35e2e-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 12 11:15:01.688 INFO [stdout] 1896602aac6fa4955aab3e52bc7157c19f073a1fe10fdcc97b9d36dd5bee5633 Dec 12 11:15:01.695 INFO running `"docker" "start" "-a" "1896602aac6fa4955aab3e52bc7157c19f073a1fe10fdcc97b9d36dd5bee5633"` Dec 12 11:15:02.074 INFO [stderr] usermod: no changes Dec 12 11:15:02.204 INFO [stderr] Compiling derive_is_enum_variant v0.1.1 Dec 12 11:15:02.204 INFO [stderr] Compiling darling_core v0.4.0 Dec 12 11:15:02.204 INFO [stderr] Compiling enum-kinds v0.4.1 Dec 12 11:15:11.763 INFO [stderr] Compiling darling_macro v0.4.0 Dec 12 11:15:14.653 INFO [stderr] Compiling darling v0.4.0 Dec 12 11:15:15.612 INFO [stderr] Compiling from_variants_impl v0.3.0 Dec 12 11:15:19.413 INFO [stderr] Checking from_variants v0.3.0 Dec 12 11:15:19.937 INFO [stderr] Checking mpris v1.1.0 (/source) Dec 12 11:15:21.736 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:21.736 INFO [stderr] --> src/extensions.rs:40:29 Dec 12 11:15:21.736 INFO [stderr] | Dec 12 11:15:21.736 INFO [stderr] 40 | assert_eq!(duration.as_millis(), 5543); Dec 12 11:15:21.736 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:21.736 INFO [stderr] | Dec 12 11:15:21.736 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 12 11:15:21.736 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:21.736 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:21.736 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 12 11:15:21.736 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 12 11:15:21.737 INFO [stderr] Dec 12 11:15:21.744 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:21.744 INFO [stderr] --> src/extensions.rs:46:29 Dec 12 11:15:21.744 INFO [stderr] | Dec 12 11:15:21.744 INFO [stderr] 46 | assert_eq!(duration.as_micros(), 5_543_210); Dec 12 11:15:21.744 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:21.744 INFO [stderr] | Dec 12 11:15:21.744 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:21.744 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:21.744 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 12 11:15:21.744 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 12 11:15:21.744 INFO [stderr] Dec 12 11:15:21.780 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:21.780 INFO [stderr] --> src/player.rs:153:62 Dec 12 11:15:21.780 INFO [stderr] | Dec 12 11:15:21.780 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 12 11:15:21.780 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:21.780 INFO [stderr] | Dec 12 11:15:21.780 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 12 11:15:21.780 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:21.780 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:21.780 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 12 11:15:21.780 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 12 11:15:21.780 INFO [stderr] Dec 12 11:15:21.808 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:21.808 INFO [stderr] --> src/player.rs:339:26 Dec 12 11:15:21.808 INFO [stderr] | Dec 12 11:15:21.808 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 12 11:15:21.808 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:21.808 INFO [stderr] | Dec 12 11:15:21.808 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:21.808 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:21.808 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 12 11:15:21.808 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 12 11:15:21.808 INFO [stderr] Dec 12 11:15:21.808 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:21.808 INFO [stderr] --> src/player.rs:346:28 Dec 12 11:15:21.808 INFO [stderr] | Dec 12 11:15:21.808 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 12 11:15:21.808 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:21.808 INFO [stderr] | Dec 12 11:15:21.808 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:21.809 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:21.809 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 12 11:15:21.809 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 12 11:15:21.809 INFO [stderr] Dec 12 11:15:21.884 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:21.884 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 12 11:15:21.884 INFO [stderr] | Dec 12 11:15:21.884 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 12 11:15:21.884 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:21.884 INFO [stderr] | Dec 12 11:15:21.884 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:21.884 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:21.884 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 12 11:15:21.884 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 12 11:15:21.884 INFO [stderr] Dec 12 11:15:21.908 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:21.908 INFO [stderr] --> src/progress.rs:268:51 Dec 12 11:15:21.908 INFO [stderr] | Dec 12 11:15:21.908 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 12 11:15:21.908 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:21.908 INFO [stderr] | Dec 12 11:15:21.908 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:21.908 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:21.908 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 12 11:15:21.908 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 12 11:15:21.908 INFO [stderr] Dec 12 11:15:22.008 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:22.008 INFO [stderr] --> src/player.rs:153:62 Dec 12 11:15:22.008 INFO [stderr] | Dec 12 11:15:22.008 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 12 11:15:22.008 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:22.008 INFO [stderr] | Dec 12 11:15:22.008 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:22.008 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:22.012 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 12 11:15:22.012 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 12 11:15:22.012 INFO [stderr] Dec 12 11:15:22.037 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:22.037 INFO [stderr] --> src/player.rs:339:26 Dec 12 11:15:22.037 INFO [stderr] | Dec 12 11:15:22.037 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 12 11:15:22.037 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:22.037 INFO [stderr] | Dec 12 11:15:22.037 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:22.037 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:22.037 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 12 11:15:22.038 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 12 11:15:22.038 INFO [stderr] Dec 12 11:15:22.038 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:22.038 INFO [stderr] --> src/player.rs:346:28 Dec 12 11:15:22.038 INFO [stderr] | Dec 12 11:15:22.038 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 12 11:15:22.038 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:22.038 INFO [stderr] | Dec 12 11:15:22.038 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:22.038 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:22.038 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 12 11:15:22.038 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 12 11:15:22.038 INFO [stderr] Dec 12 11:15:22.090 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:22.090 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 12 11:15:22.090 INFO [stderr] | Dec 12 11:15:22.090 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 12 11:15:22.090 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:22.090 INFO [stderr] | Dec 12 11:15:22.090 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:22.090 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:22.090 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 12 11:15:22.090 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 12 11:15:22.091 INFO [stderr] Dec 12 11:15:22.126 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 12 11:15:22.126 INFO [stderr] --> src/progress.rs:268:51 Dec 12 11:15:22.126 INFO [stderr] | Dec 12 11:15:22.126 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 12 11:15:22.126 INFO [stderr] | ^^^^^^^^^ Dec 12 11:15:22.126 INFO [stderr] | Dec 12 11:15:22.136 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 12 11:15:22.136 INFO [stderr] = note: for more information, see issue #48919 Dec 12 11:15:22.136 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 12 11:15:22.136 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 12 11:15:22.136 INFO [stderr] Dec 12 11:15:27.184 INFO [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Dec 12 11:15:27.184 INFO [stderr] --> examples/get_metadata.rs:11:37 Dec 12 11:15:27.184 INFO [stderr] | Dec 12 11:15:27.184 INFO [stderr] 11 | for (i, cause) in error.causes().enumerate() { Dec 12 11:15:27.184 INFO [stderr] | ^^^^^^ Dec 12 11:15:27.184 INFO [stderr] | Dec 12 11:15:27.184 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 12 11:15:27.184 INFO [stderr] Dec 12 11:15:27.320 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 12 11:15:27.320 INFO [stderr] --> examples/get_metadata.rs:49:14 Dec 12 11:15:27.320 INFO [stderr] | Dec 12 11:15:27.320 INFO [stderr] 49 | .get_metadata_hash() Dec 12 11:15:27.320 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 12 11:15:27.320 INFO [stderr] Dec 12 11:15:29.597 INFO [stderr] warning: unused import: `Event` Dec 12 11:15:29.597 INFO [stderr] --> examples/events.rs:3:13 Dec 12 11:15:29.597 INFO [stderr] | Dec 12 11:15:29.598 INFO [stderr] 3 | use mpris::{Event, PlayerFinder}; Dec 12 11:15:29.598 INFO [stderr] | ^^^^^ Dec 12 11:15:29.598 INFO [stderr] | Dec 12 11:15:29.599 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 12 11:15:29.599 INFO [stderr] Dec 12 11:15:29.680 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.59s Dec 12 11:15:29.687 INFO [stderr] su: No module specific data is present Dec 12 11:15:30.558 INFO running `"docker" "inspect" "1896602aac6fa4955aab3e52bc7157c19f073a1fe10fdcc97b9d36dd5bee5633"` Dec 12 11:15:30.930 INFO running `"docker" "rm" "-f" "1896602aac6fa4955aab3e52bc7157c19f073a1fe10fdcc97b9d36dd5bee5633"` Dec 12 11:15:31.178 INFO [stdout] 1896602aac6fa4955aab3e52bc7157c19f073a1fe10fdcc97b9d36dd5bee5633