Sep 19 21:37:17.785 INFO checking num-traits-0.2.5 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 21:37:17.785 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 21:37:17.785 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:37:17.938 INFO blam! 8a5603db127c566b09d53737fcbcc9847369d16ff00a70c00ec9c4dc1baa430e Sep 19 21:37:17.939 INFO running `"docker" "start" "-a" "8a5603db127c566b09d53737fcbcc9847369d16ff00a70c00ec9c4dc1baa430e"` Sep 19 21:37:18.943 INFO kablam! usermod: no changes Sep 19 21:37:18.963 INFO kablam! Compiling num-traits v0.2.5 (/source) Sep 19 21:37:21.153 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.153 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.153 INFO kablam! | Sep 19 21:37:21.153 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.153 INFO kablam! ... Sep 19 21:37:21.153 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.153 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.153 INFO kablam! | Sep 19 21:37:21.153 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 19 21:37:21.153 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.153 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.153 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.153 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.153 INFO kablam! Sep 19 21:37:21.154 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.154 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.154 INFO kablam! | Sep 19 21:37:21.154 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.154 INFO kablam! ... Sep 19 21:37:21.154 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.154 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.154 INFO kablam! | Sep 19 21:37:21.154 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.154 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.154 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.154 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.154 INFO kablam! Sep 19 21:37:21.155 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.155 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.155 INFO kablam! | Sep 19 21:37:21.155 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.155 INFO kablam! ... Sep 19 21:37:21.155 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.155 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.155 INFO kablam! | Sep 19 21:37:21.155 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.155 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.155 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.155 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.155 INFO kablam! Sep 19 21:37:21.156 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.156 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.156 INFO kablam! | Sep 19 21:37:21.156 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.156 INFO kablam! ... Sep 19 21:37:21.156 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.156 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.156 INFO kablam! | Sep 19 21:37:21.156 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.156 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.156 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.157 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.157 INFO kablam! Sep 19 21:37:21.157 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.157 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.157 INFO kablam! | Sep 19 21:37:21.157 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.157 INFO kablam! ... Sep 19 21:37:21.157 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.157 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.157 INFO kablam! | Sep 19 21:37:21.157 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.157 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.157 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.158 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.158 INFO kablam! Sep 19 21:37:21.158 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.158 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.158 INFO kablam! | Sep 19 21:37:21.158 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.158 INFO kablam! ... Sep 19 21:37:21.158 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.158 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.158 INFO kablam! | Sep 19 21:37:21.158 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.158 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.159 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.159 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.159 INFO kablam! Sep 19 21:37:21.163 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.163 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.163 INFO kablam! | Sep 19 21:37:21.163 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.163 INFO kablam! ... Sep 19 21:37:21.163 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.163 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.163 INFO kablam! | Sep 19 21:37:21.163 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.163 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.163 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.163 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.163 INFO kablam! Sep 19 21:37:21.163 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.163 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.163 INFO kablam! | Sep 19 21:37:21.163 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.163 INFO kablam! ... Sep 19 21:37:21.163 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.163 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.163 INFO kablam! | Sep 19 21:37:21.163 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.163 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.163 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.163 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.163 INFO kablam! Sep 19 21:37:21.163 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.163 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.163 INFO kablam! | Sep 19 21:37:21.164 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.164 INFO kablam! ... Sep 19 21:37:21.164 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.164 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.164 INFO kablam! | Sep 19 21:37:21.164 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.164 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.164 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.164 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.164 INFO kablam! Sep 19 21:37:21.164 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.164 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.164 INFO kablam! | Sep 19 21:37:21.164 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.164 INFO kablam! ... Sep 19 21:37:21.164 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.164 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.164 INFO kablam! | Sep 19 21:37:21.164 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.164 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.164 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.164 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.164 INFO kablam! Sep 19 21:37:21.164 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.164 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.164 INFO kablam! | Sep 19 21:37:21.165 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.165 INFO kablam! ... Sep 19 21:37:21.165 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.165 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.165 INFO kablam! | Sep 19 21:37:21.165 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.165 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.165 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.165 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.165 INFO kablam! Sep 19 21:37:21.165 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.165 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.165 INFO kablam! | Sep 19 21:37:21.165 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.165 INFO kablam! ... Sep 19 21:37:21.165 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.165 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.165 INFO kablam! | Sep 19 21:37:21.165 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.165 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.165 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.165 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.165 INFO kablam! Sep 19 21:37:21.165 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.165 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.165 INFO kablam! | Sep 19 21:37:21.165 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.165 INFO kablam! ... Sep 19 21:37:21.165 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.165 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.165 INFO kablam! | Sep 19 21:37:21.165 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.165 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.166 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.166 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.166 INFO kablam! Sep 19 21:37:21.166 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.166 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.166 INFO kablam! | Sep 19 21:37:21.166 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.166 INFO kablam! ... Sep 19 21:37:21.166 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.166 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.166 INFO kablam! | Sep 19 21:37:21.166 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.166 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.167 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.167 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.167 INFO kablam! Sep 19 21:37:21.167 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.167 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.167 INFO kablam! | Sep 19 21:37:21.167 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.167 INFO kablam! ... Sep 19 21:37:21.167 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.167 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.168 INFO kablam! | Sep 19 21:37:21.168 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.168 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.168 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.168 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.168 INFO kablam! Sep 19 21:37:21.168 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.168 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.168 INFO kablam! | Sep 19 21:37:21.168 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.168 INFO kablam! ... Sep 19 21:37:21.168 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.168 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.169 INFO kablam! | Sep 19 21:37:21.169 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.169 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.169 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.169 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.169 INFO kablam! Sep 19 21:37:21.169 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.170 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.170 INFO kablam! | Sep 19 21:37:21.170 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.170 INFO kablam! ... Sep 19 21:37:21.170 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.170 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.170 INFO kablam! | Sep 19 21:37:21.170 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.170 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.170 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.170 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.170 INFO kablam! Sep 19 21:37:21.175 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.175 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.176 INFO kablam! | Sep 19 21:37:21.176 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.176 INFO kablam! ... Sep 19 21:37:21.176 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.176 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.176 INFO kablam! | Sep 19 21:37:21.176 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.176 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.176 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.176 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.176 INFO kablam! Sep 19 21:37:21.176 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.176 INFO kablam! --> src/bounds.rs:91:28 Sep 19 21:37:21.176 INFO kablam! | Sep 19 21:37:21.176 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.176 INFO kablam! ... Sep 19 21:37:21.176 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.176 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.176 INFO kablam! | Sep 19 21:37:21.176 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.176 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.176 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.176 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.176 INFO kablam! Sep 19 21:37:21.176 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.176 INFO kablam! --> src/bounds.rs:92:28 Sep 19 21:37:21.176 INFO kablam! | Sep 19 21:37:21.176 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.176 INFO kablam! ... Sep 19 21:37:21.176 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 21:37:21.176 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 21:37:21.176 INFO kablam! | Sep 19 21:37:21.176 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.176 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.176 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.176 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.176 INFO kablam! Sep 19 21:37:21.182 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.182 INFO kablam! --> src/bounds.rs:106:28 Sep 19 21:37:21.182 INFO kablam! | Sep 19 21:37:21.182 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.182 INFO kablam! ... Sep 19 21:37:21.182 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 19 21:37:21.182 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 21:37:21.182 INFO kablam! | Sep 19 21:37:21.182 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.182 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.182 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.182 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.182 INFO kablam! Sep 19 21:37:21.183 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.183 INFO kablam! --> src/bounds.rs:107:28 Sep 19 21:37:21.183 INFO kablam! | Sep 19 21:37:21.183 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.183 INFO kablam! ... Sep 19 21:37:21.183 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 19 21:37:21.183 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 21:37:21.183 INFO kablam! | Sep 19 21:37:21.183 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.183 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.184 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.184 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.184 INFO kablam! Sep 19 21:37:21.184 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.184 INFO kablam! --> src/bounds.rs:106:28 Sep 19 21:37:21.184 INFO kablam! | Sep 19 21:37:21.184 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 21:37:21.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.184 INFO kablam! ... Sep 19 21:37:21.185 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 19 21:37:21.185 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 21:37:21.185 INFO kablam! | Sep 19 21:37:21.185 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.185 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.185 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 21:37:21.185 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 21:37:21.185 INFO kablam! Sep 19 21:37:21.185 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:37:21.185 INFO kablam! --> src/bounds.rs:107:28 Sep 19 21:37:21.185 INFO kablam! | Sep 19 21:37:21.185 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 21:37:21.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:37:21.185 INFO kablam! ... Sep 19 21:37:21.186 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 19 21:37:21.186 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 21:37:21.186 INFO kablam! | Sep 19 21:37:21.186 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:37:21.186 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:37:21.186 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 21:37:21.186 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 21:37:21.186 INFO kablam! Sep 19 21:37:28.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.68s Sep 19 21:37:28.636 INFO kablam! su: No module specific data is present Sep 19 21:37:29.421 INFO running `"docker" "rm" "-f" "8a5603db127c566b09d53737fcbcc9847369d16ff00a70c00ec9c4dc1baa430e"` Sep 19 21:37:29.542 INFO blam! 8a5603db127c566b09d53737fcbcc9847369d16ff00a70c00ec9c4dc1baa430e