Sep 10 13:45:47.385 INFO checking num-traits-0.2.5 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 13:45:47.385 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 13:45:47.385 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:45:47.528 INFO blam! f992905e12fea6d246f0badca992e1f16f0a4e328c3a1ec489663cf4208514d0 Sep 10 13:45:47.529 INFO running `"docker" "start" "-a" "f992905e12fea6d246f0badca992e1f16f0a4e328c3a1ec489663cf4208514d0"` Sep 10 13:45:48.673 INFO kablam! usermod: no changes Sep 10 13:45:48.698 INFO kablam! Compiling num-traits v0.2.5 (file:///source) Sep 10 13:45:50.741 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.741 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.741 INFO kablam! | Sep 10 13:45:50.741 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.741 INFO kablam! ... Sep 10 13:45:50.741 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.741 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.741 INFO kablam! | Sep 10 13:45:50.741 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 10 13:45:50.741 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.741 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.741 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.741 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.741 INFO kablam! Sep 10 13:45:50.742 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.742 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.742 INFO kablam! | Sep 10 13:45:50.742 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.742 INFO kablam! ... Sep 10 13:45:50.742 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.742 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.742 INFO kablam! | Sep 10 13:45:50.742 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.742 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.742 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.742 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.742 INFO kablam! Sep 10 13:45:50.744 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.744 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.744 INFO kablam! | Sep 10 13:45:50.744 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.744 INFO kablam! ... Sep 10 13:45:50.744 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.744 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.744 INFO kablam! | Sep 10 13:45:50.744 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.744 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.744 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.744 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.744 INFO kablam! Sep 10 13:45:50.745 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.745 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.745 INFO kablam! | Sep 10 13:45:50.745 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.745 INFO kablam! ... Sep 10 13:45:50.745 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.745 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.745 INFO kablam! | Sep 10 13:45:50.745 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.745 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.745 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.745 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.745 INFO kablam! Sep 10 13:45:50.747 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.747 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.747 INFO kablam! | Sep 10 13:45:50.747 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.747 INFO kablam! ... Sep 10 13:45:50.747 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.747 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.747 INFO kablam! | Sep 10 13:45:50.747 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.747 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.747 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.747 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.747 INFO kablam! Sep 10 13:45:50.748 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.748 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.748 INFO kablam! | Sep 10 13:45:50.748 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.748 INFO kablam! ... Sep 10 13:45:50.748 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.748 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.748 INFO kablam! | Sep 10 13:45:50.748 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.748 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.748 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.748 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.748 INFO kablam! Sep 10 13:45:50.750 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.750 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.750 INFO kablam! | Sep 10 13:45:50.750 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.750 INFO kablam! ... Sep 10 13:45:50.750 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.750 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.750 INFO kablam! | Sep 10 13:45:50.750 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.750 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.750 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.750 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.750 INFO kablam! Sep 10 13:45:50.752 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.752 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.752 INFO kablam! | Sep 10 13:45:50.752 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.753 INFO kablam! ... Sep 10 13:45:50.753 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.753 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.753 INFO kablam! | Sep 10 13:45:50.753 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.753 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.753 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.753 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.753 INFO kablam! Sep 10 13:45:50.754 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.754 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.754 INFO kablam! | Sep 10 13:45:50.754 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.754 INFO kablam! ... Sep 10 13:45:50.754 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.754 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.754 INFO kablam! | Sep 10 13:45:50.754 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.754 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.754 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.754 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.754 INFO kablam! Sep 10 13:45:50.755 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.755 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.756 INFO kablam! | Sep 10 13:45:50.756 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.756 INFO kablam! ... Sep 10 13:45:50.756 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.756 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.756 INFO kablam! | Sep 10 13:45:50.756 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.756 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.756 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.756 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.756 INFO kablam! Sep 10 13:45:50.757 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.757 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.757 INFO kablam! | Sep 10 13:45:50.757 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.757 INFO kablam! ... Sep 10 13:45:50.757 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.757 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.757 INFO kablam! | Sep 10 13:45:50.757 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.758 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.758 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.758 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.758 INFO kablam! Sep 10 13:45:50.759 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.759 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.759 INFO kablam! | Sep 10 13:45:50.759 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.759 INFO kablam! ... Sep 10 13:45:50.759 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.759 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.760 INFO kablam! | Sep 10 13:45:50.760 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.760 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.760 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.761 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.761 INFO kablam! Sep 10 13:45:50.762 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.762 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.762 INFO kablam! | Sep 10 13:45:50.762 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.762 INFO kablam! ... Sep 10 13:45:50.762 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.762 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.763 INFO kablam! | Sep 10 13:45:50.763 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.763 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.763 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.763 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.763 INFO kablam! Sep 10 13:45:50.764 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.764 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.764 INFO kablam! | Sep 10 13:45:50.764 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.764 INFO kablam! ... Sep 10 13:45:50.764 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.764 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.764 INFO kablam! | Sep 10 13:45:50.764 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.764 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.764 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.764 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.764 INFO kablam! Sep 10 13:45:50.766 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.766 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.766 INFO kablam! | Sep 10 13:45:50.766 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.766 INFO kablam! ... Sep 10 13:45:50.766 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.766 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.766 INFO kablam! | Sep 10 13:45:50.766 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.766 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.766 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.766 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.766 INFO kablam! Sep 10 13:45:50.767 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.767 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.767 INFO kablam! | Sep 10 13:45:50.767 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.767 INFO kablam! ... Sep 10 13:45:50.767 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.767 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.768 INFO kablam! | Sep 10 13:45:50.768 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.768 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.768 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.768 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.769 INFO kablam! Sep 10 13:45:50.770 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.770 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.770 INFO kablam! | Sep 10 13:45:50.770 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.770 INFO kablam! ... Sep 10 13:45:50.770 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.770 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.770 INFO kablam! | Sep 10 13:45:50.770 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.770 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.771 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.771 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.771 INFO kablam! Sep 10 13:45:50.772 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.772 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.772 INFO kablam! | Sep 10 13:45:50.772 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.772 INFO kablam! ... Sep 10 13:45:50.772 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.772 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.772 INFO kablam! | Sep 10 13:45:50.772 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.772 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.772 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.772 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.772 INFO kablam! Sep 10 13:45:50.773 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.773 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:50.773 INFO kablam! | Sep 10 13:45:50.773 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.773 INFO kablam! ... Sep 10 13:45:50.773 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.773 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.773 INFO kablam! | Sep 10 13:45:50.773 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.773 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.773 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.773 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.773 INFO kablam! Sep 10 13:45:50.774 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.774 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:50.774 INFO kablam! | Sep 10 13:45:50.774 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.774 INFO kablam! ... Sep 10 13:45:50.774 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:50.774 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:50.774 INFO kablam! | Sep 10 13:45:50.775 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.775 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.775 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.775 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.775 INFO kablam! Sep 10 13:45:50.785 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.785 INFO kablam! --> src/bounds.rs:106:28 Sep 10 13:45:50.785 INFO kablam! | Sep 10 13:45:50.785 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.785 INFO kablam! ... Sep 10 13:45:50.785 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 10 13:45:50.785 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 13:45:50.785 INFO kablam! | Sep 10 13:45:50.785 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.785 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.785 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.786 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.786 INFO kablam! Sep 10 13:45:50.787 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.787 INFO kablam! --> src/bounds.rs:107:28 Sep 10 13:45:50.787 INFO kablam! | Sep 10 13:45:50.787 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.787 INFO kablam! ... Sep 10 13:45:50.787 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 10 13:45:50.787 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 13:45:50.787 INFO kablam! | Sep 10 13:45:50.787 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.787 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.787 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.787 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.787 INFO kablam! Sep 10 13:45:50.789 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.789 INFO kablam! --> src/bounds.rs:106:28 Sep 10 13:45:50.789 INFO kablam! | Sep 10 13:45:50.789 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:50.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.789 INFO kablam! ... Sep 10 13:45:50.789 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 10 13:45:50.789 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 13:45:50.789 INFO kablam! | Sep 10 13:45:50.789 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.789 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.789 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:50.789 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:50.789 INFO kablam! Sep 10 13:45:50.791 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:50.791 INFO kablam! --> src/bounds.rs:107:28 Sep 10 13:45:50.791 INFO kablam! | Sep 10 13:45:50.791 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:50.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:50.791 INFO kablam! ... Sep 10 13:45:50.791 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 10 13:45:50.791 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 13:45:50.791 INFO kablam! | Sep 10 13:45:50.791 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 10 13:45:50.791 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:50.791 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:50.791 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:50.791 INFO kablam! Sep 10 13:45:58.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.01s Sep 10 13:45:58.708 INFO kablam! su: No module specific data is present Sep 10 13:45:59.222 INFO running `"docker" "rm" "-f" "f992905e12fea6d246f0badca992e1f16f0a4e328c3a1ec489663cf4208514d0"` Sep 10 13:45:59.305 INFO blam! f992905e12fea6d246f0badca992e1f16f0a4e328c3a1ec489663cf4208514d0