Sep 21 06:22:02.348 INFO checking num-traits-0.2.6 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 06:22:02.348 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 06:22:02.348 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:22:02.478 INFO blam! dc092d7e12f76f17f5b1e3cfec5aedad9a616ca4e7dbd320f1d19afdca59a616 Sep 21 06:22:02.480 INFO running `"docker" "start" "-a" "dc092d7e12f76f17f5b1e3cfec5aedad9a616ca4e7dbd320f1d19afdca59a616"` Sep 21 06:22:03.497 INFO kablam! usermod: no changes Sep 21 06:22:03.522 INFO kablam! Compiling num-traits v0.2.6 (/source) Sep 21 06:22:05.962 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.962 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.962 INFO kablam! | Sep 21 06:22:05.962 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.962 INFO kablam! ... Sep 21 06:22:05.962 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.962 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.962 INFO kablam! | Sep 21 06:22:05.962 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 21 06:22:05.962 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.962 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.962 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.962 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.962 INFO kablam! Sep 21 06:22:05.963 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.964 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.964 INFO kablam! | Sep 21 06:22:05.964 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.964 INFO kablam! ... Sep 21 06:22:05.964 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.964 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.964 INFO kablam! | Sep 21 06:22:05.964 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.964 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.964 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.964 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.964 INFO kablam! Sep 21 06:22:05.964 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.964 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.964 INFO kablam! | Sep 21 06:22:05.964 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.964 INFO kablam! ... Sep 21 06:22:05.964 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.964 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.964 INFO kablam! | Sep 21 06:22:05.964 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.965 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.965 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.965 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.965 INFO kablam! Sep 21 06:22:05.966 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.966 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.966 INFO kablam! | Sep 21 06:22:05.966 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.966 INFO kablam! ... Sep 21 06:22:05.966 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.966 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.966 INFO kablam! | Sep 21 06:22:05.966 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.966 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.968 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.968 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.968 INFO kablam! Sep 21 06:22:05.968 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.968 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.968 INFO kablam! | Sep 21 06:22:05.968 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.968 INFO kablam! ... Sep 21 06:22:05.968 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.968 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.968 INFO kablam! | Sep 21 06:22:05.968 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.968 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.968 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.970 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.970 INFO kablam! Sep 21 06:22:05.970 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.970 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.970 INFO kablam! | Sep 21 06:22:05.970 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.970 INFO kablam! ... Sep 21 06:22:05.970 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.970 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.970 INFO kablam! | Sep 21 06:22:05.970 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.970 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.970 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.970 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.970 INFO kablam! Sep 21 06:22:05.974 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.974 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.974 INFO kablam! | Sep 21 06:22:05.974 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.974 INFO kablam! ... Sep 21 06:22:05.974 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.974 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.974 INFO kablam! | Sep 21 06:22:05.974 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.974 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.974 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.974 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.974 INFO kablam! Sep 21 06:22:05.974 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.974 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.974 INFO kablam! | Sep 21 06:22:05.974 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.974 INFO kablam! ... Sep 21 06:22:05.974 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.974 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.974 INFO kablam! | Sep 21 06:22:05.974 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.974 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.974 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.974 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.974 INFO kablam! Sep 21 06:22:05.978 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.978 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.978 INFO kablam! | Sep 21 06:22:05.978 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.978 INFO kablam! ... Sep 21 06:22:05.978 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.978 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.978 INFO kablam! | Sep 21 06:22:05.978 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.978 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.978 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.978 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.978 INFO kablam! Sep 21 06:22:05.978 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.978 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.978 INFO kablam! | Sep 21 06:22:05.978 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.978 INFO kablam! ... Sep 21 06:22:05.978 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.978 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.978 INFO kablam! | Sep 21 06:22:05.978 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.978 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.978 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.978 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.978 INFO kablam! Sep 21 06:22:05.982 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.982 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.982 INFO kablam! | Sep 21 06:22:05.982 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.982 INFO kablam! ... Sep 21 06:22:05.982 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.982 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.982 INFO kablam! | Sep 21 06:22:05.982 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.982 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.982 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.982 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.982 INFO kablam! Sep 21 06:22:05.982 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.982 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.982 INFO kablam! | Sep 21 06:22:05.982 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.982 INFO kablam! ... Sep 21 06:22:05.982 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.982 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.982 INFO kablam! | Sep 21 06:22:05.982 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.982 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.982 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.982 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.982 INFO kablam! Sep 21 06:22:05.986 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.986 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.986 INFO kablam! | Sep 21 06:22:05.986 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.986 INFO kablam! ... Sep 21 06:22:05.986 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.986 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.986 INFO kablam! | Sep 21 06:22:05.986 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.986 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.986 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.986 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.986 INFO kablam! Sep 21 06:22:05.986 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.986 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.986 INFO kablam! | Sep 21 06:22:05.986 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.986 INFO kablam! ... Sep 21 06:22:05.986 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.986 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.986 INFO kablam! | Sep 21 06:22:05.986 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.986 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.986 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.986 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.986 INFO kablam! Sep 21 06:22:05.986 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.986 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.986 INFO kablam! | Sep 21 06:22:05.986 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.986 INFO kablam! ... Sep 21 06:22:05.986 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.986 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.986 INFO kablam! | Sep 21 06:22:05.986 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.986 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.986 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.986 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.986 INFO kablam! Sep 21 06:22:05.990 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.990 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.990 INFO kablam! | Sep 21 06:22:05.990 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.990 INFO kablam! ... Sep 21 06:22:05.990 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.990 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.990 INFO kablam! | Sep 21 06:22:05.990 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.990 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.990 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.990 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.990 INFO kablam! Sep 21 06:22:05.990 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.990 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.990 INFO kablam! | Sep 21 06:22:05.990 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.990 INFO kablam! ... Sep 21 06:22:05.990 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.990 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.990 INFO kablam! | Sep 21 06:22:05.990 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.990 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.990 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.990 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.990 INFO kablam! Sep 21 06:22:05.992 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.992 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:05.993 INFO kablam! | Sep 21 06:22:05.993 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:05.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.993 INFO kablam! ... Sep 21 06:22:05.993 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.993 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.993 INFO kablam! | Sep 21 06:22:05.993 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.993 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.993 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:05.993 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:05.993 INFO kablam! Sep 21 06:22:05.994 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:05.994 INFO kablam! --> src/bounds.rs:98:28 Sep 21 06:22:05.994 INFO kablam! | Sep 21 06:22:05.994 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:05.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:05.994 INFO kablam! ... Sep 21 06:22:05.994 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:05.994 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:05.994 INFO kablam! | Sep 21 06:22:05.994 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:05.994 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:05.994 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:05.994 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:05.994 INFO kablam! Sep 21 06:22:06.000 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:06.000 INFO kablam! --> src/bounds.rs:99:28 Sep 21 06:22:06.000 INFO kablam! | Sep 21 06:22:06.000 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:06.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:06.000 INFO kablam! ... Sep 21 06:22:06.000 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Sep 21 06:22:06.000 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Sep 21 06:22:06.000 INFO kablam! | Sep 21 06:22:06.000 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:06.000 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:06.000 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:06.000 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:06.000 INFO kablam! Sep 21 06:22:06.011 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:06.011 INFO kablam! --> src/bounds.rs:113:28 Sep 21 06:22:06.011 INFO kablam! | Sep 21 06:22:06.011 INFO kablam! 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:06.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:06.011 INFO kablam! ... Sep 21 06:22:06.011 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Sep 21 06:22:06.011 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 06:22:06.011 INFO kablam! | Sep 21 06:22:06.011 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:06.011 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:06.011 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:06.011 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:06.011 INFO kablam! Sep 21 06:22:06.013 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:06.013 INFO kablam! --> src/bounds.rs:114:28 Sep 21 06:22:06.013 INFO kablam! | Sep 21 06:22:06.013 INFO kablam! 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:06.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:06.013 INFO kablam! ... Sep 21 06:22:06.013 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Sep 21 06:22:06.013 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 06:22:06.013 INFO kablam! | Sep 21 06:22:06.013 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:06.013 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:06.013 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:06.013 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:06.013 INFO kablam! Sep 21 06:22:06.014 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:06.014 INFO kablam! --> src/bounds.rs:113:28 Sep 21 06:22:06.014 INFO kablam! | Sep 21 06:22:06.014 INFO kablam! 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Sep 21 06:22:06.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:06.014 INFO kablam! ... Sep 21 06:22:06.014 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Sep 21 06:22:06.014 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 06:22:06.014 INFO kablam! | Sep 21 06:22:06.014 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:06.014 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:06.014 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Sep 21 06:22:06.014 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Sep 21 06:22:06.014 INFO kablam! Sep 21 06:22:06.016 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 06:22:06.016 INFO kablam! --> src/bounds.rs:114:28 Sep 21 06:22:06.016 INFO kablam! | Sep 21 06:22:06.016 INFO kablam! 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Sep 21 06:22:06.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:22:06.016 INFO kablam! ... Sep 21 06:22:06.016 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Sep 21 06:22:06.016 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 06:22:06.016 INFO kablam! | Sep 21 06:22:06.016 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 06:22:06.016 INFO kablam! = note: for more information, see issue #48919 Sep 21 06:22:06.016 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Sep 21 06:22:06.016 INFO kablam! = note: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Sep 21 06:22:06.016 INFO kablam! Sep 21 06:22:13.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.55s Sep 21 06:22:13.062 INFO kablam! su: No module specific data is present Sep 21 06:22:13.837 INFO running `"docker" "rm" "-f" "dc092d7e12f76f17f5b1e3cfec5aedad9a616ca4e7dbd320f1d19afdca59a616"` Sep 21 06:22:13.931 INFO blam! dc092d7e12f76f17f5b1e3cfec5aedad9a616ca4e7dbd320f1d19afdca59a616