Dec 07 06:53:34.838 INFO testing mpris-1.1.0 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 06:53:34.838 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 07 06:53:35.216 INFO [stdout] d3c0ee371a6fff37369cb776b6bedbfe5b50b4a62a885edb0f9c497f4dc68196 Dec 07 06:53:35.222 INFO running `"docker" "start" "-a" "d3c0ee371a6fff37369cb776b6bedbfe5b50b4a62a885edb0f9c497f4dc68196"` Dec 07 06:53:36.588 INFO [stderr] usermod: no changes Dec 07 06:53:36.734 INFO [stderr] Compiling libdbus-sys v0.1.4 Dec 07 06:53:36.740 INFO [stderr] Compiling darling_core v0.4.0 Dec 07 06:53:36.740 INFO [stderr] Compiling enum-kinds v0.4.1 Dec 07 06:53:41.144 INFO [stderr] Compiling dbus v0.6.3 Dec 07 06:53:48.352 INFO [stderr] Compiling darling_macro v0.4.0 Dec 07 06:53:56.856 INFO [stderr] Compiling darling v0.4.0 Dec 07 06:53:58.356 INFO [stderr] Compiling from_variants_impl v0.3.0 Dec 07 06:54:02.551 INFO [stderr] Compiling from_variants v0.3.0 Dec 07 06:54:03.072 INFO [stderr] Compiling mpris v1.1.0 (/source) Dec 07 06:54:04.612 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:04.612 INFO [stderr] --> src/player.rs:153:62 Dec 07 06:54:04.612 INFO [stderr] | Dec 07 06:54:04.612 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 07 06:54:04.612 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:04.612 INFO [stderr] | Dec 07 06:54:04.612 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 07 06:54:04.612 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:04.612 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:04.612 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 07 06:54:04.612 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 07 06:54:04.612 INFO [stderr] Dec 07 06:54:04.623 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:04.623 INFO [stderr] --> src/player.rs:339:26 Dec 07 06:54:04.623 INFO [stderr] | Dec 07 06:54:04.623 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 07 06:54:04.623 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:04.623 INFO [stderr] | Dec 07 06:54:04.623 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:04.623 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:04.623 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 07 06:54:04.623 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 07 06:54:04.623 INFO [stderr] Dec 07 06:54:04.623 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:04.623 INFO [stderr] --> src/player.rs:346:28 Dec 07 06:54:04.624 INFO [stderr] | Dec 07 06:54:04.624 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 07 06:54:04.624 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:04.624 INFO [stderr] | Dec 07 06:54:04.624 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:04.624 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:04.624 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 07 06:54:04.624 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 07 06:54:04.624 INFO [stderr] Dec 07 06:54:04.647 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:04.647 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 07 06:54:04.647 INFO [stderr] | Dec 07 06:54:04.647 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 07 06:54:04.648 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:04.648 INFO [stderr] | Dec 07 06:54:04.648 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:04.648 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:04.648 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 07 06:54:04.648 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 07 06:54:04.648 INFO [stderr] Dec 07 06:54:04.665 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:04.665 INFO [stderr] --> src/progress.rs:268:51 Dec 07 06:54:04.665 INFO [stderr] | Dec 07 06:54:04.665 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 07 06:54:04.665 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:04.665 INFO [stderr] | Dec 07 06:54:04.665 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:04.665 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:04.665 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 07 06:54:04.665 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 07 06:54:04.665 INFO [stderr] Dec 07 06:54:07.244 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.63s Dec 07 06:54:07.244 INFO [stderr] su: No module specific data is present Dec 07 06:54:08.023 INFO running `"docker" "inspect" "d3c0ee371a6fff37369cb776b6bedbfe5b50b4a62a885edb0f9c497f4dc68196"` Dec 07 06:54:08.330 INFO running `"docker" "rm" "-f" "d3c0ee371a6fff37369cb776b6bedbfe5b50b4a62a885edb0f9c497f4dc68196"` Dec 07 06:54:08.615 INFO [stdout] d3c0ee371a6fff37369cb776b6bedbfe5b50b4a62a885edb0f9c497f4dc68196 Dec 07 06:54:08.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 07 06:54:09.079 INFO [stdout] 90d3607b1e91bfd6194679ea95ecf0a2c083620c4ed85ebbd5e8457f201b1186 Dec 07 06:54:09.082 INFO running `"docker" "start" "-a" "90d3607b1e91bfd6194679ea95ecf0a2c083620c4ed85ebbd5e8457f201b1186"` Dec 07 06:54:10.753 INFO [stderr] usermod: no changes Dec 07 06:54:10.839 INFO [stderr] Compiling mpris v1.1.0 (/source) Dec 07 06:54:15.456 INFO [stderr] warning: unused import: `Event` Dec 07 06:54:15.456 INFO [stderr] --> examples/events.rs:3:13 Dec 07 06:54:15.456 INFO [stderr] | Dec 07 06:54:15.456 INFO [stderr] 3 | use mpris::{Event, PlayerFinder}; Dec 07 06:54:15.456 INFO [stderr] | ^^^^^ Dec 07 06:54:15.456 INFO [stderr] | Dec 07 06:54:15.456 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 07 06:54:15.456 INFO [stderr] Dec 07 06:54:18.236 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:18.236 INFO [stderr] --> src/extensions.rs:40:29 Dec 07 06:54:18.236 INFO [stderr] | Dec 07 06:54:18.236 INFO [stderr] 40 | assert_eq!(duration.as_millis(), 5543); Dec 07 06:54:18.236 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:18.236 INFO [stderr] | Dec 07 06:54:18.236 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 07 06:54:18.236 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:18.236 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:18.236 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 07 06:54:18.236 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 07 06:54:18.236 INFO [stderr] Dec 07 06:54:18.270 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:18.270 INFO [stderr] --> src/extensions.rs:46:29 Dec 07 06:54:18.270 INFO [stderr] | Dec 07 06:54:18.270 INFO [stderr] 46 | assert_eq!(duration.as_micros(), 5_543_210); Dec 07 06:54:18.270 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:18.270 INFO [stderr] | Dec 07 06:54:18.270 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:18.270 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:18.270 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 07 06:54:18.270 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 07 06:54:18.270 INFO [stderr] Dec 07 06:54:18.564 INFO [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Dec 07 06:54:18.564 INFO [stderr] --> examples/get_metadata.rs:11:37 Dec 07 06:54:18.564 INFO [stderr] | Dec 07 06:54:18.564 INFO [stderr] 11 | for (i, cause) in error.causes().enumerate() { Dec 07 06:54:18.564 INFO [stderr] | ^^^^^^ Dec 07 06:54:18.564 INFO [stderr] | Dec 07 06:54:18.564 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 07 06:54:18.564 INFO [stderr] Dec 07 06:54:18.620 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 07 06:54:18.620 INFO [stderr] --> examples/get_metadata.rs:49:14 Dec 07 06:54:18.620 INFO [stderr] | Dec 07 06:54:18.620 INFO [stderr] 49 | .get_metadata_hash() Dec 07 06:54:18.620 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 07 06:54:18.620 INFO [stderr] Dec 07 06:54:18.884 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:18.884 INFO [stderr] --> src/player.rs:153:62 Dec 07 06:54:18.884 INFO [stderr] | Dec 07 06:54:18.884 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Dec 07 06:54:18.884 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:18.896 INFO [stderr] | Dec 07 06:54:18.896 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:18.896 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:18.896 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 07 06:54:18.896 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 07 06:54:18.896 INFO [stderr] Dec 07 06:54:19.022 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:19.022 INFO [stderr] --> src/player.rs:339:26 Dec 07 06:54:19.022 INFO [stderr] | Dec 07 06:54:19.022 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Dec 07 06:54:19.022 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:19.022 INFO [stderr] | Dec 07 06:54:19.022 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:19.022 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:19.022 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 07 06:54:19.022 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 07 06:54:19.022 INFO [stderr] Dec 07 06:54:19.022 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:19.022 INFO [stderr] --> src/player.rs:346:28 Dec 07 06:54:19.022 INFO [stderr] | Dec 07 06:54:19.022 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Dec 07 06:54:19.022 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:19.022 INFO [stderr] | Dec 07 06:54:19.022 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:19.022 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:19.022 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Dec 07 06:54:19.022 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Dec 07 06:54:19.022 INFO [stderr] Dec 07 06:54:19.216 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:19.216 INFO [stderr] --> src/pooled_connection.rs:104:28 Dec 07 06:54:19.216 INFO [stderr] | Dec 07 06:54:19.216 INFO [stderr] 104 | .map(|d| d.as_millis()) Dec 07 06:54:19.216 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:19.240 INFO [stderr] | Dec 07 06:54:19.240 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:19.240 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:19.240 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 07 06:54:19.240 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 07 06:54:19.240 INFO [stderr] Dec 07 06:54:19.304 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 06:54:19.304 INFO [stderr] --> src/progress.rs:268:51 Dec 07 06:54:19.304 INFO [stderr] | Dec 07 06:54:19.304 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Dec 07 06:54:19.304 INFO [stderr] | ^^^^^^^^^ Dec 07 06:54:19.348 INFO [stderr] | Dec 07 06:54:19.348 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 06:54:19.348 INFO [stderr] = note: for more information, see issue #48919 Dec 07 06:54:19.348 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Dec 07 06:54:19.348 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 07 06:54:19.348 INFO [stderr] Dec 07 06:54:23.581 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.80s Dec 07 06:54:23.584 INFO [stderr] su: No module specific data is present Dec 07 06:54:24.979 INFO running `"docker" "inspect" "90d3607b1e91bfd6194679ea95ecf0a2c083620c4ed85ebbd5e8457f201b1186"` Dec 07 06:54:25.244 INFO running `"docker" "rm" "-f" "90d3607b1e91bfd6194679ea95ecf0a2c083620c4ed85ebbd5e8457f201b1186"` Dec 07 06:54:25.700 INFO [stdout] 90d3607b1e91bfd6194679ea95ecf0a2c083620c4ed85ebbd5e8457f201b1186