Sep 04 09:29:46.936 INFO checking num-traits-0.2.5 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 09:29:46.936 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 09:29:46.936 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:29:47.101 INFO blam! f392d4b9e2683fe894dab159b7e645d3c47226fd0750122d9641af0105c4d1c9 Sep 04 09:29:47.103 INFO running `"docker" "start" "-a" "f392d4b9e2683fe894dab159b7e645d3c47226fd0750122d9641af0105c4d1c9"` Sep 04 09:29:47.657 INFO kablam! Compiling num-traits v0.2.5 (file:///source) Sep 04 09:29:51.357 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.357 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.357 INFO kablam! | Sep 04 09:29:51.357 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.358 INFO kablam! ... Sep 04 09:29:51.358 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.358 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.358 INFO kablam! | Sep 04 09:29:51.358 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 04 09:29:51.358 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.358 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.358 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.358 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.358 INFO kablam! Sep 04 09:29:51.360 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.360 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.360 INFO kablam! | Sep 04 09:29:51.360 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.360 INFO kablam! ... Sep 04 09:29:51.360 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.360 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.360 INFO kablam! | Sep 04 09:29:51.360 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.360 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.360 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.360 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.360 INFO kablam! Sep 04 09:29:51.362 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.362 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.362 INFO kablam! | Sep 04 09:29:51.362 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.362 INFO kablam! ... Sep 04 09:29:51.362 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.362 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.362 INFO kablam! | Sep 04 09:29:51.362 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.362 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.362 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.362 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.362 INFO kablam! Sep 04 09:29:51.364 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.364 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.364 INFO kablam! | Sep 04 09:29:51.364 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.364 INFO kablam! ... Sep 04 09:29:51.364 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.365 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.365 INFO kablam! | Sep 04 09:29:51.365 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.365 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.365 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.365 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.365 INFO kablam! Sep 04 09:29:51.367 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.367 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.367 INFO kablam! | Sep 04 09:29:51.367 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.367 INFO kablam! ... Sep 04 09:29:51.367 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.367 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.367 INFO kablam! | Sep 04 09:29:51.367 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.367 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.367 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.367 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.367 INFO kablam! Sep 04 09:29:51.369 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.369 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.369 INFO kablam! | Sep 04 09:29:51.369 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.369 INFO kablam! ... Sep 04 09:29:51.369 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.369 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.369 INFO kablam! | Sep 04 09:29:51.369 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.369 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.369 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.369 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.369 INFO kablam! Sep 04 09:29:51.371 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.371 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.371 INFO kablam! | Sep 04 09:29:51.371 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.371 INFO kablam! ... Sep 04 09:29:51.372 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.372 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.372 INFO kablam! | Sep 04 09:29:51.372 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.372 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.372 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.372 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.372 INFO kablam! Sep 04 09:29:51.374 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.374 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.374 INFO kablam! | Sep 04 09:29:51.374 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.374 INFO kablam! ... Sep 04 09:29:51.374 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.374 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.374 INFO kablam! | Sep 04 09:29:51.374 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.374 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.374 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.374 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.374 INFO kablam! Sep 04 09:29:51.376 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.376 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.376 INFO kablam! | Sep 04 09:29:51.376 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.376 INFO kablam! ... Sep 04 09:29:51.376 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.376 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.376 INFO kablam! | Sep 04 09:29:51.376 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.377 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.377 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.377 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.377 INFO kablam! Sep 04 09:29:51.378 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.378 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.379 INFO kablam! | Sep 04 09:29:51.379 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.379 INFO kablam! ... Sep 04 09:29:51.379 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.379 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.379 INFO kablam! | Sep 04 09:29:51.379 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.379 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.379 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.379 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.379 INFO kablam! Sep 04 09:29:51.381 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.381 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.381 INFO kablam! | Sep 04 09:29:51.381 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.381 INFO kablam! ... Sep 04 09:29:51.381 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.381 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.381 INFO kablam! | Sep 04 09:29:51.381 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.381 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.381 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.382 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.382 INFO kablam! Sep 04 09:29:51.383 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.383 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.383 INFO kablam! | Sep 04 09:29:51.383 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.384 INFO kablam! ... Sep 04 09:29:51.384 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.384 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.384 INFO kablam! | Sep 04 09:29:51.384 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.384 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.384 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.384 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.384 INFO kablam! Sep 04 09:29:51.386 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.386 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.386 INFO kablam! | Sep 04 09:29:51.386 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.386 INFO kablam! ... Sep 04 09:29:51.386 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.387 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.387 INFO kablam! | Sep 04 09:29:51.387 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.387 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.387 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.387 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.387 INFO kablam! Sep 04 09:29:51.388 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.388 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.388 INFO kablam! | Sep 04 09:29:51.388 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.388 INFO kablam! ... Sep 04 09:29:51.388 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.389 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.389 INFO kablam! | Sep 04 09:29:51.389 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.389 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.389 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.389 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.389 INFO kablam! Sep 04 09:29:51.390 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.390 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.390 INFO kablam! | Sep 04 09:29:51.390 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.390 INFO kablam! ... Sep 04 09:29:51.390 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.391 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.391 INFO kablam! | Sep 04 09:29:51.391 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.391 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.391 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.391 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.391 INFO kablam! Sep 04 09:29:51.392 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.392 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.392 INFO kablam! | Sep 04 09:29:51.392 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.392 INFO kablam! ... Sep 04 09:29:51.392 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.393 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.393 INFO kablam! | Sep 04 09:29:51.393 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.393 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.393 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.393 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.393 INFO kablam! Sep 04 09:29:51.394 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.394 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.394 INFO kablam! | Sep 04 09:29:51.394 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.394 INFO kablam! ... Sep 04 09:29:51.395 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.395 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.395 INFO kablam! | Sep 04 09:29:51.395 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.395 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.395 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.395 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.396 INFO kablam! Sep 04 09:29:51.396 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.396 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.396 INFO kablam! | Sep 04 09:29:51.396 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.396 INFO kablam! ... Sep 04 09:29:51.397 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.397 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.397 INFO kablam! | Sep 04 09:29:51.397 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.397 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.397 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.397 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.398 INFO kablam! Sep 04 09:29:51.398 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.398 INFO kablam! --> src/bounds.rs:91:28 Sep 04 09:29:51.398 INFO kablam! | Sep 04 09:29:51.398 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.399 INFO kablam! ... Sep 04 09:29:51.399 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.399 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.399 INFO kablam! | Sep 04 09:29:51.399 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.399 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.399 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.400 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.400 INFO kablam! Sep 04 09:29:51.400 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.400 INFO kablam! --> src/bounds.rs:92:28 Sep 04 09:29:51.400 INFO kablam! | Sep 04 09:29:51.400 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.400 INFO kablam! ... Sep 04 09:29:51.400 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 04 09:29:51.401 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 04 09:29:51.401 INFO kablam! | Sep 04 09:29:51.401 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.401 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.401 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.401 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.401 INFO kablam! Sep 04 09:29:51.411 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.411 INFO kablam! --> src/bounds.rs:106:28 Sep 04 09:29:51.411 INFO kablam! | Sep 04 09:29:51.411 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.411 INFO kablam! ... Sep 04 09:29:51.411 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 04 09:29:51.411 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 09:29:51.411 INFO kablam! | Sep 04 09:29:51.411 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.411 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.411 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.411 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.411 INFO kablam! Sep 04 09:29:51.413 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.413 INFO kablam! --> src/bounds.rs:107:28 Sep 04 09:29:51.413 INFO kablam! | Sep 04 09:29:51.413 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.413 INFO kablam! ... Sep 04 09:29:51.413 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 04 09:29:51.413 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 09:29:51.413 INFO kablam! | Sep 04 09:29:51.413 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.413 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.414 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.414 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.414 INFO kablam! Sep 04 09:29:51.415 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.415 INFO kablam! --> src/bounds.rs:106:28 Sep 04 09:29:51.415 INFO kablam! | Sep 04 09:29:51.415 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 04 09:29:51.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.415 INFO kablam! ... Sep 04 09:29:51.415 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 04 09:29:51.416 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 09:29:51.416 INFO kablam! | Sep 04 09:29:51.416 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.416 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.416 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 04 09:29:51.416 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 04 09:29:51.416 INFO kablam! Sep 04 09:29:51.417 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:29:51.417 INFO kablam! --> src/bounds.rs:107:28 Sep 04 09:29:51.418 INFO kablam! | Sep 04 09:29:51.418 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 04 09:29:51.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:29:51.418 INFO kablam! ... Sep 04 09:29:51.418 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 04 09:29:51.418 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 09:29:51.418 INFO kablam! | Sep 04 09:29:51.418 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:29:51.418 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:29:51.418 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 04 09:29:51.418 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 04 09:29:51.418 INFO kablam! Sep 04 09:30:02.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.91s Sep 04 09:30:02.557 INFO kablam! su: No module specific data is present Sep 04 09:30:02.855 INFO running `"docker" "rm" "-f" "f392d4b9e2683fe894dab159b7e645d3c47226fd0750122d9641af0105c4d1c9"` Sep 04 09:30:02.961 INFO blam! f392d4b9e2683fe894dab159b7e645d3c47226fd0750122d9641af0105c4d1c9