Sep 19 23:30:18.930 INFO checking num-traits-0.2.5 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:30:18.930 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:30:18.930 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:30:19.079 INFO blam! dd4b5aeb82260b7f2ac94b50b23e384af61221a37844cbe7a355ff2311d60b02 Sep 19 23:30:19.081 INFO running `"docker" "start" "-a" "dd4b5aeb82260b7f2ac94b50b23e384af61221a37844cbe7a355ff2311d60b02"` Sep 19 23:30:19.945 INFO kablam! usermod: no changes Sep 19 23:30:19.975 INFO kablam! Compiling num-traits v0.2.5 (/source) Sep 19 23:30:22.258 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.258 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.258 INFO kablam! | Sep 19 23:30:22.258 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.258 INFO kablam! ... Sep 19 23:30:22.258 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.258 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.258 INFO kablam! | Sep 19 23:30:22.258 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 19 23:30:22.258 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.258 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.258 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.258 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.258 INFO kablam! Sep 19 23:30:22.258 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.258 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.258 INFO kablam! | Sep 19 23:30:22.258 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.258 INFO kablam! ... Sep 19 23:30:22.258 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.258 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.259 INFO kablam! | Sep 19 23:30:22.259 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.259 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.259 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.259 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.259 INFO kablam! Sep 19 23:30:22.274 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.274 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.274 INFO kablam! | Sep 19 23:30:22.274 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.274 INFO kablam! ... Sep 19 23:30:22.274 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.274 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.274 INFO kablam! | Sep 19 23:30:22.274 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.274 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.274 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.274 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.274 INFO kablam! Sep 19 23:30:22.274 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.274 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.274 INFO kablam! | Sep 19 23:30:22.274 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.274 INFO kablam! ... Sep 19 23:30:22.274 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.274 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.274 INFO kablam! | Sep 19 23:30:22.274 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.274 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.274 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.274 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.274 INFO kablam! Sep 19 23:30:22.274 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.274 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.274 INFO kablam! | Sep 19 23:30:22.274 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.275 INFO kablam! ... Sep 19 23:30:22.275 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.275 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.275 INFO kablam! | Sep 19 23:30:22.275 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.275 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.275 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.275 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.275 INFO kablam! Sep 19 23:30:22.275 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.275 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.275 INFO kablam! | Sep 19 23:30:22.275 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.275 INFO kablam! ... Sep 19 23:30:22.275 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.275 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.275 INFO kablam! | Sep 19 23:30:22.275 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.275 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.275 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.275 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.275 INFO kablam! Sep 19 23:30:22.278 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.278 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.278 INFO kablam! | Sep 19 23:30:22.278 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.278 INFO kablam! ... Sep 19 23:30:22.278 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.278 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.278 INFO kablam! | Sep 19 23:30:22.278 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.278 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.278 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.278 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.278 INFO kablam! Sep 19 23:30:22.278 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.278 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.278 INFO kablam! | Sep 19 23:30:22.278 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.278 INFO kablam! ... Sep 19 23:30:22.278 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.278 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.278 INFO kablam! | Sep 19 23:30:22.278 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.278 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.278 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.278 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.278 INFO kablam! Sep 19 23:30:22.286 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.286 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.286 INFO kablam! | Sep 19 23:30:22.286 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.286 INFO kablam! ... Sep 19 23:30:22.286 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.286 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.286 INFO kablam! | Sep 19 23:30:22.286 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.286 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.286 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.286 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.286 INFO kablam! Sep 19 23:30:22.286 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.286 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.286 INFO kablam! | Sep 19 23:30:22.286 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.286 INFO kablam! ... Sep 19 23:30:22.286 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.286 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.286 INFO kablam! | Sep 19 23:30:22.286 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.286 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.286 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.286 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.286 INFO kablam! Sep 19 23:30:22.286 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.286 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.286 INFO kablam! | Sep 19 23:30:22.286 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.286 INFO kablam! ... Sep 19 23:30:22.286 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.286 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.286 INFO kablam! | Sep 19 23:30:22.286 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.286 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.286 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.286 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.287 INFO kablam! Sep 19 23:30:22.287 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.287 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.287 INFO kablam! | Sep 19 23:30:22.287 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.287 INFO kablam! ... Sep 19 23:30:22.287 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.287 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.294 INFO kablam! | Sep 19 23:30:22.294 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.294 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.294 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.294 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.294 INFO kablam! Sep 19 23:30:22.294 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.294 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.294 INFO kablam! | Sep 19 23:30:22.294 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.294 INFO kablam! ... Sep 19 23:30:22.294 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.294 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.294 INFO kablam! | Sep 19 23:30:22.294 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.294 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.294 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.294 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.294 INFO kablam! Sep 19 23:30:22.294 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.294 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.294 INFO kablam! | Sep 19 23:30:22.294 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.294 INFO kablam! ... Sep 19 23:30:22.294 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.294 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.294 INFO kablam! | Sep 19 23:30:22.294 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.294 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.294 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.294 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.294 INFO kablam! Sep 19 23:30:22.298 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.298 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.298 INFO kablam! | Sep 19 23:30:22.298 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.298 INFO kablam! ... Sep 19 23:30:22.298 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.298 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.298 INFO kablam! | Sep 19 23:30:22.298 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.298 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.298 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.298 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.298 INFO kablam! Sep 19 23:30:22.310 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.310 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.310 INFO kablam! | Sep 19 23:30:22.310 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.310 INFO kablam! ... Sep 19 23:30:22.310 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.310 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.310 INFO kablam! | Sep 19 23:30:22.310 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.310 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.310 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.310 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.310 INFO kablam! Sep 19 23:30:22.310 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.310 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.310 INFO kablam! | Sep 19 23:30:22.310 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.310 INFO kablam! ... Sep 19 23:30:22.310 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.310 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.310 INFO kablam! | Sep 19 23:30:22.310 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.310 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.310 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.310 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.310 INFO kablam! Sep 19 23:30:22.310 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.310 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.310 INFO kablam! | Sep 19 23:30:22.310 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.310 INFO kablam! ... Sep 19 23:30:22.310 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.310 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.310 INFO kablam! | Sep 19 23:30:22.310 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.310 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.311 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.311 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.311 INFO kablam! Sep 19 23:30:22.318 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.318 INFO kablam! --> src/bounds.rs:91:28 Sep 19 23:30:22.318 INFO kablam! | Sep 19 23:30:22.318 INFO kablam! 91 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.318 INFO kablam! ... Sep 19 23:30:22.318 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.318 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.318 INFO kablam! | Sep 19 23:30:22.318 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.318 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.318 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.318 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.318 INFO kablam! Sep 19 23:30:22.318 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.318 INFO kablam! --> src/bounds.rs:92:28 Sep 19 23:30:22.318 INFO kablam! | Sep 19 23:30:22.318 INFO kablam! 92 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.318 INFO kablam! ... Sep 19 23:30:22.318 INFO kablam! 97 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 19 23:30:22.318 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 19 23:30:22.318 INFO kablam! | Sep 19 23:30:22.318 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.318 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.318 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.318 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.318 INFO kablam! Sep 19 23:30:22.342 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.342 INFO kablam! --> src/bounds.rs:106:28 Sep 19 23:30:22.342 INFO kablam! | Sep 19 23:30:22.342 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.342 INFO kablam! ... Sep 19 23:30:22.342 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 19 23:30:22.342 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 23:30:22.342 INFO kablam! | Sep 19 23:30:22.342 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.342 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.342 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.342 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.342 INFO kablam! Sep 19 23:30:22.342 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.342 INFO kablam! --> src/bounds.rs:107:28 Sep 19 23:30:22.342 INFO kablam! | Sep 19 23:30:22.342 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.342 INFO kablam! ... Sep 19 23:30:22.342 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 19 23:30:22.342 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 23:30:22.342 INFO kablam! | Sep 19 23:30:22.342 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.342 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.342 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.342 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.342 INFO kablam! Sep 19 23:30:22.350 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.350 INFO kablam! --> src/bounds.rs:106:28 Sep 19 23:30:22.350 INFO kablam! | Sep 19 23:30:22.350 INFO kablam! 106 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 19 23:30:22.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.350 INFO kablam! ... Sep 19 23:30:22.350 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 19 23:30:22.350 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 23:30:22.350 INFO kablam! | Sep 19 23:30:22.350 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.350 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.350 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 19 23:30:22.350 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 19 23:30:22.351 INFO kablam! Sep 19 23:30:22.351 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:30:22.351 INFO kablam! --> src/bounds.rs:107:28 Sep 19 23:30:22.351 INFO kablam! | Sep 19 23:30:22.351 INFO kablam! 107 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 19 23:30:22.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:30:22.351 INFO kablam! ... Sep 19 23:30:22.351 INFO kablam! 112 | test_wrapping_bounded!(u128 i128); Sep 19 23:30:22.351 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 23:30:22.351 INFO kablam! | Sep 19 23:30:22.351 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:30:22.351 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:30:22.351 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 19 23:30:22.351 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 19 23:30:22.351 INFO kablam! Sep 19 23:30:29.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.76s Sep 19 23:30:29.730 INFO kablam! su: No module specific data is present Sep 19 23:30:30.637 INFO running `"docker" "rm" "-f" "dd4b5aeb82260b7f2ac94b50b23e384af61221a37844cbe7a355ff2311d60b02"` Sep 19 23:30:30.688 INFO blam! dd4b5aeb82260b7f2ac94b50b23e384af61221a37844cbe7a355ff2311d60b02