Nov 18 05:55:03.730 INFO testing mpris-1.1.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 05:55:03.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:04.179 INFO [stdout] 6fe62dc4769400670966836a330a501d45137361adf8bb699b34d3715d58b469 Nov 18 05:55:04.181 INFO running `"docker" "start" "-a" "6fe62dc4769400670966836a330a501d45137361adf8bb699b34d3715d58b469"` Nov 18 05:55:06.678 INFO [stderr] usermod: no changes Nov 18 05:55:06.891 INFO [stderr] Compiling libdbus-sys v0.1.4 Nov 18 05:55:06.892 INFO [stderr] Compiling darling_core v0.4.0 Nov 18 05:55:06.893 INFO [stderr] Compiling enum-kinds v0.4.1 Nov 18 05:55:10.715 INFO [stderr] Compiling dbus v0.6.3 Nov 18 05:55:25.507 INFO [stderr] Compiling darling_macro v0.4.0 Nov 18 05:55:33.452 INFO [stderr] Compiling darling v0.4.0 Nov 18 05:55:36.739 INFO [stderr] Compiling from_variants_impl v0.3.0 Nov 18 05:55:42.551 INFO [stderr] Compiling from_variants v0.3.0 Nov 18 05:55:43.043 INFO [stderr] Compiling mpris v1.1.0 (/source) Nov 18 05:55:44.683 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:44.683 INFO [stderr] --> src/player.rs:153:62 Nov 18 05:55:44.683 INFO [stderr] | Nov 18 05:55:44.683 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Nov 18 05:55:44.683 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:44.683 INFO [stderr] | Nov 18 05:55:44.683 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 18 05:55:44.683 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:55:44.683 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:44.683 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:55:44.683 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:55:44.683 INFO [stderr] Nov 18 05:55:44.694 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:44.694 INFO [stderr] --> src/player.rs:339:26 Nov 18 05:55:44.694 INFO [stderr] | Nov 18 05:55:44.694 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Nov 18 05:55:44.694 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:44.694 INFO [stderr] | Nov 18 05:55:44.694 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:55:44.695 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:44.695 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:55:44.695 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:55:44.695 INFO [stderr] Nov 18 05:55:44.697 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:44.697 INFO [stderr] --> src/player.rs:346:28 Nov 18 05:55:44.697 INFO [stderr] | Nov 18 05:55:44.697 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Nov 18 05:55:44.697 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:44.697 INFO [stderr] | Nov 18 05:55:44.697 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:55:44.697 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:44.697 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:55:44.697 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:55:44.697 INFO [stderr] Nov 18 05:55:44.729 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:44.729 INFO [stderr] --> src/pooled_connection.rs:104:28 Nov 18 05:55:44.729 INFO [stderr] | Nov 18 05:55:44.729 INFO [stderr] 104 | .map(|d| d.as_millis()) Nov 18 05:55:44.729 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:44.730 INFO [stderr] | Nov 18 05:55:44.730 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:55:44.731 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:44.731 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:55:44.731 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:55:44.732 INFO [stderr] Nov 18 05:55:44.754 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:44.754 INFO [stderr] --> src/progress.rs:268:51 Nov 18 05:55:44.754 INFO [stderr] | Nov 18 05:55:44.754 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Nov 18 05:55:44.754 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:44.754 INFO [stderr] | Nov 18 05:55:44.754 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:55:44.754 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:44.754 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:55:44.754 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:55:44.754 INFO [stderr] Nov 18 05:55:47.044 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.34s Nov 18 05:55:47.060 INFO [stderr] su: No module specific data is present Nov 18 05:55:47.631 INFO running `"docker" "inspect" "6fe62dc4769400670966836a330a501d45137361adf8bb699b34d3715d58b469"` Nov 18 05:55:47.941 INFO running `"docker" "rm" "-f" "6fe62dc4769400670966836a330a501d45137361adf8bb699b34d3715d58b469"` Nov 18 05:55:48.335 INFO [stdout] 6fe62dc4769400670966836a330a501d45137361adf8bb699b34d3715d58b469 Nov 18 05:55:48.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:55:48.739 INFO [stdout] 26c31c2279efc9c4724e370921adbbc2f8758f6901346b4bd3962823029042cb Nov 18 05:55:48.745 INFO running `"docker" "start" "-a" "26c31c2279efc9c4724e370921adbbc2f8758f6901346b4bd3962823029042cb"` Nov 18 05:55:50.153 INFO [stderr] usermod: no changes Nov 18 05:55:50.307 INFO [stderr] Compiling mpris v1.1.0 (/source) Nov 18 05:55:55.811 INFO [stderr] warning: unused import: `Event` Nov 18 05:55:55.811 INFO [stderr] --> examples/events.rs:3:13 Nov 18 05:55:55.811 INFO [stderr] | Nov 18 05:55:55.811 INFO [stderr] 3 | use mpris::{Event, PlayerFinder}; Nov 18 05:55:55.811 INFO [stderr] | ^^^^^ Nov 18 05:55:55.811 INFO [stderr] | Nov 18 05:55:55.811 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 05:55:55.811 INFO [stderr] Nov 18 05:55:55.911 INFO [stderr] warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Nov 18 05:55:55.911 INFO [stderr] --> examples/get_metadata.rs:11:37 Nov 18 05:55:55.912 INFO [stderr] | Nov 18 05:55:55.912 INFO [stderr] 11 | for (i, cause) in error.causes().enumerate() { Nov 18 05:55:55.912 INFO [stderr] | ^^^^^^ Nov 18 05:55:55.912 INFO [stderr] | Nov 18 05:55:55.912 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 05:55:55.912 INFO [stderr] Nov 18 05:55:56.013 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:55:56.013 INFO [stderr] --> examples/get_metadata.rs:49:14 Nov 18 05:55:56.013 INFO [stderr] | Nov 18 05:55:56.014 INFO [stderr] 49 | .get_metadata_hash() Nov 18 05:55:56.014 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 18 05:55:56.019 INFO [stderr] Nov 18 05:55:56.119 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:56.119 INFO [stderr] --> src/extensions.rs:40:29 Nov 18 05:55:56.119 INFO [stderr] | Nov 18 05:55:56.119 INFO [stderr] 40 | assert_eq!(duration.as_millis(), 5543); Nov 18 05:55:56.119 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:56.119 INFO [stderr] | Nov 18 05:55:56.119 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 18 05:55:56.119 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:55:56.119 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:56.119 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:55:56.119 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:55:56.119 INFO [stderr] Nov 18 05:55:56.119 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:56.119 INFO [stderr] --> src/extensions.rs:46:29 Nov 18 05:55:56.119 INFO [stderr] | Nov 18 05:55:56.119 INFO [stderr] 46 | assert_eq!(duration.as_micros(), 5_543_210); Nov 18 05:55:56.119 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:56.119 INFO [stderr] | Nov 18 05:55:56.119 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:55:56.119 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:56.119 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:55:56.119 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:55:56.119 INFO [stderr] Nov 18 05:55:56.400 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:56.400 INFO [stderr] --> src/player.rs:153:62 Nov 18 05:55:56.400 INFO [stderr] | Nov 18 05:55:56.400 INFO [stderr] 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Nov 18 05:55:56.400 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:56.400 INFO [stderr] | Nov 18 05:55:56.400 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:55:56.400 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:56.400 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:55:56.400 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:55:56.400 INFO [stderr] Nov 18 05:55:56.419 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:56.419 INFO [stderr] --> src/player.rs:339:26 Nov 18 05:55:56.419 INFO [stderr] | Nov 18 05:55:56.419 INFO [stderr] 339 | self.seek(offset.as_micros() as i64) Nov 18 05:55:56.419 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:56.419 INFO [stderr] | Nov 18 05:55:56.419 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:55:56.419 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:56.419 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:55:56.419 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:55:56.419 INFO [stderr] Nov 18 05:55:56.419 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:56.419 INFO [stderr] --> src/player.rs:346:28 Nov 18 05:55:56.419 INFO [stderr] | Nov 18 05:55:56.419 INFO [stderr] 346 | self.seek(-(offset.as_micros() as i64)) Nov 18 05:55:56.419 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:56.419 INFO [stderr] | Nov 18 05:55:56.419 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:55:56.419 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:56.419 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Nov 18 05:55:56.419 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Nov 18 05:55:56.419 INFO [stderr] Nov 18 05:55:56.451 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:56.451 INFO [stderr] --> src/pooled_connection.rs:104:28 Nov 18 05:55:56.451 INFO [stderr] | Nov 18 05:55:56.451 INFO [stderr] 104 | .map(|d| d.as_millis()) Nov 18 05:55:56.451 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:56.451 INFO [stderr] | Nov 18 05:55:56.451 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:55:56.451 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:56.451 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:55:56.451 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:55:56.451 INFO [stderr] Nov 18 05:55:56.464 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 18 05:55:56.464 INFO [stderr] --> src/progress.rs:268:51 Nov 18 05:55:56.464 INFO [stderr] | Nov 18 05:55:56.464 INFO [stderr] 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Nov 18 05:55:56.465 INFO [stderr] | ^^^^^^^^^ Nov 18 05:55:56.465 INFO [stderr] | Nov 18 05:55:56.465 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:55:56.465 INFO [stderr] = note: for more information, see issue #48919 Nov 18 05:55:56.465 INFO [stderr] = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Nov 18 05:55:56.465 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 18 05:55:56.465 INFO [stderr] Nov 18 05:56:03.119 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.94s Nov 18 05:56:03.131 INFO [stderr] su: No module specific data is present Nov 18 05:56:03.754 INFO running `"docker" "inspect" "26c31c2279efc9c4724e370921adbbc2f8758f6901346b4bd3962823029042cb"` Nov 18 05:56:04.181 INFO running `"docker" "rm" "-f" "26c31c2279efc9c4724e370921adbbc2f8758f6901346b4bd3962823029042cb"` Nov 18 05:56:04.503 INFO [stdout] 26c31c2279efc9c4724e370921adbbc2f8758f6901346b4bd3962823029042cb