Oct 22 01:26:20.542 INFO checking mpris-1.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:26:20.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 22 01:26:20.931 INFO blam! e78c1362c694cba07cbf745603f5a79d09f79711949c1015c3e5a74e59d44cc5 Oct 22 01:26:20.932 INFO running `"docker" "start" "-a" "e78c1362c694cba07cbf745603f5a79d09f79711949c1015c3e5a74e59d44cc5"` Oct 22 01:26:21.834 INFO kablam! usermod: no changes Oct 22 01:26:21.965 INFO kablam! Checking mpris v1.1.0 (/source) Oct 22 01:26:23.721 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.722 INFO kablam! --> src/extensions.rs:40:29 Oct 22 01:26:23.722 INFO kablam! | Oct 22 01:26:23.723 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Oct 22 01:26:23.723 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.723 INFO kablam! | Oct 22 01:26:23.724 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 22 01:26:23.724 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.724 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.724 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 22 01:26:23.724 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 22 01:26:23.724 INFO kablam! Oct 22 01:26:23.724 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.724 INFO kablam! --> src/extensions.rs:46:29 Oct 22 01:26:23.724 INFO kablam! | Oct 22 01:26:23.724 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Oct 22 01:26:23.724 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.724 INFO kablam! | Oct 22 01:26:23.724 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.724 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.724 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 22 01:26:23.724 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 22 01:26:23.724 INFO kablam! Oct 22 01:26:23.888 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.888 INFO kablam! --> src/player.rs:153:62 Oct 22 01:26:23.888 INFO kablam! | Oct 22 01:26:23.888 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Oct 22 01:26:23.888 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.888 INFO kablam! | Oct 22 01:26:23.888 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 22 01:26:23.888 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.888 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.888 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 22 01:26:23.888 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 22 01:26:23.888 INFO kablam! Oct 22 01:26:23.904 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.904 INFO kablam! --> src/player.rs:339:26 Oct 22 01:26:23.904 INFO kablam! | Oct 22 01:26:23.904 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Oct 22 01:26:23.904 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.904 INFO kablam! | Oct 22 01:26:23.904 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.904 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.904 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 22 01:26:23.904 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 22 01:26:23.904 INFO kablam! Oct 22 01:26:23.904 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.904 INFO kablam! --> src/player.rs:346:28 Oct 22 01:26:23.904 INFO kablam! | Oct 22 01:26:23.904 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Oct 22 01:26:23.904 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.904 INFO kablam! | Oct 22 01:26:23.904 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.904 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.904 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 22 01:26:23.905 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 22 01:26:23.905 INFO kablam! Oct 22 01:26:23.928 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.928 INFO kablam! --> src/player.rs:153:62 Oct 22 01:26:23.928 INFO kablam! | Oct 22 01:26:23.928 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Oct 22 01:26:23.928 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.928 INFO kablam! | Oct 22 01:26:23.928 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.928 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.928 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 22 01:26:23.928 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 22 01:26:23.928 INFO kablam! Oct 22 01:26:23.929 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.929 INFO kablam! --> src/pooled_connection.rs:104:28 Oct 22 01:26:23.929 INFO kablam! | Oct 22 01:26:23.929 INFO kablam! 104 | .map(|d| d.as_millis()) Oct 22 01:26:23.929 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.929 INFO kablam! | Oct 22 01:26:23.929 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.929 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.929 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 22 01:26:23.929 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 22 01:26:23.929 INFO kablam! Oct 22 01:26:23.944 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.944 INFO kablam! --> src/player.rs:339:26 Oct 22 01:26:23.944 INFO kablam! | Oct 22 01:26:23.944 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Oct 22 01:26:23.944 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.944 INFO kablam! | Oct 22 01:26:23.944 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.944 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.944 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 22 01:26:23.944 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 22 01:26:23.944 INFO kablam! Oct 22 01:26:23.944 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.944 INFO kablam! --> src/player.rs:346:28 Oct 22 01:26:23.944 INFO kablam! | Oct 22 01:26:23.944 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Oct 22 01:26:23.944 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.944 INFO kablam! | Oct 22 01:26:23.944 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.944 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.944 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 22 01:26:23.944 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 22 01:26:23.944 INFO kablam! Oct 22 01:26:23.952 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.952 INFO kablam! --> src/progress.rs:268:51 Oct 22 01:26:23.952 INFO kablam! | Oct 22 01:26:23.952 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Oct 22 01:26:23.952 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.952 INFO kablam! | Oct 22 01:26:23.952 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.952 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.952 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 22 01:26:23.952 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 22 01:26:23.952 INFO kablam! Oct 22 01:26:23.976 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.977 INFO kablam! --> src/pooled_connection.rs:104:28 Oct 22 01:26:23.977 INFO kablam! | Oct 22 01:26:23.977 INFO kablam! 104 | .map(|d| d.as_millis()) Oct 22 01:26:23.977 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.977 INFO kablam! | Oct 22 01:26:23.977 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.977 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.977 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 22 01:26:23.977 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 22 01:26:23.977 INFO kablam! Oct 22 01:26:23.992 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 01:26:23.992 INFO kablam! --> src/progress.rs:268:51 Oct 22 01:26:23.992 INFO kablam! | Oct 22 01:26:23.992 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Oct 22 01:26:23.992 INFO kablam! | ^^^^^^^^^ Oct 22 01:26:23.992 INFO kablam! | Oct 22 01:26:23.992 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 01:26:23.992 INFO kablam! = note: for more information, see issue #48919 Oct 22 01:26:23.992 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 22 01:26:23.992 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 22 01:26:23.992 INFO kablam! Oct 22 01:26:26.732 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 22 01:26:26.732 INFO kablam! --> examples/get_metadata.rs:11:37 Oct 22 01:26:26.732 INFO kablam! | Oct 22 01:26:26.732 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Oct 22 01:26:26.732 INFO kablam! | ^^^^^^ Oct 22 01:26:26.732 INFO kablam! | Oct 22 01:26:26.732 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:26:26.732 INFO kablam! Oct 22 01:26:26.833 INFO kablam! warning: use of deprecated item 'mpris::Player::get_metadata_hash': This is an experimental function until full Metadata overhaul in 2.0. Oct 22 01:26:26.836 INFO kablam! --> examples/get_metadata.rs:49:14 Oct 22 01:26:26.836 INFO kablam! | Oct 22 01:26:26.836 INFO kablam! 49 | .get_metadata_hash() Oct 22 01:26:26.836 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 22 01:26:26.836 INFO kablam! Oct 22 01:26:27.024 INFO kablam! warning: unused import: `Event` Oct 22 01:26:27.024 INFO kablam! --> examples/events.rs:3:13 Oct 22 01:26:27.024 INFO kablam! | Oct 22 01:26:27.024 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Oct 22 01:26:27.024 INFO kablam! | ^^^^^ Oct 22 01:26:27.024 INFO kablam! | Oct 22 01:26:27.024 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:26:27.024 INFO kablam! Oct 22 01:26:27.709 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.85s Oct 22 01:26:27.726 INFO kablam! su: No module specific data is present Oct 22 01:26:28.033 INFO running `"docker" "rm" "-f" "e78c1362c694cba07cbf745603f5a79d09f79711949c1015c3e5a74e59d44cc5"` Oct 22 01:26:28.173 INFO blam! e78c1362c694cba07cbf745603f5a79d09f79711949c1015c3e5a74e59d44cc5