Sep 10 13:45:48.416 INFO checking num-traits-0.2.5 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 13:45:48.416 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 13:45:48.416 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-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:48.556 INFO blam! 0a17c30ae1be86a7b31b290b28ab2acc39371d04360ce9ca5ae6c736adb242a4 Sep 10 13:45:48.558 INFO running `"docker" "start" "-a" "0a17c30ae1be86a7b31b290b28ab2acc39371d04360ce9ca5ae6c736adb242a4"` Sep 10 13:45:49.364 INFO kablam! usermod: no changes Sep 10 13:45:49.386 INFO kablam! Compiling num-traits v0.2.5 (file:///source) Sep 10 13:45:52.350 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.350 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.350 INFO kablam! | Sep 10 13:45:52.350 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.350 INFO kablam! ... Sep 10 13:45:52.350 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.350 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.350 INFO kablam! | Sep 10 13:45:52.350 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 10 13:45:52.350 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:52.350 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.350 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.350 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.350 INFO kablam! Sep 10 13:45:52.350 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.350 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.350 INFO kablam! | Sep 10 13:45:52.350 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.350 INFO kablam! ... Sep 10 13:45:52.350 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.350 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.350 INFO kablam! | Sep 10 13:45:52.350 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:52.350 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.350 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.350 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.351 INFO kablam! Sep 10 13:45:52.351 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.351 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.351 INFO kablam! | Sep 10 13:45:52.351 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.351 INFO kablam! ... Sep 10 13:45:52.351 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.351 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.351 INFO kablam! | Sep 10 13:45:52.351 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:52.351 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.351 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.351 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.351 INFO kablam! Sep 10 13:45:52.354 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.354 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.354 INFO kablam! | Sep 10 13:45:52.354 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.354 INFO kablam! ... Sep 10 13:45:52.354 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.354 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.354 INFO kablam! | Sep 10 13:45:52.354 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:52.354 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.354 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.354 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.354 INFO kablam! Sep 10 13:45:52.354 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.354 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.354 INFO kablam! | Sep 10 13:45:52.354 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.354 INFO kablam! ... Sep 10 13:45:52.354 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.354 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.354 INFO kablam! | Sep 10 13:45:52.354 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:52.354 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.354 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.354 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.354 INFO kablam! Sep 10 13:45:52.358 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.358 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.358 INFO kablam! | Sep 10 13:45:52.358 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.358 INFO kablam! ... Sep 10 13:45:52.358 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.358 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.358 INFO kablam! | Sep 10 13:45:52.358 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:52.358 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.358 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.358 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.358 INFO kablam! Sep 10 13:45:52.358 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.358 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.358 INFO kablam! | Sep 10 13:45:52.358 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.358 INFO kablam! ... Sep 10 13:45:52.358 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.358 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.358 INFO kablam! | Sep 10 13:45:52.358 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:52.358 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.358 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.358 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.358 INFO kablam! Sep 10 13:45:52.358 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.358 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.358 INFO kablam! | Sep 10 13:45:52.358 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.358 INFO kablam! ... Sep 10 13:45:52.358 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.358 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.358 INFO kablam! | Sep 10 13:45:52.358 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:52.358 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.359 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.359 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.359 INFO kablam! Sep 10 13:45:52.362 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.362 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.362 INFO kablam! | Sep 10 13:45:52.362 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.362 INFO kablam! ... Sep 10 13:45:52.362 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.362 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.362 INFO kablam! | Sep 10 13:45:52.362 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:52.362 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.362 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.362 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.362 INFO kablam! Sep 10 13:45:52.362 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.362 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.362 INFO kablam! | Sep 10 13:45:52.362 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.362 INFO kablam! ... Sep 10 13:45:52.362 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.362 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.362 INFO kablam! | Sep 10 13:45:52.362 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:52.362 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.362 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.362 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.362 INFO kablam! Sep 10 13:45:52.362 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.362 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.362 INFO kablam! | Sep 10 13:45:52.362 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.362 INFO kablam! ... Sep 10 13:45:52.362 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.362 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.362 INFO kablam! | Sep 10 13:45:52.362 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:52.362 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.362 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.363 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.363 INFO kablam! Sep 10 13:45:52.366 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.366 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.366 INFO kablam! | Sep 10 13:45:52.366 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.366 INFO kablam! ... Sep 10 13:45:52.366 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.366 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.366 INFO kablam! | Sep 10 13:45:52.366 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:52.366 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.366 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.366 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.366 INFO kablam! Sep 10 13:45:52.366 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.366 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.366 INFO kablam! | Sep 10 13:45:52.366 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.366 INFO kablam! ... Sep 10 13:45:52.366 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.366 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.366 INFO kablam! | Sep 10 13:45:52.366 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:52.366 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.366 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.366 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.366 INFO kablam! Sep 10 13:45:52.366 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.366 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.366 INFO kablam! | Sep 10 13:45:52.366 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.366 INFO kablam! ... Sep 10 13:45:52.366 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.366 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.366 INFO kablam! | Sep 10 13:45:52.366 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:52.366 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.366 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.367 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.367 INFO kablam! Sep 10 13:45:52.370 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.370 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.370 INFO kablam! | Sep 10 13:45:52.370 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.370 INFO kablam! ... Sep 10 13:45:52.370 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.370 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.370 INFO kablam! | Sep 10 13:45:52.370 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:52.370 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.370 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.370 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.370 INFO kablam! Sep 10 13:45:52.370 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.370 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.370 INFO kablam! | Sep 10 13:45:52.370 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.370 INFO kablam! ... Sep 10 13:45:52.370 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.370 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.370 INFO kablam! | Sep 10 13:45:52.370 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:52.370 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.370 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.370 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.370 INFO kablam! Sep 10 13:45:52.370 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.370 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.370 INFO kablam! | Sep 10 13:45:52.370 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.370 INFO kablam! ... Sep 10 13:45:52.370 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.370 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.370 INFO kablam! | Sep 10 13:45:52.370 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:52.370 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.370 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.370 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.370 INFO kablam! Sep 10 13:45:52.374 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.374 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.374 INFO kablam! | Sep 10 13:45:52.374 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.374 INFO kablam! ... Sep 10 13:45:52.374 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.374 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.374 INFO kablam! | Sep 10 13:45:52.374 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:52.374 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.374 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.374 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.374 INFO kablam! Sep 10 13:45:52.374 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.374 INFO kablam! --> src/bounds.rs:91:28 Sep 10 13:45:52.374 INFO kablam! | Sep 10 13:45:52.374 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.374 INFO kablam! ... Sep 10 13:45:52.374 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.374 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.374 INFO kablam! | Sep 10 13:45:52.374 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:52.374 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.374 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.374 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.374 INFO kablam! Sep 10 13:45:52.378 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.378 INFO kablam! --> src/bounds.rs:92:28 Sep 10 13:45:52.378 INFO kablam! | Sep 10 13:45:52.378 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.378 INFO kablam! ... Sep 10 13:45:52.378 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 10 13:45:52.378 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 10 13:45:52.378 INFO kablam! | Sep 10 13:45:52.378 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:52.378 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.378 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.378 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.378 INFO kablam! Sep 10 13:45:52.386 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.386 INFO kablam! --> src/bounds.rs:106:28 Sep 10 13:45:52.386 INFO kablam! | Sep 10 13:45:52.386 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.386 INFO kablam! ... Sep 10 13:45:52.386 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 10 13:45:52.386 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 13:45:52.386 INFO kablam! | Sep 10 13:45:52.386 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:52.386 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.386 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.386 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.386 INFO kablam! Sep 10 13:45:52.390 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.390 INFO kablam! --> src/bounds.rs:107:28 Sep 10 13:45:52.390 INFO kablam! | Sep 10 13:45:52.390 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.390 INFO kablam! ... Sep 10 13:45:52.390 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 10 13:45:52.390 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 13:45:52.390 INFO kablam! | Sep 10 13:45:52.390 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:52.390 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.390 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.390 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.390 INFO kablam! Sep 10 13:45:52.390 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.390 INFO kablam! --> src/bounds.rs:106:28 Sep 10 13:45:52.390 INFO kablam! | Sep 10 13:45:52.390 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 10 13:45:52.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.390 INFO kablam! ... Sep 10 13:45:52.390 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 10 13:45:52.390 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 13:45:52.390 INFO kablam! | Sep 10 13:45:52.390 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:52.390 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.390 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 10 13:45:52.390 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 10 13:45:52.390 INFO kablam! Sep 10 13:45:52.390 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 10 13:45:52.390 INFO kablam! --> src/bounds.rs:107:28 Sep 10 13:45:52.390 INFO kablam! | Sep 10 13:45:52.390 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 10 13:45:52.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:45:52.390 INFO kablam! ... Sep 10 13:45:52.390 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 10 13:45:52.390 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 13:45:52.390 INFO kablam! | Sep 10 13:45:52.391 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:52.391 INFO kablam! = note: for more information, see issue #48919 Sep 10 13:45:52.391 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 10 13:45:52.391 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 10 13:45:52.391 INFO kablam! Sep 10 13:45:59.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.43s Sep 10 13:45:59.817 INFO kablam! su: No module specific data is present Sep 10 13:46:00.203 INFO running `"docker" "rm" "-f" "0a17c30ae1be86a7b31b290b28ab2acc39371d04360ce9ca5ae6c736adb242a4"` Sep 10 13:46:00.262 INFO blam! 0a17c30ae1be86a7b31b290b28ab2acc39371d04360ce9ca5ae6c736adb242a4