Dec 15 03:10:29.225 INFO testing num-traits-0.2.6 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 15 03:10:29.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-5/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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:29.629 INFO [stdout] 3894535a8e7aa915e38201a1982b31c7b01d465ead2fe35dfcbe9508e4b7a5bd Dec 15 03:10:29.629 INFO running `"docker" "start" "-a" "3894535a8e7aa915e38201a1982b31c7b01d465ead2fe35dfcbe9508e4b7a5bd"` Dec 15 03:10:30.455 INFO [stderr] usermod: no changes Dec 15 03:10:30.500 INFO [stderr] Compiling num-traits v0.2.6 (/source) Dec 15 03:10:33.576 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.09s Dec 15 03:10:33.586 INFO [stderr] su: No module specific data is present Dec 15 03:10:33.982 INFO running `"docker" "inspect" "3894535a8e7aa915e38201a1982b31c7b01d465ead2fe35dfcbe9508e4b7a5bd"` Dec 15 03:10:34.157 INFO running `"docker" "rm" "-f" "3894535a8e7aa915e38201a1982b31c7b01d465ead2fe35dfcbe9508e4b7a5bd"` Dec 15 03:10:34.411 INFO [stdout] 3894535a8e7aa915e38201a1982b31c7b01d465ead2fe35dfcbe9508e4b7a5bd Dec 15 03:10:34.413 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-5/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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:34.661 INFO [stdout] 09a4eff2014b9d91496787410d16021d9c9c4904849072198f2ad0a2a9994571 Dec 15 03:10:34.663 INFO running `"docker" "start" "-a" "09a4eff2014b9d91496787410d16021d9c9c4904849072198f2ad0a2a9994571"` Dec 15 03:10:35.675 INFO [stderr] usermod: no changes Dec 15 03:10:35.723 INFO [stderr] Compiling num-traits v0.2.6 (/source) Dec 15 03:10:37.583 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.583 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.583 INFO [stderr] | Dec 15 03:10:37.583 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.583 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.583 INFO [stderr] ... Dec 15 03:10:37.583 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.583 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.583 INFO [stderr] | Dec 15 03:10:37.583 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 15 03:10:37.583 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:37.583 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.583 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.583 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.583 INFO [stderr] Dec 15 03:10:37.583 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.583 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.583 INFO [stderr] | Dec 15 03:10:37.583 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.583 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.583 INFO [stderr] ... Dec 15 03:10:37.583 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.583 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.583 INFO [stderr] | Dec 15 03:10:37.583 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:37.583 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.583 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.583 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.583 INFO [stderr] Dec 15 03:10:37.591 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.591 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.591 INFO [stderr] | Dec 15 03:10:37.591 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.591 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.591 INFO [stderr] ... Dec 15 03:10:37.591 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.591 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.591 INFO [stderr] | Dec 15 03:10:37.591 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:37.591 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.591 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.591 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.591 INFO [stderr] Dec 15 03:10:37.591 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.591 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.591 INFO [stderr] | Dec 15 03:10:37.591 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.591 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.591 INFO [stderr] ... Dec 15 03:10:37.591 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.591 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.591 INFO [stderr] | Dec 15 03:10:37.591 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:37.591 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.591 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.592 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.592 INFO [stderr] Dec 15 03:10:37.592 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.592 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.592 INFO [stderr] ... Dec 15 03:10:37.592 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.592 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 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:37.592 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.592 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.592 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.592 INFO [stderr] Dec 15 03:10:37.592 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.592 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.592 INFO [stderr] ... Dec 15 03:10:37.592 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.592 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 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:37.592 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.592 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.592 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.592 INFO [stderr] Dec 15 03:10:37.592 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.592 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.592 INFO [stderr] ... Dec 15 03:10:37.592 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.592 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 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:37.592 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.592 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.592 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.592 INFO [stderr] Dec 15 03:10:37.592 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.592 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.592 INFO [stderr] ... Dec 15 03:10:37.592 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.592 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 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:37.592 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.592 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.592 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.592 INFO [stderr] Dec 15 03:10:37.592 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.592 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.592 INFO [stderr] ... Dec 15 03:10:37.592 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.592 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 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:37.592 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.592 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.592 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.592 INFO [stderr] Dec 15 03:10:37.592 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.592 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.592 INFO [stderr] ... Dec 15 03:10:37.592 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.592 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.592 INFO [stderr] | Dec 15 03:10:37.592 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:37.592 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.592 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.592 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.592 INFO [stderr] Dec 15 03:10:37.593 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.593 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.593 INFO [stderr] | Dec 15 03:10:37.593 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.593 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.593 INFO [stderr] ... Dec 15 03:10:37.593 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.593 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.593 INFO [stderr] | Dec 15 03:10:37.593 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:37.593 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.593 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.593 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.593 INFO [stderr] Dec 15 03:10:37.593 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.593 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.593 INFO [stderr] | Dec 15 03:10:37.593 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.593 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.593 INFO [stderr] ... Dec 15 03:10:37.593 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.593 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.593 INFO [stderr] | Dec 15 03:10:37.593 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:37.593 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.593 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.593 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.593 INFO [stderr] Dec 15 03:10:37.599 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.599 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.599 INFO [stderr] | Dec 15 03:10:37.599 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.599 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.599 INFO [stderr] ... Dec 15 03:10:37.599 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.599 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.599 INFO [stderr] | Dec 15 03:10:37.599 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:37.599 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.599 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.599 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.599 INFO [stderr] Dec 15 03:10:37.599 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.599 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.599 INFO [stderr] | Dec 15 03:10:37.599 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.599 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.599 INFO [stderr] ... Dec 15 03:10:37.599 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.599 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.599 INFO [stderr] | Dec 15 03:10:37.599 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:37.599 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.599 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.599 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.599 INFO [stderr] Dec 15 03:10:37.599 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.599 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.599 INFO [stderr] | Dec 15 03:10:37.599 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.599 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.599 INFO [stderr] ... Dec 15 03:10:37.599 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.599 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.599 INFO [stderr] | Dec 15 03:10:37.599 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:37.599 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.599 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.599 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.599 INFO [stderr] Dec 15 03:10:37.599 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.599 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.599 INFO [stderr] | Dec 15 03:10:37.599 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.599 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.599 INFO [stderr] ... Dec 15 03:10:37.599 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.599 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.600 INFO [stderr] | Dec 15 03:10:37.600 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:37.600 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.600 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.600 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.600 INFO [stderr] Dec 15 03:10:37.600 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.600 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.600 INFO [stderr] | Dec 15 03:10:37.600 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.600 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.600 INFO [stderr] ... Dec 15 03:10:37.600 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.600 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.600 INFO [stderr] | Dec 15 03:10:37.600 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:37.600 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.600 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.600 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.600 INFO [stderr] Dec 15 03:10:37.602 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.602 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.602 INFO [stderr] | Dec 15 03:10:37.602 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.603 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.603 INFO [stderr] ... Dec 15 03:10:37.603 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.603 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.603 INFO [stderr] | Dec 15 03:10:37.603 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:37.603 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.603 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.603 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.603 INFO [stderr] Dec 15 03:10:37.603 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.603 INFO [stderr] --> src/bounds.rs:98:28 Dec 15 03:10:37.603 INFO [stderr] | Dec 15 03:10:37.603 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.603 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.603 INFO [stderr] ... Dec 15 03:10:37.603 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.603 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.603 INFO [stderr] | Dec 15 03:10:37.603 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:37.603 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.603 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.603 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.603 INFO [stderr] Dec 15 03:10:37.607 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.607 INFO [stderr] --> src/bounds.rs:99:28 Dec 15 03:10:37.607 INFO [stderr] | Dec 15 03:10:37.607 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.607 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.607 INFO [stderr] ... Dec 15 03:10:37.607 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 15 03:10:37.607 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 15 03:10:37.607 INFO [stderr] | Dec 15 03:10:37.607 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:37.607 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.607 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.607 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.607 INFO [stderr] Dec 15 03:10:37.619 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.619 INFO [stderr] --> src/bounds.rs:113:28 Dec 15 03:10:37.619 INFO [stderr] | Dec 15 03:10:37.619 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.619 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.619 INFO [stderr] ... Dec 15 03:10:37.619 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 15 03:10:37.619 INFO [stderr] | ---------------------------------- in this macro invocation Dec 15 03:10:37.619 INFO [stderr] | Dec 15 03:10:37.619 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:37.619 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.619 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.619 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.619 INFO [stderr] Dec 15 03:10:37.624 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.624 INFO [stderr] --> src/bounds.rs:114:28 Dec 15 03:10:37.624 INFO [stderr] | Dec 15 03:10:37.624 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.624 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.624 INFO [stderr] ... Dec 15 03:10:37.624 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 15 03:10:37.624 INFO [stderr] | ---------------------------------- in this macro invocation Dec 15 03:10:37.624 INFO [stderr] | Dec 15 03:10:37.624 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:37.624 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.624 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.624 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.624 INFO [stderr] Dec 15 03:10:37.624 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.624 INFO [stderr] --> src/bounds.rs:113:28 Dec 15 03:10:37.624 INFO [stderr] | Dec 15 03:10:37.624 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 15 03:10:37.624 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.624 INFO [stderr] ... Dec 15 03:10:37.624 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 15 03:10:37.624 INFO [stderr] | ---------------------------------- in this macro invocation Dec 15 03:10:37.624 INFO [stderr] | Dec 15 03:10:37.624 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:37.624 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.624 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 15 03:10:37.624 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 15 03:10:37.624 INFO [stderr] Dec 15 03:10:37.624 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 15 03:10:37.624 INFO [stderr] --> src/bounds.rs:114:28 Dec 15 03:10:37.624 INFO [stderr] | Dec 15 03:10:37.624 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 15 03:10:37.624 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 03:10:37.624 INFO [stderr] ... Dec 15 03:10:37.624 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 15 03:10:37.624 INFO [stderr] | ---------------------------------- in this macro invocation Dec 15 03:10:37.624 INFO [stderr] | Dec 15 03:10:37.624 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:37.624 INFO [stderr] = note: for more information, see issue #48919 Dec 15 03:10:37.624 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 15 03:10:37.624 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 15 03:10:37.624 INFO [stderr] Dec 15 03:10:48.531 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.83s Dec 15 03:10:48.535 INFO [stderr] su: No module specific data is present Dec 15 03:10:48.892 INFO running `"docker" "inspect" "09a4eff2014b9d91496787410d16021d9c9c4904849072198f2ad0a2a9994571"` Dec 15 03:10:48.944 INFO running `"docker" "rm" "-f" "09a4eff2014b9d91496787410d16021d9c9c4904849072198f2ad0a2a9994571"` Dec 15 03:10:49.036 INFO [stdout] 09a4eff2014b9d91496787410d16021d9c9c4904849072198f2ad0a2a9994571 Dec 15 03:10:49.041 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-5/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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:49.266 INFO [stdout] 14f761e41fe9ae405f2e7227edaca2b1b6af552568489504953e0260712e2598 Dec 15 03:10:49.273 INFO running `"docker" "start" "-a" "14f761e41fe9ae405f2e7227edaca2b1b6af552568489504953e0260712e2598"` Dec 15 03:10:49.807 INFO [stderr] usermod: no changes Dec 15 03:10:49.835 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 15 03:10:49.835 INFO [stderr] Running /target/debug/deps/num_traits-c458878292615d6f Dec 15 03:10:49.841 INFO [stdout] Dec 15 03:10:49.841 INFO [stdout] running 26 tests Dec 15 03:10:49.841 INFO [stdout] test bounds::wrapping_bounded ... ok Dec 15 03:10:49.842 INFO [stdout] test check_num_ops ... ok Dec 15 03:10:49.842 INFO [stdout] test bounds::wrapping_is_bounded ... ok Dec 15 03:10:49.842 INFO [stdout] test bounds::wrapping_bounded_i128 ... ok Dec 15 03:10:49.842 INFO [stdout] test check_numref_ops ... ok Dec 15 03:10:49.842 INFO [stdout] test check_numassign_ops ... ok Dec 15 03:10:49.842 INFO [stdout] test check_refref_ops ... ok Dec 15 03:10:49.842 INFO [stdout] test check_refnum_ops ... ok Dec 15 03:10:49.842 INFO [stdout] test identities::wrapping_is_one ... ok Dec 15 03:10:49.843 INFO [stdout] test clamp_test ... ok Dec 15 03:10:49.843 INFO [stdout] test float::tests::convert_deg_rad ... ok Dec 15 03:10:49.843 INFO [stdout] test float::tests::convert_deg_rad_std ... ok Dec 15 03:10:49.843 INFO [stdout] test identities::wrapping_is_zero ... ok Dec 15 03:10:49.843 INFO [stdout] test ops::mul_add::tests::mul_add_float ... ok Dec 15 03:10:49.843 INFO [stdout] test ops::mul_add::tests::mul_add_integer ... ok Dec 15 03:10:49.846 INFO [stdout] test identities::wrapping_identities ... ok Dec 15 03:10:49.846 INFO [stdout] test from_str_radix_unwrap ... ok Dec 15 03:10:49.847 INFO [stdout] test sign::unsigned_wrapping_is_unsigned ... ok Dec 15 03:10:49.847 INFO [stdout] test wrapping_from_str_radix ... ok Dec 15 03:10:49.847 INFO [stdout] test ops::wrapping::wrapping_is_wrappingsub ... ok Dec 15 03:10:49.847 INFO [stdout] test ops::wrapping::wrapping_is_wrappingshr ... ok Dec 15 03:10:49.847 INFO [stdout] test ops::wrapping::wrapping_is_wrappingadd ... ok Dec 15 03:10:49.847 INFO [stdout] test ops::wrapping::wrapping_is_wrappingshl ... ok Dec 15 03:10:49.847 INFO [stdout] test ops::wrapping::test_wrapping_traits ... ok Dec 15 03:10:49.847 INFO [stdout] test ops::wrapping::wrapping_is_wrappingmul ... ok Dec 15 03:10:49.859 INFO [stdout] test wrapping_is_num ... ok Dec 15 03:10:49.859 INFO [stdout] Dec 15 03:10:49.859 INFO [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 03:10:49.859 INFO [stdout] Dec 15 03:10:49.861 INFO [stdout] Dec 15 03:10:49.861 INFO [stderr] Running /target/debug/deps/cast-705c737d5b4df6ae Dec 15 03:10:49.861 INFO [stdout] running 16 tests Dec 15 03:10:49.862 INFO [stdout] test as_primitive ... ok Dec 15 03:10:49.862 INFO [stdout] test cast_to_i128_checks_overflow ... ok Dec 15 03:10:49.864 INFO [stdout] test cast_to_int_checks_overflow ... ok Dec 15 03:10:49.865 INFO [stdout] test cast_to_unsigned_int_checks_overflow ... ok Dec 15 03:10:49.865 INFO [stdout] test float_to_integer_checks_overflow ... ok Dec 15 03:10:49.865 INFO [stdout] test cast_float_to_i128_edge_cases ... ok Dec 15 03:10:49.865 INFO [stdout] test cast_int_to_128_edge_cases ... ok Dec 15 03:10:49.865 INFO [stdout] test cast_float_to_int_edge_cases ... ok Dec 15 03:10:49.865 INFO [stdout] test cast_int_to_int_edge_cases ... ok Dec 15 03:10:49.865 INFO [stdout] test wrapping_is_toprimitive ... ok Dec 15 03:10:49.866 INFO [stdout] test newtype_to_primitive ... ok Dec 15 03:10:49.866 INFO [stdout] test newtype_from_primitive ... ok Dec 15 03:10:49.874 INFO [stdout] test to_primitive_float ... ok Dec 15 03:10:49.874 INFO [stdout] test wrapping_to_primitive ... ok Dec 15 03:10:49.874 INFO [stdout] test wrapping_is_numcast ... ok Dec 15 03:10:49.874 INFO [stdout] test wrapping_is_fromprimitive ... ok Dec 15 03:10:49.874 INFO [stdout] Dec 15 03:10:49.874 INFO [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 03:10:49.874 INFO [stdout] Dec 15 03:10:49.885 INFO [stderr] Doc-tests num-traits Dec 15 03:10:50.899 INFO [stdout] Dec 15 03:10:50.899 INFO [stdout] running 165 tests Dec 15 03:10:50.899 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 705) ... ignored Dec 15 03:10:50.899 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 713) ... ignored Dec 15 03:10:55.179 INFO [stdout] test src/float.rs - float::Float::abs_sub (line 1473) ... ok Dec 15 03:10:55.270 INFO [stdout] test src/float.rs - float::Float::asinh (line 1741) ... ok Dec 15 03:10:55.699 INFO [stdout] test src/cast.rs - cast::cast (line 628) ... ok Dec 15 03:10:56.330 INFO [stdout] test src/float.rs - float::Float::acos (line 1579) ... ok Dec 15 03:10:56.336 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 691) ... ok Dec 15 03:10:56.763 INFO [stdout] test src/float.rs - float::Float::acosh (line 1755) ... ok Dec 15 03:10:56.767 INFO [stdout] test src/float.rs - float::Float::asin (line 1562) ... ok Dec 15 03:10:57.239 INFO [stdout] test src/float.rs - float::Float::abs (line 1169) ... ok Dec 15 03:10:58.348 INFO [stdout] test src/float.rs - float::Float::atan (line 1595) ... ok Dec 15 03:10:59.747 INFO [stdout] test src/float.rs - float::Float::atanh (line 1769) ... ok Dec 15 03:10:59.765 INFO [stdout] test src/float.rs - float::Float::cbrt (line 1489) ... ok Dec 15 03:11:00.059 INFO [stdout] test src/float.rs - float::Float::classify (line 1085) ... ok Dec 15 03:11:00.511 INFO [stdout] test src/float.rs - float::Float::atan2 (line 1614) ... ok Dec 15 03:11:00.511 INFO [stdout] test src/float.rs - float::Float::ceil (line 1113) ... ok Dec 15 03:11:01.439 INFO [stdout] test src/float.rs - float::Float::cos (line 1533) ... ok Dec 15 03:11:01.701 INFO [stdout] test src/float.rs - float::Float::epsilon (line 976) ... ok Dec 15 03:11:01.863 INFO [stdout] test src/float.rs - float::Float::cosh (line 1705) ... ok Dec 15 03:11:06.635 INFO [stdout] test src/float.rs - float::Float::exp_m1 (line 1657) ... ok Dec 15 03:11:06.638 INFO [stdout] test src/float.rs - float::Float::exp2 (line 1333) ... ok Dec 15 03:11:07.003 INFO [stdout] test src/float.rs - float::Float::floor (line 1100) ... ok Dec 15 03:11:07.003 INFO [stdout] test src/float.rs - float::Float::exp (line 1317) ... ok Dec 15 03:11:07.038 INFO [stdout] test src/float.rs - float::Float::hypot (line 1504) ... ok Dec 15 03:11:07.683 INFO [stdout] test src/float.rs - float::Float::fract (line 1153) ... ok Dec 15 03:11:08.655 INFO [stdout] test src/float.rs - float::Float::infinity (line 911) ... ok Dec 15 03:11:09.348 INFO [stdout] test src/float.rs - float::Float::integer_decode (line 1785) ... ok Dec 15 03:11:14.571 INFO [stdout] test src/float.rs - float::Float::is_infinite (line 1021) ... ok Dec 15 03:11:15.740 INFO [stdout] test src/float.rs - float::Float::is_finite (line 1040) ... ok Dec 15 03:11:16.561 INFO [stdout] test src/float.rs - float::Float::is_nan (line 1006) ... ok Dec 15 03:11:16.692 INFO [stdout] test src/float.rs - float::Float::is_normal (line 1060) ... ok Dec 15 03:11:16.931 INFO [stdout] test src/float.rs - float::Float::is_sign_negative (line 1226) ... ok Dec 15 03:11:17.651 INFO [stdout] test src/float.rs - float::Float::is_sign_positive (line 1208) ... ok Dec 15 03:11:18.399 INFO [stdout] test src/float.rs - float::Float::ln_1p (line 1672) ... ok Dec 15 03:11:18.546 INFO [stdout] test src/float.rs - float::Float::ln (line 1347) ... ok Dec 15 03:11:20.695 INFO [stdout] test src/float.rs - float::Float::log (line 1363) ... ok Dec 15 03:11:21.011 INFO [stdout] test src/float.rs - float::Float::log2 (line 1382) ... ok Dec 15 03:11:21.418 INFO [stdout] test src/float.rs - float::Float::log10 (line 1396) ... ok Dec 15 03:11:21.563 INFO [stdout] test src/float.rs - float::Float::max (line 1446) ... ok Dec 15 03:11:22.099 INFO [stdout] test src/float.rs - float::Float::min_value (line 952) ... ok Dec 15 03:11:22.119 INFO [stdout] test src/float.rs - float::Float::max_value (line 995) ... ok Dec 15 03:11:23.335 INFO [stdout] test src/float.rs - float::Float::min (line 1458) ... ok Dec 15 03:11:23.739 INFO [stdout] test src/float.rs - float::Float::min_positive_value (line 964) ... ok Dec 15 03:11:25.695 INFO [stdout] test src/float.rs - float::Float::nan (line 901) ... ok Dec 15 03:11:26.263 INFO [stdout] test src/float.rs - float::Float::mul_add (line 1247) ... ok Dec 15 03:11:26.352 INFO [stdout] test src/float.rs - float::Float::neg_infinity (line 924) ... ok Dec 15 03:11:27.191 INFO [stdout] test src/float.rs - float::Float::neg_zero (line 937) ... ok Dec 15 03:11:27.439 INFO [stdout] test src/float.rs - float::Float::powf (line 1288) ... ok Dec 15 03:11:27.958 INFO [stdout] test src/float.rs - float::Float::recip (line 1262) ... ok Dec 15 03:11:28.028 INFO [stdout] test src/float.rs - float::Float::powi (line 1276) ... ok Dec 15 03:11:29.543 INFO [stdout] test src/float.rs - float::Float::round (line 1127) ... ok Dec 15 03:11:30.611 INFO [stdout] test src/float.rs - float::Float::sinh (line 1687) ... ok Dec 15 03:11:30.675 INFO [stdout] test src/float.rs - float::Float::signum (line 1192) ... ok Dec 15 03:11:31.621 INFO [stdout] test src/float.rs - float::Float::tanh (line 1723) ... ok Dec 15 03:11:31.621 INFO [stdout] test src/float.rs - float::Float::sin_cos (line 1639) ... ok Dec 15 03:11:31.891 INFO [stdout] test src/float.rs - float::Float::sin (line 1519) ... ok Dec 15 03:11:32.195 INFO [stdout] test src/float.rs - float::Float::sqrt (line 1302) ... ok Dec 15 03:11:32.870 INFO [stdout] test src/float.rs - float::Float::tan (line 1547) ... ok Dec 15 03:11:34.003 INFO [stdout] test src/float.rs - float::Float::to_degrees (line 1410) ... ok Dec 15 03:11:36.029 INFO [stdout] test src/float.rs - float::FloatCore::classify (line 250) ... ok Dec 15 03:11:36.054 INFO [stdout] test src/float.rs - float::Float::to_radians (line 1428) ... ok Dec 15 03:11:36.054 INFO [stdout] test src/float.rs - float::FloatCore::abs (line 447) ... ok Dec 15 03:11:36.064 INFO [stdout] test src/float.rs - float::Float::trunc (line 1140) ... ok Dec 15 03:11:36.871 INFO [stdout] test src/float.rs - float::FloatCore::floor (line 272) ... ok Dec 15 03:11:37.187 INFO [stdout] test src/float.rs - float::FloatCore::epsilon (line 122) ... ok Dec 15 03:11:37.568 INFO [stdout] test src/float.rs - float::FloatCore::ceil (line 306) ... ok Dec 15 03:11:38.552 INFO [stdout] test src/float.rs - float::FloatCore::fract (line 415) ... ok Dec 15 03:11:40.295 INFO [stdout] test src/float.rs - float::FloatCore::is_infinite (line 178) ... ok Dec 15 03:11:40.823 INFO [stdout] test src/float.rs - float::FloatCore::is_finite (line 202) ... ok Dec 15 03:11:40.823 INFO [stdout] test src/float.rs - float::FloatCore::infinity (line 18) ... ok Dec 15 03:11:41.410 INFO [stdout] test src/float.rs - float::FloatCore::integer_decode (line 727) ... ok Dec 15 03:11:41.944 INFO [stdout] test src/float.rs - float::FloatCore::is_nan (line 156) ... ok Dec 15 03:11:42.607 INFO [stdout] test src/float.rs - float::FloatCore::is_normal (line 225) ... ok Dec 15 03:11:43.635 INFO [stdout] test src/float.rs - float::FloatCore::is_sign_negative (line 540) ... ok Dec 15 03:11:44.111 INFO [stdout] test src/float.rs - float::FloatCore::is_sign_positive (line 513) ... ok Dec 15 03:11:45.147 INFO [stdout] test src/float.rs - float::FloatCore::min_positive_value (line 105) ... ok Dec 15 03:11:45.542 INFO [stdout] test src/float.rs - float::FloatCore::min (line 568) ... ok Dec 15 03:11:45.787 INFO [stdout] test src/float.rs - float::FloatCore::max (line 602) ... ok Dec 15 03:11:45.937 INFO [stdout] test src/float.rs - float::FloatCore::max_value (line 139) ... ok Dec 15 03:11:46.359 INFO [stdout] test src/float.rs - float::FloatCore::min_value (line 88) ... ok Dec 15 03:11:47.773 INFO [stdout] test src/float.rs - float::FloatCore::nan (line 52) ... ok Dec 15 03:11:48.155 INFO [stdout] test src/float.rs - float::FloatCore::neg_infinity (line 35) ... ok Dec 15 03:11:50.628 INFO [stdout] test src/float.rs - float::FloatCore::neg_zero (line 69) ... ok Dec 15 03:11:52.054 INFO [stdout] test src/float.rs - float::FloatCore::powi (line 659) ... ok Dec 15 03:11:53.594 INFO [stdout] test src/float.rs - float::FloatCore::round (line 340) ... ok Dec 15 03:11:53.615 INFO [stdout] test src/float.rs - float::FloatCore::recip (line 634) ... ok Dec 15 03:11:54.520 INFO [stdout] test src/float.rs - float::FloatCore::to_degrees (line 688) ... ok Dec 15 03:11:54.522 INFO [stdout] test src/float.rs - float::FloatCore::signum (line 481) ... ok Dec 15 03:11:56.623 INFO [stdout] test src/float.rs - float::FloatCore::trunc (line 383) ... ok Dec 15 03:11:56.991 INFO [stdout] test src/float.rs - float::FloatCore::to_radians (line 707) ... ok Dec 15 03:11:59.191 INFO [stdout] test src/int.rs - int::PrimInt::count_ones (line 33) ... ok Dec 15 03:11:59.246 INFO [stdout] test src/int.rs - int::PrimInt::count_zeros (line 46) ... ok Dec 15 03:12:00.503 INFO [stdout] test src/int.rs - int::PrimInt::from_be (line 201) ... ok Dec 15 03:12:01.787 INFO [stdout] test src/int.rs - int::PrimInt::from_le (line 220) ... ok Dec 15 03:12:01.863 INFO [stdout] test src/int.rs - int::PrimInt::leading_zeros (line 60) ... ok Dec 15 03:12:02.561 INFO [stdout] test src/int.rs - int::PrimInt::pow (line 275) ... ok Dec 15 03:12:03.126 INFO [stdout] test src/int.rs - int::PrimInt::rotate_left (line 88) ... ok Dec 15 03:12:03.935 INFO [stdout] test src/int.rs - int::PrimInt::rotate_right (line 103) ... ok Dec 15 03:12:06.020 INFO [stdout] test src/int.rs - int::PrimInt::signed_shr (line 137) ... ok Dec 15 03:12:06.884 INFO [stdout] test src/int.rs - int::PrimInt::signed_shl (line 120) ... ok Dec 15 03:12:07.175 INFO [stdout] test src/int.rs - int::PrimInt::swap_bytes (line 185) ... ok Dec 15 03:12:08.513 INFO [stdout] test src/int.rs - int::PrimInt::trailing_zeros (line 74) ... ok Dec 15 03:12:08.835 INFO [stdout] test src/int.rs - int::PrimInt::to_le (line 258) ... ok Dec 15 03:12:08.879 INFO [stdout] test src/int.rs - int::PrimInt::to_be (line 239) ... ok Dec 15 03:12:09.523 INFO [stdout] test src/int.rs - int::PrimInt::unsigned_shl (line 154) ... ok Dec 15 03:12:10.091 INFO [stdout] test src/int.rs - int::PrimInt::unsigned_shr (line 171) ... ok Dec 15 03:12:12.551 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedNeg::checked_neg (line 168) ... ok Dec 15 03:12:12.823 INFO [stdout] test src/lib.rs - Num::from_str_radix (line 69) ... ok Dec 15 03:12:15.623 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedRem::checked_rem (line 117) ... ok Dec 15 03:12:16.551 INFO [stdout] test src/ops/inv.rs - ops::inv::Inv::inv (line 10) ... ok Dec 15 03:12:16.739 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedShl::checked_shl (line 203) ... ok Dec 15 03:12:17.131 INFO [stdout] test src/ops/mul_add.rs - ops::mul_add::MulAdd (line 11) ... ok Dec 15 03:12:17.659 INFO [stdout] test src/ops/wrapping.rs - ops::wrapping::WrappingShl::wrapping_shl (line 109) ... ok Dec 15 03:12:19.032 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedShr::checked_shr (line 248) ... ok Dec 15 03:12:19.883 INFO [stdout] test src/ops/wrapping.rs - ops::wrapping::WrappingShr::wrapping_shr (line 144) ... ok Dec 15 03:12:21.103 INFO [stdout] test src/pow.rs - pow::Pow::pow (line 14) ... ok Dec 15 03:12:21.725 INFO [stdout] test src/real.rs - real::Real::acos (line 571) ... ok Dec 15 03:12:23.291 INFO [stdout] test src/real.rs - real::Real::abs (line 139) ... ok Dec 15 03:12:23.336 INFO [stdout] test src/real.rs - real::Real::abs_sub (line 455) ... ok Dec 15 03:12:23.791 INFO [stdout] test src/pow.rs - pow::pow (line 180) ... ok Dec 15 03:12:24.787 INFO [stdout] test src/pow.rs - pow::checked_pow (line 220) ... ok Dec 15 03:12:25.847 INFO [stdout] test src/real.rs - real::Real::acosh (line 752) ... ok Dec 15 03:12:27.784 INFO [stdout] test src/real.rs - real::Real::asin (line 549) ... ok Dec 15 03:12:28.416 INFO [stdout] test src/real.rs - real::Real::asinh (line 738) ... ok Dec 15 03:12:30.807 INFO [stdout] test src/real.rs - real::Real::atan (line 587) ... ok Dec 15 03:12:31.899 INFO [stdout] test src/real.rs - real::Real::atan2 (line 606) ... ok Dec 15 03:12:32.216 INFO [stdout] test src/real.rs - real::Real::atanh (line 766) ... ok Dec 15 03:12:32.591 INFO [stdout] test src/real.rs - real::Real::cbrt (line 471) ... ok Dec 15 03:12:32.839 INFO [stdout] test src/real.rs - real::Real::cos (line 515) ... ok Dec 15 03:12:33.492 INFO [stdout] test src/real.rs - real::Real::ceil (line 83) ... ok Dec 15 03:12:37.223 INFO [stdout] test src/real.rs - real::Real::cosh (line 702) ... ok Dec 15 03:12:37.367 INFO [stdout] test src/real.rs - real::Real::epsilon (line 42) ... ok Dec 15 03:12:38.655 INFO [stdout] test src/real.rs - real::Real::exp (line 292) ... ok Dec 15 03:12:39.531 INFO [stdout] test src/real.rs - real::Real::exp_m1 (line 649) ... ok Dec 15 03:12:39.531 INFO [stdout] test src/real.rs - real::Real::fract (line 123) ... ok Dec 15 03:12:40.213 INFO [stdout] test src/real.rs - real::Real::hypot (line 486) ... ok Dec 15 03:12:40.748 INFO [stdout] test src/real.rs - real::Real::exp2 (line 308) ... ok Dec 15 03:12:40.858 INFO [stdout] test src/real.rs - real::Real::floor (line 70) ... ok Dec 15 03:12:44.115 INFO [stdout] test src/real.rs - real::Real::is_sign_positive (line 178) ... ok Dec 15 03:12:44.663 INFO [stdout] test src/real.rs - real::Real::is_sign_negative (line 196) ... ok Dec 15 03:12:45.657 INFO [stdout] test src/real.rs - real::Real::ln (line 326) ... ok Dec 15 03:12:46.871 INFO [stdout] test src/real.rs - real::Real::ln_1p (line 669) ... ok Dec 15 03:12:48.109 INFO [stdout] test src/real.rs - real::Real::log (line 346) ... ok Dec 15 03:12:49.641 INFO [stdout] test src/real.rs - real::Real::log10 (line 388) ... ok Dec 15 03:12:50.155 INFO [stdout] test src/real.rs - real::Real::max (line 428) ... ok Dec 15 03:12:50.415 INFO [stdout] test src/real.rs - real::Real::log2 (line 369) ... ok Dec 15 03:12:52.503 INFO [stdout] test src/real.rs - real::Real::max_value (line 59) ... ok Dec 15 03:12:53.154 INFO [stdout] test src/real.rs - real::Real::min_positive_value (line 30) ... ok Dec 15 03:12:53.179 INFO [stdout] test src/real.rs - real::Real::min (line 440) ... ok Dec 15 03:12:55.087 INFO [stdout] test src/real.rs - real::Real::mul_add (line 217) ... ok Dec 15 03:12:55.442 INFO [stdout] test src/real.rs - real::Real::min_value (line 18) ... ok Dec 15 03:12:56.347 INFO [stdout] test src/real.rs - real::Real::powf (line 259) ... ok Dec 15 03:12:56.799 INFO [stdout] test src/real.rs - real::Real::powi (line 247) ... ok Dec 15 03:12:57.731 INFO [stdout] test src/real.rs - real::Real::round (line 97) ... ok Dec 15 03:12:57.986 INFO [stdout] test src/real.rs - real::Real::recip (line 233) ... ok Dec 15 03:12:59.215 INFO [stdout] test src/real.rs - real::Real::sin (line 501) ... ok Dec 15 03:13:00.655 INFO [stdout] test src/real.rs - real::Real::signum (line 162) ... ok Dec 15 03:13:01.428 INFO [stdout] test src/real.rs - real::Real::sin_cos (line 631) ... ok Dec 15 03:13:03.427 INFO [stdout] test src/real.rs - real::Real::sinh (line 684) ... ok Dec 15 03:13:03.475 INFO [stdout] test src/real.rs - real::Real::sqrt (line 277) ... ok Dec 15 03:13:05.392 INFO [stdout] test src/real.rs - real::Real::tan (line 529) ... ok Dec 15 03:13:05.791 INFO [stdout] test src/real.rs - real::Real::tanh (line 720) ... ok Dec 15 03:13:05.903 INFO [stdout] test src/real.rs - real::Real::to_degrees (line 402) ... ok Dec 15 03:13:06.367 INFO [stdout] test src/real.rs - real::Real::to_radians (line 415) ... ok Dec 15 03:13:06.755 INFO [stdout] test src/real.rs - real::Real::trunc (line 110) ... ok Dec 15 03:13:06.755 INFO [stdout] Dec 15 03:13:06.755 INFO [stdout] test result: ok. 163 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Dec 15 03:13:06.755 INFO [stdout] Dec 15 03:13:06.800 INFO [stderr] su: No module specific data is present Dec 15 03:13:07.319 INFO running `"docker" "inspect" "14f761e41fe9ae405f2e7227edaca2b1b6af552568489504953e0260712e2598"` Dec 15 03:13:07.589 INFO running `"docker" "rm" "-f" "14f761e41fe9ae405f2e7227edaca2b1b6af552568489504953e0260712e2598"` Dec 15 03:13:07.891 INFO [stdout] 14f761e41fe9ae405f2e7227edaca2b1b6af552568489504953e0260712e2598