Dec 07 05:48:58.981 INFO testing num-traits-0.2.6 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 05:48:58.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-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"` Dec 07 05:48:59.208 INFO [stdout] 92429c99a87e9b4c6d220e5517d64337ddd866179520a98e88086ec240b206c5 Dec 07 05:48:59.210 INFO running `"docker" "start" "-a" "92429c99a87e9b4c6d220e5517d64337ddd866179520a98e88086ec240b206c5"` Dec 07 05:48:59.864 INFO [stderr] usermod: no changes Dec 07 05:48:59.909 INFO [stderr] Compiling num-traits v0.2.6 (/source) Dec 07 05:49:02.413 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.55s Dec 07 05:49:02.415 INFO [stderr] su: No module specific data is present Dec 07 05:49:02.726 INFO running `"docker" "inspect" "92429c99a87e9b4c6d220e5517d64337ddd866179520a98e88086ec240b206c5"` Dec 07 05:49:02.868 INFO running `"docker" "rm" "-f" "92429c99a87e9b4c6d220e5517d64337ddd866179520a98e88086ec240b206c5"` Dec 07 05:49:03.109 INFO [stdout] 92429c99a87e9b4c6d220e5517d64337ddd866179520a98e88086ec240b206c5 Dec 07 05:49:03.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen --no-run" "-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"` Dec 07 05:49:03.324 INFO [stdout] 006927b6c6dfc0ea0aaed7473ac69e7b55a09e6fd952a7a92e3cdc3db9e8eb04 Dec 07 05:49:03.325 INFO running `"docker" "start" "-a" "006927b6c6dfc0ea0aaed7473ac69e7b55a09e6fd952a7a92e3cdc3db9e8eb04"` Dec 07 05:49:04.113 INFO [stderr] usermod: no changes Dec 07 05:49:04.167 INFO [stderr] Compiling num-traits v0.2.6 (/source) Dec 07 05:49:05.752 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.752 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.752 INFO [stderr] | Dec 07 05:49:05.752 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.752 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.752 INFO [stderr] ... Dec 07 05:49:05.752 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.752 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.752 INFO [stderr] | Dec 07 05:49:05.752 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 07 05:49:05.752 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.752 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.752 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.752 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.752 INFO [stderr] Dec 07 05:49:05.752 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.752 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.752 INFO [stderr] | Dec 07 05:49:05.752 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.752 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.752 INFO [stderr] ... Dec 07 05:49:05.752 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.752 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.752 INFO [stderr] | Dec 07 05:49:05.752 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.752 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.752 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.752 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.752 INFO [stderr] Dec 07 05:49:05.752 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.752 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.752 INFO [stderr] | Dec 07 05:49:05.752 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.753 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.753 INFO [stderr] ... Dec 07 05:49:05.753 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.753 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.753 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.753 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.753 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.753 INFO [stderr] Dec 07 05:49:05.753 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.753 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.753 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.753 INFO [stderr] ... Dec 07 05:49:05.753 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.753 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.753 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.753 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.753 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.753 INFO [stderr] Dec 07 05:49:05.753 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.753 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.753 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.753 INFO [stderr] ... Dec 07 05:49:05.753 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.753 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.753 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.753 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.753 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.753 INFO [stderr] Dec 07 05:49:05.753 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.753 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.753 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.753 INFO [stderr] ... Dec 07 05:49:05.753 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.753 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.753 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.753 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.753 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.753 INFO [stderr] Dec 07 05:49:05.753 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.753 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.753 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.753 INFO [stderr] ... Dec 07 05:49:05.753 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.753 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.753 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.753 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.753 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.753 INFO [stderr] Dec 07 05:49:05.753 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.753 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.753 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.753 INFO [stderr] ... Dec 07 05:49:05.753 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.753 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.753 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.753 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.753 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.753 INFO [stderr] Dec 07 05:49:05.753 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.753 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.753 INFO [stderr] | Dec 07 05:49:05.753 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.753 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.754 INFO [stderr] ... Dec 07 05:49:05.754 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.754 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.754 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.754 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.754 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.754 INFO [stderr] Dec 07 05:49:05.754 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.754 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.754 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.754 INFO [stderr] ... Dec 07 05:49:05.754 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.754 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.754 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.754 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.754 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.754 INFO [stderr] Dec 07 05:49:05.754 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.754 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.754 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.754 INFO [stderr] ... Dec 07 05:49:05.754 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.754 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.754 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.754 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.754 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.754 INFO [stderr] Dec 07 05:49:05.754 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.754 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.754 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.754 INFO [stderr] ... Dec 07 05:49:05.754 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.754 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.754 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.754 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.754 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.754 INFO [stderr] Dec 07 05:49:05.754 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.754 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.754 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.754 INFO [stderr] ... Dec 07 05:49:05.754 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.754 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.754 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.754 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.754 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.754 INFO [stderr] Dec 07 05:49:05.754 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.754 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.754 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.754 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.754 INFO [stderr] ... Dec 07 05:49:05.754 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.754 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.754 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.755 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.755 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.755 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.755 INFO [stderr] Dec 07 05:49:05.755 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.755 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.755 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.755 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.755 INFO [stderr] ... Dec 07 05:49:05.755 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.755 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.755 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.755 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.755 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.755 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.755 INFO [stderr] Dec 07 05:49:05.755 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.755 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.755 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.755 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.755 INFO [stderr] ... Dec 07 05:49:05.755 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.755 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.755 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.755 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.755 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.755 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.755 INFO [stderr] Dec 07 05:49:05.755 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.755 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.755 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.755 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.755 INFO [stderr] ... Dec 07 05:49:05.755 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.755 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.755 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.755 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.755 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.755 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.755 INFO [stderr] Dec 07 05:49:05.755 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.755 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.755 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.755 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.755 INFO [stderr] ... Dec 07 05:49:05.755 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.755 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.755 INFO [stderr] | Dec 07 05:49:05.755 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.755 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.755 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.756 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.756 INFO [stderr] Dec 07 05:49:05.756 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.756 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.756 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.756 INFO [stderr] ... Dec 07 05:49:05.756 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.756 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.756 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.756 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.756 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.756 INFO [stderr] Dec 07 05:49:05.756 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.756 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.756 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.756 INFO [stderr] ... Dec 07 05:49:05.756 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:05.756 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.756 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.756 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.756 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.756 INFO [stderr] Dec 07 05:49:05.756 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.756 INFO [stderr] --> src/bounds.rs:113:28 Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.756 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.756 INFO [stderr] ... Dec 07 05:49:05.756 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 07 05:49:05.756 INFO [stderr] | ---------------------------------- in this macro invocation Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.756 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.756 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.756 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.756 INFO [stderr] Dec 07 05:49:05.756 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.756 INFO [stderr] --> src/bounds.rs:114:28 Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.756 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.756 INFO [stderr] ... Dec 07 05:49:05.756 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 07 05:49:05.756 INFO [stderr] | ---------------------------------- in this macro invocation Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.756 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.756 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.756 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.756 INFO [stderr] Dec 07 05:49:05.756 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.756 INFO [stderr] --> src/bounds.rs:113:28 Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:05.756 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.756 INFO [stderr] ... Dec 07 05:49:05.756 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 07 05:49:05.756 INFO [stderr] | ---------------------------------- in this macro invocation Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.756 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.756 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:05.756 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:05.756 INFO [stderr] Dec 07 05:49:05.756 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:05.756 INFO [stderr] --> src/bounds.rs:114:28 Dec 07 05:49:05.756 INFO [stderr] | Dec 07 05:49:05.756 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:05.756 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:05.756 INFO [stderr] ... Dec 07 05:49:05.756 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 07 05:49:05.757 INFO [stderr] | ---------------------------------- in this macro invocation Dec 07 05:49:05.757 INFO [stderr] | Dec 07 05:49:05.757 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:05.757 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:05.757 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:05.757 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:05.757 INFO [stderr] Dec 07 05:49:16.394 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.24s Dec 07 05:49:16.416 INFO [stderr] su: No module specific data is present Dec 07 05:49:16.873 INFO running `"docker" "inspect" "006927b6c6dfc0ea0aaed7473ac69e7b55a09e6fd952a7a92e3cdc3db9e8eb04"` Dec 07 05:49:17.072 INFO running `"docker" "rm" "-f" "006927b6c6dfc0ea0aaed7473ac69e7b55a09e6fd952a7a92e3cdc3db9e8eb04"` Dec 07 05:49:17.332 INFO [stdout] 006927b6c6dfc0ea0aaed7473ac69e7b55a09e6fd952a7a92e3cdc3db9e8eb04 Dec 07 05:49:17.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen" "-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"` Dec 07 05:49:17.612 INFO [stdout] 366cb5c750b9cc83e75a289ae89f7a2ddccc2f1d5b278b52da0e6eb8c1d0d15e Dec 07 05:49:17.614 INFO running `"docker" "start" "-a" "366cb5c750b9cc83e75a289ae89f7a2ddccc2f1d5b278b52da0e6eb8c1d0d15e"` Dec 07 05:49:18.611 INFO [stderr] usermod: no changes Dec 07 05:49:18.660 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 07 05:49:18.661 INFO [stderr] Running /target/debug/deps/num_traits-a64c443dbd7a378e Dec 07 05:49:18.662 INFO [stdout] Dec 07 05:49:18.662 INFO [stdout] running 26 tests Dec 07 05:49:18.663 INFO [stdout] test bounds::wrapping_bounded ... ok Dec 07 05:49:18.663 INFO [stdout] test bounds::wrapping_bounded_i128 ... ok Dec 07 05:49:18.663 INFO [stdout] test bounds::wrapping_is_bounded ... ok Dec 07 05:49:18.663 INFO [stdout] test check_num_ops ... ok Dec 07 05:49:18.663 INFO [stdout] test check_refnum_ops ... ok Dec 07 05:49:18.663 INFO [stdout] test check_refref_ops ... ok Dec 07 05:49:18.663 INFO [stdout] test check_numassign_ops ... ok Dec 07 05:49:18.663 INFO [stdout] test check_numref_ops ... ok Dec 07 05:49:18.663 INFO [stdout] test identities::wrapping_identities ... ok Dec 07 05:49:18.663 INFO [stdout] test identities::wrapping_is_one ... ok Dec 07 05:49:18.663 INFO [stdout] test identities::wrapping_is_zero ... ok Dec 07 05:49:18.663 INFO [stdout] test ops::mul_add::tests::mul_add_float ... ok Dec 07 05:49:18.663 INFO [stdout] test ops::wrapping::wrapping_is_wrappingadd ... ok Dec 07 05:49:18.663 INFO [stdout] test ops::wrapping::wrapping_is_wrappingmul ... ok Dec 07 05:49:18.663 INFO [stdout] test ops::wrapping::wrapping_is_wrappingshl ... ok Dec 07 05:49:18.663 INFO [stdout] test ops::wrapping::wrapping_is_wrappingshr ... ok Dec 07 05:49:18.663 INFO [stdout] test ops::wrapping::wrapping_is_wrappingsub ... ok Dec 07 05:49:18.664 INFO [stdout] test ops::mul_add::tests::mul_add_integer ... ok Dec 07 05:49:18.664 INFO [stdout] test sign::unsigned_wrapping_is_unsigned ... ok Dec 07 05:49:18.664 INFO [stdout] test ops::wrapping::test_wrapping_traits ... ok Dec 07 05:49:18.664 INFO [stdout] test wrapping_from_str_radix ... ok Dec 07 05:49:18.664 INFO [stdout] test wrapping_is_num ... ok Dec 07 05:49:18.666 INFO [stdout] test clamp_test ... ok Dec 07 05:49:18.666 INFO [stdout] test float::tests::convert_deg_rad ... ok Dec 07 05:49:18.666 INFO [stdout] test float::tests::convert_deg_rad_std ... ok Dec 07 05:49:18.666 INFO [stdout] test from_str_radix_unwrap ... ok Dec 07 05:49:18.666 INFO [stdout] Dec 07 05:49:18.666 INFO [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 05:49:18.666 INFO [stdout] Dec 07 05:49:18.668 INFO [stdout] Dec 07 05:49:18.668 INFO [stdout] running 16 tests Dec 07 05:49:18.668 INFO [stderr] Running /target/debug/deps/cast-fa61427f4de2017d Dec 07 05:49:18.669 INFO [stdout] test as_primitive ... ok Dec 07 05:49:18.669 INFO [stdout] test cast_int_to_128_edge_cases ... ok Dec 07 05:49:18.669 INFO [stdout] test cast_to_int_checks_overflow ... ok Dec 07 05:49:18.669 INFO [stdout] test cast_to_unsigned_int_checks_overflow ... ok Dec 07 05:49:18.676 INFO [stdout] test float_to_integer_checks_overflow ... ok Dec 07 05:49:18.676 INFO [stdout] test cast_to_i128_checks_overflow ... ok Dec 07 05:49:18.676 INFO [stdout] test newtype_from_primitive ... ok Dec 07 05:49:18.676 INFO [stdout] test cast_int_to_int_edge_cases ... ok Dec 07 05:49:18.676 INFO [stdout] test wrapping_is_fromprimitive ... ok Dec 07 05:49:18.676 INFO [stdout] test wrapping_is_numcast ... ok Dec 07 05:49:18.676 INFO [stdout] test wrapping_is_toprimitive ... ok Dec 07 05:49:18.676 INFO [stdout] test newtype_to_primitive ... ok Dec 07 05:49:18.676 INFO [stdout] test to_primitive_float ... ok Dec 07 05:49:18.676 INFO [stdout] test wrapping_to_primitive ... ok Dec 07 05:49:18.684 INFO [stdout] test cast_float_to_i128_edge_cases ... ok Dec 07 05:49:18.684 INFO [stdout] test cast_float_to_int_edge_cases ... ok Dec 07 05:49:18.684 INFO [stdout] Dec 07 05:49:18.684 INFO [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 05:49:18.684 INFO [stdout] Dec 07 05:49:18.684 INFO [stderr] Doc-tests num-traits Dec 07 05:49:19.392 INFO [stdout] Dec 07 05:49:19.392 INFO [stdout] running 165 tests Dec 07 05:49:19.424 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 705) ... ignored Dec 07 05:49:19.432 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 713) ... ignored Dec 07 05:49:20.556 INFO [stdout] test src/float.rs - float::Float::acos (line 1579) ... ok Dec 07 05:49:20.748 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 691) ... ok Dec 07 05:49:20.992 INFO [stdout] test src/cast.rs - cast::cast (line 628) ... ok Dec 07 05:49:21.840 INFO [stdout] test src/float.rs - float::Float::abs (line 1169) ... ok Dec 07 05:49:23.208 INFO [stdout] test src/float.rs - float::Float::asinh (line 1741) ... ok Dec 07 05:49:23.208 INFO [stdout] test src/float.rs - float::Float::acosh (line 1755) ... ok Dec 07 05:49:23.280 INFO [stdout] test src/float.rs - float::Float::atanh (line 1769) ... ok Dec 07 05:49:23.352 INFO [stdout] test src/float.rs - float::Float::asin (line 1562) ... ok Dec 07 05:49:23.592 INFO [stdout] test src/float.rs - float::Float::abs_sub (line 1473) ... ok Dec 07 05:49:23.603 INFO [stdout] test src/float.rs - float::Float::atan (line 1595) ... ok Dec 07 05:49:23.608 INFO [stdout] test src/float.rs - float::Float::atan2 (line 1614) ... ok Dec 07 05:49:25.548 INFO [stdout] test src/float.rs - float::Float::classify (line 1085) ... ok Dec 07 05:49:25.684 INFO [stdout] test src/float.rs - float::Float::cbrt (line 1489) ... ok Dec 07 05:49:28.377 INFO [stdout] test src/float.rs - float::Float::cos (line 1533) ... ok Dec 07 05:49:29.880 INFO [stdout] test src/float.rs - float::Float::cosh (line 1705) ... ok Dec 07 05:49:29.900 INFO [stdout] test src/float.rs - float::Float::exp (line 1317) ... ok Dec 07 05:49:29.900 INFO [stdout] test src/float.rs - float::Float::ceil (line 1113) ... ok Dec 07 05:49:30.187 INFO [stdout] test src/float.rs - float::Float::exp2 (line 1333) ... ok Dec 07 05:49:30.513 INFO [stdout] test src/float.rs - float::Float::epsilon (line 976) ... ok Dec 07 05:49:30.992 INFO [stdout] test src/float.rs - float::Float::floor (line 1100) ... ok Dec 07 05:49:31.617 INFO [stdout] test src/float.rs - float::Float::exp_m1 (line 1657) ... ok Dec 07 05:49:33.436 INFO [stdout] test src/float.rs - float::Float::fract (line 1153) ... ok Dec 07 05:49:35.121 INFO [stdout] test src/float.rs - float::Float::is_finite (line 1040) ... ok Dec 07 05:49:35.256 INFO [stdout] test src/float.rs - float::Float::integer_decode (line 1785) ... ok Dec 07 05:49:35.408 INFO [stdout] test src/float.rs - float::Float::infinity (line 911) ... ok Dec 07 05:49:35.524 INFO [stdout] test src/float.rs - float::Float::is_infinite (line 1021) ... ok Dec 07 05:49:35.700 INFO [stdout] test src/float.rs - float::Float::is_nan (line 1006) ... ok Dec 07 05:49:35.896 INFO [stdout] test src/float.rs - float::Float::hypot (line 1504) ... ok Dec 07 05:49:36.394 INFO [stdout] test src/float.rs - float::Float::is_normal (line 1060) ... ok Dec 07 05:49:37.956 INFO [stdout] test src/float.rs - float::Float::is_sign_negative (line 1226) ... ok Dec 07 05:49:38.070 INFO [stdout] test src/float.rs - float::Float::log (line 1363) ... ok Dec 07 05:49:39.137 INFO [stdout] test src/float.rs - float::Float::ln (line 1347) ... ok Dec 07 05:49:39.788 INFO [stdout] test src/float.rs - float::Float::ln_1p (line 1672) ... ok Dec 07 05:49:39.824 INFO [stdout] test src/float.rs - float::Float::is_sign_positive (line 1208) ... ok Dec 07 05:49:39.960 INFO [stdout] test src/float.rs - float::Float::log10 (line 1396) ... ok Dec 07 05:49:40.720 INFO [stdout] test src/float.rs - float::Float::log2 (line 1382) ... ok Dec 07 05:49:40.920 INFO [stdout] test src/float.rs - float::Float::max (line 1446) ... ok Dec 07 05:49:41.897 INFO [stdout] test src/float.rs - float::Float::max_value (line 995) ... ok Dec 07 05:49:42.317 INFO [stdout] test src/float.rs - float::Float::min (line 1458) ... ok Dec 07 05:49:42.859 INFO [stdout] test src/float.rs - float::Float::min_positive_value (line 964) ... ok Dec 07 05:49:42.888 INFO [stdout] test src/float.rs - float::Float::min_value (line 952) ... ok Dec 07 05:49:43.108 INFO [stdout] test src/float.rs - float::Float::neg_infinity (line 924) ... ok Dec 07 05:49:43.528 INFO [stdout] test src/float.rs - float::Float::mul_add (line 1247) ... ok Dec 07 05:49:43.803 INFO [stdout] test src/float.rs - float::Float::nan (line 901) ... ok Dec 07 05:49:44.400 INFO [stdout] test src/float.rs - float::Float::neg_zero (line 937) ... ok Dec 07 05:49:45.958 INFO [stdout] test src/float.rs - float::Float::powf (line 1288) ... ok Dec 07 05:49:46.052 INFO [stdout] test src/float.rs - float::Float::powi (line 1276) ... ok Dec 07 05:49:46.591 INFO [stdout] test src/float.rs - float::Float::sin (line 1519) ... ok Dec 07 05:49:46.599 INFO [stdout] test src/float.rs - float::Float::sin_cos (line 1639) ... ok Dec 07 05:49:46.608 INFO [stdout] test src/float.rs - float::Float::recip (line 1262) ... ok Dec 07 05:49:46.640 INFO [stdout] test src/float.rs - float::Float::round (line 1127) ... ok Dec 07 05:49:46.828 INFO [stdout] test src/float.rs - float::Float::signum (line 1192) ... ok Dec 07 05:49:48.116 INFO [stdout] test src/float.rs - float::Float::sinh (line 1687) ... ok Dec 07 05:49:48.353 INFO [stdout] test src/float.rs - float::Float::sqrt (line 1302) ... ok Dec 07 05:49:48.972 INFO [stdout] test src/float.rs - float::Float::tan (line 1547) ... ok Dec 07 05:49:50.164 INFO [stdout] test src/float.rs - float::FloatCore::abs (line 447) ... ok Dec 07 05:49:50.308 INFO [stdout] test src/float.rs - float::Float::trunc (line 1140) ... ok Dec 07 05:49:50.333 INFO [stdout] test src/float.rs - float::Float::tanh (line 1723) ... ok Dec 07 05:49:50.686 INFO [stdout] test src/float.rs - float::Float::to_radians (line 1428) ... ok Dec 07 05:49:50.810 INFO [stdout] test src/float.rs - float::Float::to_degrees (line 1410) ... ok Dec 07 05:49:50.963 INFO [stdout] test src/float.rs - float::FloatCore::ceil (line 306) ... ok Dec 07 05:49:51.576 INFO [stdout] test src/float.rs - float::FloatCore::classify (line 250) ... ok Dec 07 05:49:52.940 INFO [stdout] test src/float.rs - float::FloatCore::integer_decode (line 727) ... ok Dec 07 05:49:52.940 INFO [stdout] test src/float.rs - float::FloatCore::epsilon (line 122) ... ok Dec 07 05:49:53.176 INFO [stdout] test src/float.rs - float::FloatCore::infinity (line 18) ... ok Dec 07 05:49:53.225 INFO [stdout] test src/float.rs - float::FloatCore::fract (line 415) ... ok Dec 07 05:49:53.532 INFO [stdout] test src/float.rs - float::FloatCore::floor (line 272) ... ok Dec 07 05:49:53.702 INFO [stdout] test src/float.rs - float::FloatCore::is_finite (line 202) ... ok Dec 07 05:49:54.452 INFO [stdout] test src/float.rs - float::FloatCore::is_infinite (line 178) ... ok Dec 07 05:49:55.583 INFO [stdout] test src/float.rs - float::FloatCore::is_nan (line 156) ... ok Dec 07 05:49:55.756 INFO [stdout] test src/float.rs - float::FloatCore::is_normal (line 225) ... ok Dec 07 05:49:55.948 INFO [stdout] test src/float.rs - float::FloatCore::is_sign_negative (line 540) ... ok Dec 07 05:49:56.880 INFO [stdout] test src/float.rs - float::FloatCore::is_sign_positive (line 513) ... ok Dec 07 05:49:57.304 INFO [stdout] test src/float.rs - float::FloatCore::min (line 568) ... ok Dec 07 05:49:57.576 INFO [stdout] test src/float.rs - float::FloatCore::max (line 602) ... ok Dec 07 05:49:58.260 INFO [stdout] test src/float.rs - float::FloatCore::min_positive_value (line 105) ... ok Dec 07 05:49:58.361 INFO [stdout] test src/float.rs - float::FloatCore::max_value (line 139) ... ok Dec 07 05:49:58.480 INFO [stdout] test src/float.rs - float::FloatCore::min_value (line 88) ... ok Dec 07 05:49:59.388 INFO [stdout] test src/float.rs - float::FloatCore::neg_infinity (line 35) ... ok Dec 07 05:50:00.188 INFO [stdout] test src/float.rs - float::FloatCore::nan (line 52) ... ok Dec 07 05:50:00.666 INFO [stdout] test src/float.rs - float::FloatCore::powi (line 659) ... ok Dec 07 05:50:00.701 INFO [stdout] test src/float.rs - float::FloatCore::to_degrees (line 688) ... ok Dec 07 05:50:01.025 INFO [stdout] test src/float.rs - float::FloatCore::neg_zero (line 69) ... ok Dec 07 05:50:01.248 INFO [stdout] test src/float.rs - float::FloatCore::signum (line 481) ... ok Dec 07 05:50:01.248 INFO [stdout] test src/float.rs - float::FloatCore::recip (line 634) ... ok Dec 07 05:50:01.884 INFO [stdout] test src/float.rs - float::FloatCore::round (line 340) ... ok Dec 07 05:50:03.084 INFO [stdout] test src/float.rs - float::FloatCore::to_radians (line 707) ... ok Dec 07 05:50:05.528 INFO [stdout] test src/int.rs - int::PrimInt::count_zeros (line 46) ... ok Dec 07 05:50:05.528 INFO [stdout] test src/int.rs - int::PrimInt::from_be (line 201) ... ok Dec 07 05:50:05.536 INFO [stdout] test src/float.rs - float::FloatCore::trunc (line 383) ... ok Dec 07 05:50:05.536 INFO [stdout] test src/int.rs - int::PrimInt::from_le (line 220) ... ok Dec 07 05:50:05.544 INFO [stdout] test src/int.rs - int::PrimInt::count_ones (line 33) ... ok Dec 07 05:50:06.456 INFO [stdout] test src/int.rs - int::PrimInt::leading_zeros (line 60) ... ok Dec 07 05:50:06.988 INFO [stdout] test src/int.rs - int::PrimInt::pow (line 275) ... ok Dec 07 05:50:08.344 INFO [stdout] test src/int.rs - int::PrimInt::rotate_left (line 88) ... ok Dec 07 05:50:10.080 INFO [stdout] test src/int.rs - int::PrimInt::signed_shl (line 120) ... ok Dec 07 05:50:10.828 INFO [stdout] test src/int.rs - int::PrimInt::signed_shr (line 137) ... ok Dec 07 05:50:10.972 INFO [stdout] test src/int.rs - int::PrimInt::to_be (line 239) ... ok Dec 07 05:50:11.556 INFO [stdout] test src/int.rs - int::PrimInt::rotate_right (line 103) ... ok Dec 07 05:50:11.688 INFO [stdout] test src/int.rs - int::PrimInt::swap_bytes (line 185) ... ok Dec 07 05:50:12.628 INFO [stdout] test src/int.rs - int::PrimInt::to_le (line 258) ... ok Dec 07 05:50:13.020 INFO [stdout] test src/int.rs - int::PrimInt::unsigned_shl (line 154) ... ok Dec 07 05:50:13.420 INFO [stdout] test src/int.rs - int::PrimInt::trailing_zeros (line 74) ... ok Dec 07 05:50:14.948 INFO [stdout] test src/int.rs - int::PrimInt::unsigned_shr (line 171) ... ok Dec 07 05:50:15.878 INFO [stdout] test src/lib.rs - Num::from_str_radix (line 69) ... ok Dec 07 05:50:16.808 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedShl::checked_shl (line 203) ... ok Dec 07 05:50:17.108 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedNeg::checked_neg (line 168) ... ok Dec 07 05:50:17.359 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedRem::checked_rem (line 117) ... ok Dec 07 05:50:17.952 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedShr::checked_shr (line 248) ... ok Dec 07 05:50:18.264 INFO [stdout] test src/ops/mul_add.rs - ops::mul_add::MulAdd (line 11) ... ok Dec 07 05:50:18.448 INFO [stdout] test src/ops/inv.rs - ops::inv::Inv::inv (line 10) ... ok Dec 07 05:50:19.664 INFO [stdout] test src/ops/wrapping.rs - ops::wrapping::WrappingShl::wrapping_shl (line 109) ... ok Dec 07 05:50:20.768 INFO [stdout] test src/ops/wrapping.rs - ops::wrapping::WrappingShr::wrapping_shr (line 144) ... ok Dec 07 05:50:21.988 INFO [stdout] test src/pow.rs - pow::Pow::pow (line 14) ... ok Dec 07 05:50:21.989 INFO [stdout] test src/pow.rs - pow::pow (line 180) ... ok Dec 07 05:50:22.476 INFO [stdout] test src/pow.rs - pow::checked_pow (line 220) ... ok Dec 07 05:50:23.473 INFO [stdout] test src/real.rs - real::Real::acos (line 571) ... ok Dec 07 05:50:23.920 INFO [stdout] test src/real.rs - real::Real::abs (line 139) ... ok Dec 07 05:50:24.320 INFO [stdout] test src/real.rs - real::Real::abs_sub (line 455) ... ok Dec 07 05:50:26.332 INFO [stdout] test src/real.rs - real::Real::acosh (line 752) ... ok Dec 07 05:50:26.721 INFO [stdout] test src/real.rs - real::Real::asin (line 549) ... ok Dec 07 05:50:28.394 INFO [stdout] test src/real.rs - real::Real::atanh (line 766) ... ok Dec 07 05:50:28.394 INFO [stdout] test src/real.rs - real::Real::asinh (line 738) ... ok Dec 07 05:50:28.669 INFO [stdout] test src/real.rs - real::Real::cbrt (line 471) ... ok Dec 07 05:50:28.792 INFO [stdout] test src/real.rs - real::Real::atan2 (line 606) ... ok Dec 07 05:50:28.888 INFO [stdout] test src/real.rs - real::Real::atan (line 587) ... ok Dec 07 05:50:30.416 INFO [stdout] test src/real.rs - real::Real::ceil (line 83) ... ok Dec 07 05:50:32.000 INFO [stdout] test src/real.rs - real::Real::cosh (line 702) ... ok Dec 07 05:50:32.144 INFO [stdout] test src/real.rs - real::Real::cos (line 515) ... ok Dec 07 05:50:33.464 INFO [stdout] test src/real.rs - real::Real::epsilon (line 42) ... ok Dec 07 05:50:33.756 INFO [stdout] test src/real.rs - real::Real::exp (line 292) ... ok Dec 07 05:50:35.140 INFO [stdout] test src/real.rs - real::Real::exp_m1 (line 649) ... ok Dec 07 05:50:35.353 INFO [stdout] test src/real.rs - real::Real::exp2 (line 308) ... ok Dec 07 05:50:35.516 INFO [stdout] test src/real.rs - real::Real::floor (line 70) ... ok Dec 07 05:50:36.839 INFO [stdout] test src/real.rs - real::Real::fract (line 123) ... ok Dec 07 05:50:37.828 INFO [stdout] test src/real.rs - real::Real::is_sign_positive (line 178) ... ok Dec 07 05:50:39.081 INFO [stdout] test src/real.rs - real::Real::is_sign_negative (line 196) ... ok Dec 07 05:50:39.225 INFO [stdout] test src/real.rs - real::Real::hypot (line 486) ... ok Dec 07 05:50:40.770 INFO [stdout] test src/real.rs - real::Real::ln_1p (line 669) ... ok Dec 07 05:50:41.080 INFO [stdout] test src/real.rs - real::Real::ln (line 326) ... ok Dec 07 05:50:41.345 INFO [stdout] test src/real.rs - real::Real::log (line 346) ... ok Dec 07 05:50:41.945 INFO [stdout] test src/real.rs - real::Real::log10 (line 388) ... ok Dec 07 05:50:43.700 INFO [stdout] test src/real.rs - real::Real::max (line 428) ... ok Dec 07 05:50:43.700 INFO [stdout] test src/real.rs - real::Real::log2 (line 369) ... ok Dec 07 05:50:45.100 INFO [stdout] test src/real.rs - real::Real::min (line 440) ... ok Dec 07 05:50:45.304 INFO [stdout] test src/real.rs - real::Real::max_value (line 59) ... ok Dec 07 05:50:46.184 INFO [stdout] test src/real.rs - real::Real::min_positive_value (line 30) ... ok Dec 07 05:50:46.292 INFO [stdout] test src/real.rs - real::Real::min_value (line 18) ... ok Dec 07 05:50:46.724 INFO [stdout] test src/real.rs - real::Real::powf (line 259) ... ok Dec 07 05:50:46.860 INFO [stdout] test src/real.rs - real::Real::mul_add (line 217) ... ok Dec 07 05:50:47.697 INFO [stdout] test src/real.rs - real::Real::powi (line 247) ... ok Dec 07 05:50:48.520 INFO [stdout] test src/real.rs - real::Real::recip (line 233) ... ok Dec 07 05:50:50.572 INFO [stdout] test src/real.rs - real::Real::round (line 97) ... ok Dec 07 05:50:50.772 INFO [stdout] test src/real.rs - real::Real::sin (line 501) ... ok Dec 07 05:50:51.084 INFO [stdout] test src/real.rs - real::Real::sinh (line 684) ... ok Dec 07 05:50:52.120 INFO [stdout] test src/real.rs - real::Real::sin_cos (line 631) ... ok Dec 07 05:50:52.218 INFO [stdout] test src/real.rs - real::Real::signum (line 162) ... ok Dec 07 05:50:52.731 INFO [stdout] test src/real.rs - real::Real::sqrt (line 277) ... ok Dec 07 05:50:52.992 INFO [stdout] test src/real.rs - real::Real::tan (line 529) ... ok Dec 07 05:50:53.432 INFO [stdout] test src/real.rs - real::Real::tanh (line 720) ... ok Dec 07 05:50:54.036 INFO [stdout] test src/real.rs - real::Real::to_radians (line 415) ... ok Dec 07 05:50:54.137 INFO [stdout] test src/real.rs - real::Real::trunc (line 110) ... ok Dec 07 05:50:54.293 INFO [stdout] test src/real.rs - real::Real::to_degrees (line 402) ... ok Dec 07 05:50:54.293 INFO [stdout] Dec 07 05:50:54.293 INFO [stdout] test result: ok. 163 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Dec 07 05:50:54.293 INFO [stdout] Dec 07 05:50:54.340 INFO [stderr] su: No module specific data is present Dec 07 05:50:55.750 INFO running `"docker" "inspect" "366cb5c750b9cc83e75a289ae89f7a2ddccc2f1d5b278b52da0e6eb8c1d0d15e"` Dec 07 05:50:56.092 INFO running `"docker" "rm" "-f" "366cb5c750b9cc83e75a289ae89f7a2ddccc2f1d5b278b52da0e6eb8c1d0d15e"` Dec 07 05:50:56.456 INFO [stdout] 366cb5c750b9cc83e75a289ae89f7a2ddccc2f1d5b278b52da0e6eb8c1d0d15e