Dec 15 04:18:59.790 INFO testing mpris-1.1.0 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 15 04:18:59.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 15 04:19:00.203 INFO [stdout] c68c092468ef7c939128fc873f47bf63cf8b055a794cd441552b158bf8ae0b3d Dec 15 04:19:00.211 INFO running `"docker" "start" "-a" "c68c092468ef7c939128fc873f47bf63cf8b055a794cd441552b158bf8ae0b3d"` Dec 15 04:19:01.377 INFO [stderr] usermod: no changes Dec 15 04:19:01.631 INFO [stderr] Compiling syn v0.13.11 Dec 15 04:19:01.631 INFO [stderr] Compiling derive_is_enum_variant v0.1.1 Dec 15 04:19:01.631 INFO [stderr] Compiling enum-kinds v0.4.1 Dec 15 04:19:19.962 INFO [stderr] Compiling darling_core v0.4.0 Dec 15 04:19:26.347 INFO [stderr] Compiling darling_macro v0.4.0 Dec 15 04:19:28.779 INFO [stderr] Compiling darling v0.4.0 Dec 15 04:19:29.679 INFO [stderr] Compiling from_variants_impl v0.3.0 Dec 15 04:19:33.914 INFO [stderr] Compiling from_variants v0.3.0 Dec 15 04:19:34.450 INFO [stderr] Compiling mpris v1.1.0 (/source) Dec 15 04:19:36.035 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:36.035 INFO [stderr] --> src/player.rs:153:62 Dec 15 04:19:36.035 INFO [stderr] | Dec 15 04:19:36.035 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 15 04:19:36.035 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:36.035 INFO [stderr] | Dec 15 04:19:36.035 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 15 04:19:36.035 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:36.035 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:36.035 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:36.035 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:36.035 INFO [stderr] Dec 15 04:19:36.047 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:36.047 INFO [stderr] --> src/player.rs:339:26 Dec 15 04:19:36.047 INFO [stderr] | Dec 15 04:19:36.047 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 15 04:19:36.047 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:36.047 INFO [stderr] | Dec 15 04:19:36.047 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:36.047 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:36.047 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:36.047 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:36.047 INFO [stderr] Dec 15 04:19:36.047 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:36.047 INFO [stderr] --> src/player.rs:346:28 Dec 15 04:19:36.047 INFO [stderr] | Dec 15 04:19:36.047 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 15 04:19:36.047 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:36.047 INFO [stderr] | Dec 15 04:19:36.047 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:36.047 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:36.047 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:36.047 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:36.047 INFO [stderr] Dec 15 04:19:36.071 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:36.071 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 15 04:19:36.071 INFO [stderr] | Dec 15 04:19:36.071 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 15 04:19:36.071 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:36.071 INFO [stderr] | Dec 15 04:19:36.071 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:36.071 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:36.071 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:36.071 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:36.071 INFO [stderr] Dec 15 04:19:36.088 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:36.088 INFO [stderr] --> src/progress.rs:268:51 Dec 15 04:19:36.088 INFO [stderr] | Dec 15 04:19:36.088 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 15 04:19:36.088 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:36.088 INFO [stderr] | Dec 15 04:19:36.088 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:36.089 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:36.089 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:36.090 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:36.090 INFO [stderr] Dec 15 04:19:38.424 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.01s Dec 15 04:19:38.429 INFO [stderr] su: No module specific data is present Dec 15 04:19:39.336 INFO running `"docker" "inspect" "c68c092468ef7c939128fc873f47bf63cf8b055a794cd441552b158bf8ae0b3d"` Dec 15 04:19:39.578 INFO running `"docker" "rm" "-f" "c68c092468ef7c939128fc873f47bf63cf8b055a794cd441552b158bf8ae0b3d"` Dec 15 04:19:39.859 INFO [stdout] c68c092468ef7c939128fc873f47bf63cf8b055a794cd441552b158bf8ae0b3d Dec 15 04:19:39.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 15 04:19:40.271 INFO [stdout] 107b50754512284941dc5f9b9cffae2f99a9f559e0ff388e29fcd10cde1d65dc Dec 15 04:19:40.277 INFO running `"docker" "start" "-a" "107b50754512284941dc5f9b9cffae2f99a9f559e0ff388e29fcd10cde1d65dc"` Dec 15 04:19:41.390 INFO [stderr] usermod: no changes Dec 15 04:19:41.518 INFO [stderr] Compiling mpris v1.1.0 (/source) Dec 15 04:19:44.643 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:44.643 INFO [stderr] --> src/extensions.rs:40:29 Dec 15 04:19:44.643 INFO [stderr] | Dec 15 04:19:44.643 INFO [stderr] 40 | assert_eq!(duration.as_millis(), 5543); Dec 15 04:19:44.643 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:44.643 INFO [stderr] | Dec 15 04:19:44.643 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 15 04:19:44.643 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:44.643 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:44.643 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:44.643 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:44.643 INFO [stderr] Dec 15 04:19:44.643 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:44.643 INFO [stderr] --> src/extensions.rs:46:29 Dec 15 04:19:44.643 INFO [stderr] | Dec 15 04:19:44.643 INFO [stderr] 46 | assert_eq!(duration.as_micros(), 5_543_210); Dec 15 04:19:44.643 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:44.643 INFO [stderr] | Dec 15 04:19:44.643 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:44.643 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:44.643 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:44.643 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:44.643 INFO [stderr] Dec 15 04:19:44.899 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:44.899 INFO [stderr] --> src/player.rs:153:62 Dec 15 04:19:44.899 INFO [stderr] | Dec 15 04:19:44.899 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 15 04:19:44.899 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:44.907 INFO [stderr] | Dec 15 04:19:44.907 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:44.907 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:44.907 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:44.907 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:44.907 INFO [stderr] Dec 15 04:19:44.935 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:44.935 INFO [stderr] --> src/player.rs:339:26 Dec 15 04:19:44.935 INFO [stderr] | Dec 15 04:19:44.935 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 15 04:19:44.935 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:44.935 INFO [stderr] | Dec 15 04:19:44.935 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:44.935 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:44.935 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:44.935 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:44.935 INFO [stderr] Dec 15 04:19:44.939 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:44.939 INFO [stderr] --> src/player.rs:346:28 Dec 15 04:19:44.939 INFO [stderr] | Dec 15 04:19:44.939 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 15 04:19:44.939 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:44.943 INFO [stderr] | Dec 15 04:19:44.943 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:44.943 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:44.943 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:44.943 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:44.943 INFO [stderr] Dec 15 04:19:44.999 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:44.999 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 15 04:19:44.999 INFO [stderr] | Dec 15 04:19:44.999 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 15 04:19:44.999 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:44.999 INFO [stderr] | Dec 15 04:19:44.999 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:44.999 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:44.999 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:44.999 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:44.999 INFO [stderr] Dec 15 04:19:45.075 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:45.075 INFO [stderr] --> src/progress.rs:268:51 Dec 15 04:19:45.075 INFO [stderr] | Dec 15 04:19:45.075 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 15 04:19:45.075 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:45.075 INFO [stderr] | Dec 15 04:19:45.075 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 04:19:45.075 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:45.075 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:45.075 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:45.075 INFO [stderr] Dec 15 04:19:47.303 INFO [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Dec 15 04:19:47.303 INFO [stderr] --> examples/get_metadata.rs:11:37 Dec 15 04:19:47.303 INFO [stderr] | Dec 15 04:19:47.303 INFO [stderr] 11 | for (i, cause) in error.causes().enumerate() { Dec 15 04:19:47.303 INFO [stderr] | ^^^^^^ Dec 15 04:19:47.303 INFO [stderr] | Dec 15 04:19:47.303 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 04:19:47.303 INFO [stderr] Dec 15 04:19:47.503 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 15 04:19:47.503 INFO [stderr] --> examples/get_metadata.rs:49:14 Dec 15 04:19:47.503 INFO [stderr] | Dec 15 04:19:47.503 INFO [stderr] 49 | .get_metadata_hash() Dec 15 04:19:47.503 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 15 04:19:47.503 INFO [stderr] Dec 15 04:19:47.773 INFO [stderr] warning: unused import: `Event` Dec 15 04:19:47.773 INFO [stderr] --> examples/events.rs:3:13 Dec 15 04:19:47.773 INFO [stderr] | Dec 15 04:19:47.773 INFO [stderr] 3 | use mpris::{Event, PlayerFinder}; Dec 15 04:19:47.773 INFO [stderr] | ^^^^^ Dec 15 04:19:47.773 INFO [stderr] | Dec 15 04:19:47.773 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 15 04:19:47.773 INFO [stderr] Dec 15 04:19:53.677 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.24s Dec 15 04:19:53.695 INFO [stderr] su: No module specific data is present Dec 15 04:19:54.363 INFO running `"docker" "inspect" "107b50754512284941dc5f9b9cffae2f99a9f559e0ff388e29fcd10cde1d65dc"` Dec 15 04:19:54.517 INFO running `"docker" "rm" "-f" "107b50754512284941dc5f9b9cffae2f99a9f559e0ff388e29fcd10cde1d65dc"` Dec 15 04:19:54.727 INFO [stdout] 107b50754512284941dc5f9b9cffae2f99a9f559e0ff388e29fcd10cde1d65dc