Jul 12 03:56:15.871 INFO checking mpris-1.0.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 03:56:15.871 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 03:56:15.871 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 03:56:15.871 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 03:56:16.131 INFO blam! e9c250c75f66e56a3bb5562e2db3e72f64946ae4f60490904034d891eac611ec Jul 12 03:56:16.133 INFO running `"docker" "start" "-a" "e9c250c75f66e56a3bb5562e2db3e72f64946ae4f60490904034d891eac611ec"` Jul 12 03:56:17.221 INFO kablam! Checking dbus v0.6.2 Jul 12 03:56:28.924 INFO kablam! Checking mpris v1.0.0 (file:///source) Jul 12 03:56:30.191 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.191 INFO kablam! --> src/pooled_connection.rs:74:28 Jul 12 03:56:30.191 INFO kablam! | Jul 12 03:56:30.191 INFO kablam! 74 | .map(|d| d.as_millis()) Jul 12 03:56:30.191 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.192 INFO kablam! | Jul 12 03:56:30.192 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Jul 12 03:56:30.193 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.193 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.194 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Jul 12 03:56:30.194 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Jul 12 03:56:30.194 INFO kablam! Jul 12 03:56:30.333 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.333 INFO kablam! --> src/player.rs:151:62 Jul 12 03:56:30.333 INFO kablam! | Jul 12 03:56:30.333 INFO kablam! 151 | self.set_position_in_microseconds(track_id, position.as_micros()) Jul 12 03:56:30.333 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.333 INFO kablam! | Jul 12 03:56:30.334 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.334 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.334 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Jul 12 03:56:30.335 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Jul 12 03:56:30.335 INFO kablam! Jul 12 03:56:30.335 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.335 INFO kablam! --> src/extensions.rs:40:29 Jul 12 03:56:30.335 INFO kablam! | Jul 12 03:56:30.335 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Jul 12 03:56:30.335 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.335 INFO kablam! | Jul 12 03:56:30.335 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Jul 12 03:56:30.335 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.335 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.335 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Jul 12 03:56:30.335 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Jul 12 03:56:30.335 INFO kablam! Jul 12 03:56:30.339 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.339 INFO kablam! --> src/extensions.rs:46:29 Jul 12 03:56:30.339 INFO kablam! | Jul 12 03:56:30.339 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Jul 12 03:56:30.339 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.339 INFO kablam! | Jul 12 03:56:30.339 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.339 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.339 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Jul 12 03:56:30.339 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Jul 12 03:56:30.339 INFO kablam! Jul 12 03:56:30.364 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.364 INFO kablam! --> src/pooled_connection.rs:74:28 Jul 12 03:56:30.364 INFO kablam! | Jul 12 03:56:30.364 INFO kablam! 74 | .map(|d| d.as_millis()) Jul 12 03:56:30.364 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.366 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.366 INFO kablam! --> src/player.rs:301:26 Jul 12 03:56:30.366 INFO kablam! | Jul 12 03:56:30.366 INFO kablam! 301 | self.seek(offset.as_micros() as i64) Jul 12 03:56:30.366 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.366 INFO kablam! | Jul 12 03:56:30.367 INFO kablam! | Jul 12 03:56:30.367 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.367 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.367 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Jul 12 03:56:30.367 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Jul 12 03:56:30.367 INFO kablam! Jul 12 03:56:30.368 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.368 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.368 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Jul 12 03:56:30.368 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Jul 12 03:56:30.368 INFO kablam! Jul 12 03:56:30.369 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.369 INFO kablam! --> src/player.rs:308:28 Jul 12 03:56:30.369 INFO kablam! | Jul 12 03:56:30.369 INFO kablam! 308 | self.seek(-(offset.as_micros() as i64)) Jul 12 03:56:30.369 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.369 INFO kablam! | Jul 12 03:56:30.370 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.370 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.370 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Jul 12 03:56:30.370 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Jul 12 03:56:30.370 INFO kablam! Jul 12 03:56:30.466 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.466 INFO kablam! --> src/progress.rs:265:51 Jul 12 03:56:30.466 INFO kablam! | Jul 12 03:56:30.466 INFO kablam! 265 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Jul 12 03:56:30.466 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.466 INFO kablam! | Jul 12 03:56:30.466 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.467 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.467 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Jul 12 03:56:30.467 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Jul 12 03:56:30.467 INFO kablam! Jul 12 03:56:30.513 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.513 INFO kablam! --> src/player.rs:151:62 Jul 12 03:56:30.513 INFO kablam! | Jul 12 03:56:30.513 INFO kablam! 151 | self.set_position_in_microseconds(track_id, position.as_micros()) Jul 12 03:56:30.513 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.513 INFO kablam! | Jul 12 03:56:30.513 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.513 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.513 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Jul 12 03:56:30.513 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Jul 12 03:56:30.513 INFO kablam! Jul 12 03:56:30.546 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.546 INFO kablam! --> src/player.rs:301:26 Jul 12 03:56:30.546 INFO kablam! | Jul 12 03:56:30.546 INFO kablam! 301 | self.seek(offset.as_micros() as i64) Jul 12 03:56:30.546 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.546 INFO kablam! | Jul 12 03:56:30.546 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.546 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.546 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Jul 12 03:56:30.546 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Jul 12 03:56:30.546 INFO kablam! Jul 12 03:56:30.551 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.551 INFO kablam! --> src/player.rs:308:28 Jul 12 03:56:30.551 INFO kablam! | Jul 12 03:56:30.552 INFO kablam! 308 | self.seek(-(offset.as_micros() as i64)) Jul 12 03:56:30.552 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.552 INFO kablam! | Jul 12 03:56:30.552 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.552 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.552 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Jul 12 03:56:30.552 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Jul 12 03:56:30.552 INFO kablam! Jul 12 03:56:30.835 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 03:56:30.835 INFO kablam! --> src/progress.rs:265:51 Jul 12 03:56:30.835 INFO kablam! | Jul 12 03:56:30.835 INFO kablam! 265 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Jul 12 03:56:30.835 INFO kablam! | ^^^^^^^^^ Jul 12 03:56:30.836 INFO kablam! | Jul 12 03:56:30.836 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 03:56:30.836 INFO kablam! = note: for more information, see issue #48919 Jul 12 03:56:30.836 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Jul 12 03:56:30.836 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Jul 12 03:56:30.836 INFO kablam! Jul 12 03:56:34.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.26s Jul 12 03:56:34.386 INFO kablam! su: No module specific data is present Jul 12 03:56:35.091 INFO running `"docker" "rm" "-f" "e9c250c75f66e56a3bb5562e2db3e72f64946ae4f60490904034d891eac611ec"` Jul 12 03:56:35.284 INFO blam! e9c250c75f66e56a3bb5562e2db3e72f64946ae4f60490904034d891eac611ec