Oct 27 18:35:22.296 INFO checking num-traits-0.2.6 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:35:22.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:35:22.683 INFO blam! 310646d694126884cc1fe99027c25256c5dff3539ea54b595e00389f84feed80 Oct 27 18:35:22.689 INFO running `"docker" "start" "-a" "310646d694126884cc1fe99027c25256c5dff3539ea54b595e00389f84feed80"` Oct 27 18:35:23.615 INFO kablam! usermod: no changes Oct 27 18:35:23.651 INFO kablam! Compiling num-traits v0.2.6 (/source) Oct 27 18:35:26.760 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.760 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.760 INFO kablam! | Oct 27 18:35:26.760 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.760 INFO kablam! ... Oct 27 18:35:26.760 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.760 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.760 INFO kablam! | Oct 27 18:35:26.769 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 27 18:35:26.770 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.770 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.770 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.770 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.770 INFO kablam! Oct 27 18:35:26.772 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.772 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.772 INFO kablam! | Oct 27 18:35:26.772 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.772 INFO kablam! ... Oct 27 18:35:26.772 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.772 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.772 INFO kablam! | Oct 27 18:35:26.772 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.772 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.772 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.772 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.772 INFO kablam! Oct 27 18:35:26.774 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.774 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.774 INFO kablam! | Oct 27 18:35:26.774 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.774 INFO kablam! ... Oct 27 18:35:26.774 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.774 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.774 INFO kablam! | Oct 27 18:35:26.774 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.774 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.774 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.775 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.775 INFO kablam! Oct 27 18:35:26.776 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.776 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.776 INFO kablam! | Oct 27 18:35:26.776 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.776 INFO kablam! ... Oct 27 18:35:26.776 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.776 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.776 INFO kablam! | Oct 27 18:35:26.777 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.777 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.777 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.777 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.777 INFO kablam! Oct 27 18:35:26.778 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.778 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.778 INFO kablam! | Oct 27 18:35:26.778 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.778 INFO kablam! ... Oct 27 18:35:26.778 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.778 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.778 INFO kablam! | Oct 27 18:35:26.778 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.778 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.778 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.778 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.778 INFO kablam! Oct 27 18:35:26.795 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.795 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.795 INFO kablam! | Oct 27 18:35:26.795 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.795 INFO kablam! ... Oct 27 18:35:26.795 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.795 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.795 INFO kablam! | Oct 27 18:35:26.795 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.795 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.795 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.795 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.795 INFO kablam! Oct 27 18:35:26.795 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.795 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.795 INFO kablam! | Oct 27 18:35:26.795 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.795 INFO kablam! ... Oct 27 18:35:26.795 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.795 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.795 INFO kablam! | Oct 27 18:35:26.796 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.796 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.796 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.796 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.796 INFO kablam! Oct 27 18:35:26.796 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.796 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.796 INFO kablam! | Oct 27 18:35:26.796 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.796 INFO kablam! ... Oct 27 18:35:26.796 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.796 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.796 INFO kablam! | Oct 27 18:35:26.796 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.796 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.796 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.796 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.796 INFO kablam! Oct 27 18:35:26.800 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.800 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.800 INFO kablam! | Oct 27 18:35:26.800 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.800 INFO kablam! ... Oct 27 18:35:26.800 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.800 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.800 INFO kablam! | Oct 27 18:35:26.800 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.800 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.800 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.800 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.800 INFO kablam! Oct 27 18:35:26.800 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.800 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.800 INFO kablam! | Oct 27 18:35:26.800 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.800 INFO kablam! ... Oct 27 18:35:26.800 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.800 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.800 INFO kablam! | Oct 27 18:35:26.800 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.800 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.800 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.800 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.800 INFO kablam! Oct 27 18:35:26.813 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.813 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.813 INFO kablam! | Oct 27 18:35:26.813 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.813 INFO kablam! ... Oct 27 18:35:26.813 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.813 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.813 INFO kablam! | Oct 27 18:35:26.813 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.813 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.813 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.813 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.813 INFO kablam! Oct 27 18:35:26.813 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.813 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.813 INFO kablam! | Oct 27 18:35:26.813 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.813 INFO kablam! ... Oct 27 18:35:26.813 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.813 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.813 INFO kablam! | Oct 27 18:35:26.813 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.813 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.813 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.813 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.813 INFO kablam! Oct 27 18:35:26.814 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.814 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.814 INFO kablam! | Oct 27 18:35:26.814 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.814 INFO kablam! ... Oct 27 18:35:26.814 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.814 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.814 INFO kablam! | Oct 27 18:35:26.814 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.814 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.815 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.815 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.815 INFO kablam! Oct 27 18:35:26.815 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.815 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.815 INFO kablam! | Oct 27 18:35:26.815 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.815 INFO kablam! ... Oct 27 18:35:26.815 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.815 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.815 INFO kablam! | Oct 27 18:35:26.815 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.815 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.815 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.815 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.815 INFO kablam! Oct 27 18:35:26.823 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.823 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.823 INFO kablam! | Oct 27 18:35:26.823 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.823 INFO kablam! ... Oct 27 18:35:26.823 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.823 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.823 INFO kablam! | Oct 27 18:35:26.823 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.823 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.823 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.823 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.823 INFO kablam! Oct 27 18:35:26.823 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.823 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.823 INFO kablam! | Oct 27 18:35:26.823 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.823 INFO kablam! ... Oct 27 18:35:26.823 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.823 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.823 INFO kablam! | Oct 27 18:35:26.823 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.823 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.823 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.823 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.823 INFO kablam! Oct 27 18:35:26.831 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.831 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.831 INFO kablam! | Oct 27 18:35:26.831 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.831 INFO kablam! ... Oct 27 18:35:26.831 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.831 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.831 INFO kablam! | Oct 27 18:35:26.831 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.831 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.831 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.831 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.831 INFO kablam! Oct 27 18:35:26.839 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.839 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.839 INFO kablam! | Oct 27 18:35:26.839 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.839 INFO kablam! ... Oct 27 18:35:26.839 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.839 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.839 INFO kablam! | Oct 27 18:35:26.839 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.839 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.839 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.839 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.839 INFO kablam! Oct 27 18:35:26.839 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.839 INFO kablam! --> src/bounds.rs:98:28 Oct 27 18:35:26.839 INFO kablam! | Oct 27 18:35:26.839 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.839 INFO kablam! ... Oct 27 18:35:26.839 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.839 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.839 INFO kablam! | Oct 27 18:35:26.839 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.839 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.839 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.839 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.839 INFO kablam! Oct 27 18:35:26.839 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.839 INFO kablam! --> src/bounds.rs:99:28 Oct 27 18:35:26.839 INFO kablam! | Oct 27 18:35:26.839 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.839 INFO kablam! ... Oct 27 18:35:26.839 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 27 18:35:26.839 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 27 18:35:26.839 INFO kablam! | Oct 27 18:35:26.839 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.839 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.839 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.839 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.839 INFO kablam! Oct 27 18:35:26.881 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.881 INFO kablam! --> src/bounds.rs:113:28 Oct 27 18:35:26.881 INFO kablam! | Oct 27 18:35:26.881 INFO kablam! 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.881 INFO kablam! ... Oct 27 18:35:26.881 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Oct 27 18:35:26.882 INFO kablam! | ---------------------------------- in this macro invocation Oct 27 18:35:26.882 INFO kablam! | Oct 27 18:35:26.882 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.882 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.882 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.882 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.882 INFO kablam! Oct 27 18:35:26.882 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.882 INFO kablam! --> src/bounds.rs:114:28 Oct 27 18:35:26.882 INFO kablam! | Oct 27 18:35:26.882 INFO kablam! 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.882 INFO kablam! ... Oct 27 18:35:26.882 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Oct 27 18:35:26.882 INFO kablam! | ---------------------------------- in this macro invocation Oct 27 18:35:26.882 INFO kablam! | Oct 27 18:35:26.882 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.882 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.882 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.882 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.882 INFO kablam! Oct 27 18:35:26.882 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.882 INFO kablam! --> src/bounds.rs:113:28 Oct 27 18:35:26.882 INFO kablam! | Oct 27 18:35:26.882 INFO kablam! 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 27 18:35:26.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.882 INFO kablam! ... Oct 27 18:35:26.882 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Oct 27 18:35:26.882 INFO kablam! | ---------------------------------- in this macro invocation Oct 27 18:35:26.882 INFO kablam! | Oct 27 18:35:26.882 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.882 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.882 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 27 18:35:26.882 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 27 18:35:26.882 INFO kablam! Oct 27 18:35:26.882 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 18:35:26.882 INFO kablam! --> src/bounds.rs:114:28 Oct 27 18:35:26.882 INFO kablam! | Oct 27 18:35:26.882 INFO kablam! 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 27 18:35:26.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:35:26.882 INFO kablam! ... Oct 27 18:35:26.882 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Oct 27 18:35:26.882 INFO kablam! | ---------------------------------- in this macro invocation Oct 27 18:35:26.882 INFO kablam! | Oct 27 18:35:26.882 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 18:35:26.882 INFO kablam! = note: for more information, see issue #48919 Oct 27 18:35:26.882 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 27 18:35:26.882 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 27 18:35:26.882 INFO kablam! Oct 27 18:35:35.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.83s Oct 27 18:35:35.491 INFO kablam! su: No module specific data is present Oct 27 18:35:36.063 INFO running `"docker" "rm" "-f" "310646d694126884cc1fe99027c25256c5dff3539ea54b595e00389f84feed80"` Oct 27 18:35:36.339 INFO blam! 310646d694126884cc1fe99027c25256c5dff3539ea54b595e00389f84feed80