Sep 19 23:59:23.774 INFO checking mpris-1.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:59:23.774 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:59:23.774 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:59:24.005 INFO blam! e8b6494b3698fc92d4364d66a1264cdfe4f288e696bb0a498d1e9e6dc7210332 Sep 19 23:59:24.007 INFO running `"docker" "start" "-a" "e8b6494b3698fc92d4364d66a1264cdfe4f288e696bb0a498d1e9e6dc7210332"` Sep 19 23:59:25.616 INFO kablam! usermod: no changes Sep 19 23:59:25.766 INFO kablam! Compiling ident_case v1.0.0 Sep 19 23:59:25.774 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 19 23:59:25.797 INFO kablam! Compiling syn v0.13.11 Sep 19 23:59:25.802 INFO kablam! Compiling enum-kinds v0.4.1 Sep 19 23:59:27.782 INFO kablam! Compiling heck v0.3.0 Sep 19 23:59:29.002 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Sep 19 23:59:41.685 INFO kablam! Compiling darling_core v0.4.0 Sep 19 23:59:46.609 INFO kablam! Compiling darling_macro v0.4.0 Sep 19 23:59:48.914 INFO kablam! Compiling darling v0.4.0 Sep 19 23:59:50.050 INFO kablam! Compiling from_variants_impl v0.3.0 Sep 19 23:59:53.534 INFO kablam! Checking from_variants v0.3.0 Sep 19 23:59:53.816 INFO kablam! Checking mpris v1.1.0 (/source) Sep 19 23:59:54.771 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:54.771 INFO kablam! --> src/extensions.rs:40:29 Sep 19 23:59:54.772 INFO kablam! | Sep 19 23:59:54.772 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Sep 19 23:59:54.772 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:54.773 INFO kablam! | Sep 19 23:59:54.773 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 19 23:59:54.774 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:54.774 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:54.774 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 19 23:59:54.775 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:59:54.775 INFO kablam! Sep 19 23:59:54.776 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:54.776 INFO kablam! --> src/extensions.rs:46:29 Sep 19 23:59:54.777 INFO kablam! | Sep 19 23:59:54.777 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Sep 19 23:59:54.777 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:54.778 INFO kablam! | Sep 19 23:59:54.778 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:54.779 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:54.779 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 19 23:59:54.779 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 19 23:59:54.780 INFO kablam! Sep 19 23:59:54.842 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:54.843 INFO kablam! --> src/player.rs:153:62 Sep 19 23:59:54.843 INFO kablam! | Sep 19 23:59:54.843 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 19 23:59:54.844 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:54.844 INFO kablam! | Sep 19 23:59:54.845 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 19 23:59:54.845 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:54.846 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:54.846 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 19 23:59:54.846 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 19 23:59:54.847 INFO kablam! Sep 19 23:59:54.866 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:54.867 INFO kablam! --> src/player.rs:339:26 Sep 19 23:59:54.867 INFO kablam! | Sep 19 23:59:54.867 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 19 23:59:54.868 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:54.868 INFO kablam! | Sep 19 23:59:54.869 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:54.869 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:54.869 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 19 23:59:54.870 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 19 23:59:54.870 INFO kablam! Sep 19 23:59:54.871 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:54.871 INFO kablam! --> src/player.rs:346:28 Sep 19 23:59:54.871 INFO kablam! | Sep 19 23:59:54.872 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 19 23:59:54.872 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:54.872 INFO kablam! | Sep 19 23:59:54.873 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:54.873 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:54.874 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 19 23:59:54.874 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 19 23:59:54.874 INFO kablam! Sep 19 23:59:54.938 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:54.939 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 19 23:59:54.939 INFO kablam! | Sep 19 23:59:54.939 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 19 23:59:54.940 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:54.940 INFO kablam! | Sep 19 23:59:54.941 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:54.941 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:54.941 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 19 23:59:54.942 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:59:54.942 INFO kablam! Sep 19 23:59:54.957 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:54.957 INFO kablam! --> src/progress.rs:268:51 Sep 19 23:59:54.958 INFO kablam! | Sep 19 23:59:54.958 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 19 23:59:54.958 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:54.959 INFO kablam! | Sep 19 23:59:54.959 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:54.960 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:54.960 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 19 23:59:54.960 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:59:54.961 INFO kablam! Sep 19 23:59:54.978 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:54.979 INFO kablam! --> src/player.rs:153:62 Sep 19 23:59:54.979 INFO kablam! | Sep 19 23:59:54.979 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Sep 19 23:59:54.980 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:54.980 INFO kablam! | Sep 19 23:59:54.981 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:54.981 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:54.981 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 19 23:59:54.982 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 19 23:59:54.982 INFO kablam! Sep 19 23:59:55.006 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:55.006 INFO kablam! --> src/player.rs:339:26 Sep 19 23:59:55.007 INFO kablam! | Sep 19 23:59:55.007 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Sep 19 23:59:55.008 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:55.008 INFO kablam! | Sep 19 23:59:55.008 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:55.009 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:55.009 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 19 23:59:55.010 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 19 23:59:55.010 INFO kablam! Sep 19 23:59:55.010 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:55.011 INFO kablam! --> src/player.rs:346:28 Sep 19 23:59:55.011 INFO kablam! | Sep 19 23:59:55.011 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Sep 19 23:59:55.012 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:55.012 INFO kablam! | Sep 19 23:59:55.013 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:55.013 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:55.014 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Sep 19 23:59:55.014 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Sep 19 23:59:55.014 INFO kablam! Sep 19 23:59:55.046 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:55.046 INFO kablam! --> src/pooled_connection.rs:104:28 Sep 19 23:59:55.047 INFO kablam! | Sep 19 23:59:55.047 INFO kablam! 104 | .map(|d| d.as_millis()) Sep 19 23:59:55.047 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:55.048 INFO kablam! | Sep 19 23:59:55.048 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:55.048 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:55.049 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 19 23:59:55.049 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:59:55.049 INFO kablam! Sep 19 23:59:55.070 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:59:55.071 INFO kablam! --> src/progress.rs:268:51 Sep 19 23:59:55.071 INFO kablam! | Sep 19 23:59:55.071 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Sep 19 23:59:55.072 INFO kablam! | ^^^^^^^^^ Sep 19 23:59:55.072 INFO kablam! | Sep 19 23:59:55.072 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:59:55.073 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:59:55.073 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Sep 19 23:59:55.074 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:59:55.074 INFO kablam! Sep 19 23:59:56.730 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 19 23:59:56.730 INFO kablam! --> examples/get_metadata.rs:11:37 Sep 19 23:59:56.730 INFO kablam! | Sep 19 23:59:56.730 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Sep 19 23:59:56.730 INFO kablam! | ^^^^^^ Sep 19 23:59:56.730 INFO kablam! | Sep 19 23:59:56.730 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:59:56.730 INFO kablam! Sep 19 23:59:56.787 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 19 23:59:56.787 INFO kablam! --> examples/get_metadata.rs:49:14 Sep 19 23:59:56.787 INFO kablam! | Sep 19 23:59:56.787 INFO kablam! 49 | .get_metadata_hash() Sep 19 23:59:56.787 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:59:56.787 INFO kablam! Sep 19 23:59:57.223 INFO kablam! warning: unused import: `Event` Sep 19 23:59:57.223 INFO kablam! --> examples/events.rs:3:13 Sep 19 23:59:57.223 INFO kablam! | Sep 19 23:59:57.224 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Sep 19 23:59:57.224 INFO kablam! | ^^^^^ Sep 19 23:59:57.224 INFO kablam! | Sep 19 23:59:57.224 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:59:57.225 INFO kablam! Sep 19 23:59:57.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.66s Sep 19 23:59:57.307 INFO kablam! su: No module specific data is present Sep 19 23:59:57.751 INFO running `"docker" "rm" "-f" "e8b6494b3698fc92d4364d66a1264cdfe4f288e696bb0a498d1e9e6dc7210332"` Sep 19 23:59:57.821 INFO blam! e8b6494b3698fc92d4364d66a1264cdfe4f288e696bb0a498d1e9e6dc7210332