Sep 17 20:40:23.863 INFO checking num-traits-0.2.5 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 20:40:23.863 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 20:40:23.863 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:40:24.001 INFO blam! a5c54c476efb010fe2f65bda1e8ecf66cab25368066b497421393b879aa1e0f1 Sep 17 20:40:24.005 INFO running `"docker" "start" "-a" "a5c54c476efb010fe2f65bda1e8ecf66cab25368066b497421393b879aa1e0f1"` Sep 17 20:40:25.098 INFO kablam! usermod: no changes Sep 17 20:40:25.126 INFO kablam! Compiling num-traits v0.2.5 (/source) Sep 17 20:40:27.647 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.647 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.647 INFO kablam! | Sep 17 20:40:27.647 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.647 INFO kablam! ... Sep 17 20:40:27.647 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.647 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.647 INFO kablam! | Sep 17 20:40:27.647 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 17 20:40:27.647 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.647 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.647 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.647 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.647 INFO kablam! Sep 17 20:40:27.647 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.647 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.647 INFO kablam! | Sep 17 20:40:27.647 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.647 INFO kablam! ... Sep 17 20:40:27.647 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.647 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.647 INFO kablam! | Sep 17 20:40:27.647 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.647 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.647 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.647 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.647 INFO kablam! Sep 17 20:40:27.647 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.647 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.647 INFO kablam! | Sep 17 20:40:27.647 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.647 INFO kablam! ... Sep 17 20:40:27.647 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.647 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.647 INFO kablam! | Sep 17 20:40:27.647 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.647 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.647 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.647 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.648 INFO kablam! Sep 17 20:40:27.653 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.654 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.654 INFO kablam! | Sep 17 20:40:27.654 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.654 INFO kablam! ... Sep 17 20:40:27.654 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.654 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.654 INFO kablam! | Sep 17 20:40:27.654 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.654 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.654 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.654 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.654 INFO kablam! Sep 17 20:40:27.661 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.661 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.661 INFO kablam! | Sep 17 20:40:27.661 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.661 INFO kablam! ... Sep 17 20:40:27.661 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.661 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.661 INFO kablam! | Sep 17 20:40:27.661 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.661 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.661 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.661 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.661 INFO kablam! Sep 17 20:40:27.670 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.670 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.670 INFO kablam! | Sep 17 20:40:27.670 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.670 INFO kablam! ... Sep 17 20:40:27.670 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.670 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.670 INFO kablam! | Sep 17 20:40:27.670 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.670 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.670 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.670 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.670 INFO kablam! Sep 17 20:40:27.675 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.675 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.675 INFO kablam! | Sep 17 20:40:27.675 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.675 INFO kablam! ... Sep 17 20:40:27.675 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.675 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.675 INFO kablam! | Sep 17 20:40:27.675 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.675 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.675 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.675 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.675 INFO kablam! Sep 17 20:40:27.691 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.691 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.691 INFO kablam! | Sep 17 20:40:27.691 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.691 INFO kablam! ... Sep 17 20:40:27.691 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.691 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.691 INFO kablam! | Sep 17 20:40:27.691 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.691 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.691 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.691 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.691 INFO kablam! Sep 17 20:40:27.695 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.695 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.695 INFO kablam! | Sep 17 20:40:27.695 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.695 INFO kablam! ... Sep 17 20:40:27.695 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.695 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.695 INFO kablam! | Sep 17 20:40:27.695 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.695 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.695 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.695 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.695 INFO kablam! Sep 17 20:40:27.695 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.695 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.695 INFO kablam! | Sep 17 20:40:27.695 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.695 INFO kablam! ... Sep 17 20:40:27.695 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.695 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.695 INFO kablam! | Sep 17 20:40:27.695 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.695 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.695 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.695 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.695 INFO kablam! Sep 17 20:40:27.710 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.711 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.711 INFO kablam! | Sep 17 20:40:27.711 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.711 INFO kablam! ... Sep 17 20:40:27.711 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.711 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.711 INFO kablam! | Sep 17 20:40:27.711 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.711 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.711 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.711 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.711 INFO kablam! Sep 17 20:40:27.711 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.711 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.711 INFO kablam! | Sep 17 20:40:27.711 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.711 INFO kablam! ... Sep 17 20:40:27.711 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.711 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.711 INFO kablam! | Sep 17 20:40:27.711 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.711 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.711 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.711 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.711 INFO kablam! Sep 17 20:40:27.711 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.711 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.711 INFO kablam! | Sep 17 20:40:27.711 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.711 INFO kablam! ... Sep 17 20:40:27.711 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.711 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.711 INFO kablam! | Sep 17 20:40:27.711 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.711 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.711 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.711 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.711 INFO kablam! Sep 17 20:40:27.711 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.711 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.711 INFO kablam! | Sep 17 20:40:27.711 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.711 INFO kablam! ... Sep 17 20:40:27.711 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.711 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.711 INFO kablam! | Sep 17 20:40:27.711 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.712 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.712 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.712 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.712 INFO kablam! Sep 17 20:40:27.712 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.712 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.712 INFO kablam! | Sep 17 20:40:27.712 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.712 INFO kablam! ... Sep 17 20:40:27.712 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.712 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.712 INFO kablam! | Sep 17 20:40:27.712 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.712 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.712 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.712 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.712 INFO kablam! Sep 17 20:40:27.712 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.712 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.712 INFO kablam! | Sep 17 20:40:27.712 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.712 INFO kablam! ... Sep 17 20:40:27.712 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.712 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.712 INFO kablam! | Sep 17 20:40:27.712 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.712 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.712 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.712 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.712 INFO kablam! Sep 17 20:40:27.737 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.737 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.737 INFO kablam! | Sep 17 20:40:27.737 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.738 INFO kablam! ... Sep 17 20:40:27.738 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.738 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.738 INFO kablam! | Sep 17 20:40:27.738 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.738 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.738 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.738 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.738 INFO kablam! Sep 17 20:40:27.738 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.738 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.738 INFO kablam! | Sep 17 20:40:27.738 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.738 INFO kablam! ... Sep 17 20:40:27.738 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.738 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.738 INFO kablam! | Sep 17 20:40:27.738 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.738 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.738 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.738 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.738 INFO kablam! Sep 17 20:40:27.753 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.753 INFO kablam! --> src/bounds.rs:91:28 Sep 17 20:40:27.753 INFO kablam! | Sep 17 20:40:27.753 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.753 INFO kablam! ... Sep 17 20:40:27.753 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.753 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.753 INFO kablam! | Sep 17 20:40:27.753 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.753 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.753 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.753 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.753 INFO kablam! Sep 17 20:40:27.753 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.753 INFO kablam! --> src/bounds.rs:92:28 Sep 17 20:40:27.753 INFO kablam! | Sep 17 20:40:27.753 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.753 INFO kablam! ... Sep 17 20:40:27.753 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 17 20:40:27.753 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 17 20:40:27.753 INFO kablam! | Sep 17 20:40:27.753 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.754 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.754 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.754 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.754 INFO kablam! Sep 17 20:40:27.783 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.783 INFO kablam! --> src/bounds.rs:106:28 Sep 17 20:40:27.783 INFO kablam! | Sep 17 20:40:27.783 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.783 INFO kablam! ... Sep 17 20:40:27.783 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 17 20:40:27.783 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 20:40:27.783 INFO kablam! | Sep 17 20:40:27.783 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.783 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.783 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.783 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.783 INFO kablam! Sep 17 20:40:27.787 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.787 INFO kablam! --> src/bounds.rs:107:28 Sep 17 20:40:27.787 INFO kablam! | Sep 17 20:40:27.787 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.787 INFO kablam! ... Sep 17 20:40:27.787 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 17 20:40:27.787 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 20:40:27.787 INFO kablam! | Sep 17 20:40:27.787 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.787 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.787 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.787 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.787 INFO kablam! Sep 17 20:40:27.787 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.787 INFO kablam! --> src/bounds.rs:106:28 Sep 17 20:40:27.787 INFO kablam! | Sep 17 20:40:27.787 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 17 20:40:27.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.787 INFO kablam! ... Sep 17 20:40:27.787 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 17 20:40:27.787 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 20:40:27.787 INFO kablam! | Sep 17 20:40:27.787 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.787 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.787 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 17 20:40:27.787 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 17 20:40:27.787 INFO kablam! Sep 17 20:40:27.787 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 20:40:27.787 INFO kablam! --> src/bounds.rs:107:28 Sep 17 20:40:27.787 INFO kablam! | Sep 17 20:40:27.787 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 17 20:40:27.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:40:27.787 INFO kablam! ... Sep 17 20:40:27.787 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 17 20:40:27.787 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 20:40:27.787 INFO kablam! | Sep 17 20:40:27.787 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 20:40:27.787 INFO kablam! = note: for more information, see issue #48919 Sep 17 20:40:27.788 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 17 20:40:27.788 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 17 20:40:27.788 INFO kablam! Sep 17 20:40:35.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.05s Sep 17 20:40:35.168 INFO kablam! su: No module specific data is present Sep 17 20:40:35.818 INFO running `"docker" "rm" "-f" "a5c54c476efb010fe2f65bda1e8ecf66cab25368066b497421393b879aa1e0f1"` Sep 17 20:40:35.872 INFO blam! a5c54c476efb010fe2f65bda1e8ecf66cab25368066b497421393b879aa1e0f1