Dec 07 05:48:59.139 INFO testing num-traits-0.2.6 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 05:48:59.139 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 05:48:59.501 INFO [stdout] e1b4f708349340d83b2a9761252de678c5cc7b7d8eb9b49c52a30c419b86065f Dec 07 05:48:59.501 INFO running `"docker" "start" "-a" "e1b4f708349340d83b2a9761252de678c5cc7b7d8eb9b49c52a30c419b86065f"` Dec 07 05:49:00.081 INFO [stderr] usermod: no changes Dec 07 05:49:00.119 INFO [stderr] Compiling num-traits v0.2.6 (/source) Dec 07 05:49:03.114 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.01s Dec 07 05:49:03.116 INFO [stderr] su: No module specific data is present Dec 07 05:49:03.447 INFO running `"docker" "inspect" "e1b4f708349340d83b2a9761252de678c5cc7b7d8eb9b49c52a30c419b86065f"` Dec 07 05:49:03.630 INFO running `"docker" "rm" "-f" "e1b4f708349340d83b2a9761252de678c5cc7b7d8eb9b49c52a30c419b86065f"` Dec 07 05:49:03.939 INFO [stdout] e1b4f708349340d83b2a9761252de678c5cc7b7d8eb9b49c52a30c419b86065f Dec 07 05:49:03.941 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 05:49:04.223 INFO [stdout] 21e9bcd65d89cb1505d778b6a6b5066d7547270f40475a3fbecd39e92c91b5dd Dec 07 05:49:04.225 INFO running `"docker" "start" "-a" "21e9bcd65d89cb1505d778b6a6b5066d7547270f40475a3fbecd39e92c91b5dd"` Dec 07 05:49:05.240 INFO [stderr] usermod: no changes Dec 07 05:49:05.245 INFO [stderr] Compiling num-traits v0.2.6 (/source) Dec 07 05:49:07.272 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.274 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.274 INFO [stderr] | Dec 07 05:49:07.274 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.274 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.274 INFO [stderr] ... Dec 07 05:49:07.274 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.274 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.274 INFO [stderr] | Dec 07 05:49:07.274 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 07 05:49:07.274 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.274 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.274 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.274 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.274 INFO [stderr] Dec 07 05:49:07.274 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.274 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.274 INFO [stderr] | Dec 07 05:49:07.274 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.274 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.274 INFO [stderr] ... Dec 07 05:49:07.274 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.274 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.274 INFO [stderr] | Dec 07 05:49:07.274 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.274 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.274 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.274 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.274 INFO [stderr] Dec 07 05:49:07.274 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.274 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.274 INFO [stderr] | Dec 07 05:49:07.274 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.274 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.274 INFO [stderr] ... Dec 07 05:49:07.274 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.274 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.274 INFO [stderr] | Dec 07 05:49:07.274 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.274 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.274 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.274 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.274 INFO [stderr] Dec 07 05:49:07.274 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.274 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.274 INFO [stderr] | Dec 07 05:49:07.274 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.274 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.274 INFO [stderr] ... Dec 07 05:49:07.274 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.274 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.274 INFO [stderr] | Dec 07 05:49:07.274 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.274 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.274 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.274 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.274 INFO [stderr] Dec 07 05:49:07.276 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.276 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.276 INFO [stderr] | Dec 07 05:49:07.276 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.276 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.276 INFO [stderr] ... Dec 07 05:49:07.276 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.276 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.276 INFO [stderr] | Dec 07 05:49:07.276 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.276 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.276 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.276 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.276 INFO [stderr] Dec 07 05:49:07.276 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.276 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.276 INFO [stderr] | Dec 07 05:49:07.276 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.276 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.276 INFO [stderr] ... Dec 07 05:49:07.276 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.276 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.276 INFO [stderr] | Dec 07 05:49:07.276 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.276 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.276 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.276 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.276 INFO [stderr] Dec 07 05:49:07.276 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.276 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.276 INFO [stderr] | Dec 07 05:49:07.276 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.276 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.276 INFO [stderr] ... Dec 07 05:49:07.276 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.276 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.277 INFO [stderr] | Dec 07 05:49:07.277 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.277 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.277 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.277 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.277 INFO [stderr] Dec 07 05:49:07.280 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.280 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.280 INFO [stderr] | Dec 07 05:49:07.280 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.280 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.280 INFO [stderr] ... Dec 07 05:49:07.280 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.280 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.280 INFO [stderr] | Dec 07 05:49:07.280 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.280 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.280 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.280 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.280 INFO [stderr] Dec 07 05:49:07.280 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.280 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.280 INFO [stderr] | Dec 07 05:49:07.280 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.280 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.280 INFO [stderr] ... Dec 07 05:49:07.280 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.280 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.280 INFO [stderr] | Dec 07 05:49:07.280 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.280 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.280 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.280 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.280 INFO [stderr] Dec 07 05:49:07.284 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.284 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.284 INFO [stderr] | Dec 07 05:49:07.284 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.284 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.284 INFO [stderr] ... Dec 07 05:49:07.284 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.284 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.284 INFO [stderr] | Dec 07 05:49:07.284 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.284 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.284 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.284 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.284 INFO [stderr] Dec 07 05:49:07.296 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.296 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.296 INFO [stderr] | Dec 07 05:49:07.296 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.296 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.296 INFO [stderr] ... Dec 07 05:49:07.296 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.296 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.296 INFO [stderr] | Dec 07 05:49:07.296 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.296 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.296 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.296 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.296 INFO [stderr] Dec 07 05:49:07.296 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.296 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.297 INFO [stderr] | Dec 07 05:49:07.297 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.297 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.297 INFO [stderr] ... Dec 07 05:49:07.297 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.297 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.297 INFO [stderr] | Dec 07 05:49:07.297 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.297 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.297 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.297 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.297 INFO [stderr] Dec 07 05:49:07.297 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.297 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.297 INFO [stderr] | Dec 07 05:49:07.297 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.297 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.297 INFO [stderr] ... Dec 07 05:49:07.297 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.297 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.297 INFO [stderr] | Dec 07 05:49:07.297 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.297 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.297 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.297 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.297 INFO [stderr] Dec 07 05:49:07.297 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.297 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.297 INFO [stderr] | Dec 07 05:49:07.297 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.297 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.297 INFO [stderr] ... Dec 07 05:49:07.297 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.297 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.297 INFO [stderr] | Dec 07 05:49:07.297 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.297 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.297 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.297 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.297 INFO [stderr] Dec 07 05:49:07.297 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.297 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.297 INFO [stderr] | Dec 07 05:49:07.297 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.297 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.297 INFO [stderr] ... Dec 07 05:49:07.297 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.297 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.297 INFO [stderr] | Dec 07 05:49:07.297 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.297 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.298 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.298 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.298 INFO [stderr] Dec 07 05:49:07.298 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.298 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.298 INFO [stderr] | Dec 07 05:49:07.298 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.298 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.298 INFO [stderr] ... Dec 07 05:49:07.298 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.298 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.298 INFO [stderr] | Dec 07 05:49:07.298 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.298 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.298 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.298 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.298 INFO [stderr] Dec 07 05:49:07.298 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.298 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.298 INFO [stderr] | Dec 07 05:49:07.298 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.298 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.298 INFO [stderr] ... Dec 07 05:49:07.298 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.298 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.298 INFO [stderr] | Dec 07 05:49:07.298 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.298 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.298 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.298 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.298 INFO [stderr] Dec 07 05:49:07.298 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.298 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.298 INFO [stderr] | Dec 07 05:49:07.298 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.298 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.298 INFO [stderr] ... Dec 07 05:49:07.298 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.298 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.298 INFO [stderr] | Dec 07 05:49:07.298 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.298 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.298 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.298 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.298 INFO [stderr] Dec 07 05:49:07.300 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.300 INFO [stderr] --> src/bounds.rs:98:28 Dec 07 05:49:07.300 INFO [stderr] | Dec 07 05:49:07.300 INFO [stderr] 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.300 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.300 INFO [stderr] ... Dec 07 05:49:07.300 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.300 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.300 INFO [stderr] | Dec 07 05:49:07.300 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.300 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.300 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.304 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.304 INFO [stderr] Dec 07 05:49:07.304 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.304 INFO [stderr] --> src/bounds.rs:99:28 Dec 07 05:49:07.304 INFO [stderr] | Dec 07 05:49:07.304 INFO [stderr] 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.304 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.304 INFO [stderr] ... Dec 07 05:49:07.304 INFO [stderr] 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Dec 07 05:49:07.304 INFO [stderr] | ------------------------------------------------------------------ in this macro invocation Dec 07 05:49:07.304 INFO [stderr] | Dec 07 05:49:07.304 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.304 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.304 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.304 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.304 INFO [stderr] Dec 07 05:49:07.310 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.310 INFO [stderr] --> src/bounds.rs:113:28 Dec 07 05:49:07.310 INFO [stderr] | Dec 07 05:49:07.310 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.310 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.310 INFO [stderr] ... Dec 07 05:49:07.310 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 07 05:49:07.310 INFO [stderr] | ---------------------------------- in this macro invocation Dec 07 05:49:07.310 INFO [stderr] | Dec 07 05:49:07.310 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.310 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.310 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.310 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.311 INFO [stderr] Dec 07 05:49:07.311 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.311 INFO [stderr] --> src/bounds.rs:114:28 Dec 07 05:49:07.311 INFO [stderr] | Dec 07 05:49:07.312 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.312 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.312 INFO [stderr] ... Dec 07 05:49:07.312 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 07 05:49:07.312 INFO [stderr] | ---------------------------------- in this macro invocation Dec 07 05:49:07.312 INFO [stderr] | Dec 07 05:49:07.312 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.312 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.312 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.312 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.312 INFO [stderr] Dec 07 05:49:07.313 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.313 INFO [stderr] --> src/bounds.rs:113:28 Dec 07 05:49:07.313 INFO [stderr] | Dec 07 05:49:07.313 INFO [stderr] 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Dec 07 05:49:07.314 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.314 INFO [stderr] ... Dec 07 05:49:07.314 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 07 05:49:07.314 INFO [stderr] | ---------------------------------- in this macro invocation Dec 07 05:49:07.314 INFO [stderr] | Dec 07 05:49:07.314 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.314 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.314 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Dec 07 05:49:07.315 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Dec 07 05:49:07.315 INFO [stderr] Dec 07 05:49:07.315 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 05:49:07.315 INFO [stderr] --> src/bounds.rs:114:28 Dec 07 05:49:07.315 INFO [stderr] | Dec 07 05:49:07.315 INFO [stderr] 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Dec 07 05:49:07.315 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 07 05:49:07.315 INFO [stderr] ... Dec 07 05:49:07.315 INFO [stderr] 119 | test_wrapping_bounded!(u128 i128); Dec 07 05:49:07.315 INFO [stderr] | ---------------------------------- in this macro invocation Dec 07 05:49:07.315 INFO [stderr] | Dec 07 05:49:07.315 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 05:49:07.320 INFO [stderr] = note: for more information, see issue #48919 Dec 07 05:49:07.320 INFO [stderr] = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Dec 07 05:49:07.320 INFO [stderr] = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Dec 07 05:49:07.320 INFO [stderr] Dec 07 05:49:17.998 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.75s Dec 07 05:49:17.998 INFO [stderr] su: No module specific data is present Dec 07 05:49:18.806 INFO running `"docker" "inspect" "21e9bcd65d89cb1505d778b6a6b5066d7547270f40475a3fbecd39e92c91b5dd"` Dec 07 05:49:19.014 INFO running `"docker" "rm" "-f" "21e9bcd65d89cb1505d778b6a6b5066d7547270f40475a3fbecd39e92c91b5dd"` Dec 07 05:49:19.154 INFO [stdout] 21e9bcd65d89cb1505d778b6a6b5066d7547270f40475a3fbecd39e92c91b5dd Dec 07 05:49:19.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 05:49:19.568 INFO [stdout] 54673e9fe1250fa72de3ca4c766316ac1a734f344199938a664e7b44d67faa7e Dec 07 05:49:19.574 INFO running `"docker" "start" "-a" "54673e9fe1250fa72de3ca4c766316ac1a734f344199938a664e7b44d67faa7e"` Dec 07 05:49:20.524 INFO [stderr] usermod: no changes Dec 07 05:49:20.564 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 07 05:49:20.565 INFO [stderr] Running /target/debug/deps/num_traits-6d78de688ae41ae0 Dec 07 05:49:20.572 INFO [stdout] Dec 07 05:49:20.572 INFO [stdout] running 26 tests Dec 07 05:49:20.572 INFO [stdout] test check_numref_ops ... ok Dec 07 05:49:20.572 INFO [stdout] test check_refnum_ops ... ok Dec 07 05:49:20.572 INFO [stdout] test check_refref_ops ... ok Dec 07 05:49:20.572 INFO [stdout] test check_numassign_ops ... ok Dec 07 05:49:20.572 INFO [stdout] test check_num_ops ... ok Dec 07 05:49:20.572 INFO [stdout] test bounds::wrapping_is_bounded ... ok Dec 07 05:49:20.572 INFO [stdout] test bounds::wrapping_bounded_i128 ... ok Dec 07 05:49:20.572 INFO [stdout] test clamp_test ... ok Dec 07 05:49:20.572 INFO [stdout] test float::tests::convert_deg_rad ... ok Dec 07 05:49:20.572 INFO [stdout] test float::tests::convert_deg_rad_std ... ok Dec 07 05:49:20.572 INFO [stdout] test bounds::wrapping_bounded ... ok Dec 07 05:49:20.572 INFO [stdout] test from_str_radix_unwrap ... ok Dec 07 05:49:20.572 INFO [stdout] test identities::wrapping_identities ... ok Dec 07 05:49:20.572 INFO [stdout] test identities::wrapping_is_one ... ok Dec 07 05:49:20.572 INFO [stdout] test identities::wrapping_is_zero ... ok Dec 07 05:49:20.572 INFO [stdout] test ops::mul_add::tests::mul_add_float ... ok Dec 07 05:49:20.572 INFO [stdout] test ops::mul_add::tests::mul_add_integer ... ok Dec 07 05:49:20.572 INFO [stdout] test ops::wrapping::test_wrapping_traits ... ok Dec 07 05:49:20.572 INFO [stdout] test ops::wrapping::wrapping_is_wrappingadd ... ok Dec 07 05:49:20.572 INFO [stdout] test ops::wrapping::wrapping_is_wrappingmul ... ok Dec 07 05:49:20.572 INFO [stdout] test ops::wrapping::wrapping_is_wrappingshl ... ok Dec 07 05:49:20.572 INFO [stdout] test ops::wrapping::wrapping_is_wrappingshr ... ok Dec 07 05:49:20.572 INFO [stdout] test ops::wrapping::wrapping_is_wrappingsub ... ok Dec 07 05:49:20.572 INFO [stdout] test wrapping_is_num ... ok Dec 07 05:49:20.572 INFO [stdout] test sign::unsigned_wrapping_is_unsigned ... ok Dec 07 05:49:20.572 INFO [stdout] test wrapping_from_str_radix ... ok Dec 07 05:49:20.572 INFO [stdout] Dec 07 05:49:20.572 INFO [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 05:49:20.572 INFO [stdout] Dec 07 05:49:20.575 INFO [stderr] Running /target/debug/deps/cast-e860162ccf4dea3d Dec 07 05:49:20.575 INFO [stdout] Dec 07 05:49:20.575 INFO [stdout] running 16 tests Dec 07 05:49:20.575 INFO [stdout] test cast_to_int_checks_overflow ... ok Dec 07 05:49:20.575 INFO [stdout] test cast_to_unsigned_int_checks_overflow ... ok Dec 07 05:49:20.575 INFO [stdout] test cast_to_i128_checks_overflow ... ok Dec 07 05:49:20.575 INFO [stdout] test cast_int_to_int_edge_cases ... ok Dec 07 05:49:20.575 INFO [stdout] test cast_int_to_128_edge_cases ... ok Dec 07 05:49:20.575 INFO [stdout] test cast_float_to_int_edge_cases ... ok Dec 07 05:49:20.575 INFO [stdout] test float_to_integer_checks_overflow ... ok Dec 07 05:49:20.575 INFO [stdout] test newtype_from_primitive ... ok Dec 07 05:49:20.575 INFO [stdout] test newtype_to_primitive ... ok Dec 07 05:49:20.575 INFO [stdout] test cast_float_to_i128_edge_cases ... ok Dec 07 05:49:20.575 INFO [stdout] test as_primitive ... ok Dec 07 05:49:20.575 INFO [stdout] test to_primitive_float ... ok Dec 07 05:49:20.575 INFO [stdout] test wrapping_is_fromprimitive ... ok Dec 07 05:49:20.575 INFO [stdout] test wrapping_is_numcast ... ok Dec 07 05:49:20.575 INFO [stdout] test wrapping_is_toprimitive ... ok Dec 07 05:49:20.575 INFO [stdout] test wrapping_to_primitive ... ok Dec 07 05:49:20.575 INFO [stdout] Dec 07 05:49:20.575 INFO [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 05:49:20.575 INFO [stdout] Dec 07 05:49:20.578 INFO [stderr] Doc-tests num-traits Dec 07 05:49:21.455 INFO [stdout] Dec 07 05:49:21.455 INFO [stdout] running 165 tests Dec 07 05:49:21.455 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 705) ... ignored Dec 07 05:49:21.455 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 713) ... ignored Dec 07 05:49:24.068 INFO [stdout] test src/cast.rs - cast::AsPrimitive (line 691) ... ok Dec 07 05:49:27.041 INFO [stdout] test src/cast.rs - cast::cast (line 628) ... ok Dec 07 05:49:27.393 INFO [stdout] test src/float.rs - float::Float::asin (line 1562) ... ok Dec 07 05:49:27.635 INFO [stdout] test src/float.rs - float::Float::abs (line 1169) ... ok Dec 07 05:49:27.677 INFO [stdout] test src/float.rs - float::Float::acosh (line 1755) ... ok Dec 07 05:49:28.534 INFO [stdout] test src/float.rs - float::Float::abs_sub (line 1473) ... ok Dec 07 05:49:28.884 INFO [stdout] test src/float.rs - float::Float::asinh (line 1741) ... ok Dec 07 05:49:29.373 INFO [stdout] test src/float.rs - float::Float::acos (line 1579) ... ok Dec 07 05:49:32.740 INFO [stdout] test src/float.rs - float::Float::atan (line 1595) ... ok Dec 07 05:49:32.888 INFO [stdout] test src/float.rs - float::Float::atanh (line 1769) ... ok Dec 07 05:49:33.355 INFO [stdout] test src/float.rs - float::Float::cos (line 1533) ... ok Dec 07 05:49:35.061 INFO [stdout] test src/float.rs - float::Float::ceil (line 1113) ... ok Dec 07 05:49:35.088 INFO [stdout] test src/float.rs - float::Float::cbrt (line 1489) ... ok Dec 07 05:49:35.151 INFO [stdout] test src/float.rs - float::Float::atan2 (line 1614) ... ok Dec 07 05:49:35.465 INFO [stdout] test src/float.rs - float::Float::cosh (line 1705) ... ok Dec 07 05:49:35.484 INFO [stdout] test src/float.rs - float::Float::classify (line 1085) ... ok Dec 07 05:49:36.716 INFO [stdout] test src/float.rs - float::Float::epsilon (line 976) ... ok Dec 07 05:49:38.539 INFO [stdout] test src/float.rs - float::Float::exp (line 1317) ... ok Dec 07 05:49:38.652 INFO [stdout] test src/float.rs - float::Float::exp2 (line 1333) ... ok Dec 07 05:49:39.980 INFO [stdout] test src/float.rs - float::Float::exp_m1 (line 1657) ... ok Dec 07 05:49:40.125 INFO [stdout] test src/float.rs - float::Float::fract (line 1153) ... ok Dec 07 05:49:40.780 INFO [stdout] test src/float.rs - float::Float::floor (line 1100) ... ok Dec 07 05:49:41.228 INFO [stdout] test src/float.rs - float::Float::infinity (line 911) ... ok Dec 07 05:49:41.348 INFO [stdout] test src/float.rs - float::Float::hypot (line 1504) ... ok Dec 07 05:49:42.057 INFO [stdout] test src/float.rs - float::Float::integer_decode (line 1785) ... ok Dec 07 05:49:43.060 INFO [stdout] test src/float.rs - float::Float::is_finite (line 1040) ... ok Dec 07 05:49:43.208 INFO [stdout] test src/float.rs - float::Float::is_infinite (line 1021) ... ok Dec 07 05:49:44.508 INFO [stdout] test src/float.rs - float::Float::is_normal (line 1060) ... ok Dec 07 05:49:44.848 INFO [stdout] test src/float.rs - float::Float::is_nan (line 1006) ... ok Dec 07 05:49:45.612 INFO [stdout] test src/float.rs - float::Float::is_sign_negative (line 1226) ... ok Dec 07 05:49:46.116 INFO [stdout] test src/float.rs - float::Float::is_sign_positive (line 1208) ... ok Dec 07 05:49:46.272 INFO [stdout] test src/float.rs - float::Float::ln_1p (line 1672) ... ok Dec 07 05:49:46.528 INFO [stdout] test src/float.rs - float::Float::ln (line 1347) ... ok Dec 07 05:49:47.539 INFO [stdout] test src/float.rs - float::Float::log10 (line 1396) ... ok Dec 07 05:49:47.768 INFO [stdout] test src/float.rs - float::Float::log (line 1363) ... ok Dec 07 05:49:48.929 INFO [stdout] test src/float.rs - float::Float::min (line 1458) ... ok Dec 07 05:49:49.474 INFO [stdout] test src/float.rs - float::Float::max_value (line 995) ... ok Dec 07 05:49:49.614 INFO [stdout] test src/float.rs - float::Float::log2 (line 1382) ... ok Dec 07 05:49:49.860 INFO [stdout] test src/float.rs - float::Float::min_positive_value (line 964) ... ok Dec 07 05:49:50.538 INFO [stdout] test src/float.rs - float::Float::min_value (line 952) ... ok Dec 07 05:49:50.542 INFO [stdout] test src/float.rs - float::Float::max (line 1446) ... ok Dec 07 05:49:51.512 INFO [stdout] test src/float.rs - float::Float::mul_add (line 1247) ... ok Dec 07 05:49:51.732 INFO [stdout] test src/float.rs - float::Float::nan (line 901) ... ok Dec 07 05:49:52.995 INFO [stdout] test src/float.rs - float::Float::neg_infinity (line 924) ... ok Dec 07 05:49:52.998 INFO [stdout] test src/float.rs - float::Float::neg_zero (line 937) ... ok Dec 07 05:49:54.347 INFO [stdout] test src/float.rs - float::Float::powi (line 1276) ... ok Dec 07 05:49:54.580 INFO [stdout] test src/float.rs - float::Float::round (line 1127) ... ok Dec 07 05:49:54.868 INFO [stdout] test src/float.rs - float::Float::powf (line 1288) ... ok Dec 07 05:49:55.132 INFO [stdout] test src/float.rs - float::Float::recip (line 1262) ... ok Dec 07 05:49:56.119 INFO [stdout] test src/float.rs - float::Float::sin (line 1519) ... ok Dec 07 05:49:56.300 INFO [stdout] test src/float.rs - float::Float::signum (line 1192) ... ok Dec 07 05:49:57.492 INFO [stdout] test src/float.rs - float::Float::sqrt (line 1302) ... ok Dec 07 05:49:57.696 INFO [stdout] test src/float.rs - float::Float::sinh (line 1687) ... ok Dec 07 05:49:58.168 INFO [stdout] test src/float.rs - float::Float::sin_cos (line 1639) ... ok Dec 07 05:49:58.496 INFO [stdout] test src/float.rs - float::Float::tanh (line 1723) ... ok Dec 07 05:49:59.012 INFO [stdout] test src/float.rs - float::Float::tan (line 1547) ... ok Dec 07 05:49:59.332 INFO [stdout] test src/float.rs - float::Float::to_degrees (line 1410) ... ok Dec 07 05:50:00.224 INFO [stdout] test src/float.rs - float::Float::to_radians (line 1428) ... ok Dec 07 05:50:00.499 INFO [stdout] test src/float.rs - float::Float::trunc (line 1140) ... ok Dec 07 05:50:01.127 INFO [stdout] test src/float.rs - float::FloatCore::abs (line 447) ... ok Dec 07 05:50:01.248 INFO [stdout] test src/float.rs - float::FloatCore::ceil (line 306) ... ok Dec 07 05:50:02.120 INFO [stdout] test src/float.rs - float::FloatCore::classify (line 250) ... ok Dec 07 05:50:02.708 INFO [stdout] test src/float.rs - float::FloatCore::floor (line 272) ... ok Dec 07 05:50:02.840 INFO [stdout] test src/float.rs - float::FloatCore::epsilon (line 122) ... ok Dec 07 05:50:04.428 INFO [stdout] test src/float.rs - float::FloatCore::fract (line 415) ... ok Dec 07 05:50:06.204 INFO [stdout] test src/float.rs - float::FloatCore::infinity (line 18) ... ok Dec 07 05:50:07.506 INFO [stdout] test src/float.rs - float::FloatCore::is_finite (line 202) ... ok Dec 07 05:50:08.252 INFO [stdout] test src/float.rs - float::FloatCore::integer_decode (line 727) ... ok Dec 07 05:50:09.096 INFO [stdout] test src/float.rs - float::FloatCore::is_nan (line 156) ... ok Dec 07 05:50:09.394 INFO [stdout] test src/float.rs - float::FloatCore::is_infinite (line 178) ... ok Dec 07 05:50:10.424 INFO [stdout] test src/float.rs - float::FloatCore::is_normal (line 225) ... ok Dec 07 05:50:10.432 INFO [stdout] test src/float.rs - float::FloatCore::is_sign_negative (line 540) ... ok Dec 07 05:50:11.784 INFO [stdout] test src/float.rs - float::FloatCore::max (line 602) ... ok Dec 07 05:50:12.232 INFO [stdout] test src/float.rs - float::FloatCore::is_sign_positive (line 513) ... ok Dec 07 05:50:14.349 INFO [stdout] test src/float.rs - float::FloatCore::max_value (line 139) ... ok Dec 07 05:50:16.218 INFO [stdout] test src/float.rs - float::FloatCore::min_positive_value (line 105) ... ok Dec 07 05:50:16.828 INFO [stdout] test src/float.rs - float::FloatCore::min (line 568) ... ok Dec 07 05:50:17.060 INFO [stdout] test src/float.rs - float::FloatCore::neg_infinity (line 35) ... ok Dec 07 05:50:17.076 INFO [stdout] test src/float.rs - float::FloatCore::min_value (line 88) ... ok Dec 07 05:50:17.428 INFO [stdout] test src/float.rs - float::FloatCore::nan (line 52) ... ok Dec 07 05:50:17.691 INFO [stdout] test src/float.rs - float::FloatCore::neg_zero (line 69) ... ok Dec 07 05:50:18.096 INFO [stdout] test src/float.rs - float::FloatCore::powi (line 659) ... ok Dec 07 05:50:20.628 INFO [stdout] test src/float.rs - float::FloatCore::recip (line 634) ... ok Dec 07 05:50:21.252 INFO [stdout] test src/float.rs - float::FloatCore::round (line 340) ... ok Dec 07 05:50:21.989 INFO [stdout] test src/float.rs - float::FloatCore::signum (line 481) ... ok Dec 07 05:50:22.000 INFO [stdout] test src/float.rs - float::FloatCore::to_radians (line 707) ... ok Dec 07 05:50:23.244 INFO [stdout] test src/int.rs - int::PrimInt::count_ones (line 33) ... ok Dec 07 05:50:23.696 INFO [stdout] test src/float.rs - float::FloatCore::to_degrees (line 688) ... ok Dec 07 05:50:23.708 INFO [stdout] test src/float.rs - float::FloatCore::trunc (line 383) ... ok Dec 07 05:50:25.088 INFO [stdout] test src/int.rs - int::PrimInt::count_zeros (line 46) ... ok Dec 07 05:50:27.592 INFO [stdout] test src/int.rs - int::PrimInt::from_be (line 201) ... ok Dec 07 05:50:27.596 INFO [stdout] test src/int.rs - int::PrimInt::from_le (line 220) ... ok Dec 07 05:50:29.708 INFO [stdout] test src/int.rs - int::PrimInt::signed_shl (line 120) ... ok Dec 07 05:50:29.917 INFO [stdout] test src/int.rs - int::PrimInt::leading_zeros (line 60) ... ok Dec 07 05:50:29.980 INFO [stdout] test src/int.rs - int::PrimInt::pow (line 275) ... ok Dec 07 05:50:30.504 INFO [stdout] test src/int.rs - int::PrimInt::rotate_left (line 88) ... ok Dec 07 05:50:31.020 INFO [stdout] test src/int.rs - int::PrimInt::signed_shr (line 137) ... ok Dec 07 05:50:31.868 INFO [stdout] test src/int.rs - int::PrimInt::rotate_right (line 103) ... ok Dec 07 05:50:34.008 INFO [stdout] test src/int.rs - int::PrimInt::to_be (line 239) ... ok Dec 07 05:50:34.832 INFO [stdout] test src/int.rs - int::PrimInt::swap_bytes (line 185) ... ok Dec 07 05:50:35.024 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedNeg::checked_neg (line 168) ... ok Dec 07 05:50:36.736 INFO [stdout] test src/int.rs - int::PrimInt::to_le (line 258) ... ok Dec 07 05:50:37.776 INFO [stdout] test src/int.rs - int::PrimInt::unsigned_shr (line 171) ... ok Dec 07 05:50:37.796 INFO [stdout] test src/int.rs - int::PrimInt::unsigned_shl (line 154) ... ok Dec 07 05:50:38.012 INFO [stdout] test src/int.rs - int::PrimInt::trailing_zeros (line 74) ... ok Dec 07 05:50:38.880 INFO [stdout] test src/lib.rs - Num::from_str_radix (line 69) ... ok Dec 07 05:50:41.501 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedRem::checked_rem (line 117) ... ok Dec 07 05:50:42.188 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedShl::checked_shl (line 203) ... ok Dec 07 05:50:43.436 INFO [stdout] test src/ops/checked.rs - ops::checked::CheckedShr::checked_shr (line 248) ... ok Dec 07 05:50:45.100 INFO [stdout] test src/ops/mul_add.rs - ops::mul_add::MulAdd (line 11) ... ok Dec 07 05:50:45.801 INFO [stdout] test src/ops/inv.rs - ops::inv::Inv::inv (line 10) ... ok Dec 07 05:50:46.064 INFO [stdout] test src/ops/wrapping.rs - ops::wrapping::WrappingShr::wrapping_shr (line 144) ... ok Dec 07 05:50:46.320 INFO [stdout] test src/ops/wrapping.rs - ops::wrapping::WrappingShl::wrapping_shl (line 109) ... ok Dec 07 05:50:46.701 INFO [stdout] test src/pow.rs - pow::Pow::pow (line 14) ... ok Dec 07 05:50:48.695 INFO [stdout] test src/pow.rs - pow::checked_pow (line 220) ... ok Dec 07 05:50:50.472 INFO [stdout] test src/real.rs - real::Real::acos (line 571) ... ok Dec 07 05:50:50.472 INFO [stdout] test src/pow.rs - pow::pow (line 180) ... ok Dec 07 05:50:52.012 INFO [stdout] test src/real.rs - real::Real::abs (line 139) ... ok Dec 07 05:50:52.288 INFO [stdout] test src/real.rs - real::Real::abs_sub (line 455) ... ok Dec 07 05:50:53.132 INFO [stdout] test src/real.rs - real::Real::asin (line 549) ... ok Dec 07 05:50:53.476 INFO [stdout] test src/real.rs - real::Real::acosh (line 752) ... ok Dec 07 05:50:53.493 INFO [stdout] test src/real.rs - real::Real::asinh (line 738) ... ok Dec 07 05:50:56.992 INFO [stdout] test src/real.rs - real::Real::atan (line 587) ... ok Dec 07 05:50:58.232 INFO [stdout] test src/real.rs - real::Real::atanh (line 766) ... ok Dec 07 05:50:58.464 INFO [stdout] test src/real.rs - real::Real::atan2 (line 606) ... ok Dec 07 05:50:59.340 INFO [stdout] test src/real.rs - real::Real::cbrt (line 471) ... ok Dec 07 05:50:59.764 INFO [stdout] test src/real.rs - real::Real::epsilon (line 42) ... ok Dec 07 05:51:00.068 INFO [stdout] test src/real.rs - real::Real::cosh (line 702) ... ok Dec 07 05:51:00.340 INFO [stdout] test src/real.rs - real::Real::cos (line 515) ... ok Dec 07 05:51:00.372 INFO [stdout] test src/real.rs - real::Real::ceil (line 83) ... ok Dec 07 05:51:04.016 INFO [stdout] test src/real.rs - real::Real::is_sign_positive (line 178) ... ok Dec 07 05:51:04.260 INFO [stdout] test src/real.rs - real::Real::exp_m1 (line 649) ... ok Dec 07 05:51:04.469 INFO [stdout] test src/real.rs - real::Real::exp (line 292) ... ok Dec 07 05:51:04.972 INFO [stdout] test src/real.rs - real::Real::exp2 (line 308) ... ok Dec 07 05:51:05.396 INFO [stdout] test src/real.rs - real::Real::fract (line 123) ... ok Dec 07 05:51:05.796 INFO [stdout] test src/real.rs - real::Real::floor (line 70) ... ok Dec 07 05:51:06.163 INFO [stdout] test src/real.rs - real::Real::is_sign_negative (line 196) ... ok Dec 07 05:51:07.658 INFO [stdout] test src/real.rs - real::Real::hypot (line 486) ... ok Dec 07 05:51:08.144 INFO [stdout] test src/real.rs - real::Real::log10 (line 388) ... ok Dec 07 05:51:08.560 INFO [stdout] test src/real.rs - real::Real::ln_1p (line 669) ... ok Dec 07 05:51:09.075 INFO [stdout] test src/real.rs - real::Real::log2 (line 369) ... ok Dec 07 05:51:09.812 INFO [stdout] test src/real.rs - real::Real::ln (line 326) ... ok Dec 07 05:51:10.173 INFO [stdout] test src/real.rs - real::Real::log (line 346) ... ok Dec 07 05:51:11.092 INFO [stdout] test src/real.rs - real::Real::max (line 428) ... ok Dec 07 05:51:11.728 INFO [stdout] test src/real.rs - real::Real::max_value (line 59) ... ok Dec 07 05:51:13.317 INFO [stdout] test src/real.rs - real::Real::min_positive_value (line 30) ... ok Dec 07 05:51:13.328 INFO [stdout] test src/real.rs - real::Real::min (line 440) ... ok Dec 07 05:51:15.320 INFO [stdout] test src/real.rs - real::Real::mul_add (line 217) ... ok Dec 07 05:51:15.633 INFO [stdout] test src/real.rs - real::Real::powf (line 259) ... ok Dec 07 05:51:16.173 INFO [stdout] test src/real.rs - real::Real::min_value (line 18) ... ok Dec 07 05:51:16.429 INFO [stdout] test src/real.rs - real::Real::recip (line 233) ... ok Dec 07 05:51:16.800 INFO [stdout] test src/real.rs - real::Real::powi (line 247) ... ok Dec 07 05:51:17.652 INFO [stdout] test src/real.rs - real::Real::round (line 97) ... ok Dec 07 05:51:19.067 INFO [stdout] test src/real.rs - real::Real::sin (line 501) ... ok Dec 07 05:51:19.240 INFO [stdout] test src/real.rs - real::Real::signum (line 162) ... ok Dec 07 05:51:20.032 INFO [stdout] test src/real.rs - real::Real::sin_cos (line 631) ... ok Dec 07 05:51:20.572 INFO [stdout] test src/real.rs - real::Real::sqrt (line 277) ... ok Dec 07 05:51:21.312 INFO [stdout] test src/real.rs - real::Real::sinh (line 684) ... ok Dec 07 05:51:21.340 INFO [stdout] test src/real.rs - real::Real::tan (line 529) ... ok Dec 07 05:51:21.344 INFO [stdout] test src/real.rs - real::Real::to_degrees (line 402) ... ok Dec 07 05:51:21.572 INFO [stdout] test src/real.rs - real::Real::tanh (line 720) ... ok Dec 07 05:51:22.083 INFO [stdout] test src/real.rs - real::Real::to_radians (line 415) ... ok Dec 07 05:51:22.604 INFO [stdout] test src/real.rs - real::Real::trunc (line 110) ... ok Dec 07 05:51:22.604 INFO [stdout] Dec 07 05:51:22.604 INFO [stdout] test result: ok. 163 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Dec 07 05:51:22.604 INFO [stdout] Dec 07 05:51:22.656 INFO [stderr] su: No module specific data is present Dec 07 05:51:23.750 INFO running `"docker" "inspect" "54673e9fe1250fa72de3ca4c766316ac1a734f344199938a664e7b44d67faa7e"` Dec 07 05:51:24.070 INFO running `"docker" "rm" "-f" "54673e9fe1250fa72de3ca4c766316ac1a734f344199938a664e7b44d67faa7e"` Dec 07 05:51:24.428 INFO [stdout] 54673e9fe1250fa72de3ca4c766316ac1a734f344199938a664e7b44d67faa7e