Dec 18 13:30:33.105 INFO checking num-traits-0.2.6 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 13:30:33.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-4/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/num-traits/0.2.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 13:30:33.404 INFO [stdout] 4a3a6ee7acb162f5505f4b16ac1a495eb09fe7ba7cf54e1847e1aeb9da02c73b Dec 18 13:30:33.410 INFO running `"docker" "start" "-a" "4a3a6ee7acb162f5505f4b16ac1a495eb09fe7ba7cf54e1847e1aeb9da02c73b"` Dec 18 13:30:34.672 INFO [stderr] Compiling num-traits v0.2.6 (/opt/crater/workdir) Dec 18 13:30:38.220 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.221 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.221 INFO [stderr] | Dec 18 13:30:38.221 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.221 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.221 INFO [stderr] ... Dec 18 13:30:38.221 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.221 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.221 INFO [stderr] | Dec 18 13:30:38.221 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 18 13:30:38.221 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.221 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.221 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.221 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.221 INFO [stderr] Dec 18 13:30:38.221 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.221 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.221 INFO [stderr] | Dec 18 13:30:38.221 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.221 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.221 INFO [stderr] ... Dec 18 13:30:38.221 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.221 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.221 INFO [stderr] | Dec 18 13:30:38.221 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.221 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.221 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.221 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.221 INFO [stderr] Dec 18 13:30:38.221 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.221 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.221 INFO [stderr] | Dec 18 13:30:38.221 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.221 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.221 INFO [stderr] ... Dec 18 13:30:38.221 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.221 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.221 INFO [stderr] | Dec 18 13:30:38.221 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.221 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.221 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.221 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.221 INFO [stderr] Dec 18 13:30:38.224 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.224 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.224 INFO [stderr] | Dec 18 13:30:38.224 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.224 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.224 INFO [stderr] ... Dec 18 13:30:38.224 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.224 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.224 INFO [stderr] | Dec 18 13:30:38.224 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.224 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.224 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.224 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.224 INFO [stderr] Dec 18 13:30:38.224 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.224 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.224 INFO [stderr] | Dec 18 13:30:38.224 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.224 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.224 INFO [stderr] ... Dec 18 13:30:38.224 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.224 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.224 INFO [stderr] | Dec 18 13:30:38.225 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.225 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.225 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.225 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.225 INFO [stderr] Dec 18 13:30:38.228 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.228 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.228 INFO [stderr] | Dec 18 13:30:38.228 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.228 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.228 INFO [stderr] ... Dec 18 13:30:38.228 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.228 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.228 INFO [stderr] | Dec 18 13:30:38.228 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.228 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.228 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.228 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.228 INFO [stderr] Dec 18 13:30:38.228 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.228 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.228 INFO [stderr] | Dec 18 13:30:38.228 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.228 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.228 INFO [stderr] ... Dec 18 13:30:38.228 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.228 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.228 INFO [stderr] | Dec 18 13:30:38.228 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.229 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.229 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.229 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.229 INFO [stderr] Dec 18 13:30:38.232 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.232 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.232 INFO [stderr] | Dec 18 13:30:38.232 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.232 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.232 INFO [stderr] ... Dec 18 13:30:38.232 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.232 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.232 INFO [stderr] | Dec 18 13:30:38.232 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.232 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.232 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.232 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.232 INFO [stderr] Dec 18 13:30:38.232 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.232 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.232 INFO [stderr] | Dec 18 13:30:38.232 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.232 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.232 INFO [stderr] ... Dec 18 13:30:38.232 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.232 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.232 INFO [stderr] | Dec 18 13:30:38.232 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.233 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.233 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.233 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.233 INFO [stderr] Dec 18 13:30:38.236 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.236 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.236 INFO [stderr] | Dec 18 13:30:38.236 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.236 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.236 INFO [stderr] ... Dec 18 13:30:38.236 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.236 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.236 INFO [stderr] | Dec 18 13:30:38.236 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.236 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.236 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.236 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.236 INFO [stderr] Dec 18 13:30:38.236 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.236 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.236 INFO [stderr] | Dec 18 13:30:38.236 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.236 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.236 INFO [stderr] ... Dec 18 13:30:38.236 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.236 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.236 INFO [stderr] | Dec 18 13:30:38.236 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.237 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.237 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.237 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.237 INFO [stderr] Dec 18 13:30:38.237 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.237 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.237 INFO [stderr] | Dec 18 13:30:38.237 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.237 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.237 INFO [stderr] ... Dec 18 13:30:38.237 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.237 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.237 INFO [stderr] | Dec 18 13:30:38.238 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.238 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.238 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.238 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.238 INFO [stderr] Dec 18 13:30:38.240 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.240 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.240 INFO [stderr] | Dec 18 13:30:38.240 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.240 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.240 INFO [stderr] ... Dec 18 13:30:38.240 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.240 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.241 INFO [stderr] | Dec 18 13:30:38.241 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.241 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.241 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.242 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.242 INFO [stderr] Dec 18 13:30:38.243 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.244 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.244 INFO [stderr] | Dec 18 13:30:38.244 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.244 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.244 INFO [stderr] ... Dec 18 13:30:38.244 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.244 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.245 INFO [stderr] | Dec 18 13:30:38.245 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.245 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.245 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.245 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.246 INFO [stderr] Dec 18 13:30:38.247 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.247 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.247 INFO [stderr] | Dec 18 13:30:38.248 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.248 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.248 INFO [stderr] ... Dec 18 13:30:38.248 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.248 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.249 INFO [stderr] | Dec 18 13:30:38.249 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.249 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.249 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.250 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.250 INFO [stderr] Dec 18 13:30:38.252 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.252 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.252 INFO [stderr] | Dec 18 13:30:38.252 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.252 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.253 INFO [stderr] ... Dec 18 13:30:38.253 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.253 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.253 INFO [stderr] | Dec 18 13:30:38.254 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.254 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.254 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.254 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.254 INFO [stderr] Dec 18 13:30:38.256 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.256 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.256 INFO [stderr] | Dec 18 13:30:38.257 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.257 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.257 INFO [stderr] ... Dec 18 13:30:38.257 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.258 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.258 INFO [stderr] | Dec 18 13:30:38.258 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.258 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.259 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.259 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.259 INFO [stderr] Dec 18 13:30:38.273 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.273 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.273 INFO [stderr] | Dec 18 13:30:38.273 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.274 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.274 INFO [stderr] ... Dec 18 13:30:38.274 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.274 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.274 INFO [stderr] | Dec 18 13:30:38.274 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.274 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.275 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.275 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.275 INFO [stderr] Dec 18 13:30:38.276 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.276 INFO [stderr] --> src/bounds.rs:98:28 Dec 18 13:30:38.276 INFO [stderr] | Dec 18 13:30:38.276 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.276 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.276 INFO [stderr] ... Dec 18 13:30:38.277 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.277 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.277 INFO [stderr] | Dec 18 13:30:38.277 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.277 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.277 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.277 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.277 INFO [stderr] Dec 18 13:30:38.279 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.279 INFO [stderr] --> src/bounds.rs:99:28 Dec 18 13:30:38.279 INFO [stderr] | Dec 18 13:30:38.279 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.279 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.279 INFO [stderr] ... Dec 18 13:30:38.279 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 18 13:30:38.279 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 18 13:30:38.279 INFO [stderr] | Dec 18 13:30:38.279 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.280 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.280 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.280 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.280 INFO [stderr] Dec 18 13:30:38.291 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.291 INFO [stderr] --> src/bounds.rs:113:28 Dec 18 13:30:38.291 INFO [stderr] | Dec 18 13:30:38.291 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.291 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.291 INFO [stderr] ... Dec 18 13:30:38.291 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 18 13:30:38.291 INFO [stderr] | ---------------------------------- in this macro invocation Dec 18 13:30:38.291 INFO [stderr] | Dec 18 13:30:38.292 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.292 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.292 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.292 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.292 INFO [stderr] Dec 18 13:30:38.294 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.294 INFO [stderr] --> src/bounds.rs:114:28 Dec 18 13:30:38.294 INFO [stderr] | Dec 18 13:30:38.294 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.294 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.294 INFO [stderr] ... Dec 18 13:30:38.294 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 18 13:30:38.294 INFO [stderr] | ---------------------------------- in this macro invocation Dec 18 13:30:38.294 INFO [stderr] | Dec 18 13:30:38.294 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.294 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.294 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.295 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.295 INFO [stderr] Dec 18 13:30:38.296 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.296 INFO [stderr] --> src/bounds.rs:113:28 Dec 18 13:30:38.296 INFO [stderr] | Dec 18 13:30:38.296 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 18 13:30:38.296 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.296 INFO [stderr] ... Dec 18 13:30:38.296 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 18 13:30:38.297 INFO [stderr] | ---------------------------------- in this macro invocation Dec 18 13:30:38.297 INFO [stderr] | Dec 18 13:30:38.297 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.297 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.297 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 18 13:30:38.297 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 18 13:30:38.297 INFO [stderr] Dec 18 13:30:38.299 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:30:38.299 INFO [stderr] --> src/bounds.rs:114:28 Dec 18 13:30:38.299 INFO [stderr] | Dec 18 13:30:38.299 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 18 13:30:38.299 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:30:38.299 INFO [stderr] ... Dec 18 13:30:38.299 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 18 13:30:38.299 INFO [stderr] | ---------------------------------- in this macro invocation Dec 18 13:30:38.299 INFO [stderr] | Dec 18 13:30:38.299 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:30:38.300 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:30:38.300 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 18 13:30:38.300 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 18 13:30:38.300 INFO [stderr] Dec 18 13:30:46.660 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.02s Dec 18 13:30:47.220 INFO running `"docker" "inspect" "4a3a6ee7acb162f5505f4b16ac1a495eb09fe7ba7cf54e1847e1aeb9da02c73b"` Dec 18 13:30:47.364 INFO running `"docker" "rm" "-f" "4a3a6ee7acb162f5505f4b16ac1a495eb09fe7ba7cf54e1847e1aeb9da02c73b"` Dec 18 13:30:47.567 INFO [stdout] 4a3a6ee7acb162f5505f4b16ac1a495eb09fe7ba7cf54e1847e1aeb9da02c73b