Dec 15 03:10:28.249 INFO testing num-traits-0.2.6 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 03:10:28.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 03:10:28.586 INFO [stdout] cc9682649964f9616b13a571a04de501701bf2e3fc48c0498ac9b0d5c56cf556 Dec 15 03:10:28.592 INFO running `"docker" "start" "-a" "cc9682649964f9616b13a571a04de501701bf2e3fc48c0498ac9b0d5c56cf556"` Dec 15 03:10:29.610 INFO [stderr] usermod: no changes Dec 15 03:10:29.670 INFO [stderr] Compiling num-traits v0.2.6 (/source) Dec 15 03:10:32.661 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.00s Dec 15 03:10:32.664 INFO [stderr] su: No module specific data is present Dec 15 03:10:33.150 INFO running `"docker" "inspect" "cc9682649964f9616b13a571a04de501701bf2e3fc48c0498ac9b0d5c56cf556"` Dec 15 03:10:33.330 INFO running `"docker" "rm" "-f" "cc9682649964f9616b13a571a04de501701bf2e3fc48c0498ac9b0d5c56cf556"` Dec 15 03:10:33.500 INFO [stdout] cc9682649964f9616b13a571a04de501701bf2e3fc48c0498ac9b0d5c56cf556 Dec 15 03:10:33.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 03:10:33.851 INFO [stdout] c7acad3b43c7cd99c5425e94c6cca55f2ea96cdb7f207cf3e5139ee9854e4c23 Dec 15 03:10:33.853 INFO running `"docker" "start" "-a" "c7acad3b43c7cd99c5425e94c6cca55f2ea96cdb7f207cf3e5139ee9854e4c23"` Dec 15 03:10:34.577 INFO [stderr] usermod: no changes Dec 15 03:10:34.663 INFO [stderr] Compiling num-traits v0.2.6 (/source) Dec 15 03:10:36.701 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.702 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.702 INFO [stderr] | Dec 15 03:10:36.702 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.702 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.702 INFO [stderr] ... Dec 15 03:10:36.702 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.702 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.703 INFO [stderr] | Dec 15 03:10:36.703 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 15 03:10:36.703 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.703 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.703 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.703 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.703 INFO [stderr] Dec 15 03:10:36.706 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.706 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.706 INFO [stderr] | Dec 15 03:10:36.706 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.706 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.706 INFO [stderr] ... Dec 15 03:10:36.706 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.706 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.706 INFO [stderr] | Dec 15 03:10:36.706 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.706 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.706 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.706 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.706 INFO [stderr] Dec 15 03:10:36.709 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.709 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.709 INFO [stderr] | Dec 15 03:10:36.709 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.709 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.709 INFO [stderr] ... Dec 15 03:10:36.709 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.709 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.709 INFO [stderr] | Dec 15 03:10:36.709 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.709 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.709 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.709 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.709 INFO [stderr] Dec 15 03:10:36.709 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.709 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.709 INFO [stderr] | Dec 15 03:10:36.709 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.710 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.710 INFO [stderr] ... Dec 15 03:10:36.710 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.710 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.710 INFO [stderr] | Dec 15 03:10:36.710 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.710 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.710 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.710 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.710 INFO [stderr] Dec 15 03:10:36.711 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.711 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.711 INFO [stderr] | Dec 15 03:10:36.711 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.711 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.711 INFO [stderr] ... Dec 15 03:10:36.711 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.711 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.711 INFO [stderr] | Dec 15 03:10:36.711 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.711 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.711 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.711 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.711 INFO [stderr] Dec 15 03:10:36.715 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.715 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.715 INFO [stderr] | Dec 15 03:10:36.715 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.715 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.715 INFO [stderr] ... Dec 15 03:10:36.715 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.715 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.715 INFO [stderr] | Dec 15 03:10:36.715 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.715 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.715 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.715 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.715 INFO [stderr] Dec 15 03:10:36.715 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.715 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.715 INFO [stderr] | Dec 15 03:10:36.715 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.715 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.715 INFO [stderr] ... Dec 15 03:10:36.715 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.715 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.715 INFO [stderr] | Dec 15 03:10:36.715 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.715 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.715 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.715 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.715 INFO [stderr] Dec 15 03:10:36.719 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.719 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.719 INFO [stderr] | Dec 15 03:10:36.719 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.719 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.719 INFO [stderr] ... Dec 15 03:10:36.719 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.719 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.719 INFO [stderr] | Dec 15 03:10:36.719 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.719 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.719 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.719 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.719 INFO [stderr] Dec 15 03:10:36.719 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.719 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.719 INFO [stderr] | Dec 15 03:10:36.719 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.719 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.719 INFO [stderr] ... Dec 15 03:10:36.719 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.719 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.719 INFO [stderr] | Dec 15 03:10:36.719 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.719 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.719 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.719 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.719 INFO [stderr] Dec 15 03:10:36.719 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.719 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.719 INFO [stderr] | Dec 15 03:10:36.719 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.719 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.719 INFO [stderr] ... Dec 15 03:10:36.719 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.719 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.719 INFO [stderr] | Dec 15 03:10:36.719 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.719 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.719 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.719 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.719 INFO [stderr] Dec 15 03:10:36.723 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.723 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.723 INFO [stderr] | Dec 15 03:10:36.723 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.723 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.723 INFO [stderr] ... Dec 15 03:10:36.723 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.723 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.723 INFO [stderr] | Dec 15 03:10:36.723 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.723 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.723 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.723 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.723 INFO [stderr] Dec 15 03:10:36.723 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.723 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.723 INFO [stderr] | Dec 15 03:10:36.723 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.723 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.723 INFO [stderr] ... Dec 15 03:10:36.723 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.723 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.723 INFO [stderr] | Dec 15 03:10:36.723 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.723 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.723 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.723 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.723 INFO [stderr] Dec 15 03:10:36.727 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.727 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.727 INFO [stderr] | Dec 15 03:10:36.727 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.727 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.727 INFO [stderr] ... Dec 15 03:10:36.727 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.727 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.727 INFO [stderr] | Dec 15 03:10:36.727 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.727 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.727 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.727 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.727 INFO [stderr] Dec 15 03:10:36.727 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.727 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.727 INFO [stderr] | Dec 15 03:10:36.727 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.727 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.727 INFO [stderr] ... Dec 15 03:10:36.727 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.727 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.727 INFO [stderr] | Dec 15 03:10:36.727 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.727 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.727 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.727 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.727 INFO [stderr] Dec 15 03:10:36.731 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.731 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.731 INFO [stderr] | Dec 15 03:10:36.731 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.731 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.731 INFO [stderr] ... Dec 15 03:10:36.731 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.731 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.731 INFO [stderr] | Dec 15 03:10:36.731 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.731 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.731 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.731 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.731 INFO [stderr] Dec 15 03:10:36.731 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.731 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.731 INFO [stderr] | Dec 15 03:10:36.731 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.731 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.731 INFO [stderr] ... Dec 15 03:10:36.731 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.731 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.731 INFO [stderr] | Dec 15 03:10:36.731 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.731 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.731 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.731 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.731 INFO [stderr] Dec 15 03:10:36.731 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.731 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.731 INFO [stderr] | Dec 15 03:10:36.731 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.731 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.731 INFO [stderr] ... Dec 15 03:10:36.731 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.731 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.731 INFO [stderr] | Dec 15 03:10:36.731 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.731 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.731 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.731 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.731 INFO [stderr] Dec 15 03:10:36.735 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.735 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.735 INFO [stderr] | Dec 15 03:10:36.735 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.735 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.735 INFO [stderr] ... Dec 15 03:10:36.735 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.735 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.735 INFO [stderr] | Dec 15 03:10:36.735 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.735 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.735 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.735 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.735 INFO [stderr] Dec 15 03:10:36.735 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.735 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:36.735 INFO [stderr] | Dec 15 03:10:36.735 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.735 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.735 INFO [stderr] ... Dec 15 03:10:36.735 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.735 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.735 INFO [stderr] | Dec 15 03:10:36.735 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.735 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.735 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.735 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.735 INFO [stderr] Dec 15 03:10:36.739 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.739 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:36.739 INFO [stderr] | Dec 15 03:10:36.739 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.739 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.739 INFO [stderr] ... Dec 15 03:10:36.739 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:36.739 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:36.739 INFO [stderr] | Dec 15 03:10:36.739 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.739 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.739 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.739 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.739 INFO [stderr] Dec 15 03:10:36.755 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.755 INFO [stderr] --> src/bounds.rs:113:28 Dec 15 03:10:36.755 INFO [stderr] | Dec 15 03:10:36.755 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.755 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.755 INFO [stderr] ... Dec 15 03:10:36.755 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 15 03:10:36.755 INFO [stderr] | ---------------------------------- in this macro invocation Dec 15 03:10:36.755 INFO [stderr] | Dec 15 03:10:36.755 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.755 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.755 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.755 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.755 INFO [stderr] Dec 15 03:10:36.755 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.755 INFO [stderr] --> src/bounds.rs:114:28 Dec 15 03:10:36.755 INFO [stderr] | Dec 15 03:10:36.755 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.755 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.755 INFO [stderr] ... Dec 15 03:10:36.755 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 15 03:10:36.755 INFO [stderr] | ---------------------------------- in this macro invocation Dec 15 03:10:36.755 INFO [stderr] | Dec 15 03:10:36.755 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.755 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.755 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.755 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.755 INFO [stderr] Dec 15 03:10:36.755 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.755 INFO [stderr] --> src/bounds.rs:113:28 Dec 15 03:10:36.755 INFO [stderr] | Dec 15 03:10:36.755 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:36.755 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.755 INFO [stderr] ... Dec 15 03:10:36.755 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 15 03:10:36.755 INFO [stderr] | ---------------------------------- in this macro invocation Dec 15 03:10:36.755 INFO [stderr] | Dec 15 03:10:36.755 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.755 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.755 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:36.755 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:36.755 INFO [stderr] Dec 15 03:10:36.763 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:36.763 INFO [stderr] --> src/bounds.rs:114:28 Dec 15 03:10:36.763 INFO [stderr] | Dec 15 03:10:36.763 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:36.763 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:36.763 INFO [stderr] ... Dec 15 03:10:36.763 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 15 03:10:36.763 INFO [stderr] | ---------------------------------- in this macro invocation Dec 15 03:10:36.763 INFO [stderr] | Dec 15 03:10:36.763 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 15 03:10:36.763 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:36.763 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:36.763 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:36.763 INFO [stderr] Dec 15 03:10:47.784 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.18s Dec 15 03:10:47.787 INFO [stderr] su: No module specific data is present Dec 15 03:10:48.084 INFO running `"docker" "inspect" "c7acad3b43c7cd99c5425e94c6cca55f2ea96cdb7f207cf3e5139ee9854e4c23"` Dec 15 03:10:48.175 INFO running `"docker" "rm" "-f" "c7acad3b43c7cd99c5425e94c6cca55f2ea96cdb7f207cf3e5139ee9854e4c23"` Dec 15 03:10:48.279 INFO [stdout] c7acad3b43c7cd99c5425e94c6cca55f2ea96cdb7f207cf3e5139ee9854e4c23 Dec 15 03:10:48.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 03:10:48.494 INFO [stdout] 81a2ffb78f8884aff354d9210d942a9617ae6cf6cf15792c5fe8df5b077df64e Dec 15 03:10:48.496 INFO running `"docker" "start" "-a" "81a2ffb78f8884aff354d9210d942a9617ae6cf6cf15792c5fe8df5b077df64e"` Dec 15 03:10:48.970 INFO [stderr] usermod: no changes Dec 15 03:10:48.999 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 15 03:10:49.000 INFO [stderr] Running /target/debug/deps/num_traits-a3b3f4d566699dde Dec 15 03:10:49.001 INFO [stdout] Dec 15 03:10:49.001 INFO [stdout] running 26 tests Dec 15 03:10:49.002 INFO [stdout] test check_refref_ops ... ok Dec 15 03:10:49.002 INFO [stdout] test check_refnum_ops ... ok Dec 15 03:10:49.002 INFO [stdout] test check_numref_ops ... ok Dec 15 03:10:49.002 INFO [stdout] test bounds::wrapping_is_bounded ... ok Dec 15 03:10:49.002 INFO [stdout] test clamp_test ... ok Dec 15 03:10:49.002 INFO [stdout] test float::tests::convert_deg_rad ... ok Dec 15 03:10:49.002 INFO [stdout] test bounds::wrapping_bounded_i128 ... ok Dec 15 03:10:49.003 INFO [stdout] test float::tests::convert_deg_rad_std ... ok Dec 15 03:10:49.003 INFO [stdout] test from_str_radix_unwrap ... ok Dec 15 03:10:49.003 INFO [stdout] test identities::wrapping_identities ... ok Dec 15 03:10:49.003 INFO [stdout] test identities::wrapping_is_one ... ok Dec 15 03:10:49.003 INFO [stdout] test identities::wrapping_is_zero ... ok Dec 15 03:10:49.003 INFO [stdout] test ops::mul_add::tests::mul_add_float ... ok Dec 15 03:10:49.003 INFO [stdout] test ops::mul_add::tests::mul_add_integer ... ok Dec 15 03:10:49.003 INFO [stdout] test ops::wrapping::test_wrapping_traits ... ok Dec 15 03:10:49.003 INFO [stdout] test bounds::wrapping_bounded ... ok Dec 15 03:10:49.003 INFO [stdout] test ops::wrapping::wrapping_is_wrappingadd ... ok Dec 15 03:10:49.003 INFO [stdout] test ops::wrapping::wrapping_is_wrappingmul ... ok Dec 15 03:10:49.003 INFO [stdout] test ops::wrapping::wrapping_is_wrappingshl ... ok Dec 15 03:10:49.003 INFO [stdout] test ops::wrapping::wrapping_is_wrappingshr ... ok Dec 15 03:10:49.003 INFO [stdout] test ops::wrapping::wrapping_is_wrappingsub ... ok Dec 15 03:10:49.003 INFO [stdout] test sign::unsigned_wrapping_is_unsigned ... ok Dec 15 03:10:49.003 INFO [stdout] test wrapping_from_str_radix ... ok Dec 15 03:10:49.003 INFO [stdout] test wrapping_is_num ... ok Dec 15 03:10:49.011 INFO [stdout] test check_num_ops ... ok Dec 15 03:10:49.011 INFO [stdout] test check_numassign_ops ... ok Dec 15 03:10:49.011 INFO [stdout] Dec 15 03:10:49.011 INFO [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 03:10:49.011 INFO [stdout] Dec 15 03:10:49.011 INFO [stderr] Running /target/debug/deps/cast-c90f57ded1c164f1 Dec 15 03:10:49.012 INFO [stdout] Dec 15 03:10:49.013 INFO [stdout] running 16 tests Dec 15 03:10:49.014 INFO [stdout] test cast_to_i128_checks_overflow ... ok Dec 15 03:10:49.014 INFO [stdout] test cast_to_int_checks_overflow ... ok Dec 15 03:10:49.014 INFO [stdout] test cast_to_unsigned_int_checks_overflow ... ok Dec 15 03:10:49.015 INFO [stdout] test cast_float_to_i128_edge_cases ... ok Dec 15 03:10:49.015 INFO [stdout] test newtype_to_primitive ... ok Dec 15 03:10:49.015 INFO [stdout] test as_primitive ... ok Dec 15 03:10:49.015 INFO [stdout] test newtype_from_primitive ... ok Dec 15 03:10:49.015 INFO [stdout] test float_to_integer_checks_overflow ... ok Dec 15 03:10:49.015 INFO [stdout] test wrapping_is_numcast ... ok Dec 15 03:10:49.015 INFO [stdout] test cast_int_to_int_edge_cases ... ok Dec 15 03:10:49.015 INFO [stdout] test cast_float_to_int_edge_cases ... ok Dec 15 03:10:49.015 INFO [stdout] test wrapping_to_primitive ... ok Dec 15 03:10:49.018 INFO [stdout] test cast_int_to_128_edge_cases ... ok Dec 15 03:10:49.020 INFO [stdout] test wrapping_is_toprimitive ... ok Dec 15 03:10:49.020 INFO [stdout] test wrapping_is_fromprimitive ... ok Dec 15 03:10:49.020 INFO [stdout] test to_primitive_float ... ok Dec 15 03:10:49.020 INFO [stdout] Dec 15 03:10:49.020 INFO [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 03:10:49.020 INFO [stdout] Dec 15 03:10:49.020 INFO [stderr] Doc-tests num-traits Dec 15 03:10:49.979 INFO [stdout] Dec 15 03:10:49.979 INFO [stdout] running 165 tests Dec 15 03:10:50.015 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 705) ... ignored Dec 15 03:10:50.015 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 713) ... ignored Dec 15 03:10:53.015 INFO [stdout] test src/float.rs - float::Float::abs (line 1169) ... ok Dec 15 03:10:53.943 INFO [stdout] test src/float.rs - float::Float::acosh (line 1755) ... ok Dec 15 03:10:54.767 INFO [stdout] test src/float.rs - float::Float::asin (line 1562) ... ok Dec 15 03:10:55.763 INFO [stdout] test src/cast.rs - cast::cast (line 628) ... ok Dec 15 03:10:55.883 INFO [stdout] test src/float.rs - float::Float::asinh (line 1741) ... ok Dec 15 03:10:56.344 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 691) ... ok Dec 15 03:10:56.573 INFO [stdout] test src/float.rs - float::Float::acos (line 1579) ... ok Dec 15 03:10:56.783 INFO [stdout] test src/float.rs - float::Float::abs_sub (line 1473) ... ok Dec 15 03:10:57.630 INFO [stdout] test src/float.rs - float::Float::atan (line 1595) ... ok Dec 15 03:10:59.127 INFO [stdout] test src/float.rs - float::Float::atanh (line 1769) ... ok Dec 15 03:10:59.161 INFO [stdout] test src/float.rs - float::Float::atan2 (line 1614) ... ok Dec 15 03:11:00.455 INFO [stdout] test src/float.rs - float::Float::cbrt (line 1489) ... ok Dec 15 03:11:00.747 INFO [stdout] test src/float.rs - float::Float::cos (line 1533) ... ok Dec 15 03:11:00.804 INFO [stdout] test src/float.rs - float::Float::ceil (line 1113) ... ok Dec 15 03:11:00.808 INFO [stdout] test src/float.rs - float::Float::classify (line 1085) ... ok Dec 15 03:11:01.963 INFO [stdout] test src/float.rs - float::Float::cosh (line 1705) ... ok Dec 15 03:11:02.371 INFO [stdout] test src/float.rs - float::Float::epsilon (line 976) ... ok Dec 15 03:11:04.299 INFO [stdout] test src/float.rs - float::Float::exp2 (line 1333) ... ok Dec 15 03:11:06.467 INFO [stdout] test src/float.rs - float::Float::exp (line 1317) ... ok Dec 15 03:11:06.907 INFO [stdout] test src/float.rs - float::Float::floor (line 1100) ... ok Dec 15 03:11:07.619 INFO [stdout] test src/float.rs - float::Float::exp_m1 (line 1657) ... ok Dec 15 03:11:07.734 INFO [stdout] test src/float.rs - float::Float::fract (line 1153) ... ok Dec 15 03:11:07.734 INFO [stdout] test src/float.rs - float::Float::integer_decode (line 1785) ... ok Dec 15 03:11:08.003 INFO [stdout] test src/float.rs - float::Float::hypot (line 1504) ... ok Dec 15 03:11:09.323 INFO [stdout] test src/float.rs - float::Float::infinity (line 911) ... ok Dec 15 03:11:11.891 INFO [stdout] test src/float.rs - float::Float::is_finite (line 1040) ... ok Dec 15 03:11:14.251 INFO [stdout] test src/float.rs - float::Float::is_infinite (line 1021) ... ok Dec 15 03:11:15.745 INFO [stdout] test src/float.rs - float::Float::is_sign_positive (line 1208) ... ok Dec 15 03:11:16.347 INFO [stdout] test src/float.rs - float::Float::is_nan (line 1006) ... ok Dec 15 03:11:16.348 INFO [stdout] test src/float.rs - float::Float::is_normal (line 1060) ... ok Dec 15 03:11:16.455 INFO [stdout] test src/float.rs - float::Float::ln (line 1347) ... ok Dec 15 03:11:17.001 INFO [stdout] test src/float.rs - float::Float::is_sign_negative (line 1226) ... ok Dec 15 03:11:18.303 INFO [stdout] test src/float.rs - float::Float::ln_1p (line 1672) ... ok Dec 15 03:11:19.851 INFO [stdout] test src/float.rs - float::Float::log (line 1363) ... ok Dec 15 03:11:20.038 INFO [stdout] test src/float.rs - float::Float::min (line 1458) ... ok Dec 15 03:11:20.287 INFO [stdout] test src/float.rs - float::Float::log10 (line 1396) ... ok Dec 15 03:11:21.255 INFO [stdout] test src/float.rs - float::Float::log2 (line 1382) ... ok Dec 15 03:11:21.343 INFO [stdout] test src/float.rs - float::Float::max_value (line 995) ... ok Dec 15 03:11:21.488 INFO [stdout] test src/float.rs - float::Float::max (line 1446) ... ok Dec 15 03:11:22.233 INFO [stdout] test src/float.rs - float::Float::min_value (line 952) ... ok Dec 15 03:11:22.275 INFO [stdout] test src/float.rs - float::Float::min_positive_value (line 964) ... ok Dec 15 03:11:24.503 INFO [stdout] test src/float.rs - float::Float::nan (line 901) ... ok Dec 15 03:11:24.539 INFO [stdout] test src/float.rs - float::Float::mul_add (line 1247) ... ok Dec 15 03:11:25.995 INFO [stdout] test src/float.rs - float::Float::neg_infinity (line 924) ... ok Dec 15 03:11:26.881 INFO [stdout] test src/float.rs - float::Float::powi (line 1276) ... ok Dec 15 03:11:26.955 INFO [stdout] test src/float.rs - float::Float::powf (line 1288) ... ok Dec 15 03:11:27.231 INFO [stdout] test src/float.rs - float::Float::neg_zero (line 937) ... ok Dec 15 03:11:27.511 INFO [stdout] test src/float.rs - float::Float::recip (line 1262) ... ok Dec 15 03:11:28.472 INFO [stdout] test src/float.rs - float::Float::sin (line 1519) ... ok Dec 15 03:11:29.192 INFO [stdout] test src/float.rs - float::Float::round (line 1127) ... ok Dec 15 03:11:30.226 INFO [stdout] test src/float.rs - float::Float::signum (line 1192) ... ok Dec 15 03:11:31.175 INFO [stdout] test src/float.rs - float::Float::sin_cos (line 1639) ... ok Dec 15 03:11:31.451 INFO [stdout] test src/float.rs - float::Float::sqrt (line 1302) ... ok Dec 15 03:11:32.051 INFO [stdout] test src/float.rs - float::Float::tan (line 1547) ... ok Dec 15 03:11:32.471 INFO [stdout] test src/float.rs - float::Float::tanh (line 1723) ... ok Dec 15 03:11:32.763 INFO [stdout] test src/float.rs - float::Float::sinh (line 1687) ... ok Dec 15 03:11:34.472 INFO [stdout] test src/float.rs - float::Float::to_degrees (line 1410) ... ok Dec 15 03:11:34.472 INFO [stdout] test src/float.rs - float::Float::trunc (line 1140) ... ok Dec 15 03:11:34.986 INFO [stdout] test src/float.rs - float::FloatCore::classify (line 250) ... ok Dec 15 03:11:35.875 INFO [stdout] test src/float.rs - float::Float::to_radians (line 1428) ... ok Dec 15 03:11:36.047 INFO [stdout] test src/float.rs - float::FloatCore::floor (line 272) ... ok Dec 15 03:11:36.489 INFO [stdout] test src/float.rs - float::FloatCore::abs (line 447) ... ok Dec 15 03:11:37.135 INFO [stdout] test src/float.rs - float::FloatCore::ceil (line 306) ... ok Dec 15 03:11:37.835 INFO [stdout] test src/float.rs - float::FloatCore::epsilon (line 122) ... ok Dec 15 03:11:38.204 INFO [stdout] test src/float.rs - float::FloatCore::fract (line 415) ... ok Dec 15 03:11:38.695 INFO [stdout] test src/float.rs - float::FloatCore::infinity (line 18) ... ok Dec 15 03:11:39.355 INFO [stdout] test src/float.rs - float::FloatCore::is_finite (line 202) ... ok Dec 15 03:11:40.303 INFO [stdout] test src/float.rs - float::FloatCore::integer_decode (line 727) ... ok Dec 15 03:11:41.615 INFO [stdout] test src/float.rs - float::FloatCore::is_nan (line 156) ... ok Dec 15 03:11:41.803 INFO [stdout] test src/float.rs - float::FloatCore::is_infinite (line 178) ... ok Dec 15 03:11:42.702 INFO [stdout] test src/float.rs - float::FloatCore::is_normal (line 225) ... ok Dec 15 03:11:42.969 INFO [stdout] test src/float.rs - float::FloatCore::max (line 602) ... ok Dec 15 03:11:43.891 INFO [stdout] test src/float.rs - float::FloatCore::is_sign_negative (line 540) ... ok Dec 15 03:11:44.289 INFO [stdout] test src/float.rs - float::FloatCore::is_sign_positive (line 513) ... ok Dec 15 03:11:45.215 INFO [stdout] test src/float.rs - float::FloatCore::max_value (line 139) ... ok Dec 15 03:11:45.394 INFO [stdout] test src/float.rs - float::FloatCore::min_value (line 88) ... ok Dec 15 03:11:45.811 INFO [stdout] test src/float.rs - float::FloatCore::min (line 568) ... ok Dec 15 03:11:46.051 INFO [stdout] test src/float.rs - float::FloatCore::min_positive_value (line 105) ... ok Dec 15 03:11:46.763 INFO [stdout] test src/float.rs - float::FloatCore::neg_infinity (line 35) ... ok Dec 15 03:11:47.210 INFO [stdout] test src/float.rs - float::FloatCore::neg_zero (line 69) ... ok Dec 15 03:11:47.499 INFO [stdout] test src/float.rs - float::FloatCore::nan (line 52) ... ok Dec 15 03:11:48.643 INFO [stdout] test src/float.rs - float::FloatCore::powi (line 659) ... ok Dec 15 03:11:51.843 INFO [stdout] test src/float.rs - float::FloatCore::recip (line 634) ... ok Dec 15 03:11:52.495 INFO [stdout] test src/float.rs - float::FloatCore::signum (line 481) ... ok Dec 15 03:11:53.213 INFO [stdout] test src/float.rs - float::FloatCore::round (line 340) ... ok Dec 15 03:11:54.111 INFO [stdout] test src/float.rs - float::FloatCore::to_degrees (line 688) ... ok Dec 15 03:11:54.499 INFO [stdout] test src/float.rs - float::FloatCore::trunc (line 383) ... ok Dec 15 03:11:54.615 INFO [stdout] test src/float.rs - float::FloatCore::to_radians (line 707) ... ok Dec 15 03:11:55.219 INFO [stdout] test src/int.rs - int::PrimInt::count_ones (line 33) ... ok Dec 15 03:11:56.671 INFO [stdout] test src/int.rs - int::PrimInt::count_zeros (line 46) ... ok Dec 15 03:11:57.763 INFO [stdout] test src/int.rs - int::PrimInt::from_be (line 201) ... ok Dec 15 03:11:59.603 INFO [stdout] test src/int.rs - int::PrimInt::from_le (line 220) ... ok Dec 15 03:11:59.995 INFO [stdout] test src/int.rs - int::PrimInt::pow (line 275) ... ok Dec 15 03:12:00.567 INFO [stdout] test src/int.rs - int::PrimInt::leading_zeros (line 60) ... ok Dec 15 03:12:01.843 INFO [stdout] test src/int.rs - int::PrimInt::signed_shl (line 120) ... ok Dec 15 03:12:02.072 INFO [stdout] test src/int.rs - int::PrimInt::rotate_right (line 103) ... ok Dec 15 03:12:02.561 INFO [stdout] test src/int.rs - int::PrimInt::rotate_left (line 88) ... ok Dec 15 03:12:04.027 INFO [stdout] test src/int.rs - int::PrimInt::signed_shr (line 137) ... ok Dec 15 03:12:05.354 INFO [stdout] test src/int.rs - int::PrimInt::swap_bytes (line 185) ... ok Dec 15 03:12:06.583 INFO [stdout] test src/int.rs - int::PrimInt::trailing_zeros (line 74) ... ok Dec 15 03:12:07.135 INFO [stdout] test src/int.rs - int::PrimInt::to_le (line 258) ... ok Dec 15 03:12:07.913 INFO [stdout] test src/int.rs - int::PrimInt::to_be (line 239) ... ok Dec 15 03:12:08.551 INFO [stdout] test src/lib.rs - Num::from_str_radix (line 69) ... ok Dec 15 03:12:09.615 INFO [stdout] test src/int.rs - int::PrimInt::unsigned_shl (line 154) ... ok Dec 15 03:12:10.087 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedNeg::checked_neg (line 168) ... ok Dec 15 03:12:10.087 INFO [stdout] test src/int.rs - int::PrimInt::unsigned_shr (line 171) ... ok Dec 15 03:12:12.079 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedRem::checked_rem (line 117) ... ok Dec 15 03:12:13.972 INFO [stdout] test src/ops/inv.rs - ops::inv::Inv::inv (line 10) ... ok Dec 15 03:12:13.972 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedShl::checked_shl (line 203) ... ok Dec 15 03:12:15.106 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedShr::checked_shr (line 248) ... ok Dec 15 03:12:16.499 INFO [stdout] test src/ops/mul_add.rs - ops::mul_add::MulAdd (line 11) ... ok Dec 15 03:12:17.811 INFO [stdout] test src/pow.rs - pow::Pow::pow (line 14) ... ok Dec 15 03:12:18.038 INFO [stdout] test src/ops/wrapping.rs - ops::wrapping::WrappingShl::wrapping_shl (line 109) ... ok Dec 15 03:12:18.239 INFO [stdout] test src/ops/wrapping.rs - ops::wrapping::WrappingShr::wrapping_shr (line 144) ... ok Dec 15 03:12:19.599 INFO [stdout] test src/pow.rs - pow::checked_pow (line 220) ... ok Dec 15 03:12:20.670 INFO [stdout] test src/real.rs - real::Real::abs (line 139) ... ok Dec 15 03:12:22.819 INFO [stdout] test src/real.rs - real::Real::acos (line 571) ... ok Dec 15 03:12:23.495 INFO [stdout] test src/pow.rs - pow::pow (line 180) ... ok Dec 15 03:12:23.909 INFO [stdout] test src/real.rs - real::Real::abs_sub (line 455) ... ok Dec 15 03:12:25.283 INFO [stdout] test src/real.rs - real::Real::asin (line 549) ... ok Dec 15 03:12:25.443 INFO [stdout] test src/real.rs - real::Real::atan (line 587) ... ok Dec 15 03:12:27.140 INFO [stdout] test src/real.rs - real::Real::acosh (line 752) ... ok Dec 15 03:12:27.323 INFO [stdout] test src/real.rs - real::Real::asinh (line 738) ... ok Dec 15 03:12:30.083 INFO [stdout] test src/real.rs - real::Real::atan2 (line 606) ... ok Dec 15 03:12:31.687 INFO [stdout] test src/real.rs - real::Real::atanh (line 766) ... ok Dec 15 03:12:32.519 INFO [stdout] test src/real.rs - real::Real::cbrt (line 471) ... ok Dec 15 03:12:33.595 INFO [stdout] test src/real.rs - real::Real::ceil (line 83) ... ok Dec 15 03:12:33.783 INFO [stdout] test src/real.rs - real::Real::cos (line 515) ... ok Dec 15 03:12:34.234 INFO [stdout] test src/real.rs - real::Real::cosh (line 702) ... ok Dec 15 03:12:35.845 INFO [stdout] test src/real.rs - real::Real::exp (line 292) ... ok Dec 15 03:12:36.686 INFO [stdout] test src/real.rs - real::Real::epsilon (line 42) ... ok Dec 15 03:12:37.675 INFO [stdout] test src/real.rs - real::Real::floor (line 70) ... ok Dec 15 03:12:39.647 INFO [stdout] test src/real.rs - real::Real::exp2 (line 308) ... ok Dec 15 03:12:40.955 INFO [stdout] test src/real.rs - real::Real::fract (line 123) ... ok Dec 15 03:12:41.175 INFO [stdout] test src/real.rs - real::Real::exp_m1 (line 649) ... ok Dec 15 03:12:41.919 INFO [stdout] test src/real.rs - real::Real::hypot (line 486) ... ok Dec 15 03:12:42.243 INFO [stdout] test src/real.rs - real::Real::is_sign_negative (line 196) ... ok Dec 15 03:12:43.571 INFO [stdout] test src/real.rs - real::Real::is_sign_positive (line 178) ... ok Dec 15 03:12:44.364 INFO [stdout] test src/real.rs - real::Real::ln (line 326) ... ok Dec 15 03:12:44.764 INFO [stdout] test src/real.rs - real::Real::ln_1p (line 669) ... ok Dec 15 03:12:48.283 INFO [stdout] test src/real.rs - real::Real::log (line 346) ... ok Dec 15 03:12:49.026 INFO [stdout] test src/real.rs - real::Real::log10 (line 388) ... ok Dec 15 03:12:49.187 INFO [stdout] test src/real.rs - real::Real::log2 (line 369) ... ok Dec 15 03:12:49.963 INFO [stdout] test src/real.rs - real::Real::max_value (line 59) ... ok Dec 15 03:12:51.467 INFO [stdout] test src/real.rs - real::Real::max (line 428) ... ok Dec 15 03:12:52.655 INFO [stdout] test src/real.rs - real::Real::min (line 440) ... ok Dec 15 03:12:52.831 INFO [stdout] test src/real.rs - real::Real::min_positive_value (line 30) ... ok Dec 15 03:12:53.549 INFO [stdout] test src/real.rs - real::Real::min_value (line 18) ... ok Dec 15 03:12:55.188 INFO [stdout] test src/real.rs - real::Real::recip (line 233) ... ok Dec 15 03:12:55.536 INFO [stdout] test src/real.rs - real::Real::mul_add (line 217) ... ok Dec 15 03:12:55.647 INFO [stdout] test src/real.rs - real::Real::powi (line 247) ... ok Dec 15 03:12:56.275 INFO [stdout] test src/real.rs - real::Real::powf (line 259) ... ok Dec 15 03:12:57.623 INFO [stdout] test src/real.rs - real::Real::round (line 97) ... ok Dec 15 03:13:00.312 INFO [stdout] test src/real.rs - real::Real::sin (line 501) ... ok Dec 15 03:13:00.707 INFO [stdout] test src/real.rs - real::Real::signum (line 162) ... ok Dec 15 03:13:00.879 INFO [stdout] test src/real.rs - real::Real::tan (line 529) ... ok Dec 15 03:13:02.139 INFO [stdout] test src/real.rs - real::Real::sin_cos (line 631) ... ok Dec 15 03:13:02.777 INFO [stdout] test src/real.rs - real::Real::sinh (line 684) ... ok Dec 15 03:13:03.346 INFO [stdout] test src/real.rs - real::Real::sqrt (line 277) ... ok Dec 15 03:13:03.607 INFO [stdout] test src/real.rs - real::Real::tanh (line 720) ... ok Dec 15 03:13:04.343 INFO [stdout] test src/real.rs - real::Real::to_degrees (line 402) ... ok Dec 15 03:13:05.330 INFO [stdout] test src/real.rs - real::Real::to_radians (line 415) ... ok Dec 15 03:13:05.472 INFO [stdout] test src/real.rs - real::Real::trunc (line 110) ... ok Dec 15 03:13:05.472 INFO [stdout] Dec 15 03:13:05.473 INFO [stdout] test result: ok. 163 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Dec 15 03:13:05.473 INFO [stdout] Dec 15 03:13:05.538 INFO [stderr] su: No module specific data is present Dec 15 03:13:06.964 INFO running `"docker" "inspect" "81a2ffb78f8884aff354d9210d942a9617ae6cf6cf15792c5fe8df5b077df64e"` Dec 15 03:13:07.194 INFO running `"docker" "rm" "-f" "81a2ffb78f8884aff354d9210d942a9617ae6cf6cf15792c5fe8df5b077df64e"` Dec 15 03:13:07.315 INFO [stdout] 81a2ffb78f8884aff354d9210d942a9617ae6cf6cf15792c5fe8df5b077df64e