Sep 02 07:06:26.796 INFO checking mpris-1.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 07:06:26.796 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 07:06:26.796 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 07:06:27.015 INFO blam! 873cb8a41121cfed9fc1cf9b2396335043c28f5917f1766ef0d4f3dfccee3aa4 Sep 02 07:06:27.017 INFO running `"docker" "start" "-a" "873cb8a41121cfed9fc1cf9b2396335043c28f5917f1766ef0d4f3dfccee3aa4"` Sep 02 07:06:27.814 INFO kablam! Compiling ident_case v1.0.0 Sep 02 07:06:27.817 INFO kablam! Compiling syn v0.13.11 Sep 02 07:06:27.819 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Sep 02 07:06:27.821 INFO kablam! Compiling enum-kinds v0.4.1 Sep 02 07:06:50.349 INFO kablam! Compiling darling_core v0.4.0 Sep 02 07:06:58.744 INFO kablam! Compiling darling_macro v0.4.0 Sep 02 07:07:01.777 INFO kablam! Compiling darling v0.4.0 Sep 02 07:07:03.604 INFO kablam! Compiling from_variants_impl v0.3.0 Sep 02 07:07:07.969 INFO kablam! Checking from_variants v0.3.0 Sep 02 07:07:08.476 INFO kablam! Checking mpris v1.1.0 (file:///source) Sep 02 07:07:09.878 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:09.878 INFO kablam! --> src/player.rs:153:62 Sep 02 07:07:09.878 INFO kablam! | Sep 02 07:07:09.878 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 02 07:07:09.878 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:09.879 INFO kablam! | Sep 02 07:07:09.879 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 02 07:07:09.879 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:09.879 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:09.879 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:07:09.879 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:07:09.879 INFO kablam! Sep 02 07:07:09.899 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:09.899 INFO kablam! --> src/player.rs:339:26 Sep 02 07:07:09.899 INFO kablam! | Sep 02 07:07:09.899 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 02 07:07:09.899 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:09.899 INFO kablam! | Sep 02 07:07:09.899 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:09.899 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:09.899 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:07:09.899 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:07:09.900 INFO kablam! Sep 02 07:07:09.900 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:09.900 INFO kablam! --> src/player.rs:346:28 Sep 02 07:07:09.900 INFO kablam! | Sep 02 07:07:09.900 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 02 07:07:09.900 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:09.900 INFO kablam! | Sep 02 07:07:09.900 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:09.900 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:09.900 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:07:09.900 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:07:09.900 INFO kablam! Sep 02 07:07:09.944 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:09.944 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 02 07:07:09.944 INFO kablam! | Sep 02 07:07:09.945 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 02 07:07:09.945 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:09.945 INFO kablam! | Sep 02 07:07:09.945 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:09.945 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:09.945 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:07:09.945 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:07:09.945 INFO kablam! Sep 02 07:07:09.976 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:09.977 INFO kablam! --> src/progress.rs:268:51 Sep 02 07:07:09.977 INFO kablam! | Sep 02 07:07:09.977 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 02 07:07:09.977 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:09.977 INFO kablam! | Sep 02 07:07:09.977 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:09.977 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:09.977 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:07:09.977 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:07:09.977 INFO kablam! Sep 02 07:07:10.119 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:10.119 INFO kablam! --> src/extensions.rs:40:29 Sep 02 07:07:10.119 INFO kablam! | Sep 02 07:07:10.119 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Sep 02 07:07:10.119 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:10.119 INFO kablam! | Sep 02 07:07:10.120 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 02 07:07:10.120 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:10.120 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:10.120 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:07:10.120 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:07:10.120 INFO kablam! Sep 02 07:07:10.122 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:10.122 INFO kablam! --> src/extensions.rs:46:29 Sep 02 07:07:10.122 INFO kablam! | Sep 02 07:07:10.122 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Sep 02 07:07:10.122 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:10.122 INFO kablam! | Sep 02 07:07:10.122 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:10.122 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:10.122 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:07:10.122 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:07:10.122 INFO kablam! Sep 02 07:07:10.355 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:10.355 INFO kablam! --> src/player.rs:153:62 Sep 02 07:07:10.355 INFO kablam! | Sep 02 07:07:10.355 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 02 07:07:10.355 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:10.355 INFO kablam! | Sep 02 07:07:10.355 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:10.355 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:10.355 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:07:10.355 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:07:10.355 INFO kablam! Sep 02 07:07:10.375 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:10.375 INFO kablam! --> src/player.rs:339:26 Sep 02 07:07:10.375 INFO kablam! | Sep 02 07:07:10.375 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 02 07:07:10.375 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:10.376 INFO kablam! | Sep 02 07:07:10.376 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:10.376 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:10.376 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:07:10.376 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:07:10.376 INFO kablam! Sep 02 07:07:10.376 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:10.376 INFO kablam! --> src/player.rs:346:28 Sep 02 07:07:10.376 INFO kablam! | Sep 02 07:07:10.376 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 02 07:07:10.376 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:10.376 INFO kablam! | Sep 02 07:07:10.376 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:10.376 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:10.376 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 02 07:07:10.376 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 02 07:07:10.376 INFO kablam! Sep 02 07:07:10.421 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:10.421 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 02 07:07:10.421 INFO kablam! | Sep 02 07:07:10.421 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 02 07:07:10.421 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:10.421 INFO kablam! | Sep 02 07:07:10.421 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:10.421 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:10.421 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:07:10.421 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:07:10.421 INFO kablam! Sep 02 07:07:10.503 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 07:07:10.503 INFO kablam! --> src/progress.rs:268:51 Sep 02 07:07:10.503 INFO kablam! | Sep 02 07:07:10.503 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 02 07:07:10.503 INFO kablam! | ^^^^^^^^^ Sep 02 07:07:10.503 INFO kablam! | Sep 02 07:07:10.503 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 07:07:10.503 INFO kablam! = note: for more information, see issue #48919 Sep 02 07:07:10.503 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 02 07:07:10.503 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 02 07:07:10.503 INFO kablam! Sep 02 07:07:12.270 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 02 07:07:12.270 INFO kablam! --> examples/get_metadata.rs:11:37 Sep 02 07:07:12.270 INFO kablam! | Sep 02 07:07:12.270 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Sep 02 07:07:12.271 INFO kablam! | ^^^^^^ Sep 02 07:07:12.271 INFO kablam! | Sep 02 07:07:12.271 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 07:07:12.271 INFO kablam! Sep 02 07:07:12.327 INFO kablam! warning: unused import: `Event` Sep 02 07:07:12.329 INFO kablam! --> examples/events.rs:3:13 Sep 02 07:07:12.329 INFO kablam! | Sep 02 07:07:12.329 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Sep 02 07:07:12.329 INFO kablam! | ^^^^^ Sep 02 07:07:12.329 INFO kablam! | Sep 02 07:07:12.329 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 07:07:12.329 INFO kablam! Sep 02 07:07:12.347 INFO kablam! warning: use of deprecated item 'mpris::Player::get_metadata_hash': This is an experimental function until full Metadata overhaul in 2.0. Sep 02 07:07:12.354 INFO kablam! --> examples/get_metadata.rs:49:14 Sep 02 07:07:12.354 INFO kablam! | Sep 02 07:07:12.354 INFO kablam! 49 | .get_metadata_hash() Sep 02 07:07:12.354 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 07:07:12.354 INFO kablam! Sep 02 07:07:12.702 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.00s Sep 02 07:07:12.714 INFO kablam! su: No module specific data is present Sep 02 07:07:13.113 INFO running `"docker" "rm" "-f" "873cb8a41121cfed9fc1cf9b2396335043c28f5917f1766ef0d4f3dfccee3aa4"` Sep 02 07:07:13.209 INFO blam! 873cb8a41121cfed9fc1cf9b2396335043c28f5917f1766ef0d4f3dfccee3aa4