Sep 14 12:27:06.125 INFO checking num-traits-0.2.5 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 12:27:06.125 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 12:27:06.125 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:27:06.407 INFO blam! 0539572116ee0484204b4f9170af95c9efd3d86da1c1448f16469002914e84b7 Sep 14 12:27:06.410 INFO running `"docker" "start" "-a" "0539572116ee0484204b4f9170af95c9efd3d86da1c1448f16469002914e84b7"` Sep 14 12:27:07.353 INFO kablam! usermod: no changes Sep 14 12:27:07.382 INFO kablam! Compiling num-traits v0.2.5 (file:///source) Sep 14 12:27:09.304 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.304 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.304 INFO kablam! | Sep 14 12:27:09.304 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.304 INFO kablam! ... Sep 14 12:27:09.304 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.304 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.304 INFO kablam! | Sep 14 12:27:09.304 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 14 12:27:09.304 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.304 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.304 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.304 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.304 INFO kablam! Sep 14 12:27:09.306 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.306 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.306 INFO kablam! | Sep 14 12:27:09.306 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.306 INFO kablam! ... Sep 14 12:27:09.306 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.306 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.306 INFO kablam! | Sep 14 12:27:09.306 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.306 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.306 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.306 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.306 INFO kablam! Sep 14 12:27:09.307 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.307 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.307 INFO kablam! | Sep 14 12:27:09.307 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.307 INFO kablam! ... Sep 14 12:27:09.307 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.307 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.307 INFO kablam! | Sep 14 12:27:09.307 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.307 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.307 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.307 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.307 INFO kablam! Sep 14 12:27:09.308 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.308 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.308 INFO kablam! | Sep 14 12:27:09.308 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.308 INFO kablam! ... Sep 14 12:27:09.308 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.308 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.308 INFO kablam! | Sep 14 12:27:09.308 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.308 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.308 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.308 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.308 INFO kablam! Sep 14 12:27:09.309 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.309 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.309 INFO kablam! | Sep 14 12:27:09.309 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.309 INFO kablam! ... Sep 14 12:27:09.309 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.309 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.309 INFO kablam! | Sep 14 12:27:09.309 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.309 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.309 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.309 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.309 INFO kablam! Sep 14 12:27:09.311 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.311 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.311 INFO kablam! | Sep 14 12:27:09.311 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.311 INFO kablam! ... Sep 14 12:27:09.311 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.311 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.311 INFO kablam! | Sep 14 12:27:09.311 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.311 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.311 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.311 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.311 INFO kablam! Sep 14 12:27:09.312 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.312 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.312 INFO kablam! | Sep 14 12:27:09.312 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.312 INFO kablam! ... Sep 14 12:27:09.312 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.312 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.312 INFO kablam! | Sep 14 12:27:09.313 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.313 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.313 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.313 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.313 INFO kablam! Sep 14 12:27:09.314 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.314 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.314 INFO kablam! | Sep 14 12:27:09.314 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.314 INFO kablam! ... Sep 14 12:27:09.314 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.314 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.314 INFO kablam! | Sep 14 12:27:09.314 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.314 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.314 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.314 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.314 INFO kablam! Sep 14 12:27:09.315 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.315 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.315 INFO kablam! | Sep 14 12:27:09.315 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.315 INFO kablam! ... Sep 14 12:27:09.315 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.315 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.315 INFO kablam! | Sep 14 12:27:09.315 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.315 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.315 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.315 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.315 INFO kablam! Sep 14 12:27:09.316 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.316 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.316 INFO kablam! | Sep 14 12:27:09.316 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.316 INFO kablam! ... Sep 14 12:27:09.317 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.317 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.317 INFO kablam! | Sep 14 12:27:09.317 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.317 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.317 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.317 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.317 INFO kablam! Sep 14 12:27:09.318 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.318 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.318 INFO kablam! | Sep 14 12:27:09.318 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.318 INFO kablam! ... Sep 14 12:27:09.318 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.318 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.318 INFO kablam! | Sep 14 12:27:09.318 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.318 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.318 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.318 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.318 INFO kablam! Sep 14 12:27:09.319 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.319 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.319 INFO kablam! | Sep 14 12:27:09.319 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.319 INFO kablam! ... Sep 14 12:27:09.319 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.319 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.319 INFO kablam! | Sep 14 12:27:09.319 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.319 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.319 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.319 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.319 INFO kablam! Sep 14 12:27:09.320 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.320 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.320 INFO kablam! | Sep 14 12:27:09.320 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.320 INFO kablam! ... Sep 14 12:27:09.320 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.320 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.320 INFO kablam! | Sep 14 12:27:09.320 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.320 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.320 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.320 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.320 INFO kablam! Sep 14 12:27:09.321 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.321 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.321 INFO kablam! | Sep 14 12:27:09.321 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.321 INFO kablam! ... Sep 14 12:27:09.321 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.321 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.321 INFO kablam! | Sep 14 12:27:09.321 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.321 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.321 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.321 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.322 INFO kablam! Sep 14 12:27:09.323 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.323 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.323 INFO kablam! | Sep 14 12:27:09.323 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.323 INFO kablam! ... Sep 14 12:27:09.323 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.323 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.323 INFO kablam! | Sep 14 12:27:09.323 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.323 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.323 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.323 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.323 INFO kablam! Sep 14 12:27:09.324 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.324 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.324 INFO kablam! | Sep 14 12:27:09.324 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.324 INFO kablam! ... Sep 14 12:27:09.324 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.324 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.324 INFO kablam! | Sep 14 12:27:09.324 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.324 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.324 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.324 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.324 INFO kablam! Sep 14 12:27:09.325 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.325 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.325 INFO kablam! | Sep 14 12:27:09.325 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.325 INFO kablam! ... Sep 14 12:27:09.325 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.325 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.325 INFO kablam! | Sep 14 12:27:09.325 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.325 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.325 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.325 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.326 INFO kablam! Sep 14 12:27:09.327 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.327 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.327 INFO kablam! | Sep 14 12:27:09.327 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.327 INFO kablam! ... Sep 14 12:27:09.327 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.327 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.327 INFO kablam! | Sep 14 12:27:09.327 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.327 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.327 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.327 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.327 INFO kablam! Sep 14 12:27:09.328 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.328 INFO kablam! --> src/bounds.rs:91:28 Sep 14 12:27:09.328 INFO kablam! | Sep 14 12:27:09.328 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.328 INFO kablam! ... Sep 14 12:27:09.328 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.328 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.328 INFO kablam! | Sep 14 12:27:09.328 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.328 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.328 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.328 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.328 INFO kablam! Sep 14 12:27:09.329 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.329 INFO kablam! --> src/bounds.rs:92:28 Sep 14 12:27:09.329 INFO kablam! | Sep 14 12:27:09.329 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.329 INFO kablam! ... Sep 14 12:27:09.329 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 14 12:27:09.329 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 14 12:27:09.329 INFO kablam! | Sep 14 12:27:09.329 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.329 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.329 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.329 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.329 INFO kablam! Sep 14 12:27:09.338 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.338 INFO kablam! --> src/bounds.rs:106:28 Sep 14 12:27:09.338 INFO kablam! | Sep 14 12:27:09.338 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.338 INFO kablam! ... Sep 14 12:27:09.338 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 14 12:27:09.338 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 12:27:09.338 INFO kablam! | Sep 14 12:27:09.338 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.338 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.338 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.338 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.338 INFO kablam! Sep 14 12:27:09.339 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.339 INFO kablam! --> src/bounds.rs:107:28 Sep 14 12:27:09.339 INFO kablam! | Sep 14 12:27:09.339 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.339 INFO kablam! ... Sep 14 12:27:09.339 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 14 12:27:09.339 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 12:27:09.339 INFO kablam! | Sep 14 12:27:09.339 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.339 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.339 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.339 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.339 INFO kablam! Sep 14 12:27:09.340 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.340 INFO kablam! --> src/bounds.rs:106:28 Sep 14 12:27:09.340 INFO kablam! | Sep 14 12:27:09.340 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 14 12:27:09.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.340 INFO kablam! ... Sep 14 12:27:09.340 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 14 12:27:09.340 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 12:27:09.340 INFO kablam! | Sep 14 12:27:09.340 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.340 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.340 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 14 12:27:09.340 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 14 12:27:09.340 INFO kablam! Sep 14 12:27:09.341 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 12:27:09.341 INFO kablam! --> src/bounds.rs:107:28 Sep 14 12:27:09.341 INFO kablam! | Sep 14 12:27:09.341 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 14 12:27:09.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:27:09.341 INFO kablam! ... Sep 14 12:27:09.341 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 14 12:27:09.341 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 12:27:09.341 INFO kablam! | Sep 14 12:27:09.341 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 12:27:09.341 INFO kablam! = note: for more information, see issue #48919 Sep 14 12:27:09.341 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 14 12:27:09.341 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 14 12:27:09.341 INFO kablam! Sep 14 12:27:16.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.30s Sep 14 12:27:16.678 INFO kablam! su: No module specific data is present Sep 14 12:27:17.177 INFO running `"docker" "rm" "-f" "0539572116ee0484204b4f9170af95c9efd3d86da1c1448f16469002914e84b7"` Sep 14 12:27:17.320 INFO blam! 0539572116ee0484204b4f9170af95c9efd3d86da1c1448f16469002914e84b7