Sep 06 03:08:36.243 INFO checking num-traits-0.2.5 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 03:08:36.243 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 03:08:36.243 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:08:36.367 INFO blam! f19f149707fdb70777ea287b82e65772c7bf035a3f9e1e7db487a6afe8dc5e60 Sep 06 03:08:36.371 INFO running `"docker" "start" "-a" "f19f149707fdb70777ea287b82e65772c7bf035a3f9e1e7db487a6afe8dc5e60"` Sep 06 03:08:37.110 INFO kablam! usermod: no changes Sep 06 03:08:37.140 INFO kablam! Compiling num-traits v0.2.5 (file:///source) Sep 06 03:08:39.386 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.386 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.386 INFO kablam! | Sep 06 03:08:39.386 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.386 INFO kablam! ... Sep 06 03:08:39.386 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.386 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.386 INFO kablam! | Sep 06 03:08:39.386 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 06 03:08:39.386 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.386 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.386 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.386 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.386 INFO kablam! Sep 06 03:08:39.386 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.386 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.386 INFO kablam! | Sep 06 03:08:39.386 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.386 INFO kablam! ... Sep 06 03:08:39.386 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.386 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.386 INFO kablam! | Sep 06 03:08:39.386 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.386 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.387 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.387 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.387 INFO kablam! Sep 06 03:08:39.387 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.387 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.387 INFO kablam! | Sep 06 03:08:39.387 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.387 INFO kablam! ... Sep 06 03:08:39.387 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.387 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.387 INFO kablam! | Sep 06 03:08:39.387 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.387 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.387 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.387 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.387 INFO kablam! Sep 06 03:08:39.387 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.387 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.387 INFO kablam! | Sep 06 03:08:39.387 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.387 INFO kablam! ... Sep 06 03:08:39.387 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.387 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.387 INFO kablam! | Sep 06 03:08:39.387 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.387 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.387 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.387 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.387 INFO kablam! Sep 06 03:08:39.387 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.387 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.387 INFO kablam! | Sep 06 03:08:39.387 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.387 INFO kablam! ... Sep 06 03:08:39.387 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.387 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.390 INFO kablam! | Sep 06 03:08:39.390 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.390 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.390 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.390 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.390 INFO kablam! Sep 06 03:08:39.390 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.390 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.390 INFO kablam! | Sep 06 03:08:39.390 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.390 INFO kablam! ... Sep 06 03:08:39.390 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.390 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.390 INFO kablam! | Sep 06 03:08:39.390 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.390 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.390 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.390 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.390 INFO kablam! Sep 06 03:08:39.390 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.390 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.390 INFO kablam! | Sep 06 03:08:39.390 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.390 INFO kablam! ... Sep 06 03:08:39.390 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.390 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.390 INFO kablam! | Sep 06 03:08:39.390 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.390 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.391 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.391 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.391 INFO kablam! Sep 06 03:08:39.391 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.391 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.391 INFO kablam! | Sep 06 03:08:39.391 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.391 INFO kablam! ... Sep 06 03:08:39.391 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.391 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.391 INFO kablam! | Sep 06 03:08:39.391 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.391 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.391 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.391 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.391 INFO kablam! Sep 06 03:08:39.391 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.391 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.391 INFO kablam! | Sep 06 03:08:39.391 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.391 INFO kablam! ... Sep 06 03:08:39.391 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.391 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.391 INFO kablam! | Sep 06 03:08:39.391 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.391 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.391 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.391 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.391 INFO kablam! Sep 06 03:08:39.394 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.394 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.394 INFO kablam! | Sep 06 03:08:39.394 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.394 INFO kablam! ... Sep 06 03:08:39.394 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.394 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.394 INFO kablam! | Sep 06 03:08:39.394 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.394 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.394 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.394 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.394 INFO kablam! Sep 06 03:08:39.394 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.394 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.394 INFO kablam! | Sep 06 03:08:39.394 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.394 INFO kablam! ... Sep 06 03:08:39.394 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.394 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.394 INFO kablam! | Sep 06 03:08:39.394 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.394 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.394 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.394 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.394 INFO kablam! Sep 06 03:08:39.394 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.394 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.394 INFO kablam! | Sep 06 03:08:39.394 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.394 INFO kablam! ... Sep 06 03:08:39.394 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.394 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.394 INFO kablam! | Sep 06 03:08:39.394 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.394 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.394 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.395 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.395 INFO kablam! Sep 06 03:08:39.402 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.402 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.402 INFO kablam! | Sep 06 03:08:39.402 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.402 INFO kablam! ... Sep 06 03:08:39.402 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.402 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.402 INFO kablam! | Sep 06 03:08:39.402 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.402 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.402 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.402 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.402 INFO kablam! Sep 06 03:08:39.402 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.402 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.402 INFO kablam! | Sep 06 03:08:39.402 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.402 INFO kablam! ... Sep 06 03:08:39.402 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.402 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.402 INFO kablam! | Sep 06 03:08:39.402 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.402 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.402 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.402 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.402 INFO kablam! Sep 06 03:08:39.402 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.402 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.402 INFO kablam! | Sep 06 03:08:39.403 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.403 INFO kablam! ... Sep 06 03:08:39.403 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.403 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.403 INFO kablam! | Sep 06 03:08:39.403 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.403 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.403 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.403 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.403 INFO kablam! Sep 06 03:08:39.403 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.403 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.403 INFO kablam! | Sep 06 03:08:39.403 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.403 INFO kablam! ... Sep 06 03:08:39.403 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.403 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.403 INFO kablam! | Sep 06 03:08:39.403 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.403 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.403 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.403 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.403 INFO kablam! Sep 06 03:08:39.403 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.403 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.403 INFO kablam! | Sep 06 03:08:39.403 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.403 INFO kablam! ... Sep 06 03:08:39.403 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.403 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.403 INFO kablam! | Sep 06 03:08:39.403 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.403 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.403 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.403 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.403 INFO kablam! Sep 06 03:08:39.403 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.403 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.403 INFO kablam! | Sep 06 03:08:39.403 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.403 INFO kablam! ... Sep 06 03:08:39.403 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.403 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.403 INFO kablam! | Sep 06 03:08:39.403 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.403 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.403 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.403 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.403 INFO kablam! Sep 06 03:08:39.410 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.410 INFO kablam! --> src/bounds.rs:91:28 Sep 06 03:08:39.410 INFO kablam! | Sep 06 03:08:39.410 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.410 INFO kablam! ... Sep 06 03:08:39.410 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.410 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.410 INFO kablam! | Sep 06 03:08:39.410 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.410 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.410 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.410 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.410 INFO kablam! Sep 06 03:08:39.410 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.410 INFO kablam! --> src/bounds.rs:92:28 Sep 06 03:08:39.410 INFO kablam! | Sep 06 03:08:39.410 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.410 INFO kablam! ... Sep 06 03:08:39.410 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 06 03:08:39.410 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 06 03:08:39.410 INFO kablam! | Sep 06 03:08:39.410 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.410 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.410 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.410 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.410 INFO kablam! Sep 06 03:08:39.418 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.418 INFO kablam! --> src/bounds.rs:106:28 Sep 06 03:08:39.418 INFO kablam! | Sep 06 03:08:39.418 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.418 INFO kablam! ... Sep 06 03:08:39.418 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 06 03:08:39.418 INFO kablam! | ---------------------------------- in this macro invocation Sep 06 03:08:39.418 INFO kablam! | Sep 06 03:08:39.418 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.418 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.418 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.418 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.418 INFO kablam! Sep 06 03:08:39.418 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.418 INFO kablam! --> src/bounds.rs:107:28 Sep 06 03:08:39.418 INFO kablam! | Sep 06 03:08:39.418 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.418 INFO kablam! ... Sep 06 03:08:39.418 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 06 03:08:39.418 INFO kablam! | ---------------------------------- in this macro invocation Sep 06 03:08:39.418 INFO kablam! | Sep 06 03:08:39.418 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.418 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.418 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.418 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.418 INFO kablam! Sep 06 03:08:39.426 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.426 INFO kablam! --> src/bounds.rs:106:28 Sep 06 03:08:39.426 INFO kablam! | Sep 06 03:08:39.426 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 06 03:08:39.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.426 INFO kablam! ... Sep 06 03:08:39.426 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 06 03:08:39.426 INFO kablam! | ---------------------------------- in this macro invocation Sep 06 03:08:39.426 INFO kablam! | Sep 06 03:08:39.426 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.426 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.426 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 06 03:08:39.426 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 06 03:08:39.426 INFO kablam! Sep 06 03:08:39.426 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:08:39.426 INFO kablam! --> src/bounds.rs:107:28 Sep 06 03:08:39.426 INFO kablam! | Sep 06 03:08:39.426 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 06 03:08:39.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:08:39.426 INFO kablam! ... Sep 06 03:08:39.426 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 06 03:08:39.426 INFO kablam! | ---------------------------------- in this macro invocation Sep 06 03:08:39.426 INFO kablam! | Sep 06 03:08:39.426 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:08:39.426 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:08:39.426 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 06 03:08:39.426 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 06 03:08:39.426 INFO kablam! Sep 06 03:08:46.806 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.67s Sep 06 03:08:46.808 INFO kablam! su: No module specific data is present Sep 06 03:08:47.649 INFO running `"docker" "rm" "-f" "f19f149707fdb70777ea287b82e65772c7bf035a3f9e1e7db487a6afe8dc5e60"` Sep 06 03:08:47.719 INFO blam! f19f149707fdb70777ea287b82e65772c7bf035a3f9e1e7db487a6afe8dc5e60