Dec 15 04:18:57.577 INFO testing mpris-1.1.0 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 04:18:57.577 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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:18:58.043 INFO [stdout] 6b0cc12054f62524d1837a3e5160a6dcc3c134c168266f691f9ea8025c3d57c2 Dec 15 04:18:58.045 INFO running `"docker" "start" "-a" "6b0cc12054f62524d1837a3e5160a6dcc3c134c168266f691f9ea8025c3d57c2"` Dec 15 04:18:59.351 INFO [stderr] usermod: no changes Dec 15 04:18:59.576 INFO [stderr] Compiling derive_is_enum_variant v0.1.1 Dec 15 04:18:59.576 INFO [stderr] Compiling darling_core v0.4.0 Dec 15 04:19:07.425 INFO [stderr] Compiling darling_macro v0.4.0 Dec 15 04:19:10.275 INFO [stderr] Compiling darling v0.4.0 Dec 15 04:19:11.311 INFO [stderr] Compiling from_variants_impl v0.3.0 Dec 15 04:19:15.331 INFO [stderr] Compiling from_variants v0.3.0 Dec 15 04:19:15.931 INFO [stderr] Compiling mpris v1.1.0 (/source) Dec 15 04:19:17.763 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:17.763 INFO [stderr] --> src/player.rs:153:62 Dec 15 04:19:17.763 INFO [stderr] | Dec 15 04:19:17.763 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 15 04:19:17.763 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:17.763 INFO [stderr] | Dec 15 04:19:17.763 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 15 04:19:17.763 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:17.763 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:17.763 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:17.773 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:17.773 INFO [stderr] Dec 15 04:19:17.773 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:17.773 INFO [stderr] --> src/player.rs:339:26 Dec 15 04:19:17.773 INFO [stderr] | Dec 15 04:19:17.773 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 15 04:19:17.773 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:17.773 INFO [stderr] | Dec 15 04:19:17.773 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:17.773 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:17.773 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:17.773 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:17.773 INFO [stderr] Dec 15 04:19:17.773 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:17.773 INFO [stderr] --> src/player.rs:346:28 Dec 15 04:19:17.773 INFO [stderr] | Dec 15 04:19:17.773 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 15 04:19:17.773 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:17.773 INFO [stderr] | Dec 15 04:19:17.773 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:17.773 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:17.773 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:17.773 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:17.773 INFO [stderr] Dec 15 04:19:17.795 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:17.795 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 15 04:19:17.795 INFO [stderr] | Dec 15 04:19:17.795 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 15 04:19:17.795 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:17.795 INFO [stderr] | Dec 15 04:19:17.795 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:17.795 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:17.795 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:17.795 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:17.795 INFO [stderr] Dec 15 04:19:17.811 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:17.811 INFO [stderr] --> src/progress.rs:268:51 Dec 15 04:19:17.811 INFO [stderr] | Dec 15 04:19:17.811 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 15 04:19:17.811 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:17.811 INFO [stderr] | Dec 15 04:19:17.811 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:17.811 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:17.811 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:17.811 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:17.811 INFO [stderr] Dec 15 04:19:19.908 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.53s Dec 15 04:19:19.912 INFO [stderr] su: No module specific data is present Dec 15 04:19:20.416 INFO running `"docker" "inspect" "6b0cc12054f62524d1837a3e5160a6dcc3c134c168266f691f9ea8025c3d57c2"` Dec 15 04:19:20.576 INFO running `"docker" "rm" "-f" "6b0cc12054f62524d1837a3e5160a6dcc3c134c168266f691f9ea8025c3d57c2"` Dec 15 04:19:20.799 INFO [stdout] 6b0cc12054f62524d1837a3e5160a6dcc3c134c168266f691f9ea8025c3d57c2 Dec 15 04:19:20.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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:21.200 INFO [stdout] af0e727b7d10da4aebb6f152a21fbb1ee86a31da459d453c6aebf29cae665d55 Dec 15 04:19:21.205 INFO running `"docker" "start" "-a" "af0e727b7d10da4aebb6f152a21fbb1ee86a31da459d453c6aebf29cae665d55"` Dec 15 04:19:22.108 INFO [stderr] usermod: no changes Dec 15 04:19:22.230 INFO [stderr] Compiling mpris v1.1.0 (/source) Dec 15 04:19:27.413 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:27.413 INFO [stderr] --> src/extensions.rs:40:29 Dec 15 04:19:27.413 INFO [stderr] | Dec 15 04:19:27.413 INFO [stderr] 40 | assert_eq!(duration.as_millis(), 5543); Dec 15 04:19:27.413 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:27.413 INFO [stderr] | Dec 15 04:19:27.413 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 15 04:19:27.413 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:27.413 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:27.413 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:27.413 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:27.413 INFO [stderr] Dec 15 04:19:27.415 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:27.415 INFO [stderr] --> src/extensions.rs:46:29 Dec 15 04:19:27.415 INFO [stderr] | Dec 15 04:19:27.415 INFO [stderr] 46 | assert_eq!(duration.as_micros(), 5_543_210); Dec 15 04:19:27.415 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:27.415 INFO [stderr] | Dec 15 04:19:27.415 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:27.415 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:27.415 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:27.415 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:27.415 INFO [stderr] Dec 15 04:19:27.867 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:27.867 INFO [stderr] --> src/player.rs:153:62 Dec 15 04:19:27.867 INFO [stderr] | Dec 15 04:19:27.867 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 15 04:19:27.867 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:27.867 INFO [stderr] | Dec 15 04:19:27.867 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:27.867 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:27.867 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:27.867 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:27.867 INFO [stderr] Dec 15 04:19:27.879 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:27.879 INFO [stderr] --> src/player.rs:339:26 Dec 15 04:19:27.879 INFO [stderr] | Dec 15 04:19:27.879 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 15 04:19:27.879 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:27.879 INFO [stderr] | Dec 15 04:19:27.879 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:27.879 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:27.879 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:27.879 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:27.879 INFO [stderr] Dec 15 04:19:27.879 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:27.879 INFO [stderr] --> src/player.rs:346:28 Dec 15 04:19:27.879 INFO [stderr] | Dec 15 04:19:27.879 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 15 04:19:27.879 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:27.879 INFO [stderr] | Dec 15 04:19:27.879 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:27.879 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:27.879 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 15 04:19:27.879 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 15 04:19:27.879 INFO [stderr] Dec 15 04:19:27.911 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:27.911 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 15 04:19:27.911 INFO [stderr] | Dec 15 04:19:27.911 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 15 04:19:27.911 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:27.911 INFO [stderr] | Dec 15 04:19:27.911 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:27.911 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:27.911 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:27.911 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:27.911 INFO [stderr] Dec 15 04:19:27.935 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 04:19:27.935 INFO [stderr] --> src/progress.rs:268:51 Dec 15 04:19:27.935 INFO [stderr] | Dec 15 04:19:27.935 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 15 04:19:27.935 INFO [stderr] | ^^^^^^^^^ Dec 15 04:19:27.935 INFO [stderr] | Dec 15 04:19:27.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:27.935 INFO [stderr] = note: for more information, see issue #48919 Dec 15 04:19:27.935 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 15 04:19:27.935 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 15 04:19:27.935 INFO [stderr] Dec 15 04:19:28.022 INFO [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Dec 15 04:19:28.022 INFO [stderr] --> examples/get_metadata.rs:11:37 Dec 15 04:19:28.022 INFO [stderr] | Dec 15 04:19:28.022 INFO [stderr] 11 | for (i, cause) in error.causes().enumerate() { Dec 15 04:19:28.022 INFO [stderr] | ^^^^^^ Dec 15 04:19:28.022 INFO [stderr] | Dec 15 04:19:28.022 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 04:19:28.022 INFO [stderr] Dec 15 04:19:28.055 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:28.055 INFO [stderr] --> examples/get_metadata.rs:49:14 Dec 15 04:19:28.055 INFO [stderr] | Dec 15 04:19:28.055 INFO [stderr] 49 | .get_metadata_hash() Dec 15 04:19:28.055 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 15 04:19:28.055 INFO [stderr] Dec 15 04:19:28.353 INFO [stderr] warning: unused import: `Event` Dec 15 04:19:28.353 INFO [stderr] --> examples/events.rs:3:13 Dec 15 04:19:28.353 INFO [stderr] | Dec 15 04:19:28.354 INFO [stderr] 3 | use mpris::{Event, PlayerFinder}; Dec 15 04:19:28.354 INFO [stderr] | ^^^^^ Dec 15 04:19:28.354 INFO [stderr] | Dec 15 04:19:28.354 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 15 04:19:28.354 INFO [stderr] Dec 15 04:19:33.591 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.46s Dec 15 04:19:33.595 INFO [stderr] su: No module specific data is present Dec 15 04:19:34.384 INFO running `"docker" "inspect" "af0e727b7d10da4aebb6f152a21fbb1ee86a31da459d453c6aebf29cae665d55"` Dec 15 04:19:34.586 INFO running `"docker" "rm" "-f" "af0e727b7d10da4aebb6f152a21fbb1ee86a31da459d453c6aebf29cae665d55"` Dec 15 04:19:34.903 INFO [stdout] af0e727b7d10da4aebb6f152a21fbb1ee86a31da459d453c6aebf29cae665d55